summaryrefslogtreecommitdiff
path: root/libavformat/adtsenc.c
Commit message (Expand)AuthorAge
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* avformat: Don't anonymously typedef structsDiego Biurrun2015-02-14
* adts: Return more meaningful error codesNidhi Makhijani2014-08-21
* lavf: add the notimestamps flag to the muxers missing itAnton Khirnov2014-06-18
* lavf: Don't explicitly flush after each written packet in muxersClément Bœsch2013-09-16
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-30
* adtsenc: Don't expose the muxer internals to the rest of lavfJindrich Makovicka2012-06-03
* latmdec: fix audio specific config parsingJanne Grunau2011-12-03
* adtsenc: Check frame size.Alex Converse2011-11-28
* lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf.Anton Khirnov2011-10-20
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* adts: Fix PCE copying.Alex Converse2011-07-06
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* avio: rename put_flush_packet -> avio_flushAnton Khirnov2011-03-16
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-21
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* Cosmetics: whitespaceAlex Converse2010-07-07
* Allow remuxing of explicitly signalled AAC files into ADTS.Alex Converse2010-07-01
* In mpegts muxer, write adts header if aac bitstream does not contain itBaptiste Coudurier2010-03-09
* Use av_log_missing_feature in the ADTS encoder. (Pseudo reverts r19173).Alex Converse2009-06-29
* Do not include libavcodec/internal.h in the ADTS muxer.Alex Converse2009-06-12
* Add the .adts file extension to the ADTS muxer.Alex Converse2009-06-03
* Add PCE support to the ADTS muxer.Alex Converse2009-05-13
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini2009-04-12
* ADTS: Increased protection against writing illegal/nonsense files.Alex Converse2009-03-06
* Add libavcodec/internal.h include to avoid warning: implicit declaration ofPatrik Kullman2009-02-13
* Report the illegal audio object type, not it offset by 1.Alex Converse2009-02-13
* ADTS Muxer: Refuse to write illegal ADTS files by checking validity of headerAlex Converse2009-02-12
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* update my email addressMåns Rullgård2007-07-05
* remove empty write trailer functionsVitor Sessak2007-06-27
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-10
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
* skip 0byte packetsBaptiste Coudurier2006-03-27
* flush packetsBaptiste Coudurier2006-03-27
* ff_asts_init needs to be inside #ifdef CONFIG_MUXERS, remove some misplacedLuca Abeni2006-02-17
* generate adts frame headers if requiredMåns Rullgård2006-02-10