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
2013-09-19Merge commit '5626f994f273af80fb100d4743b963304de9e05c'Michael Niedermayer
2013-09-18avformat: Use av_reallocp() where suitableAlexandra Khirnova
2013-08-14Merge commit '3562684db716d11de0b0dcc52748e9cd90d68132'Michael Niedermayer
2013-08-13ogg: Always alloc the private context in vorbis_headerLuca Barbato
2013-08-07avformat/oggparsevorbis: fix leak of ttMichael Niedermayer
2013-08-07avformat/oggparsevorbis: fix leak of ctMichael Niedermayer
2013-07-15oggparsevorbis: Support official chapter extensionJames Almer
2013-07-09vorbiscomment: Add support for embedded cover artJames Almer
2013-03-07Use the avstring.h locale-independent character type functionsReimar Döffinger
2013-03-04Remove incorrect use of ctype.h functions.Reimar Döffinger
2013-01-30fixup_vorbis_headers: add missing malloc failure checkMichael Niedermayer
2013-01-30oggparsevorbis: use av_realloc consistentlyPaweł Hajdan, Jr
2013-01-10oggdec: fix faulty cleanup prototypeLuca Barbato
2013-01-07oggparsevorbis: fix vorbis_cleanup return typeMichael Niedermayer
2013-01-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-01-06oggdec: make sure the private parse data is cleaned upLuca Barbato
2012-12-17oggparsevorbis: check channelsMichael Niedermayer
2012-09-25Merge commit '7751e4693dd10ec98c20fbd9887233b575034272'Michael Niedermayer
2012-09-25ogg: check that the expected number of headers had been parsedLuca Barbato
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-05-31oggparsevorbis: fix null ptr dereferenceMichael Niedermayer
2012-05-06oggparsevorbis.c: Check for OOM when using av_mallocz.Carl Eugen Hoyos
2012-05-05oggvorbis: fix the first 2 packets timestamps matching issueMichael Niedermayer
2012-05-05oggvorbis: move handling of first packets ts from parser to muxer.Michael Niedermayer
2012-05-05oggvorbisdec: Apply timestamp calculation always when timestamps arent known.Michael Niedermayer
2012-05-05oggvorbisdec: redesign special handling of first frames timestamp.Michael Niedermayer
2012-05-04oggvorbis: Try to fix pts off by 1 issue.Michael Niedermayer
2012-04-11oggparsevorbis: Remove code messing with cur_dts.Michael Niedermayer
2012-03-20oggdec: output correct timestamps for VorbisJustin Ruggles
2012-03-04avcodec: add a Vorbis parser to get packet durationJustin Ruggles
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov
2011-10-20lavf: use avpriv_ prefix for ff_new_chapter().Anton Khirnov
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