summaryrefslogtreecommitdiff
path: root/libavformat/oggenc.c
Commit message (Collapse)AuthorAge
* Use a shared function to validate FLAC extradata.Justin Ruggles2009-02-26
| | | | Originally committed as revision 17602 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move declaration of ff_interleave_add_packet to internal.h.Baptiste Coudurier2009-02-08
| | | | | | It is an internal function and should not be in an installed header. Originally committed as revision 17070 to svn://svn.ffmpeg.org/ffmpeg/trunk
* function is staticBaptiste Coudurier2009-01-31
| | | | Originally committed as revision 16886 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use new ff_interleave_add_packetBaptiste Coudurier2009-01-31
| | | | Originally committed as revision 16885 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-03
| | | | | | | The name offset_t is easily confused with the standard off_t type and *_t is POSIX reserved namespace if any POSIX header is included. Originally committed as revision 15533 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add ogv extensionBaptiste Coudurier2008-07-19
| | | | Originally committed as revision 14295 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, remove spaceBaptiste Coudurier2008-07-19
| | | | Originally committed as revision 14294 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
* fix Ogg/FLAC header sizeJustin Ruggles2008-03-30
| | | | Originally committed as revision 12626 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix issue 338:Baptiste Coudurier2008-02-05
| | | | | | | | | Correctly interleave ogg packets per granule and set eos correctly, 2 packets buffering is needed. It duplicates interleave_per_dts a bit, if someone has a good solution, I'll implement it. Originally committed as revision 11867 to svn://svn.ffmpeg.org/ffmpeg/trunk
* it seems ogg requires granule to be -1 on unfinished packetsBaptiste Coudurier2008-02-05
| | | | Originally committed as revision 11866 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
* ogg muxerBaptiste Coudurier2007-11-10
Originally committed as revision 10999 to svn://svn.ffmpeg.org/ffmpeg/trunk