243 Commits (8091fe3071db996110c2732f2446701a6d7544bc)

Author SHA1 Message Date
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
Michael Niedermayer 519ebb5ee5 rmdec: flush audio packet on seeking 12 years ago
Anton Khirnov 85a5bc054c lavf: remove disabled FF_API_R_FRAME_RATE cruft 12 years ago
Anton Khirnov 1afddbe59e avpacket: use AVBuffer to allow refcounting the packets. 12 years ago
Michael Niedermayer 0780fe2740 rmdec: Limit videobufsize to remaining amount of data 12 years ago
Jean First 7fc73d9ab7 rmdec: fix compiler warning for uninitialized variables 12 years ago
Piotr Bandurski 76f126ba2e rmdec: set bit rate for ra3 12 years ago
Piotr Bandurski 2e6bd22bbf rmdec: set bit rate for ra4 12 years ago
Carl Eugen Hoyos d687b8c875 Cosmetics: Reindent after last commit. 12 years ago
Carl Eugen Hoyos 00a62e6776 Do not skip three bytes and don't search for extradata in old realaudio files. 12 years ago
Justin Ruggles bfe5454cd2 lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.h 12 years ago
Michael Niedermayer 3616afced6 rmdec: fix av_log level and context 12 years ago
Justin Ruggles 60a585304c rmdec: set channel layout for RA version 3 12 years ago
Michael Niedermayer c01a462cda rmdec: fix null derefercne 12 years ago
Michael Niedermayer 1bf5071104 rmdec: use av_assert for audio_pkt_cnt 12 years ago
Diego Biurrun 7e68c91e24 rmdec: Move SIPR code shared with Matroska demuxer to a separate file 12 years ago
Diego Biurrun 72eaba5e4f avformat: Convert some commented-out printf/av_log instances to av_dlog 12 years ago
Michael Niedermayer e6dc0da504 rmdec: remove unused variable 12 years ago
Michael Niedermayer 62527dc245 rmdec: parse logical-fileinfo, instead of creating phantom tracks 12 years ago
Michael Niedermayer 19a61bf39d rmdec: pass mime type to ff_rm_read_mdpr_codecdata() 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Diego Biurrun 6774247a9d avformat: Drop pointless "format" from container long names 12 years ago
Anton Khirnov aba232cfa9 lavf: deprecate r_frame_rate. 12 years ago
William Yu 6d4e0d1b7e avf:rmdec.c fill duration to AVFormatContext 13 years ago
Justin Ruggles b0e9edc44f avcodec: add a cook parser to get subpacket duration 13 years ago
Kostya Shishkov b8560637d9 RealAudio Lossless decoder 13 years ago
Alex Converse 1697c29d75 rmdec: Honor .RMF tag size rather than assuming 18. 13 years ago
Diego Biurrun 75c553eb26 rmdec: adjust printf format string specifier to fix warning 13 years ago