| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not include mathematics.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -0/+1 |
* | md5: add fate test | Mans Rullgard | 2011-07-03 | 2 | -0/+9 |
* | crc: add fate test | Mans Rullgard | 2011-07-03 | 2 | -0/+8 |
* | fate: move libavutil test rules to a separate file | Mans Rullgard | 2011-07-03 | 3 | -23/+23 |
* | fate: add DES test | Mans Rullgard | 2011-07-03 | 1 | -0/+5 |
* | fate-aac: Expand coverage. | Alex Converse | 2011-07-01 | 1 | -0/+12 |
* | swscale: for >8bit scaling, read in native bit-depth. | Ronald S. Bultje | 2011-07-01 | 1 | -4/+4 |
* | build: Eliminate obsolete test targets. | Diego Biurrun | 2011-06-30 | 1 | -8/+1 |
* | base64: add fate test | Mans Rullgard | 2011-06-30 | 2 | -0/+13 |
* | aes: improve test program and add fate test | Mans Rullgard | 2011-06-30 | 1 | -0/+5 |
* | adler32: make test program more useful and add fate test | Mans Rullgard | 2011-06-30 | 1 | -0/+5 |
* | fate: move amr[nw]b test rules into separate files | Mans Rullgard | 2011-06-29 | 4 | -108/+108 |
* | swscale: implement >8bit scaling support. | Ronald S. Bultje | 2011-06-29 | 7 | -64/+64 |
* | fate: enable lavfi-pixmt tests on big endian systems | Mans Rullgard | 2011-06-28 | 7 | -0/+0 |
* | fate: merge identical pixdesc_be/le tests | Mans Rullgard | 2011-06-28 | 3 | -53/+1 |
* | swscale: update big endian reference values after dff5a835. | Ronald S. Bultje | 2011-06-28 | 1 | -0/+4 |
* | build: replace some addprefix/addsuffix with substitution refs | Mans Rullgard | 2011-06-28 | 1 | -1/+1 |
* | swscale: re-add support for non-native endianness. | Ronald S. Bultje | 2011-06-27 | 7 | -0/+28 |
* | build: remove SRC_PATH_BARE variable | Mans Rullgard | 2011-06-23 | 2 | -12/+12 |
* | build: move test rules to tests/Makefile | Mans Rullgard | 2011-06-22 | 1 | -0/+121 |
* | fate: remove output redirections from old regtest scripts | Mans Rullgard | 2011-06-21 | 5 | -32/+16 |
* | error_resilience: actually add counter when adding a MV predictor. | Ronald Bultje | 2011-06-20 | 2 | -4/+4 |
* | ffmpeg: use new avformat_open_* API. | Anton Khirnov | 2011-06-16 | 1 | -1/+1 |
* | codec-regression: remove pointless -r options for dnxhd | Anton Khirnov | 2011-06-16 | 1 | -3/+3 |
* | ffmpeg: don't abuse a global for passing samplerate from input to output | Anton Khirnov | 2011-06-15 | 3 | -8/+8 |
* | swscale: fix JPEG-range YUV scaling artifacts. | Michael Niedermayer | 2011-06-14 | 9 | -18/+18 |
* | H264/MPEG frame-level multi-threading. | Alexander Strange | 2011-06-02 | 4 | -109/+109 |
* | fate: fix fate-h264-conformance-frext-pph10i4-panasonic-a crcs. | Ronald S. Bultje | 2011-05-23 | 1 | -13/+4 |
* | fate: update 9/10bit refs. | Ronald S. Bultje | 2011-05-23 | 1 | -4/+4 |
* | fate: disable threading for encoding | Mans Rullgard | 2011-05-20 | 1 | -1/+1 |
* | fate: add comment field | Mans Rullgard | 2011-05-20 | 1 | -1/+1 |
* | fate: allow overriding default build and install dirs | Mans Rullgard | 2011-05-20 | 1 | -2/+2 |
* | fate: remove do_ffmpeg_nocheck function | Mans Rullgard | 2011-05-18 | 2 | -9/+2 |
* | fate: do not collect -benchmark output | Mans Rullgard | 2011-05-18 | 4 | -16/+4 |
* | fate: run aref and vref as regular tests | Mans Rullgard | 2011-05-18 | 4 | -2/+8 |
* | Add an aac sample which uses LTP to fate-aac. | Justin Ruggles | 2011-05-14 | 1 | -0/+4 |
* | [PATCH] Update pixdesc_be fate refs after adding 9/10bit YUV420P formats. | Ronald S. Bultje | 2011-05-14 | 1 | -0/+4 |
* | movenc: always write esds descriptor length using 4 bytes. | Baptiste Coudurier | 2011-05-13 | 3 | -6/+6 |
* | movenc: fix yuv range in avid atoms used by dnxhd. | Baptiste Coudurier | 2011-05-12 | 2 | -2/+2 |
* | swscale: fix YUV420P 9/10bit support. | Ronald S. Bultje | 2011-05-11 | 6 | -7/+27 |
* | rotozoom: Eliminate French variable name. | Diego Biurrun | 2011-05-11 | 1 | -6/+6 |
* | rotozoom: Check return value of fread(). | Diego Biurrun | 2011-05-11 | 1 | -2/+4 |
* | rotozoom: Return an error value instead of calling exit(). | Diego Biurrun | 2011-05-11 | 1 | -1/+1 |
* | rotozoom: Make init_demo() return int and check for errors on invocation. | Diego Biurrun | 2011-05-11 | 1 | -3/+6 |
* | rotozoom: Drop silly UINT8 typedef. | Diego Biurrun | 2011-05-11 | 1 | -4/+4 |
* | rotozoom: Drop some unnecessary parentheses. | Diego Biurrun | 2011-05-11 | 1 | -5/+5 |
* | rotozoom: K&R coding style cosmetics | Diego Biurrun | 2011-05-11 | 1 | -101/+106 |
* | lavf/utils: fix ff_interleave_compare_dts corner case. | Vitor Sessak | 2011-05-10 | 4 | -27/+27 |
* | fate: add 10-bit H264 tests. | Ronald S. Bultje | 2011-05-10 | 8 | -0/+93 |
* | regtest: fix wma tests | Mans Rullgard | 2011-05-09 | 1 | -2/+2 |