| Commit message (Expand) | Author | Age | Files | Lines |
* | pcmenc: set correct bitrate value | Mans Rullgard | 2012-05-17 | 4 | -38/+38 |
* | avprobe: don't print format entry name when only one was requested | Anton Khirnov | 2012-05-16 | 1 | -4/+4 |
* | fate: Work around non-standard wc implementations at more places | Martin Storsjö | 2012-05-16 | 1 | -1/+1 |
* | fate: work around non-standard wc implementations | Mans Rullgard | 2012-05-16 | 1 | -2/+2 |
* | fate: use standard diff options | Mans Rullgard | 2012-05-15 | 11 | -14/+14 |
* | fate: rename psx-str-v3-mdec to mdec-v3 | Mans Rullgard | 2012-05-15 | 3 | -3/+3 |
* | fate: convert psx-str to a demuxer test | Mans Rullgard | 2012-05-15 | 3 | -204/+204 |
* | fate: use diff -b in oneline comparison | Mans Rullgard | 2012-05-15 | 1 | -3/+1 |
* | fate: make smjpeg a demux test | Mans Rullgard | 2012-05-15 | 3 | -427/+427 |
* | fate: separate sierra-vmd audio and video tests | Mans Rullgard | 2012-05-14 | 6 | -337/+340 |
* | fate: separate smacker audio and video tests | Mans Rullgard | 2012-05-14 | 4 | -89/+92 |
* | avconv: add support for audio filters. | Anton Khirnov | 2012-05-14 | 3 | -26/+26 |
* | mtv: do not byteswap raw video in demuxer | Mans Rullgard | 2012-05-14 | 1 | -40/+40 |
* | fate: westwood-aud: disable decoding | Mans Rullgard | 2012-05-14 | 2 | -2/+13 |
* | fate: caf: disable decoding | Mans Rullgard | 2012-05-14 | 2 | -2/+2 |
* | fate: film-cvid: drop pcm audio and rename test | Mans Rullgard | 2012-05-14 | 3 | -33/+3 |
* | fate: d-cinema-demux: drop unnecessary flags | Mans Rullgard | 2012-05-14 | 1 | -1/+1 |
* | fate: split off dpcm-interplay from interplay-mve tests | Mans Rullgard | 2012-05-14 | 6 | -211/+134 |
* | fate: rename funcom-iss to adpcm-ima-iss | Mans Rullgard | 2012-05-14 | 3 | -3/+3 |
* | fate: rename cryo-apc to adpcm-ima-apc | Mans Rullgard | 2012-05-14 | 3 | -3/+3 |
* | fate: rename adpcm-psx-str-v3 to adpcm-xa | Mans Rullgard | 2012-05-14 | 2 | -3/+3 |
* | fate: split off adpcm-ms-mono test from dxa-feeble | Mans Rullgard | 2012-05-14 | 4 | -47/+50 |
* | fate: split off adpcm-ima-ws test from vqa-cc | Mans Rullgard | 2012-05-14 | 4 | -42/+45 |
* | fate: add adpcm-ima-smjpeg test | Mans Rullgard | 2012-05-14 | 2 | -0/+354 |
* | fate: split off adpcm-ima-amv from amv test | Mans Rullgard | 2012-05-14 | 4 | -162/+165 |
* | fate: separate bmv audio and video tests | Mans Rullgard | 2012-05-14 | 6 | -47/+50 |
* | fate: separate delphine-cin audio and video tests | Mans Rullgard | 2012-05-14 | 4 | -94/+97 |
* | fate: truemotion1: disable audio | Mans Rullgard | 2012-05-14 | 3 | -145/+2 |
* | fate: qtrle: disable audio in all tests | Mans Rullgard | 2012-05-14 | 3 | -142/+2 |
* | fate: pcm-planar: disable video | Mans Rullgard | 2012-05-14 | 3 | -297/+146 |
* | fate: mtv: disable video decoding | Mans Rullgard | 2012-05-14 | 2 | -40/+41 |
* | fate: employ better names and add a convenient shorthand for vp6 tests | Diego Biurrun | 2012-05-11 | 3 | -11/+11 |
* | avconv: use lrint() for rounding double timestamps | Mans Rullgard | 2012-05-10 | 1 | -1/+1 |
* | fate: cosmetics: lowercase some comments | Diego Biurrun | 2012-05-09 | 1 | -5/+5 |
* | fate: Give more consistent names to some RealVideo/RealAudio tests. | Diego Biurrun | 2012-05-09 | 3 | -4/+4 |
* | fate: split idroq audio and video into separate tests | Mans Rullgard | 2012-05-09 | 4 | -380/+383 |
* | fate: improve dependencies | Mans Rullgard | 2012-05-09 | 41 | -195/+199 |
* | fate: add convenient shorthands for ea-vp6, libavcodec, libavutil tests | Diego Biurrun | 2012-05-09 | 3 | -13/+22 |
* | fate: split some combined tests into separate audio and video tests | Diego Biurrun | 2012-05-09 | 17 | -598/+616 |
* | fate: fix dependencies for probe tests | Mans Rullgard | 2012-05-09 | 2 | -2/+3 |
* | fate: Change the probe-format refs to match the final text format committed. | Alex Converse | 2012-05-07 | 1 | -4/+4 |
* | fate: Add avprobe as a make dependency | Alex Converse | 2012-05-07 | 1 | -1/+1 |
* | Add probe fate tests to test for regressions in detecting media types. | Ronald S. Bultje | 2012-05-07 | 3 | -0/+22 |
* | fate: Add oneline comparison method | Mans Rullgard | 2012-05-07 | 1 | -1/+8 |
* | tests/utils: don't ignore the return value of fwrite() | Sean McGovern | 2012-05-06 | 1 | -3/+12 |
* | tests: Refactor rotozoom/videogen common code into a separate file. | Diego Biurrun | 2012-05-05 | 4 | -252/+150 |
* | tests: Mark some file-internal symbols as static. | Diego Biurrun | 2012-05-05 | 2 | -11/+11 |
* | fft-test: add option to set cpuflag mask | Mans Rullgard | 2012-04-25 | 1 | -12/+14 |
* | FATE: use updated reference for aac-latm_stereo_to_51 | Justin Ruggles | 2012-04-24 | 1 | -2/+2 |
* | FATE: avoid channel mixing in lavf-dv_fmt | Justin Ruggles | 2012-04-24 | 3 | -17/+17 |