210 Commits (222f59afd1cf900aaf4ac42ad9d5fc445d554d6a)

Author SHA1 Message Date
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
Michael Niedermayer 5e0c7eab2a avformat/oggdec: dont read timestamps from EOS pages of ogm videos 11 years ago
James Almer d890db5f53 oggdec: add support for VP8 demuxing 11 years ago
Michael Niedermayer 551a679795 avformat/oggdec: reset end_trimming when it has been used, so it cannot be used twice by mistake 11 years ago
Dale Curtis 9c0dd7b462 avformat/oggdec: reset end_trimming in ogg_reset() 11 years ago
Michael Niedermayer 6838e1f547 avformat/oggdec: favor av_freep() over av_free() 11 years ago
Nicolas George ecab1c7741 oggdec: add support for Opus in Ogg demuxing 11 years ago
Vignesh Venkatasubramanian 23637f98f4 lavf/ogg: Support for end trimming Opus 11 years ago
Alexandra Khirnova f369b9356c avformat: Use av_reallocp_array() where suitable 11 years ago
Reimar Döffinger 9a27acae9e ogg: Fix potential infinite discard loop 11 years ago
Anton Khirnov 8ad3267ce3 oggdec: do not fall back on binary search in the generic code. 12 years ago
Luca Barbato f963f701d9 ogg: relax demuxer conformance checks 12 years ago
Michael Niedermayer e278500181 oggdec: Support byte based seeking 12 years ago
Paul B Mahol a9b424879f lavc & lavf: replace deprecated av_log* functions 12 years ago
Michael Niedermayer 5d2f2c7643 oggdec: chained oggs have timestamp discontinuities 12 years ago
Michael Niedermayer ed37a566c9 oggdec: remove unused variables 12 years ago
Michael Niedermayer c74d4658dc oggdec: #if 0 disabled code 12 years ago
Michael Niedermayer 7cb27d216d oggdec: Support chained streams, support replacing streams in multistream files. 12 years ago
Michael Niedermayer c994bb2fb7 oggdec: Leave treatment of serial changes to the decoder. 12 years ago
Michael Niedermayer c5cf58d4b9 oggdec: resync from the last page. 12 years ago
Luca Barbato d894f74762 oggdec: make sure the private parse data is cleaned up 12 years ago
Luca Barbato 89b51b570d oggdec: free the ogg streams on read_header failure 12 years ago
Michael Niedermayer ec40d15d82 oggdec: fix warning: assignment discards qualifiers from pointer target type 12 years ago
Luca Barbato ba064ebe48 oggdec: check memory allocation 12 years ago
Luca Barbato f5f1cf5224 oggdec: K&R cosmetic formatting 12 years ago
Michael Niedermayer 9db3fb6ed8 oggdec: prevent codec from changing through ogg_replace_stream() 12 years ago
Michael Niedermayer 07a866282f oggdec: fix memleak on header parsing failure 12 years ago
Michael Niedermayer 248b1ff26b Fix various uses of av_log_missing_feature() 12 years ago