summaryrefslogtreecommitdiffstats
path: root/libavformat/adtsenc.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-2/+2
| | | | | | | patch by: Björn Axelsson, bjorn d axelsson a intinor d se thread: [PATCH] Remove static ByteIOContexts, 06 nov 2007 Originally committed as revision 11071 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update my email addressMåns Rullgård2007-07-051-1/+1
| | | | Originally committed as revision 9489 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove empty write trailer functionsVitor Sessak2007-06-271-6/+0
| | | | | | patch by Vitor: [vitor1001 gmail com] Originally committed as revision 9442 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-101-7/+1
| | | | Originally committed as revision 5707 to svn://svn.ffmpeg.org/ffmpeg/trunk
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-091-2/+2
| | | | Originally committed as revision 5697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skip 0byte packetsBaptiste Coudurier2006-03-271-0/+2
| | | | Originally committed as revision 5231 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flush packetsBaptiste Coudurier2006-03-271-0/+1
| | | | Originally committed as revision 5226 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ff_asts_init needs to be inside #ifdef CONFIG_MUXERS, remove some misplacedLuca Abeni2006-02-171-4/+0
| | | | | | | CONFIG_MUXERS from adtsenc.c, fixes compilation with --disable-muxers. patch by Luca Abeni, lucabe72 &at& email &dot& it Originally committed as revision 5030 to svn://svn.ffmpeg.org/ffmpeg/trunk
* generate adts frame headers if requiredMåns Rullgård2006-02-101-0/+128
Originally committed as revision 4970 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud