aboutsummaryrefslogtreecommitdiff
path: root/libavformat/oggenc.c
AgeCommit message (Expand)Author
2011-11-02Replace vendor string in Ogg and FLAC muxers.Diego Biurrun
2011-10-20lavc: use avpriv_ prefix for ff_split_xiph_headers.Anton Khirnov
2011-10-20lavc: use avpriv_ prefix for some flac symbols used in lavf.Anton Khirnov
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
2011-07-03Do not include mathematics.h in avutil.hMans Rullgard
2011-06-08Remove all uses of now deprecated metadata functions.Anton Khirnov
2011-04-03avio: avio_ prefix for url_close_dyn_bufAnton Khirnov
2011-04-03avio: avio_ prefix for url_open_dyn_bufAnton Khirnov
2011-03-30avio: make get_checksum() internal.Anton Khirnov
2011-03-30avio: make init_checksum() internal.Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-16avio: rename put_flush_packet -> avio_flushAnton Khirnov
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-03-01avio: avio_ prefix for url_fseekAnton Khirnov
2011-02-25lavf: use a new ffio_wfourcc macro instead of put_tag() where possibleAnton Khirnov
2011-02-21avio: avio: avio_ prefixes for put_* functionsAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-01-26Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2011-01-05In ogg muxer, correctly mux VFR streams, fix issue #2398Baptiste Coudurier
2010-10-27vorbiscomment: convert metadata before computing the header's lengthAnton Khirnov
2010-10-15Export metadata in the generic format. Deprecate old conversion API.Anton Khirnov
2010-10-14vorbiscomment: change ff_vorbiscomment_write to take an AVMetadata**Anton Khirnov
2010-10-10oggenc: Don't use char* to point to a string constant.Alex Converse
2010-09-03Vorbis metadata writing. Patch by James Darnley <james.darnley gmail com>.James Darnley
2010-07-16In ogg muxer, free dyn allocated buffer, fix memleakBaptiste Coudurier
2010-07-14In ogg muxer, use dyn buffer to compute crc of the page, fix muxing with pipeBaptiste Coudurier
2010-05-24In ogg muxer, use random serial number of each ogg streamsBaptiste Coudurier
2010-05-21remove unused fieldBaptiste Coudurier
2010-05-21In ogg muxer, pack multiple frames into one page, much lower overheadBaptiste Coudurier
2010-04-03Replace all remaining occurrences of AVERROR_NOMEM withStefano Sabatini
2010-03-31Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas
2010-03-30Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-20Add VorbisComment writing to Ogg/FLAC and Ogg/Speex files.James Darnley
2010-03-15Correctly write last 0 lacing value when packet size is multiple of 255, patc...Greg Maxwell
2010-01-29Remove MAX_STREAMS usage in ogg and mxf muxersBaptiste Coudurier
2009-10-13Add Speex support to the Ogg muxer.Justin Ruggles
2009-09-16Improve amortized worst case speed of the muxers packet interleaving codeMichael Niedermayer
2009-06-21oggenc: Change error log text. An error here does not necessarily meanJustin Ruggles
2009-06-21oggenc: return error value from ogg_build_flac_headers()Justin Ruggles
2009-06-21cosmetics: spacing and commentsJustin Ruggles
2009-06-21oggenc: check for failed av_mallocz()Justin Ruggles
2009-02-26Use a shared function to validate FLAC extradata.Justin Ruggles
2009-02-08Move declaration of ff_interleave_add_packet to internal.h.Baptiste Coudurier
2009-01-31function is staticBaptiste Coudurier
2009-01-31use new ff_interleave_add_packetBaptiste Coudurier
2008-10-03Remove offset_t typedef and use int64_t directly instead.Diego Biurrun
2008-07-19add ogv extensionBaptiste Coudurier
2008-07-19cosmetics, remove spaceBaptiste Coudurier
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-09Use full path for #includes from another directory.Diego Biurrun