| Commit message (Expand) | Author | Age | Files | Lines |
* | avconv: make -t insert trim/atrim filters. | Anton Khirnov | 2013-04-30 | 2 | -2/+2 |
* | lavf: introduce AVFMT_TS_NEGATIVE | Luca Barbato | 2013-04-25 | 4 | -103/+103 |
* | FATE: enable multiple slices in the ffv1 vsynth test | Anton Khirnov | 2013-03-08 | 1 | -20/+20 |
* | wmv2: move IDCT to its own DSP context. | Ronald S. Bultje | 2013-01-20 | 1 | -14/+14 |
* | Drop Snow codec | Diego Biurrun | 2013-01-06 | 2 | -92/+0 |
* | fate: split dependencies for fate-seek tests | Janne Grunau | 2012-12-02 | 105 | -0/+0 |
* | riff: do not write empty INFO tags | Victor Vasiliev | 2012-10-16 | 27 | -538/+538 |
* | fate: convert codec-regression.sh to makefile rules | Mans Rullgard | 2012-05-29 | 20 | -76/+27 |
* | pcmenc: set correct bitrate value | Mans Rullgard | 2012-05-17 | 2 | -36/+36 |
* | FATE: avoid channel mixing in lavf-dv_fmt | Justin Ruggles | 2012-04-24 | 1 | -13/+13 |
* | matroska: Add incremental parsing of clusters. | Dale Curtis | 2012-04-22 | 1 | -1/+1 |
* | FATE: allow lavf tests to alter input parameters | Justin Ruggles | 2012-04-20 | 1 | -13/+13 |
* | FATE: replace the acodec-pcm_s24daud test with an enc_dec_pcm checksum test | Justin Ruggles | 2012-04-20 | 1 | -27/+0 |
* | FATE: replace the acodec-g726 test with 4 new encode/decode tests | Justin Ruggles | 2012-04-20 | 1 | -53/+0 |
* | mpegaudioenc: use AVCodec.encode2() | Justin Ruggles | 2012-03-20 | 5 | -93/+99 |
* | ac3enc: update to AVCodec.encode2() | Justin Ruggles | 2012-03-20 | 1 | -9/+9 |
* | FATE: remove WMA acodec tests | Justin Ruggles | 2012-03-17 | 2 | -106/+0 |
* | aiffdec: do not set AVCodecContext.frame_size | Justin Ruggles | 2012-03-05 | 1 | -18/+18 |
* | voc/avs: Do not change the sample rate mid-stream. | Justin Ruggles | 2012-03-03 | 1 | -12/+12 |
* | mpegaudio_parser: do not ignore information from the first parsed frame | Justin Ruggles | 2012-03-03 | 1 | -9/+5 |
* | rawdec: set timebase to 1/fps. | Anton Khirnov | 2012-02-26 | 10 | -125/+125 |
* | FATE: update reference for seek-alac_mp4 | Justin Ruggles | 2012-02-11 | 1 | -27/+27 |
* | avconv: rework -t handling for encoding. | Anton Khirnov | 2012-02-07 | 4 | -15/+21 |
* | fate: make acodec-ac3_fixed test output raw AC3 | Mans Rullgard | 2012-02-02 | 2 | -44/+49 |
* | mxfdec: hybrid demuxing/seeking solution | Janne Grunau | 2012-01-22 | 2 | -50/+45 |
* | fate: update asf seektest | Luca Barbato | 2011-12-02 | 1 | -8/+8 |
* | fate: split acodec-pcm into individual tests | Justin Ruggles | 2011-12-01 | 2 | -106/+0 |
* | regtest: split video encode/decode tests into individual targets | Mans Rullgard | 2011-11-22 | 1 | -0/+0 |
* | Replace vendor string in Ogg and FLAC muxers. | Diego Biurrun | 2011-11-02 | 2 | -24/+24 |
* | remove the zork pcm seek test | Justin Ruggles | 2011-10-26 | 1 | -53/+0 |
* | riff: always generate a proper WAVEFORMATEX structure in ff_put_wav_header | John Brooks | 2011-10-14 | 8 | -204/+204 |
* | fate: remove seek-mpeg2reuse test | Mans Rullgard | 2011-09-28 | 1 | -46/+0 |
* | ac3enc: Add channel coupling support for the fixed-point AC-3 encoder. | Justin Ruggles | 2011-09-05 | 1 | -15/+20 |
* | ffmpeg: deprecate loop_input and loop_output options | Anton Khirnov | 2011-07-08 | 1 | -1/+1 |
* | lavf/utils: fix ff_interleave_compare_dts corner case. | Vitor Sessak | 2011-05-10 | 2 | -25/+25 |
* | ac3enc: correct the flipped sign in the ac3_fixed encoder | Justin Ruggles | 2011-04-26 | 1 | -1/+2 |
* | lavf/utils.c: Order packets with identical PTS by stream index. | Vitor Sessak | 2011-04-12 | 2 | -25/+25 |
* | ac3enc: select bandwidth based on bit rate, sample rate, and number of | Justin Ruggles | 2011-04-03 | 1 | -3/+6 |
* | Add apply_window_int16() to DSPContext with x86-optimized versions and use it | Justin Ruggles | 2011-03-22 | 1 | -20/+10 |
* | asf: update seek test reference | Mans Rullgard | 2011-03-17 | 3 | -87/+81 |
* | ac3enc: do not right-shift fixed-point coefficients in the final MDCT stage. | Justin | 2011-03-14 | 1 | -11/+11 |
* | ac3enc: fix bug in stereo rematrixing decision. | Justin Ruggles | 2011-02-16 | 1 | -10/+20 |
* | Add stereo rematrixing support to the AC-3 encoders. | Justin Ruggles | 2011-01-08 | 1 | -14/+7 |
* | Change the default dB-per-bit code from 2 to 3. | Justin Ruggles | 2010-12-29 | 1 | -17/+16 |
* | Change FIX15() back to clipping to -32767..32767. | Justin Ruggles | 2010-12-21 | 1 | -7/+5 |
* | Update the test references for lavf-rm and seek-ac3_rm. | Justin Ruggles | 2010-12-14 | 1 | -10/+16 |
* | Add a FLAC parser. | Michael Chinen | 2010-12-07 | 1 | -23/+45 |
* | Avoid negative SCR in mpeg ps muxer. | Michael Niedermayer | 2010-10-16 | 1 | -27/+27 |
* | Update rv20 seek test reference | Måns Rullgård | 2010-09-26 | 1 | -17/+17 |
* | regtest: rename seektest ref files using alphanumeric chars only | Måns Rullgård | 2010-07-20 | 114 | -0/+0 |