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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-04vorbiscomment: allow using vorbiscomment parser without input contextHendrik Leppkes
2016-06-21Merge commit '5c31eaa9998b2185e0aa04d11adff128498dc14a'Clément Bœsch
2016-06-21avformat/oggparsevorbis: free base64 encoded data immediately after decoding itJames Almer
2016-06-21avformat/oggparsevorbis: use the base64 decode size macroJames Almer
2016-05-04Remove unnecessary get_bits.h #includes and add missing headers where needed.Alexandra Hájková
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2015-09-12Merge commit '41ed749fe987e60b0485fa721ad869590651324d'Hendrik Leppkes
2015-09-10ogg: Do not try to use the parser if it is not presentLuca Barbato
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2014-11-06avformat/oggparsevorbis: Check that initialization succeeded before declaring...Michael Niedermayer
2014-11-06avformat/oggparsevorbis: return proper error code from vorbis_header()Michael Niedermayer
2014-11-06Merge commit '2f3fadfbe3c6ad52fad5c614b6067c5401227959'Michael Niedermayer
2014-11-06Merge commit '5e80fb7ff226f136dbcf3fed00a2966bf8e9bd70'Michael Niedermayer
2014-11-06Merge commit '6896f95b2483e52e717e2c75a4fd24fcb0e14b67'Michael Niedermayer
2014-11-06lavc,lavf: switch to the new vorbis parse APIAnton Khirnov
2014-11-06lavc: add a public API for parsing vorbis packets.Anton Khirnov
2014-11-06vorbis_parser: add an AV prefix to VorbisParseContextAnton Khirnov
2014-08-14Merge commit 'db68ef898a3802e51b6f41fd600d0d46d058e3f8'Michael Niedermayer
2014-08-13ogg: update event_flags with STREAM_/METADATA_UPDATED whenever metadata changes.Andrew Stone
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