| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -2/+2 |
* | Improve descriptiveness of a number of codec and container long names | Diego Biurrun | 2012-07-30 | 1 | -1/+1 |
* | adtsenc: Don't expose the muxer internals to the rest of lavf | Jindrich Makovicka | 2012-06-03 | 1 | -6/+16 |
* | latmdec: fix audio specific config parsing | Janne Grunau | 2011-12-03 | 1 | -1/+1 |
* | adtsenc: Check frame size. | Alex Converse | 2011-11-28 | 1 | -2/+14 |
* | lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf. | Anton Khirnov | 2011-10-20 | 1 | -2/+2 |
* | lavf: use designated initialisers for all (de)muxers. | Anton Khirnov | 2011-07-17 | 1 | -9/+9 |
* | 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 |
* | Use dynamically allocated ByteIOContext in AVFormatContext | Björn Axelsson | 2007-11-21 | 1 | -2/+2 |
* | update my email address | Måns Rullgård | 2007-07-05 | 1 | -1/+1 |
* | remove empty write trailer functions | Vitor Sessak | 2007-06-27 | 1 | -6/+0 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | allow individual selection of muxers and demuxers | Måns Rullgård | 2006-07-10 | 1 | -7/+1 |
* | give AVInput/OutputFormat structs consistent names | Måns Rullgård | 2006-07-09 | 1 | -2/+2 |
* | skip 0byte packets | Baptiste Coudurier | 2006-03-27 | 1 | -0/+2 |
* | flush packets | Baptiste Coudurier | 2006-03-27 | 1 | -0/+1 |
* | ff_asts_init needs to be inside #ifdef CONFIG_MUXERS, remove some misplaced | Luca Abeni | 2006-02-17 | 1 | -4/+0 |
* | generate adts frame headers if required | Måns Rullgård | 2006-02-10 | 1 | -0/+128 |