| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename regression.sh --> codec-regression.sh. Now all regression test scripts | Diego Biurrun | 2009-03-30 | 1 | -657/+0 |
* | cosmetics: Rename 'do_libav' function to 'do_lavf'. | Diego Biurrun | 2009-03-30 | 1 | -15/+15 |
* | PCX encoder that handles 1-, 8-, and 24-bpp pixfmts. | Daniel Verkamp | 2009-03-20 | 1 | -0/+4 |
* | remove sws_flags, seems to have no effect | Baptiste Coudurier | 2009-03-12 | 1 | -1/+1 |
* | mxf and mxf d10 regression tests | Baptiste Coudurier | 2009-03-11 | 1 | -0/+5 |
* | Fix regression.sh to work on OpenBSD which has md5 instead of md5sum | Reimar Döffinger | 2008-12-13 | 1 | -0/+2 |
* | Run regression tests on target system. | Måns Rullgård | 2008-11-23 | 1 | -33/+40 |
* | Revert r15615: Enable AC-3 decoding regression tests. | Carl Eugen Hoyos | 2008-10-15 | 1 | -2/+3 |
* | Enable AC-3 decoding regression tests. | Carl Eugen Hoyos | 2008-10-13 | 1 | -1/+2 |
* | Switch regression tests to swscale. | Michael Niedermayer | 2008-09-13 | 1 | -13/+13 |
* | Bump Major version, this commit is almost just renaming bits_per_sample to | Luca Abeni | 2008-09-08 | 1 | -6/+6 |
* | matroska: fix regression test according to r14862 | Aurelien Jacobs | 2008-08-20 | 1 | -2/+2 |
* | Add regression tests for F32LE, F64BE and F64LE PCM codecs. | Peter Ross | 2008-08-19 | 1 | -0/+3 |
* | Apply PCM ENCODE/DECODE() macros to the S/U,8/24/32,LE/BE PCM codecs. | Peter Ross | 2008-08-11 | 1 | -10/+10 |
* | PCM regression tests. | Peter Ross | 2008-08-08 | 1 | -1/+28 |
* | add dv 4:1:1 regression test | Baptiste Coudurier | 2008-08-05 | 1 | -0/+3 |
* | 100l, fix test, ref values were done with mv0, dunno how this slipped in | Baptiste Coudurier | 2008-08-05 | 1 | -1/+1 |
* | add mpeg2 4:2:2 regression test | Baptiste Coudurier | 2008-08-05 | 1 | -0/+4 |
* | Do not duplicate -y parameter on regression.sh. | Ramiro Polla | 2008-05-01 | 1 | -17/+17 |
* | cosmetics | Baptiste Coudurier | 2008-04-25 | 1 | -1/+0 |
* | homogenous regression tests output for image formats | Baptiste Coudurier | 2008-03-30 | 1 | -1/+2 |
* | cosmetics, remove superflous comments | Baptiste Coudurier | 2008-03-18 | 1 | -10/+0 |
* | replace -f pgmyuv with -f image2 -vcodec pgmyuv | Måns Rullgård | 2008-03-07 | 1 | -9/+9 |
* | Simplify do_video_encoding() in regression.sh | Måns Rullgård | 2008-03-07 | 1 | -41/+41 |
* | Remove mp4psp regression test | Måns Rullgård | 2008-03-07 | 1 | -4/+0 |
* | IMA ADPCM encoder - QT variant | Kostya Shishkov | 2008-03-06 | 1 | -0/+5 |
* | remove useless/incorrect comments in regression.sh | Måns Rullgård | 2008-02-03 | 1 | -127/+0 |
* | split lavf regression tests | Måns Rullgård | 2008-02-03 | 1 | -14/+78 |
* | split regression tests allowing make to run them in parallel | Måns Rullgård | 2008-02-03 | 1 | -100/+21 |
* | remove duplicate, disabled nut regression test | Måns Rullgård | 2008-01-30 | 1 | -3/+0 |
* | Print the name of the regression test that was run after finishing the test. | Diego Biurrun | 2008-01-29 | 1 | -2/+2 |
* | rename dv50 regression test output file to dv50.dv | Måns Rullgård | 2008-01-28 | 1 | -1/+1 |
* | 4 months of hard development and finally it's done. Closes issue 58. Adpcm_sw... | Benjamin Larsson | 2007-12-03 | 1 | -0/+8 |
* | ogg muxer | Baptiste Coudurier | 2007-11-10 | 1 | -0/+3 |
* | Matroska regression tests | David Conrad | 2007-09-05 | 1 | -0/+3 |
* | nut regression test | Michael Niedermayer | 2007-08-10 | 1 | -0/+4 |
* | flashsv regression test | Michael Niedermayer | 2007-08-04 | 1 | -0/+8 |
* | regression tests for yuv440p yuvj440p | Andreas Öman | 2007-07-19 | 1 | -1/+1 |
* | misc typo fixes | Diego Biurrun | 2007-06-12 | 1 | -1/+1 |
* | Merge tests Makefile into the top-level Makefile. | Diego Biurrun | 2007-06-07 | 1 | -4/+4 |
* | fix tiff regression test (bitexact flag was ignoredwhich caused the | Michael Niedermayer | 2007-04-14 | 1 | -1/+1 |
* | YUV support patch by (Kamil Nowosad k.nowosad students mimuw edu pl) | Kamil Nowosad | 2007-04-06 | 1 | -1/+1 |
* | tiff & sgi regression test | Michael Niedermayer | 2007-04-06 | 1 | -0/+6 |
* | md5 test for the image formats | Michael Niedermayer | 2007-03-24 | 1 | -6/+6 |
* | bmp and tga image regression test | Michael Niedermayer | 2007-03-24 | 1 | -0/+6 |
* | Remove -ab 64k from ffmpeg options, this is now default. | Benoit Fouet | 2007-03-12 | 1 | -1/+1 |
* | change management of "ab" option in ffmpeg.c, so that it works as "b" option. | Benoit Fouet | 2007-03-05 | 1 | -6/+6 |
* | remove md5 check for wma as there are rounding differences between cpus | Michael Niedermayer | 2007-02-12 | 1 | -2/+21 |
* | disabling vorbis regression test for now, both encoder and decoder behave str... | Michael Niedermayer | 2007-02-12 | 1 | -4/+5 |
* | vorbis regression test | Michael Niedermayer | 2007-02-07 | 1 | -0/+7 |