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
2011-06-08Remove all uses of now deprecated metadata functions.Anton Khirnov
2011-02-07lavf: move internal functions from avformat.h to internal.hAnton Khirnov
2011-02-07Always use av_set_pts_info to set the stream time base.Reimar Döffinger
2011-01-31Ogg: discard non-essential metadata from Vorbis header when creating extradataReimar Döffinger
2011-01-29Vorbis-in-Ogg: Do not set timebase to invalid valuesReimar Döffinger
2010-10-16add ff_ prefix to metadata_conv()Anton Khirnov
2010-10-16Fix building, include the header instead of the source fileMartin Storsjö
2010-10-15Export metadata in the generic format. Deprecate old conversion API.Anton Khirnov
2010-08-08oggparsevorbis: Add some sanity checks to header packet ordering/presence.Alex Converse
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-20Add VorbisComment writing to FLAC files.James Darnley
2010-03-12oggdec: Parse ogm chaptersDavid Conrad
2010-03-12Const correctness for vorbis_commentDavid Conrad
2010-03-12oggdec: Metadata is per-stream; don't merge multiple streams' togetherDavid Conrad
2010-03-12Add ff_ prefix to vorbis_commentDavid Conrad
2010-03-11oggdec: Fix memory leak in setting up vorbis headersDavid Conrad
2010-03-11oggdec: Don't use ogg_stream's seq for vorbis or speex headersDavid Conrad
2010-02-01Add a list of generic tags and change demuxers to follow it.Anton Khirnov
2009-12-13Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strdupedMichael Niedermayer
2009-10-18Remove unnecessary entries in ff_vorbiscomment_metadata_conv. VorbisCommentJustin Ruggles
2009-09-24Fix possible buffer over-read in vorbis_comment, fix it double to be sure.Reimar Döffinger
2009-09-23Correctly print number of remaining bytes in oggparsevorbis instead of alwaysReimar Döffinger
2009-06-14Add a VorbisComment metadata conversion table and use it in the FLAC andJustin Ruggles
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-02-13use av_malloc() in vorbis_comment()Justin Ruggles
2009-02-12use new metadata API in ogg/vorbis demuxerAurelien Jacobs
2008-12-03Delete unnecessary 'extern' keywords.Diego Biurrun
2008-11-06OGG: untypedef demuxer structsMåns Rullgård
2008-08-24Add ff_ prefix to ogg_codec_t structsReimar Döffinger
2008-08-24Make ogg_codec_t descriptions constReimar Döffinger
2008-07-16OGG: Add padding at end of Vorbis headersSiarhei Siamashka
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-02-01constBaptiste Coudurier
2007-11-07Rename ogg2.[ch] to oggdec.[ch].Diego Biurrun
2007-10-13simply buffer checks in vorbis_comment()Måns Rullgård
2007-10-13use bytestream_get_* in vorbis_comment()Måns Rullgård
2007-10-11check values more thoroughly in vorbis_header()Måns Rullgård
2007-10-11use bytestream_get_* in vorbis_header()Måns Rullgård
2007-10-11fix buffer overread with invalid Vorbis headerMåns Rullgård
2007-10-11remove duplicate Vorbis comment tag handlingMåns Rullgård
2007-06-24warnings--Måns Rullgård
2007-06-24whitespace cosmeticsMåns Rullgård
2007-06-24use AV_RL32Måns Rullgård
2007-06-24use more Vorbis metadata tagsMåns Rullgård
2007-06-24replace strncpy with av_strlcpyMåns Rullgård
2006-09-27fix some signedness warningsMåns Rullgård
2006-05-12set stream time_base properlyMåns Rullgård
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-07-18changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer
2005-05-13change extradata format for vorbisMåns Rullgård