238 Commits (e271d534e3f5aa13cbbfe0c487661b5616765330)

Author SHA1 Message Date
Andreas Rheinhardt fed0282508 avformat: Avoid allocation for AVFormatInternal 3 years ago
Andreas Rheinhardt 26aa844a21 avformat/oggdec: Use av_realloc_array() 3 years ago
Andreas Rheinhardt 7c684827d9 avformat/oggdec: Simplify cleanup after read_header failure 3 years ago
Andreas Rheinhardt bc70684e74 avformat: Constify all muxer/demuxers 4 years ago
Michael Niedermayer 70277f1232 avformat/oggdec: Disable mid stream codec changes 4 years ago
Michael Niedermayer 8edfd0598d avformat/oggdec: Do not hardcode arbitrary and sometimes unavailable size 5 years ago
Michael Niedermayer 108ee4b4a5 avformat/oggdec: Initialize return value from ogg_read_page() and check it everywhere 5 years ago
Andreas Rheinhardt c0f01eaf12 avformat/oggdec: Avoid duplicating buffer when adding side-data 5 years ago
Lynne 9576e49b40
oggdec: remove the oggparsedaala subdemuxer 5 years ago
Michael Niedermayer fb9e9da0b3 avformat/oggdec: Reallocate buffer before writing into it 5 years ago
Michael Niedermayer 5d5b0bbcb7 avformat/oggdec: Factor buffer reallocation out 5 years ago
Lynne 8296443a70
oggdec: add support for proper demuxing of chained Opus files and streams 5 years ago
Lynne e983197cbc
oggdec: use ffio_ensure_seekback() to seek back on incorrect data 5 years ago
Lynne 9ad47762c1
oggdec: verify page checksum 5 years ago
Lynne f619e1ec66
oggdec: eliminate copies and extra buffers 5 years ago
Michael Niedermayer f1589be9fd avformat/oggdec: Check for EOF after page header 5 years ago
John Rummell b7c67b1ae3 libavformat/oggdec.c: Check return value from avio_read() 5 years ago
Andreas Rheinhardt 6a67d518d6 avformat: Remove unnecessary av_packet_unref() 5 years ago
Carl Eugen Hoyos 4d8875ec23 lavf: Constify the probe function argument. 6 years ago
Michael Niedermayer da069e9c68 avformat/oggdec: Fix metadata memleak on multiple headers 7 years ago
Dale Curtis 09494d0984 avformat/oggdec: Respect AVERROR codes returned by ogg parsers. 7 years ago
Dale Curtis bce8fc0754 Close ogg stream upon error when using AV_EF_EXPLODE. 7 years ago
Michael Niedermayer e46ab99750 avformat/oggdec: fix leak in ogg_restore() 8 years ago
Michael Niedermayer fb6fa48fce avformat/oggdec: Factor free_stream out 8 years ago
Michael Niedermayer 3250d4b39c avformat/oggdec: remove unused parameter of ogg_restore() 8 years ago
Michael Niedermayer ee2a6f5df8 avformat/oggdec: Skip streams in duration correction that did not had their duration set. 8 years ago
Anton Khirnov 83548fe894 lavf: fix usage of AVIOContext.seekable 8 years ago
Chris Cunningham 542f725964 libavformat/oggdec: Free stream private when header parsing fails. 9 years ago
Lou Logan 06eef96b69 fix some a/an typos 9 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Hendrik Leppkes c2f861ca42 Replace remaining occurances of av_free_packet with av_packet_unref 9 years ago
Rostislav Pehlivanov 0f87cbdd51 lavf: add oggparsedaala and bump micro 9 years ago
Michael Niedermayer f8b81a02c9 avformat/oggdec: ogg_read_seek: reset ogg after seeking 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 9 years ago
Michael Niedermayer 32d023eb6d avformat/oggdec: Check buf before copying data in to it 9 years ago
Luca Barbato 656e31ed87 ogg: Forward errors further 10 years ago
Vittorio Giovara 1a3eb042c7 Replace av_dlog with normal av_log at trace level 10 years ago
Federico Tomassetti 27aa1ff35a oggdec: Check memory allocation 10 years ago
Michael Niedermayer 40adcf576f avformat/oggdec: Check for ost allocation failure 10 years ago
Michael Niedermayer 9b8152bf04 avformat/oggdec: Check for av_malloc() failure and forward the error code 10 years ago
wm4 9deaec7828 lavf: move internal fields from public to internal context 10 years ago
James Almer 430a816859 oggdec: add support for VP8 demuxing 10 years ago
wm4 b173f5c155 oggdec: fix invalid free on error 10 years ago
James Almer d34ec64a22 replace calls to url_feof() with avio_feof() 10 years ago
Michael Niedermayer 466988ab75 Fix dont and doesnt typos 11 years ago
Schenk, Michael 845414bbb1 avformat/oggdec: reset nstreams in close 11 years ago
Michael Niedermayer 4ccd7cb45b avformat/oggdec/ogg_read_packet(): factorize failure code path 11 years ago
Michael Niedermayer c1b24ca762 avformat/oggdec: check for av_packet_new_side_data() failure 11 years ago
James Almer 313a6c65b7 oggdec: validate VP8 keyframes 11 years ago
Ben Boeckel 7eb84f2c3b ogg: allow streams to update metadata 11 years ago