summaryrefslogtreecommitdiff
path: root/libavformat/oggenc.c
Commit message (Expand)AuthorAge
* Use a shared function to validate FLAC extradata.Justin Ruggles2009-02-26
* Move declaration of ff_interleave_add_packet to internal.h.Baptiste Coudurier2009-02-08
* function is staticBaptiste Coudurier2009-01-31
* use new ff_interleave_add_packetBaptiste Coudurier2009-01-31
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-03
* add ogv extensionBaptiste Coudurier2008-07-19
* cosmetics, remove spaceBaptiste Coudurier2008-07-19
* 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
* fix Ogg/FLAC header sizeJustin Ruggles2008-03-30
* Fix issue 338:Baptiste Coudurier2008-02-05
* it seems ogg requires granule to be -1 on unfinished packetsBaptiste Coudurier2008-02-05
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* ogg muxerBaptiste Coudurier2007-11-10