| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 1 | -4/+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 | 1 | -0/+1 |
* | 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 | 1 | -2/+2 |
* | 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 | 5 | -0/+10 |
* | sws: support yuv444p9/10 output. | Anton Khirnov | 2011-10-12 | 5 | -0/+20 |
* | motionpixels: decode only the 111 complete frames for fate | Janne Grunau | 2011-10-07 | 1 | -1/+0 |
* | motionpixels: Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of the temp... | Laurent Aimar | 2011-10-07 | 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 | 2 | -8/+0 |
* | 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 |
* | eval: test isnan(sqrt(-1)) instead of just sqrt(-1) | Anton Khirnov | 2011-09-22 | 1 | -2/+2 |
* | eval: implement not() expression | Stefano Sabatini | 2011-09-19 | 1 | -0/+9 |
* | eval: add sqrt function for computing the square root | Stefano Sabatini | 2011-09-19 | 1 | -0/+6 |
* | movenc: create an alternate group for each media type | Anton Khirnov | 2011-09-17 | 3 | -6/+6 |
* | smacker: fix a few off by 1 errors | Michael Niedermayer | 2011-09-14 | 1 | -80/+80 |
* | v210dec: switch to PIX_FMT_422P10 | Baptiste Coudurier | 2011-09-07 | 1 | -1/+1 |
* | libx264: add 'direct-pred' private option | Anton Khirnov | 2011-09-07 | 1 | -1/+1 |
* | libx264: add 'partitions' private option | Anton Khirnov | 2011-09-07 | 1 | -1/+1 |
* | ac3enc: Add channel coupling support for the fixed-point AC-3 encoder. | Justin Ruggles | 2011-09-05 | 2 | -16/+21 |
* | fifo: add FIFO API test program, and fate test | Stefano Sabatini | 2011-08-26 | 1 | -0/+27 |
* | avconv: rescue poor abused recording_time global. | Anton Khirnov | 2011-08-17 | 3 | -333/+3 |
* | rmdec: parse FPS in RealMedia properly | Kostya Shishkov | 2011-08-17 | 2 | -163/+344 |
* | Use parsers for RealVideo 3/4 to determine correct PTS | Kostya Shishkov | 2011-08-17 | 2 | -135/+133 |
* | rmdec: correct DTS calculation in RealMedia container. | Kostya Shishkov | 2011-08-17 | 1 | -12/+12 |
* | swscale: use 15-bit intermediates for 9/10-bit scaling. | Ronald S. Bultje | 2011-08-12 | 9 | -78/+78 |
* | Add weighted motion compensation for RV40 B-frames | Kostya Shishkov | 2011-08-11 | 1 | -93/+93 |
* | Revert "swscale: use 15-bit intermediates for 9/10-bit scaling." | Ronald S. Bultje | 2011-08-02 | 5 | -14/+14 |
* | swscale: use 15-bit intermediates for 9/10-bit scaling. | Ronald S. Bultje | 2011-08-02 | 5 | -14/+14 |
* | Correct chroma vector calculation for RealVideo 3. | Kostya Shishkov | 2011-08-02 | 1 | -28/+28 |
* | dnxhd: add regression test for 10-bit | Mans Rullgard | 2011-07-21 | 2 | -0/+8 |
* | swscale: mark YUV422P10(LE,BE) as supported for output | Joseph Artsimovich | 2011-07-21 | 5 | -0/+10 |
* | fate: separate lavf-mxf_d10 test from lavf-mxf | Mans Rullgard | 2011-07-17 | 2 | -3/+3 |
* | mpegtsenc: set Random Access indicator on keyframe start packets | Jindrich Makovicka | 2011-07-13 | 1 | -1/+1 |
* | swscale: fix overflow in 16-bit vertical scaling. | Ronald S. Bultje | 2011-07-08 | 7 | -32/+32 |
* | swscale: fix 16-bit horizontal scaling underflow. | Ronald S. Bultje | 2011-07-08 | 6 | -22/+22 |
* | swscale: fix 16-bit scaling when output is 8-bits. | Ronald S. Bultje | 2011-07-08 | 7 | -14/+14 |