summaryrefslogtreecommitdiff
path: root/libavformat/adtsenc.c
Commit message (Expand)AuthorAge
* 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