summaryrefslogtreecommitdiff
path: root/libavformat/oggparsevorbis.c
Commit message (Expand)AuthorAge
* Merge commit 'fd2384f02b905a106fba9222ece4ddbe2ec61937'Michael Niedermayer2013-10-13
|\
| * oggparsevorbis: fail on memory allocation errorVittorio Giovara2013-10-12
* | Merge commit 'c18375ec8040a9fe0f186b2033dc975883143758'Michael Niedermayer2013-10-13
|\|
| * oggvorbisdec: add support for embedded cover artJames Almer2013-10-12
* | Merge commit '601d6228c4811d8971a2412a759e1a4ab775ebe8'Michael Niedermayer2013-10-13
|\|
* | Merge commit 'ed9245dba83f9add60f55718b537b0af2105c60e'Michael Niedermayer2013-10-13
|\|
| * oggparsevorbis: check allocationsVittorio Giovara2013-10-12
* | Merge commit '9c15ef35d404fca2adc31276c1eedb11cf485461'Michael Niedermayer2013-10-13
|\|
| * oggparsevorbis: support official chapter extensionJames Almer2013-10-12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-06
|\|
| * oggparsevorbis: return meaningful errorsVittorio Giovara2013-10-05
* | Merge commit '49fe9c05f97bc2cfafd8fdcfea2f313d7c8e2c48'Michael Niedermayer2013-10-04
|\|
| * oggparsevorbis: K&R formatting cosmeticsVittorio Giovara2013-10-03
* | Merge commit 'd872fb0f7ff2ff0ba87f5ccf6a1a55ca2be472c9'Michael Niedermayer2013-09-27
|\|
| * lavf: Reset the entry count and allocation size variables on av_reallocp fail...Martin Storsjö2013-09-26
* | Merge commit '5626f994f273af80fb100d4743b963304de9e05c'Michael Niedermayer2013-09-19
|\|
| * avformat: Use av_reallocp() where suitableAlexandra Khirnova2013-09-18
* | Merge commit '3562684db716d11de0b0dcc52748e9cd90d68132'Michael Niedermayer2013-08-14
|\|
| * ogg: Always alloc the private context in vorbis_headerLuca Barbato2013-08-13
| * Use the avstring.h locale-independent character type functionsReimar Döffinger2013-03-07
| * oggdec: fix faulty cleanup prototypeLuca Barbato2013-01-09
* | avformat/oggparsevorbis: fix leak of ttMichael Niedermayer2013-08-07
* | avformat/oggparsevorbis: fix leak of ctMichael Niedermayer2013-08-07
* | oggparsevorbis: Support official chapter extensionJames Almer2013-07-14
* | vorbiscomment: Add support for embedded cover artJames Almer2013-07-09
* | Remove incorrect use of ctype.h functions.Reimar Döffinger2013-03-03
* | fixup_vorbis_headers: add missing malloc failure checkMichael Niedermayer2013-01-30
* | oggparsevorbis: use av_realloc consistentlyPaweł Hajdan, Jr2013-01-30
* | oggparsevorbis: fix vorbis_cleanup return typeMichael Niedermayer2013-01-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-01-07
|\|
| * oggdec: make sure the private parse data is cleaned upLuca Barbato2013-01-06
* | oggparsevorbis: check channelsMichael Niedermayer2012-12-17
* | Merge commit '7751e4693dd10ec98c20fbd9887233b575034272'Michael Niedermayer2012-09-25
|\|
| * ogg: check that the expected number of headers had been parsedLuca Barbato2012-09-24
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | oggparsevorbis: fix null ptr dereferenceMichael Niedermayer2012-05-31
* | oggparsevorbis.c: Check for OOM when using av_mallocz.Carl Eugen Hoyos2012-05-06
* | oggvorbis: fix the first 2 packets timestamps matching issueMichael Niedermayer2012-05-05
* | oggvorbis: move handling of first packets ts from parser to muxer.Michael Niedermayer2012-05-05
* | oggvorbisdec: Apply timestamp calculation always when timestamps arent known.Michael Niedermayer2012-05-05
* | oggvorbisdec: redesign special handling of first frames timestamp.Michael Niedermayer2012-05-04
* | oggvorbis: Try to fix pts off by 1 issue.Michael Niedermayer2012-05-04
* | oggparsevorbis: Remove code messing with cur_dts.Michael Niedermayer2012-04-11
|/
* oggdec: output correct timestamps for VorbisJustin Ruggles2012-03-20
* avcodec: add a Vorbis parser to get packet durationJustin Ruggles2012-03-03
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* lavf: use avpriv_ prefix for ff_new_chapter().Anton Khirnov2011-10-20
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-08
* lavf: move internal functions from avformat.h to internal.hAnton Khirnov2011-02-06