Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-11oggenc: 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-17In ogg muxer, free dyn allocated buffer, fix memleakBaptiste Coudurier
2010-07-15In ogg muxer, use dyn buffer to compute crc of the page, fix muxing with pipeBaptiste Coudurier
2010-05-25In ogg muxer, use random serial number of each ogg streamsBaptiste Coudurier
2010-05-22remove unused fieldBaptiste Coudurier
2010-05-22In 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-31Define 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-16Correctly 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-17Improve amortized worst case speed of the muxers packet interleaving codeMichael Niedermayer
2009-06-22oggenc: Change error log text. An error here does not necessarily meanJustin Ruggles
2009-06-22oggenc: return error value from ogg_build_flac_headers()Justin Ruggles
2009-06-22cosmetics: spacing and commentsJustin Ruggles
2009-06-22oggenc: check for failed av_mallocz()Justin Ruggles
2009-02-26Use a shared function to validate FLAC extradata.Justin Ruggles
2009-02-09Move 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
2008-03-30fix Ogg/FLAC header sizeJustin Ruggles
2008-02-05Fix issue 338:Baptiste Coudurier
2008-02-05it seems ogg requires granule to be -1 on unfinished packetsBaptiste Coudurier
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson
2007-11-10ogg muxerBaptiste Coudurier