summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release frame after decoding is doneKostya Shishkov2009-10-147-6/+78
* Print a warning message when avcodec_default_free_buffers finds unreleasedReimar Döffinger2009-10-131-0/+2
* Remove unnecessary calls to avcodec_check_dimensions, the check is alreadyReimar Döffinger2009-10-1318-64/+0
* Call release_buffer on close for v210dec and v210xReimar Döffinger2009-10-132-1/+14
* Add missing release_buffer on closeReimar Döffinger2009-10-131-0/+4
* Add decoder for "forward uncompressed".Reimar Döffinger2009-10-135-0/+127
* Implement execute2 for w32threadReimar Döffinger2009-10-131-0/+15
* Fix w32thread implementation to handle job count > thread_count.Reimar Döffinger2009-10-131-21/+35
* fft_dispatch array should be constReimar Döffinger2009-10-131-1/+1
* Simplify: use FFSWAPReimar Döffinger2009-10-131-6/+1
* MXF: simply ignore tracks that are invalid due to not having a valid SequenceReimar Döffinger2009-10-131-1/+1
* Add Speex support to the Ogg muxer.Justin Ruggles2009-10-132-10/+65
* Do not read data past the end of the SSND chunk in the AIFF demuxer.Justin Ruggles2009-10-131-2/+16
* Support Midvid JPEG Video Codec (still flipped).Carl Eugen Hoyos2009-10-121-0/+1
* Support Intel JPEG Library Video Codec (still flipped).Carl Eugen Hoyos2009-10-121-0/+1
* Calculate correct packet durations when demuxing Ogg/Speex. This involvesJustin Ruggles2009-10-123-1/+52
* extend description of avcodec_decode_audio3:Sascha Sommer2009-10-121-3/+5
* Merge declaration and initializationReimar Döffinger2009-10-121-3/+1
* Simplify: use FFMINReimar Döffinger2009-10-121-3/+1
* Reindent after removing the outer for loops in the execute2 patchReimar Döffinger2009-10-121-68/+68
* Move dnxhdenc to execute2 multithreading API.Reimar Döffinger2009-10-122-35/+29
* Add an execute2 function that is more flexible and allows to use parallelReimar Döffinger2009-10-124-2/+45
* Detect Windows Media DRM protected files and display warning if no keyDaniel G. Taylor2009-10-113-0/+24
* ARM: align stack in NEON h264 mc functionsMåns Rullgård2009-10-111-15/+18
* ARM: force PIC for shared libs only with ARMv6T2 and laterMåns Rullgård2009-10-111-3/+7
* Allow autodetection of E-AC3.Carl Eugen Hoyos2009-10-111-0/+3
* Do the dnxhd_720p_rd test with -threads 4 in order to also test the threading...Reimar Döffinger2009-10-111-1/+1
* ARM: simplify movrel definition as CONFIG_PIC is now set for shared libsMåns Rullgård2009-10-111-1/+1
* ARM: enable PIC for shared libsMåns Rullgård2009-10-111-0/+1
* 100l in avpicture_layout: width of chroma planes depends on format depth, too.Reimar Döffinger2009-10-111-1/+1
* Warn when WVC1 cannot be decodedKostya Shishkov2009-10-111-0/+2
* Allow demuxing of E-AC3 (stream type 0x84) in MPEG-TS.Carl Eugen Hoyos2009-10-101-0/+1
* Hack: set the coded frame PTS to the incoming PTS.Reimar Döffinger2009-10-101-0/+3
* Document the additon of the w and h fields to AVFilterPic.Stefano Sabatini2009-10-101-0/+3
* Fix 100l incorrect bitmask check.Reimar Döffinger2009-10-101-1/+1
* Print error message when true interlaced VC-1 frames are encounteredKostya Shishkov2009-10-102-1/+7
* Do not allow 0 sample rate in TMV demuxerDaniel Verkamp2009-10-091-0/+5
* Stricter TMV probeDaniel Verkamp2009-10-091-2/+11
* AAC: Fix regression introduced in r20067 where ADTS files would always beRobert Swain2009-10-091-1/+1
* dca and aac decoders use float_to_int16_interleave, so check forDavid Conrad2009-10-082-2/+2
* ARM: whitespace cosmeticsMåns Rullgård2009-10-071-3/+3
* ARM: NEON avg_pixels8 and avg_h264_qpel8_mc00Måns Rullgård2009-10-072-1/+24
* Add w and h fields to AVFilterPic.Stefano Sabatini2009-10-072-3/+5
* Add ALAC encoding and decoding regression tests.Justin Ruggles2009-10-064-0/+14
* Implement trace messages logging in the filterchain processing.Stefano Sabatini2009-10-061-0/+35
* ARM: make function names all-lowercaseMåns Rullgård2009-10-064-25/+25
* ARM: enable ARMv4 add_pixels_clampedMåns Rullgård2009-10-061-2/+4
* ARM: ARMv6 optimised add_pixels_clamped()Måns Rullgård2009-10-063-0/+57
* ARM: whitespace cosmeticsMåns Rullgård2009-10-061-22/+8
* ReindentDaniel Verkamp2009-10-061-7/+7
OpenPOWER on IntegriCloud