| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | fix regression tests due to pixel format name changes | Baptiste Coudurier | 2007-02-07 | 1 | -2/+2 |
* | wma regression test | Michael Niedermayer | 2007-02-06 | 1 | -0/+14 |
* | Add/update some comments. | Diego Biurrun | 2007-01-18 | 1 | -2/+2 |
* | Rename do_libav var so as not to clash with the do_libav function on Solaris. | Diego Biurrun | 2007-01-18 | 1 | -2/+2 |
* | Revert broken removal of variable indirection. | Diego Biurrun | 2007-01-15 | 1 | -9/+12 |
* | Remove leftover variable. | Diego Biurrun | 2007-01-15 | 1 | -1/+0 |
* | Remove unnecessary variable indirection. | Diego Biurrun | 2007-01-15 | 1 | -11/+9 |
* | merge fragmented mpeg4adv section in regression.sh | Måns Rullgård | 2007-01-14 | 1 | -6/+3 |
* | 100l: Fix damage from a buggy emacs macro. | Diego Biurrun | 2007-01-14 | 1 | -6/+4 |
* | Merge redundant comments. | Diego Biurrun | 2007-01-14 | 1 | -108/+26 |
* | Add two more variables for temporary files. | Diego Biurrun | 2007-01-14 | 1 | -6/+8 |
* | comment grammar fixes | Diego Biurrun | 2007-01-14 | 1 | -3/+3 |
* | change regression tests for swf, use same as flv, swf muxer only supports mp3 | Baptiste Coudurier | 2007-01-09 | 1 | -2/+2 |
* | change mpeg2 intra vlc test to advanced one, add qprd trell and b frames | Baptiste Coudurier | 2006-12-21 | 1 | -2/+2 |
* | QPRD & adaptive quantization regression tests | Michael Niedermayer | 2006-12-21 | 1 | -0/+12 |
* | Make do_video_encoding general enough to accomodate all cases. | Diego Biurrun | 2006-12-02 | 1 | -40/+39 |
* | Make do_video_decoding general enough to accomodate all cases. | Diego Biurrun | 2006-12-02 | 1 | -9/+9 |
* | Merge a repeating variable declaration into do_video_encoding. | Diego Biurrun | 2006-12-02 | 1 | -75/+39 |
* | Use a function for audio encoding and decoding. | Diego Biurrun | 2006-12-01 | 1 | -21/+25 |
* | Use a function for libav. | Diego Biurrun | 2006-12-01 | 1 | -33/+19 |
* | Use a function for image formats. | Diego Biurrun | 2006-12-01 | 1 | -9/+11 |