| Commit message (Expand) | Author | Age | Files | Lines |
* | doxygen: misc consistency, spelling and wording fixes | Diego Biurrun | 2011-12-12 | 3 | -5/+5 |
* | rawdec: don't set codec timebase. | Anton Khirnov | 2011-12-10 | 1 | -9/+9 |
* | Add CLJR encoding and decoding regression tests | Paul B Mahol | 2011-12-10 | 3 | -0/+13 |
* | utvideo: add fate tests covering all codec variants | Aneesh Dogra | 2011-12-10 | 9 | -0/+62 |
* | movenc: simplify handling of pcm vs. adpcm vs. other compressed codecs | Justin Ruggles | 2011-12-09 | 5 | -10/+10 |
* | h264-fate: remove -strict 1 except where necessary (mr4/5-tandberg). | Ronald S. Bultje | 2011-12-05 | 1 | -64/+64 |
* | g722: Add a regression test for muxing/demuxing in wav | Martin Storsjö | 2011-12-05 | 2 | -0/+9 |
* | latmdec: add fate test for audio config change | Janne Grunau | 2011-12-04 | 1 | -0/+4 |
* | fate: Add a test for the VBLE decoder | Derek Buitenhuis | 2011-12-03 | 2 | -0/+7 |
* | fate: update asf seektest | Luca Barbato | 2011-12-02 | 1 | -8/+8 |
* | fate: split acodec-pcm into individual tests | Justin Ruggles | 2011-12-01 | 19 | -181/+103 |
* | aacdec: add more fate tests covering SBR and PS | Janne Grunau | 2011-11-25 | 1 | -0/+13 |
* | bethsoftvideo: return proper consumed size for palette packets. | Anton Khirnov | 2011-11-23 | 1 | -70/+71 |
* | cdg: skip packets that don't contain a cdg command. | Justin Ruggles | 2011-11-23 | 1 | -0/+88 |
* | crcenc: add flags | Anton Khirnov | 2011-11-23 | 10 | -1070/+624 |
* | md5enc: add flags | Anton Khirnov | 2011-11-23 | 1 | -1/+1 |
* | regtest: split video encode/decode tests into individual targets | Mans Rullgard | 2011-11-22 | 28 | -73/+91 |
* | fate-lavf-ts: use -mpegts_transport_stream_id option. | Anton Khirnov | 2011-11-18 | 2 | -2/+2 |
* | Replace vendor string in Ogg and FLAC muxers. | Diego Biurrun | 2011-11-02 | 4 | -28/+28 |
* | remove the zork pcm seek test | Justin Ruggles | 2011-10-26 | 1 | -53/+0 |
* | avcodec: remove the Zork PCM encoder. | Justin Ruggles | 2011-10-26 | 2 | -5/+0 |
* | swscale: reintroduce full precision in 16-bit output. | Ronald S. Bultje | 2011-10-22 | 7 | -28/+28 |
* | sws/pixfmt/pixdesc: add support for yuv420p9le/be. | Ronald S. Bultje | 2011-10-21 | 5 | -0/+10 |
* | Revert d1d421cbc0d13b08535f7fc08d179572ee352072: change to fate-lavfi-crop_sc... | Ronald S. Bultje | 2011-10-21 | 1 | -1/+1 |
* | shorten: fix end-of-stream decoding. | Justin Ruggles | 2011-10-20 | 1 | -1/+1 |
* | swscale: prevent overflow during initialization | Ronald Bultje | 2011-10-18 | 1 | -1/+1 |
* | g722: Add a fate test for the encoder | Martin Storsjö | 2011-10-18 | 2 | -0/+5 |
* | fate: Add a target for creating a 16000 Hz mono synthetic audio file | Martin Storsjö | 2011-10-18 | 1 | -1/+5 |
* | prores: get correct size for coded V plane if alpha is present | Mans Rullgard | 2011-10-15 | 1 | -2/+2 |
* | prores: do not set pixel format on codec init | Mans Rullgard | 2011-10-15 | 1 | -1/+1 |
* | adpcmdec: do not terminate early in ADPCM IMA Duck DK3 decoder. | Justin Ruggles | 2011-10-14 | 3 | -142/+142 |
* | prores-idct: fix overflow in c code. | Ronald S. Bultje | 2011-10-14 | 1 | -2/+2 |
* | fate: update prores-alpha ref after changing pix_fmt to yuv444p10le | Janne Grunau | 2011-10-14 | 1 | -2/+2 |
* | prores: add appropriate -fix_fmt parameter to FATE command | Diego Biurrun | 2011-10-14 | 2 | -7/+7 |
* | riff: always generate a proper WAVEFORMATEX structure in ff_put_wav_header | John Brooks | 2011-10-14 | 20 | -248/+248 |
* | prores: add FATE tests | Diego Biurrun | 2011-10-13 | 7 | -0/+26 |
* | sws: support yuv444p9/10 output. | Anton Khirnov | 2011-10-12 | 5 | -0/+20 |
* | fate: run avconv with -nostats flag | Mans Rullgard | 2011-10-09 | 2 | -2/+2 |
* | motionpixels: decode only the 111 complete frames for fate | Janne Grunau | 2011-10-07 | 2 | -2/+1 |
* | motionpixels: Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of the temp... | Laurent Aimar | 2011-10-07 | 1 | -1/+1 |
* | fate: use 'run' helper for seek-test | Mans Rullgard | 2011-09-28 | 1 | -1/+1 |
* | fate: remove seek-mpeg2reuse test | Mans Rullgard | 2011-09-28 | 1 | -46/+0 |
* | avconv: use different variables for decoded and filtered frame. | Anton Khirnov | 2011-09-27 | 3 | -13/+0 |
* | fate: allow testing with libavfilter disabled | Mans Rullgard | 2011-09-27 | 2 | -3/+6 |
* | adpcmenc: fix QT IMA ADPCM encoder | Baptiste Coudurier | 2011-09-23 | 1 | -3/+3 |
* | adpcmdec: Fix QT IMA ADPCM decoder | Baptiste Coudurier | 2011-09-23 | 3 | -5/+5 |
* | Fix unnecessary shift with 9/10bit vertical scaling | Kieran Kunhya | 2011-09-23 | 3 | -10/+10 |
* | fate.sh: Ignore errors from rm command during cleanup. | Diego Biurrun | 2011-09-22 | 1 | -1/+1 |
* | fate.sh: Run git-pull in quiet mode to avoid console spam. | Diego Biurrun | 2011-09-22 | 1 | -1/+1 |
* | eval: test isnan(sqrt(-1)) instead of just sqrt(-1) | Anton Khirnov | 2011-09-22 | 1 | -2/+2 |