| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/parseutils: accept everything in av_parse_time that ff_iso8601_to_unix... | Marton Balint | 2016-02-14 | 1 | -0/+3 |
* | avutil/parseutils: use microsecond precision when parsing "now" in av_parse_t... | Marton Balint | 2016-02-14 | 1 | -2/+2 |
* | avutil: Remove x86_cpu.h | Timothy Gu | 2016-02-13 | 1 | -2/+0 |
* | fate/source: Do not use GNU extensions in sed | Timothy Gu | 2016-02-13 | 1 | -3/+5 |
* | fate: Update fate-sub2video for 5486d7fa91f7233e6d9aa9ba8de7fe9287402637 | Michael Niedermayer | 2016-02-11 | 1 | -1/+84 |
* | sws/output: fix ordered dither threshold for mono output | Michael Niedermayer | 2016-02-10 | 21 | -52/+52 |
* | tests: Add test for proper header guard | Timothy Gu | 2016-02-10 | 2 | -0/+23 |
* | nut: Add PAL8 support | Michael Niedermayer | 2016-02-09 | 7 | -7/+7 |
* | build: use intermediate lcov coverage file | Andreas Cadhalpun | 2016-02-06 | 1 | -2/+3 |
* | build: fix lcov with src link | Andreas Cadhalpun | 2016-02-06 | 1 | -1/+1 |
* | fate: fix fate-aac-pns-encode failures on non-sse x86_32 targets | James Almer | 2016-02-04 | 1 | -1/+1 |
* | dca_parser: ensure frame duration matches the actual sample rate | Hendrik Leppkes | 2016-02-04 | 12 | -60/+60 |
* | Merge commit '2862b63783b5556f7f3fb2d097629bc6879f833a' | Derek Buitenhuis | 2016-02-03 | 1 | -4/+4 |
|\ |
|
| * | lavc: Move prediction_method to codec private options | Vittorio Giovara | 2016-01-21 | 1 | -4/+4 |
* | | dca: add new fate tests based on the dcadec-samples test suite | Hendrik Leppkes | 2016-02-02 | 28 | -0/+352 |
* | | dca: split decoder fate tests into dca.mak | Hendrik Leppkes | 2016-02-02 | 3 | -16/+16 |
* | | Revert "do not write f2 if not interlaced" | Sebastian Dröge | 2016-02-01 | 2 | -4/+4 |
* | | fate: re-enable dca-xll test | James Almer | 2016-02-01 | 2 | -0/+4 |
* | | all: Make header guard names consistent | Timothy Gu | 2016-01-31 | 1 | -2/+2 |
* | | avcodec/dca: add new decoder based on libdcadec | foo86 | 2016-01-31 | 4 | -7/+7 |
* | | avcodec/dca: remove old decoder | foo86 | 2016-01-31 | 6 | -106/+7 |
* | | fate/ffm: Update test ref | Derek Buitenhuis | 2016-01-31 | 1 | -1/+1 |
* | | avcodec/rawdec: Switch to monowhite if there is no palette & bpp=1 | Michael Niedermayer | 2016-01-31 | 4 | -8/+8 |
* | | lavc/rawdec: Use AV_PIX_FMT_PAL8 for raw 1 bpp video in AVI | Mats Peterson | 2016-01-29 | 4 | -8/+8 |
* | | Merge commit '1482aff2048511b821ff9feac19426113cc641a2' | Derek Buitenhuis | 2016-01-28 | 1 | -1/+2 |
|\| |
|
| * | lavc: Move noise_reduction to codec private options | Vittorio Giovara | 2016-01-21 | 1 | -1/+2 |
| * | fate: add 10-bit v210 encoder tests | James Darnley | 2016-01-21 | 3 | -1/+10 |
* | | FATE: update AAC encoder PNS test target | Rostislav Pehlivanov | 2016-01-27 | 1 | -1/+1 |
* | | avcodec/dcaenc: return correct number of bytes in output packet | Paul B Mahol | 2016-01-25 | 1 | -1/+1 |
* | | fate/ffmpeg: Fix colorkey test failure without samples | Michael Niedermayer | 2016-01-23 | 1 | -1/+1 |
* | | fate: Add a small number of rawvideo in mov tests | Michael Niedermayer | 2016-01-22 | 13 | -0/+59 |
* | | fate: add 1 and 15BPP rawvideo in avi tests | Michael Niedermayer | 2016-01-22 | 9 | -1/+37 |
* | | x86inc: Add debug symbols indicating sizes of compiled functions | Geza Lore | 2016-01-21 | 1 | -4/+4 |
* | | fate: Add test for colorkey | Michael Niedermayer | 2016-01-21 | 3 | -0/+22 |
* | | checkasm: add videodsp emulated_edge_mc test. | Ronald S. Bultje | 2016-01-21 | 4 | -0/+94 |
* | | lavf/nut: Add forgotten fourccs for YUV4xxP9. | Carl Eugen Hoyos | 2016-01-21 | 17 | -67/+67 |
* | | tests/fate/aac: remove unneeded strict arguments from the encoder tests | Rostislav Pehlivanov | 2016-01-20 | 1 | -8/+8 |
* | | Merge commit 'fec76cd430f3c865183a6e5b4caec0743e055605' | Hendrik Leppkes | 2016-01-19 | 3 | -0/+153 |
|\| |
|
| * | checkasm: Check register clobbering on aarch64 | Martin Storsjö | 2016-01-07 | 3 | -0/+153 |
* | | Merge commit '26ec75aec3576daea691dee53a78ec67c0dc4040' | Hendrik Leppkes | 2016-01-19 | 4 | -0/+167 |
|\| |
|
| * | checkasm: Check register clobbering on arm | Martin Storsjö | 2016-01-07 | 4 | -0/+167 |
* | | AAC encoder: use signed coeffs when measuring IS energy | Claudio Freire | 2016-01-17 | 1 | -1/+1 |
* | | fate: add 10-bit v210 encoder tests | James Darnley | 2016-01-17 | 5 | -1/+18 |
* | | fate: add test for realtime ccaption decoder | Aman Gupta | 2016-01-14 | 2 | -0/+45 |
* | | AAC encoder: fix I/S relative error evaluation | Claudio Freire | 2016-01-13 | 1 | -2/+2 |
* | | AAC encoder: various fixes in M/S coding | Claudio Freire | 2016-01-13 | 1 | -1/+1 |
* | | AAC encoder: avoid assertion failure on PNS | Claudio Freire | 2016-01-13 | 1 | -1/+1 |
* | | fate: fix sub-cc font | Clément Bœsch | 2016-01-10 | 1 | -1/+1 |
* | | lavc/ccaption_dec: improve default style | Clément Bœsch | 2016-01-10 | 1 | -1/+1 |
* | | lavc/ccaption_dec: fix ASS tags | Clément Bœsch | 2016-01-10 | 1 | -2/+2 |