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
2014-06-11avformat/oggparsevorbis: Dont attempt to calculate timestamps from gp=0Michael Niedermayer
2014-05-28Merge commit '23f741f79327e31be7b2a75ebb2e02111e06e52f'Michael Niedermayer
2014-05-28matroskadec: parse the channel layout mask for FLACAnton Khirnov
2014-04-24Use correct msvc type specifiers for ptrdiff_t and size_t.Carl Eugen Hoyos
2014-04-06avformat/oggparsevorbis: remove non functional null checkMichael Niedermayer
2014-04-05Merge commit '0048deb84cb6d22ba7f4fd7c8b4ecc054fcc22d4'Michael Niedermayer
2014-04-04oggparsevorbis: export replaygain tags from Vorbis commentsAlessandro Ghedini
2014-03-05avformat/oggparsevorbis: dont use invalid granulesMichael Niedermayer
2014-03-02avformat/oggparsevorbis: check packet size before reading new_len from itMichael Niedermayer
2014-02-16oggdec/vorbis: fix stream duration conditionHendrik Leppkes
2014-02-06vorbis: extract metadata from the middle of a streamBen Boeckel
2014-02-06vorbis: append data from tags togetherBen Boeckel
2013-10-13Merge commit 'fd2384f02b905a106fba9222ece4ddbe2ec61937'Michael Niedermayer
2013-10-13Merge commit 'c18375ec8040a9fe0f186b2033dc975883143758'Michael Niedermayer
2013-10-13Merge commit '601d6228c4811d8971a2412a759e1a4ab775ebe8'Michael Niedermayer
2013-10-13Merge commit 'ed9245dba83f9add60f55718b537b0af2105c60e'Michael Niedermayer
2013-10-13Merge commit '9c15ef35d404fca2adc31276c1eedb11cf485461'Michael Niedermayer
2013-10-12oggparsevorbis: fail on memory allocation errorVittorio Giovara
2013-10-12oggvorbisdec: add support for embedded cover artJames Almer
2013-10-12oggparsevorbis: check allocationsVittorio Giovara
2013-10-12oggparsevorbis: support official chapter extensionJames Almer
2013-10-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-10-06oggparsevorbis: return meaningful errorsVittorio Giovara
2013-10-04Merge commit '49fe9c05f97bc2cfafd8fdcfea2f313d7c8e2c48'Michael Niedermayer
2013-10-04oggparsevorbis: K&R formatting cosmeticsVittorio Giovara
2013-09-27Merge commit 'd872fb0f7ff2ff0ba87f5ccf6a1a55ca2be472c9'Michael Niedermayer
2013-09-27lavf: Reset the entry count and allocation size variables on av_reallocp fail...Martin Storsjö
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