| Commit message (Expand) | Author | Age | Files | Lines |
* | The lt and lte functions were swapped. | maxlazarov | 2012-04-01 | 1 | -3/+3 |
* | FATE: Add RALF decoding test | Derek Buitenhuis | 2012-03-31 | 2 | -0/+4 |
* | fate: update regression checksum due to 95ce0ddcfe99182365e0e57f5f41d7f1a01c57eb | Michael Niedermayer | 2012-03-31 | 1 | -1/+1 |
* | fate/vp8-size-change: set bitexact flag | Michael Niedermayer | 2012-03-29 | 2 | -28/+28 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-29 | 4 | -0/+352 |
|\ |
|
| * | FATE: add a test for vp8 with changing frame size. | Anton Khirnov | 2012-03-28 | 2 | -0/+35 |
| * | fate: add kgv1 fate test. | Ronald S. Bultje | 2012-03-27 | 2 | -0/+317 |
* | | vf_hflip: accept PIX_FMT_RGB444 and PIX_FMT_BGR444 pixel formats | Paul B Mahol | 2012-03-26 | 1 | -0/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-24 | 2 | -0/+4 |
|\| |
|
| * | fate: add wmalossless test. | Ronald S. Bultje | 2012-03-23 | 2 | -0/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-22 | 1 | -0/+1 |
|\| |
|
| * | FATE: Add ZeroCodec test | Derek Buitenhuis | 2012-03-22 | 2 | -0/+42 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-22 | 15 | -130/+130 |
|\| |
|
| * | mpegaudioenc: use AVCodec.encode2() | Justin Ruggles | 2012-03-20 | 10 | -103/+109 |
| * | g722enc: use AVCodec.encode2() | Justin Ruggles | 2012-03-20 | 1 | -2/+2 |
| * | ac3enc: update to AVCodec.encode2() | Justin Ruggles | 2012-03-20 | 2 | -10/+10 |
* | | Fix type and codetype fields in the MMF header for some phones. | Vidar Madsen | 2012-03-21 | 1 | -1/+1 |
* | | vf_pad: port to new drawutils API. | Nicolas George | 2012-03-21 | 1 | -0/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-21 | 10 | -743/+807 |
|\| |
|
| * | FATE: use +/- flag option syntax for vp8 emu-edge tests | Justin Ruggles | 2012-03-20 | 1 | -1/+1 |
| * | avconv: pass input stream timestamps to audio encoders | Justin Ruggles | 2012-03-20 | 5 | -740/+740 |
| * | xa: fix timestamp calculation | Justin Ruggles | 2012-03-20 | 1 | -30/+30 |
| * | FATE: change fate-maxis-xa to a normal demuxing test | Paul B Mahol | 2012-03-19 | 2 | -2/+32 |
| * | FATE: add test for adpcm-ea-maxis-xa | Paul B Mahol | 2012-03-19 | 2 | -0/+34 |
* | | fate/zerocodec: fix permissions | Michael Niedermayer | 2012-03-20 | 1 | -0/+0 |
* | | FATE: Add ZeroCodec test | Derek Buitenhuis | 2012-03-20 | 2 | -0/+42 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-20 | 3 | -142/+142 |
|\| |
|
| * | adpcm: fix nb_samples rounding for adpcm_ima_dk3, and update reference. | Ronald S. Bultje | 2012-03-18 | 3 | -142/+142 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-18 | 2 | -3/+1 |
|\| |
|
| * | fate: make compare() function compatible with POSIX bc | Mans Rullgard | 2012-03-18 | 1 | -2/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-17 | 8 | -127/+37 |
|\| |
|
| * | fate: fix enc_dec_pcm tests with remote target | Mans Rullgard | 2012-03-17 | 1 | -2/+2 |
| * | FATE: remove WMA acodec tests | Justin Ruggles | 2012-03-17 | 5 | -125/+0 |
| * | FATE: add WMAv1 and WMAv2 encode/decode tests with fuzzy comparison | Justin Ruggles | 2012-03-17 | 1 | -0/+19 |
| * | FATE: add AC-3 and E-AC-3 encode/decode tests with fuzzy comparison | Justin Ruggles | 2012-03-17 | 1 | -0/+16 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-17 | 2 | -9/+30 |
|\| |
|
| * | FATE: add capability for audio encode/decode tests with fuzzy psnr comparison | Justin Ruggles | 2012-03-15 | 1 | -0/+10 |
| * | FATE: allow a tolerance in the size comparison in do_tiny_psnr() | Justin Ruggles | 2012-03-15 | 2 | -2/+4 |
| * | FATE: use absolute difference from a target value in do_tiny_psnr() | Justin Ruggles | 2012-03-15 | 2 | -5/+13 |
| * | FATE: allow tests to set CMP_SHIFT to pass to tiny_psnr | Justin Ruggles | 2012-03-15 | 2 | -2/+3 |
| * | FATE: use $fuzz directly in do_tiny_psnr() instead of passing it around | Justin Ruggles | 2012-03-15 | 1 | -6/+6 |
* | | mpegvideo: don't pretend the first frame is always a key frame | Wolfram Gloger | 2012-03-16 | 1 | -3/+3 |
* | | tests/rotozoom: make some things const. | Michael Niedermayer | 2012-03-15 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-15 | 5 | -0/+20 |
|\| |
|
| * | Add ffvhuff encoding and decoding regression test | Paul B Mahol | 2012-03-14 | 3 | -0/+13 |
| * | fate: add pam image regression test | Paul B Mahol | 2012-03-14 | 2 | -0/+7 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-14 | 1 | -26/+29 |
|\| |
|
| * | FATE: add shorthand to wavpack test | Paul B Mahol | 2012-03-12 | 1 | -26/+29 |
| * | FATE: add test for cdxl demuxer | Paul B Mahol | 2012-03-12 | 2 | -0/+24 |
* | | FATE: add test for cdxl demuxer | Paul B Mahol | 2012-03-11 | 2 | -0/+24 |