300 Commits (179ed2d2e08949662de2249c71f01ae388ca851e)

Author SHA1 Message Date
Michael Niedermayer c2eec1762d avformat/rmdec: Fix EOF check in the stream loop in ivr_read_header() 6 years ago
Michael Niedermayer a7e032a277 avformat/rmdec: Do not pass mime type in rm_read_multi() to ff_rm_read_mdpr_codecdata() 6 years ago
Paul B Mahol 46129b4044 avformat/rmdec: make use of avio_get_str() 7 years ago
孙浩 and 张洪亮(望初) 124eb202e7 avformat/rmdec: Fix DoS due to lack of eof check 7 years ago
Sean McGovern 80e919b174 rmdec: add missing brackets to compound statement 7 years ago
Sean McGovern 95ce02b35d rmdec: don't ignore the return value of av_get_packet() 7 years ago
Clément Bœsch 549045254c Fix all -Wformat warnings raised by DJGPP 8 years ago
Clément Bœsch bec96a7286 lavf: use av_fourcc2str() where appropriate 8 years ago
Paul B Mahol 40cf943714 avcodec: add SIPR parser 8 years ago
Diego Biurrun 0b77a59336 Use correct printf conversion specifiers for POSIX integer types 8 years ago
Andreas Cadhalpun de4ded0636 rmdec: validate block alignment 8 years ago
Anton Khirnov 83548fe894 lavf: fix usage of AVIOContext.seekable 8 years ago
Diego Biurrun d9442d1303 rm: Drop broken disabled cruft 8 years ago
Carl Eugen Hoyos 8ee113afa1 lavf/rmdec: Do not return EIO on EOF. 8 years ago
Michael Niedermayer 0219dc6c07 avformat/rmdec: Clear extradata when extradata_size is cleared 8 years ago
Paul B Mahol 323b8c95e4 avformat: add AVFormatContext to ff_get_extradata() 9 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
James Almer e3c188e72c avcodec/rmdec: add missing av_log argument 9 years ago
Michael Niedermayer c3a24006d5 avformat/rmdec: Fix Packet memleak at close() 9 years ago
Michael Niedermayer 80fd348bb7 avformat/rmdec: Check size in ivr_read_packet() before use 9 years ago
Carl Eugen Hoyos b18230ee8c lavf/rmdec: Use correct format specifier for int64_t. 9 years ago
Michael Niedermayer 80ceb4696a avformat/rmdec: Fix use of uninitialized variable 9 years ago
Paul B Mahol 35bbc1955a avformat: add IVR demuxer 9 years ago
Hendrik Leppkes c2f861ca42 Replace remaining occurances of av_free_packet with av_packet_unref 9 years ago
Luca Barbato ce70f28a17 avpacket: Replace av_free_packet with av_packet_unref 9 years ago
Vittorio Giovara 01bcc2d5c2 lavc: Drop deprecated destruct_packet related functions 9 years ago
Michael Niedermayer 856452cf63 avformat/rmdec: MLTI with multiple MDPR support 9 years ago
Michael Niedermayer 02fff49936 avformat/rmdec: Move MLTI handling out of ff_rm_read_mdpr_codecdata() 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 9 years ago
Vittorio Giovara 1a3eb042c7 Replace av_dlog with normal av_log at trace level 10 years ago
Michael Niedermayer df43d03731 avformat/rmdec: fix support for 0 sized mdpr 10 years ago
Carl Eugen Hoyos 0f9f7969ef rmdec: Improve message for demux error 10 years ago
Andreas Cadhalpun 482c86f231 fix spelling errors 10 years ago
Hugo Beauzée-Luyssen da7e31a240 rmdec: Check memory allocations from ff_rm_alloc_rmstream() 10 years ago
Diego Biurrun daf8cf358a avformat: Don't anonymously typedef structs 10 years ago
Michael Niedermayer 65b83ce01b avformat/rmdec: Check the return value of av_get_packet() 10 years ago
wm4 aab74a38b8 rm: fix memory leak on init failure 10 years ago
Michael Niedermayer 03abf55f25 avformat/rmdec: Check for overflow in ff_rm_read_mdpr_codecdata() 10 years ago
Michael Niedermayer 50f9de59a0 avformat/rmdec: rm_read_extradata: add error message for oversized extradata 10 years ago
Luca Barbato 1c77ead1fb rm: Use the correct codec_data_size signedness 10 years ago
Michael Niedermayer a6f730730b avformat/rmdec: Check codec_data_size 10 years ago
Carl Eugen Hoyos 5badcdf20d Rename sync() functions in libavformat. 10 years ago
Vittorio Giovara be42c0b8d5 rmdec: stricter error check to avoid theoretical unitialized use 10 years ago
Vittorio Giovara 7207dd8f82 rmdec: check av_new_packet return value 10 years ago
Michael Niedermayer ea7ebadeb7 avformat/rmdec: very basic MLTI support 10 years ago
James Almer d34ec64a22 replace calls to url_feof() with avio_feof() 10 years ago
Diego Biurrun 73953df71a Replace av_malloc() and memset(0) by av_mallocz() 11 years ago
Anton Khirnov ef9732162c rmdec: do not export anything to AVCodecContext.codec_name 11 years ago
Diego Biurrun d92024f18f lavf: more correct printf format specifiers 11 years ago
Michael Niedermayer 77d2a1ca59 avformat/rmdec: when reading audio blocks, dont leave holes when reading fails 11 years ago