summaryrefslogtreecommitdiff
path: root/libavformat/oggenc.c
Commit message (Expand)AuthorAge
* Add Speex support to the Ogg muxer.Justin Ruggles2009-10-13
* Improve amortized worst case speed of the muxers packet interleaving codeMichael Niedermayer2009-09-16
* oggenc: Change error log text. An error here does not necessarily meanJustin Ruggles2009-06-21
* oggenc: return error value from ogg_build_flac_headers()Justin Ruggles2009-06-21
* cosmetics: spacing and commentsJustin Ruggles2009-06-21
* oggenc: check for failed av_mallocz()Justin Ruggles2009-06-21
* 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