| Commit message (Expand) | Author | Age | Files | Lines |
* | matroskaenc: Fix writing TRACKDEFAULTFLAG | John Stebbins | 2013-08-27 | 1 | -2/+2 |
* | movenc: Make tkhd "enabled" flag QuickTime compatible | John Stebbins | 2013-08-23 | 1 | -1/+1 |
* | fate: update the mmf reference | Luca Barbato | 2013-05-14 | 1 | -2/+2 |
* | avconv: make -t insert trim/atrim filters. | Anton Khirnov | 2013-04-30 | 34 | -65/+65 |
* | lavf: introduce AVFMT_TS_NEGATIVE | Luca Barbato | 2013-04-25 | 4 | -5/+5 |
* | riff: do not write empty INFO tags | Victor Vasiliev | 2012-10-16 | 1 | -2/+2 |
* | ffm: do not write or read the audio sample format | Justin Ruggles | 2012-10-06 | 1 | -1/+1 |
* | lavf: flush the output AVIOContext in av_write_trailer(). | Anton Khirnov | 2012-09-15 | 2 | -6/+6 |
* | movenc: Write chan atom for all audio tracks in mov mode movies. | Alex Converse | 2012-06-04 | 1 | -2/+2 |
* | fate: use standard diff options | Mans Rullgard | 2012-05-15 | 1 | -1/+1 |
* | FATE: avoid channel mixing in lavf-dv_fmt | Justin Ruggles | 2012-04-24 | 1 | -3/+3 |
* | FATE: allow lavf tests to alter input parameters | Justin Ruggles | 2012-04-20 | 4 | -9/+9 |
* | avconv: get output pixel format from lavfi. | Anton Khirnov | 2012-04-15 | 1 | -3/+3 |
* | mpegaudioenc: use AVCodec.encode2() | Justin Ruggles | 2012-03-20 | 5 | -10/+10 |
* | ac3enc: update to AVCodec.encode2() | Justin Ruggles | 2012-03-20 | 1 | -1/+1 |
* | fate: add pam image regression test | Paul B Mahol | 2012-03-14 | 1 | -0/+3 |
* | fate: Add sunrast regression test | Derek Buitenhuis | 2012-03-03 | 1 | -0/+3 |
* | dpxenc: Don't include the libavcodec ident if bitexact mode is enabled | Martin Storsjö | 2012-02-29 | 1 | -1/+1 |
* | mpegvideo_enc: add chroma/luma_elim_threshold private options. | Anton Khirnov | 2012-02-29 | 1 | -1/+1 |
* | Enable already existing rso regression test. | Reimar Döffinger | 2012-02-21 | 1 | -0/+3 |
* | Add regression test for "sox" format muxer/demuxer. | Reimar Döffinger | 2012-02-21 | 1 | -0/+3 |
* | Add dpx encoding regression test. | Carl Eugen Hoyos | 2012-02-21 | 1 | -0/+3 |
* | rawenc: switch to encode2(). | Anton Khirnov | 2012-02-08 | 1 | -1/+1 |
* | avconv: rework -t handling for encoding. | Anton Khirnov | 2012-02-07 | 9 | -23/+23 |
* | lavc: increase major version to 54. | Anton Khirnov | 2012-01-27 | 1 | -1/+1 |
* | fate: add XWD image regression test | Paul B Mahol | 2012-01-26 | 1 | -0/+3 |
* | fate: Update file checksums after the mov muxer change in a78dbada55d6 | Martin Storsjö | 2012-01-10 | 1 | -1/+1 |
* | movenc: simplify handling of pcm vs. adpcm vs. other compressed codecs | Justin Ruggles | 2011-12-09 | 1 | -2/+2 |
* | fate-lavf-ts: use -mpegts_transport_stream_id option. | Anton Khirnov | 2011-11-18 | 1 | -1/+1 |
* | Replace vendor string in Ogg and FLAC muxers. | Diego Biurrun | 2011-11-02 | 1 | -2/+2 |
* | riff: always generate a proper WAVEFORMATEX structure in ff_put_wav_header | John Brooks | 2011-10-14 | 1 | -2/+2 |
* | movenc: create an alternate group for each media type | Anton Khirnov | 2011-09-17 | 1 | -1/+1 |
* | libx264: add 'direct-pred' private option | Anton Khirnov | 2011-09-07 | 1 | -1/+1 |
* | libx264: add 'partitions' private option | Anton Khirnov | 2011-09-07 | 1 | -1/+1 |
* | fate: separate lavf-mxf_d10 test from lavf-mxf | Mans Rullgard | 2011-07-17 | 2 | -3/+3 |
* | mpegtsenc: set Random Access indicator on keyframe start packets | Jindrich Makovicka | 2011-07-13 | 1 | -1/+1 |
* | ffmpeg: deprecate loop_input and loop_output options | Anton Khirnov | 2011-07-08 | 1 | -2/+2 |
* | lavf: deprecate AVStream.quality. | Anton Khirnov | 2011-07-06 | 1 | -1/+1 |
* | swscale: fix JPEG-range YUV scaling artifacts. | Michael Niedermayer | 2011-06-14 | 1 | -2/+2 |
* | movenc: always write esds descriptor length using 4 bytes. | Baptiste Coudurier | 2011-05-13 | 1 | -2/+2 |
* | lavf/utils: fix ff_interleave_compare_dts corner case. | Vitor Sessak | 2011-05-10 | 2 | -2/+2 |
* | mpegtsenc: make PMT PID really start on pmt_start_pid | Anton Khirnov | 2011-04-28 | 1 | -1/+1 |
* | ac3enc: correct the flipped sign in the ac3_fixed encoder | Justin Ruggles | 2011-04-26 | 1 | -1/+1 |
* | Update regtest checksums after revision 6001dad. | Diego Biurrun | 2011-04-17 | 2 | -3/+3 |
* | lavf/utils.c: Order packets with identical PTS by stream index. | Vitor Sessak | 2011-04-12 | 5 | -5/+5 |
* | ac3enc: select bandwidth based on bit rate, sample rate, and number of | Justin Ruggles | 2011-04-03 | 1 | -1/+1 |
* | ac3enc: use generic fixed-point mdct | Mans Rullgard | 2011-04-03 | 1 | -1/+1 |
* | Add apply_window_int16() to DSPContext with x86-optimized versions and use it | Justin Ruggles | 2011-03-22 | 1 | -1/+1 |
* | ac3enc: do not right-shift fixed-point coefficients in the final MDCT stage. | Justin | 2011-03-14 | 1 | -1/+1 |
* | ac3enc: change default floor code to 7. | Justin Ruggles | 2011-02-15 | 1 | -1/+1 |