summaryrefslogtreecommitdiffstats
path: root/libavformat/oggenc.c
Commit message (Expand)AuthorAgeFilesLines
* In ogg muxer, use random serial number of each ogg streamsBaptiste Coudurier2010-05-241-1/+18
* remove unused fieldBaptiste Coudurier2010-05-211-2/+0
* In ogg muxer, pack multiple frames into one page, much lower overheadBaptiste Coudurier2010-05-211-91/+179
* Replace all remaining occurrences of AVERROR_NOMEM withStefano Sabatini2010-04-031-4/+4
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-311-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-2/+2
* Add VorbisComment writing to Ogg/FLAC and Ogg/Speex files.James Darnley2010-03-201-11/+16
* Correctly write last 0 lacing value when packet size is multiple of 255, patc...Greg Maxwell2010-03-151-5/+4
* Remove MAX_STREAMS usage in ogg and mxf muxersBaptiste Coudurier2010-01-291-16/+15
* Add Speex support to the Ogg muxer.Justin Ruggles2009-10-131-9/+64
* Improve amortized worst case speed of the muxers packet interleaving codeMichael Niedermayer2009-09-161-0/+6
* oggenc: Change error log text. An error here does not necessarily meanJustin Ruggles2009-06-211-1/+1
* oggenc: return error value from ogg_build_flac_headers()Justin Ruggles2009-06-211-2/+4
* cosmetics: spacing and commentsJustin Ruggles2009-06-211-0/+6
* oggenc: check for failed av_mallocz()Justin Ruggles2009-06-211-0/+4
* Use a shared function to validate FLAC extradata.Justin Ruggles2009-02-261-4/+7
* Move declaration of ff_interleave_add_packet to internal.h.Baptiste Coudurier2009-02-081-0/+1
* function is staticBaptiste Coudurier2009-01-311-1/+1
* use new ff_interleave_add_packetBaptiste Coudurier2009-01-311-23/+14
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-031-3/+3
* add ogv extensionBaptiste Coudurier2008-07-191-1/+1
* cosmetics, remove spaceBaptiste Coudurier2008-07-191-1/+1
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-1/+1
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-3/+3
* fix Ogg/FLAC header sizeJustin Ruggles2008-03-301-2/+2
* Fix issue 338:Baptiste Coudurier2008-02-051-2/+63
* it seems ogg requires granule to be -1 on unfinished packetsBaptiste Coudurier2008-02-051-1/+5
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-19/+19
* ogg muxerBaptiste Coudurier2007-11-101-0/+227
OpenPOWER on IntegriCloud