summaryrefslogtreecommitdiff
path: root/libavformat/oggenc.c
Commit message (Expand)AuthorAge
...
* oggenc: Don't use char* to point to a string constant.Alex Converse2010-10-10
* Vorbis metadata writing. Patch by James Darnley <james.darnley gmail com>.James Darnley2010-09-03
* In ogg muxer, free dyn allocated buffer, fix memleakBaptiste Coudurier2010-07-16
* In ogg muxer, use dyn buffer to compute crc of the page, fix muxing with pipeBaptiste Coudurier2010-07-14
* In ogg muxer, use random serial number of each ogg streamsBaptiste Coudurier2010-05-24
* remove unused fieldBaptiste Coudurier2010-05-21
* In ogg muxer, pack multiple frames into one page, much lower overheadBaptiste Coudurier2010-05-21
* Replace all remaining occurrences of AVERROR_NOMEM withStefano Sabatini2010-04-03
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-31
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Add VorbisComment writing to Ogg/FLAC and Ogg/Speex files.James Darnley2010-03-20
* Correctly write last 0 lacing value when packet size is multiple of 255, patc...Greg Maxwell2010-03-15
* Remove MAX_STREAMS usage in ogg and mxf muxersBaptiste Coudurier2010-01-29
* 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