summaryrefslogtreecommitdiffstats
path: root/libavformat/oggparsevorbis.c
Commit message (Expand)AuthorAgeFilesLines
* Use correct msvc type specifiers for ptrdiff_t and size_t.Carl Eugen Hoyos2014-04-241-1/+1
* avformat/oggparsevorbis: remove non functional null checkMichael Niedermayer2014-04-061-1/+1
* Merge commit '0048deb84cb6d22ba7f4fd7c8b4ecc054fcc22d4'Michael Niedermayer2014-04-041-1/+8
|\
| * oggparsevorbis: export replaygain tags from Vorbis commentsAlessandro Ghedini2014-04-041-1/+8
* | avformat/oggparsevorbis: dont use invalid granulesMichael Niedermayer2014-03-051-1/+1
* | avformat/oggparsevorbis: check packet size before reading new_len from itMichael Niedermayer2014-03-021-1/+1
* | oggdec/vorbis: fix stream duration conditionHendrik Leppkes2014-02-161-1/+1
* | vorbis: extract metadata from the middle of a streamBen Boeckel2014-02-051-7/+44
* | vorbis: append data from tags togetherBen Boeckel2014-02-051-2/+7
* | Merge commit 'fd2384f02b905a106fba9222ece4ddbe2ec61937'Michael Niedermayer2013-10-131-3/+1
|\ \ | |/
| * oggparsevorbis: fail on memory allocation errorVittorio Giovara2013-10-121-3/+1
* | Merge commit 'c18375ec8040a9fe0f186b2033dc975883143758'Michael Niedermayer2013-10-131-1/+7
|\ \ | |/
| * oggvorbisdec: add support for embedded cover artJames Almer2013-10-121-1/+27
* | Merge commit '601d6228c4811d8971a2412a759e1a4ab775ebe8'Michael Niedermayer2013-10-131-1/+1
|\ \ | |/
* | Merge commit 'ed9245dba83f9add60f55718b537b0af2105c60e'Michael Niedermayer2013-10-131-5/+5
|\ \ | |/
| * oggparsevorbis: check allocationsVittorio Giovara2013-10-121-3/+7
* | Merge commit '9c15ef35d404fca2adc31276c1eedb11cf485461'Michael Niedermayer2013-10-131-1/+1
|\ \ | |/
| * oggparsevorbis: support official chapter extensionJames Almer2013-10-121-3/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-061-11/+11
|\ \ | |/
| * oggparsevorbis: return meaningful errorsVittorio Giovara2013-10-051-11/+11
* | Merge commit '49fe9c05f97bc2cfafd8fdcfea2f313d7c8e2c48'Michael Niedermayer2013-10-041-79/+83
|\ \ | |/
| * oggparsevorbis: K&R formatting cosmeticsVittorio Giovara2013-10-031-78/+82
* | Merge commit 'd872fb0f7ff2ff0ba87f5ccf6a1a55ca2be472c9'Michael Niedermayer2013-09-271-3/+6
|\ \ | |/
| * lavf: Reset the entry count and allocation size variables on av_reallocp fail...Martin Storsjö2013-09-261-3/+6
* | Merge commit '5626f994f273af80fb100d4743b963304de9e05c'Michael Niedermayer2013-09-191-2/+4
|\ \ | |/
| * avformat: Use av_reallocp() where suitableAlexandra Khirnova2013-09-181-2/+3
* | Merge commit '3562684db716d11de0b0dcc52748e9cd90d68132'Michael Niedermayer2013-08-141-3/+3
|\ \ | |/
| * ogg: Always alloc the private context in vorbis_headerLuca Barbato2013-08-131-3/+3
| * Use the avstring.h locale-independent character type functionsReimar Döffinger2013-03-071-1/+1
| * oggdec: fix faulty cleanup prototypeLuca Barbato2013-01-091-1/+1
* | avformat/oggparsevorbis: fix leak of ttMichael Niedermayer2013-08-071-0/+2
* | avformat/oggparsevorbis: fix leak of ctMichael Niedermayer2013-08-071-0/+2
* | oggparsevorbis: Support official chapter extensionJames Almer2013-07-141-3/+3
* | vorbiscomment: Add support for embedded cover artJames Almer2013-07-091-1/+18
* | Remove incorrect use of ctype.h functions.Reimar Döffinger2013-03-031-1/+1
* | fixup_vorbis_headers: add missing malloc failure checkMichael Niedermayer2013-01-301-0/+2
* | oggparsevorbis: use av_realloc consistentlyPaweł Hajdan, Jr2013-01-301-2/+4
* | oggparsevorbis: fix vorbis_cleanup return typeMichael Niedermayer2013-01-071-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-01-071-0/+11
|\ \ | |/
| * oggdec: make sure the private parse data is cleaned upLuca Barbato2013-01-061-0/+11
* | oggparsevorbis: check channelsMichael Niedermayer2012-12-171-1/+7
* | Merge commit '7751e4693dd10ec98c20fbd9887233b575034272'Michael Niedermayer2012-09-251-0/+1
|\ \ | |/
| * ogg: check that the expected number of headers had been parsedLuca Barbato2012-09-241-0/+1
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | oggparsevorbis: fix null ptr dereferenceMichael Niedermayer2012-05-311-2/+2
* | oggparsevorbis.c: Check for OOM when using av_mallocz.Carl Eugen Hoyos2012-05-061-0/+2
* | oggvorbis: fix the first 2 packets timestamps matching issueMichael Niedermayer2012-05-051-2/+2
* | oggvorbis: move handling of first packets ts from parser to muxer.Michael Niedermayer2012-05-051-1/+1
* | oggvorbisdec: Apply timestamp calculation always when timestamps arent known.Michael Niedermayer2012-05-051-4/+6
OpenPOWER on IntegriCloud