280 Commits (361e48f0eda0788ec953a2e32619a60c236c879d)

Author SHA1 Message Date
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
Michael Niedermayer ed1eb9602c avformat/rmdec: check that sub_packet_size fit in the packet for DEINT_ID_GENR 11 years ago
Michael Niedermayer 165f96cd2d avformat/rmdec: move packet allocation down 11 years ago
Michael Niedermayer 4e394a98f2 avformat/rmdec: check against mismatching int4 interleaver parameters which would leave uninitialized holes 11 years ago
Michael Niedermayer fd335aa326 avformat/rmdec: use ff_get_extradata() 11 years ago
Michael Niedermayer b797a00f63 avformat/rmdec: zero string destination before use 11 years ago
Michael Niedermayer d04ec6ffc5 avformat/rmdec: english typos 11 years ago
Michael Niedermayer aaf02f6ede avformat/rmdec: add some error messages 11 years ago
Michael Niedermayer f7106e00f7 avformat/rmdec: fix return code of ff_rm_parse_packet() 11 years ago
Paul B Mahol a807c68253 avformat: use ff_alloc_extradata() 11 years ago
Martin Storsjö 0f310a6f33 rmdec: Validate the fps value 11 years ago
Diego Biurrun 7df9e693a3 cosmetics: Fix ATRAC codec name spelling 11 years ago
Diego Biurrun 7950e519bb Disable deprecation warnings for cases where a replacement is available 11 years ago
Carl Eugen Hoyos aecb9d39bc rmdec: Forward error messages from rm_assemble_video_frame() to the caller. 12 years ago
Piotr Bandurski 161047f010 rmdec: fix crash in case of oom 12 years ago
Michael Niedermayer d35b6cd377 rmdec: Use the AVIOContext given as parameter in rm_read_metadata() 12 years ago
Michael Niedermayer bf87908cd8 rmdec: Pass AVIOContext to rm_read_metadata() 12 years ago
Michael Niedermayer 161dee4321 rmdec: dont return uninitialized data 12 years ago