summaryrefslogtreecommitdiffstats
path: root/libavformat/adtsenc.c
Commit message (Expand)AuthorAgeFilesLines
* latmdec: fix audio specific config parsingJanne Grunau2011-12-031-1/+1
* adtsenc: Check frame size.Alex Converse2011-11-281-2/+14
* lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf.Anton Khirnov2011-10-201-2/+2
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-9/+9
* adts: Fix PCE copying.Alex Converse2011-07-061-0/+4
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* avio: rename put_flush_packet -> avio_flushAnton Khirnov2011-03-161-1/+1
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-211-3/+3
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-1/+1
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* Cosmetics: whitespaceAlex Converse2010-07-071-3/+3
* Allow remuxing of explicitly signalled AAC files into ADTS.Alex Converse2010-07-011-7/+10
* In mpegts muxer, write adts header if aac bitstream does not contain itBaptiste Coudurier2010-03-091-25/+15
* Use av_log_missing_feature in the ADTS encoder. (Pseudo reverts r19173).Alex Converse2009-06-291-1/+2
* Do not include libavcodec/internal.h in the ADTS muxer.Alex Converse2009-06-121-2/+1
* Add the .adts file extension to the ADTS muxer.Alex Converse2009-06-031-1/+1
* Add PCE support to the ADTS muxer.Alex Converse2009-05-131-5/+16
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini2009-04-121-0/+1
* ADTS: Increased protection against writing illegal/nonsense files.Alex Converse2009-03-061-1/+13
* Add libavcodec/internal.h include to avoid warning: implicit declaration ofPatrik Kullman2009-02-131-0/+1
* Report the illegal audio object type, not it offset by 1.Alex Converse2009-02-131-1/+1
* ADTS Muxer: Refuse to write illegal ADTS files by checking validity of headerAlex Converse2009-02-121-3/+17
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-1/+1
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+2
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-2/+2
* update my email addressMåns Rullgård2007-07-051-1/+1
* remove empty write trailer functionsVitor Sessak2007-06-271-6/+0
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-101-7/+1
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-091-2/+2
* skip 0byte packetsBaptiste Coudurier2006-03-271-0/+2
* flush packetsBaptiste Coudurier2006-03-271-0/+1
* ff_asts_init needs to be inside #ifdef CONFIG_MUXERS, remove some misplacedLuca Abeni2006-02-171-4/+0
* generate adts frame headers if requiredMåns Rullgård2006-02-101-0/+128
OpenPOWER on IntegriCloud