| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -4/+4 |
|\ |
|
| * | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -4/+4 |
* | | avformat: use AV_OPT_TYPE_BOOL in a bunch of places | Clément Bœsch | 2015-12-04 | 1 | -2/+2 |
* | | Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e' | Michael Niedermayer | 2015-02-14 | 1 | -1/+1 |
|\| |
|
| * | avformat: Don't anonymously typedef structs | Diego Biurrun | 2015-02-14 | 1 | -1/+1 |
* | | avformat/adtsenc: buf isnt changed in adts_decode_extradata(), make it const | Michael Niedermayer | 2014-09-22 | 1 | -1/+1 |
* | | Merge commit '13c90bc9a359e969cc2b7f7e8199b02a0e4c6ec9' | Michael Niedermayer | 2014-08-21 | 1 | -8/+8 |
|\| |
|
| * | adts: Return more meaningful error codes | Nidhi Makhijani | 2014-08-21 | 1 | -8/+8 |
* | | avformat/adtsenc: Optionally enable ID3 in ADTS. | Dale Curtis | 2014-07-22 | 1 | -0/+5 |
* | | Merge commit 'f792d3cbb8e8e35c54a9358a55dd596b7a40f228' | Michael Niedermayer | 2014-06-18 | 1 | -0/+1 |
|\| |
|
| * | lavf: add the notimestamps flag to the muxers missing it | Anton Khirnov | 2014-06-18 | 1 | -0/+1 |
| * | lavf: Don't explicitly flush after each written packet in muxers | Clément Bœsch | 2013-09-16 | 1 | -1/+0 |
* | | lavf/adtsenc: Add support for APE tags | James Almer | 2013-10-23 | 1 | -0/+30 |
* | | lavf: remove some flushing in write_packet muxers callbacks. | Clément Bœsch | 2013-04-14 | 1 | -1/+0 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -2/+2 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-31 | 1 | -1/+1 |
|\| |
|
| * | Improve descriptiveness of a number of codec and container long names | Diego Biurrun | 2012-07-30 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-03 | 1 | -6/+16 |
|\| |
|
| * | adtsenc: Don't expose the muxer internals to the rest of lavf | Jindrich Makovicka | 2012-06-03 | 1 | -6/+16 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-03 | 1 | -1/+1 |
|\| |
|
| * | latmdec: fix audio specific config parsing | Janne Grunau | 2011-12-03 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-29 | 1 | -2/+14 |
|\| |
|
| * | adtsenc: Check frame size. | Alex Converse | 2011-11-28 | 1 | -2/+14 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-21 | 1 | -2/+2 |
|\| |
|
| * | lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf. | Anton Khirnov | 2011-10-20 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-17 | 1 | -9/+9 |
|\| |
|
| * | lavf: use designated initialisers for all (de)muxers. | Anton Khirnov | 2011-07-17 | 1 | -9/+9 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-08 | 1 | -0/+4 |
|\| |
|
| * | adts: Fix PCE copying. | Alex Converse | 2011-07-06 | 1 | -0/+4 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
|/ |
|
* | avio: rename put_flush_packet -> avio_flush | Anton Khirnov | 2011-03-16 | 1 | -1/+1 |
* | avio: avio: avio_ prefixes for put_* functions | Anton Khirnov | 2011-02-21 | 1 | -3/+3 |
* | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -1/+1 |
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | Cosmetics: whitespace | Alex Converse | 2010-07-07 | 1 | -3/+3 |
* | Allow remuxing of explicitly signalled AAC files into ADTS. | Alex Converse | 2010-07-01 | 1 | -7/+10 |
* | In mpegts muxer, write adts header if aac bitstream does not contain it | Baptiste Coudurier | 2010-03-09 | 1 | -25/+15 |
* | Use av_log_missing_feature in the ADTS encoder. (Pseudo reverts r19173). | Alex Converse | 2009-06-29 | 1 | -1/+2 |
* | Do not include libavcodec/internal.h in the ADTS muxer. | Alex Converse | 2009-06-12 | 1 | -2/+1 |
* | Add the .adts file extension to the ADTS muxer. | Alex Converse | 2009-06-03 | 1 | -1/+1 |
* | Add PCE support to the ADTS muxer. | Alex Converse | 2009-05-13 | 1 | -5/+16 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | Split bitstream.h, put the bitstream writer stuff in the new file | Stefano Sabatini | 2009-04-12 | 1 | -0/+1 |
* | ADTS: Increased protection against writing illegal/nonsense files. | Alex Converse | 2009-03-06 | 1 | -1/+13 |
* | Add libavcodec/internal.h include to avoid warning: implicit declaration of | Patrik Kullman | 2009-02-13 | 1 | -0/+1 |
* | Report the illegal audio object type, not it offset by 1. | Alex Converse | 2009-02-13 | 1 | -1/+1 |
* | ADTS Muxer: Refuse to write illegal ADTS files by checking validity of header | Alex Converse | 2009-02-12 | 1 | -3/+17 |
* | Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-03 | 1 | -1/+1 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -1/+2 |