summaryrefslogtreecommitdiff
path: root/libavformat/adtsenc.c
Commit message (Collapse)AuthorAge
* Add libavcodec/internal.h include to avoid warning: implicit declaration ofPatrik Kullman2009-02-13
| | | | | | | | function ‘ff_log_missing_feature’ Patch by Patrik Kullman ( patrik yes nu ) Originally committed as revision 17220 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Report the illegal audio object type, not it offset by 1.Alex Converse2009-02-13
| | | | | | Discussed and OKed at http://lists.mplayerhq.hu/pipermail/ffmpeg-cvslog/2009-February/019860.html Originally committed as revision 17198 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ADTS Muxer: Refuse to write illegal ADTS files by checking validity of headerAlex Converse2009-02-12
| | | | | | | | members and erroring out if invalid Patch by Alex Converse ( alex converse gmail com ) Originally committed as revision 17193 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
| | | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste.it along with some spelling/consistency fixes for the long names by me Originally committed as revision 13649 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
| | | | Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
| | | | | | | 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-05
| | | | Originally committed as revision 9489 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove empty write trailer functionsVitor Sessak2007-06-27
| | | | | | 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-07
| | | | | | 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-10
| | | | Originally committed as revision 5707 to svn://svn.ffmpeg.org/ffmpeg/trunk
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
| | | | Originally committed as revision 5697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skip 0byte packetsBaptiste Coudurier2006-03-27
| | | | Originally committed as revision 5231 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flush packetsBaptiste Coudurier2006-03-27
| | | | 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-17
| | | | | | | 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-10
Originally committed as revision 4970 to svn://svn.ffmpeg.org/ffmpeg/trunk