summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* mpegts: remove unused variableJean First2011-12-31
* movenc: remove unused variablesJean First2011-12-31
* cache: use av_freep instead of av_free in cache_openJean First2011-12-31
* cache: remove unused variable in cache_openJean First2011-12-31
* 8svx: remove unused variable in eightsvx_decode_frameJean First2011-12-31
* Fix decoding some 1bpp tiff files, they are palettized.Carl Eugen Hoyos2011-12-31
* Simplify tiff decoder by merging two functions.Carl Eugen Hoyos2011-12-31
* tiff.c: Use switch / case instead of if / else where appropriate.Carl Eugen Hoyos2011-12-31
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-31
|\
| * fate: whitespace cosmeticsDiego Biurrun2011-12-30
| * fate: split off video codec FATE tests into their own fileDiego Biurrun2011-12-30
| * fate: split off audio codec FATE tests into their own fileDiego Biurrun2011-12-30
| * fate: split off Electronic Arts codec FATE tests into their own fileDiego Biurrun2011-12-30
| * fate: split off QuickTime codec FATE tests into their own fileDiego Biurrun2011-12-30
| * fate: split off voice codec FATE tests into their own fileDiego Biurrun2011-12-30
| * fate: split off demuxer FATE tests into their own fileDiego Biurrun2011-12-30
| * cosmetics: Drop unnecessary parentheses around return values.Diego Biurrun2011-12-30
| * fate: drop pointless _audio and _video suffixes from xan testsDiego Biurrun2011-12-30
| * qt-faststart: K&R reformatting; fix comment typosDiego Biurrun2011-12-30
| * FATE: Add test for H.264 MP4->annex.B bitstream filter.Mike Melanson2011-12-30
* | mlp_parser: Fix infinite loop with 0 bytes_left.Michael Niedermayer2011-12-30
* | flvdec: Add comment about the 5 second thresholdMichael Niedermayer2011-12-30
* | Use more designated initializers.Paul B Mahol2011-12-30
* | mp3enc: remove unused variablePaul B Mahol2011-12-30
* | Make sure configure does not fail just because unneeded third-party options a...Carl Eugen Hoyos2011-12-30
* | Avoid av_memcpy_backptr hang without extra branch.Reimar Döffinger2011-12-30
* | ljpegdec: fix point transform injection.Michael Niedermayer2011-12-30
* | flvdec: Print a warning in all failure cases of parse_keyframes_index()Michael Niedermayer2011-12-30
* | flvdec: Disable metadatacreator "MEGA" hackMichael Niedermayer2011-12-30
* | flvdec: Check index for being validMichael Niedermayer2011-12-30
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-30
|\|
| * fate: split off DPCM codec FATE tests into their own fileDiego Biurrun2011-12-30
| * fate: split off PCM codec FATE tests into their own fileDiego Biurrun2011-12-30
| * libvorbis: K&R reformatting cosmeticsDiego Biurrun2011-12-29
| * libmp3lame: K&R formatting cosmeticsAneesh Dogra2011-12-29
| * fate: Add a video test for xxan decoderAneesh Dogra2011-12-29
| * mpegvideo_enc: K&R cosmetics (line 1000-2000).Aneesh Dogra2011-12-29
| * avconv: K&R cosmeticsAneesh Dogra2011-12-29
| * qt-faststart: Fix up indentationMartin Storsjö2011-12-29
| * indeo4: remove two unused variablesKostya Shishkov2011-12-29
| * doxygen: cleanup style to support older doxyLuca Barbato2011-12-29
| * fate: add more tests for VC-1 decoderAneesh Dogra2011-12-29
| * applehttpproto: Apply the same reload interval changes as for the demuxerAndrey Utkin2011-12-29
| * applehttp: Use half the target duration as interval if the playlist didn't up...Martin Storsjö2011-12-29
| * applehttp: Use the last segment duration as reload intervalAndrey Utkin2011-12-29
| * lagarith: add decode support for arith rgb24 modeThad Ward2011-12-29
* | Do not fail when decoding invalid v410 files with odd width.Carl Eugen Hoyos2011-12-30
* | nsvdec: Check av_malloc(string_size)Michael Niedermayer2011-12-30
* | Always assume the bmp palette as being opaque.Carl Eugen Hoyos2011-12-30
* | indeo5: Fix null pointer dereferences of ref_mbMichael Niedermayer2011-12-29