183 Commits (b420a27e74750b60d2e064236afb10be06a38ace)

Author SHA1 Message Date
Diego Biurrun 0b77a59336 Use correct printf conversion specifiers for POSIX integer types 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
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 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
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
Carl Eugen Hoyos 0f9f7969ef rmdec: Improve message for demux error 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
Luca Barbato 1c77ead1fb rm: Use the correct codec_data_size signedness 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
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
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
Michael Niedermayer d35b6cd377 rmdec: Use the AVIOContext given as parameter in rm_read_metadata() 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
Justin Ruggles bfe5454cd2 lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.h 12 years ago
Justin Ruggles 60a585304c rmdec: set channel layout for RA version 3 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
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
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
Ronald S. Bultje aac07a7a4c rm: prevent infinite loops for index parsing. 13 years ago
Ronald S. Bultje e30b3e59a4 rmdec: when using INT4 deinterleaving, error out if sub_packet_h <= 1. 13 years ago
Anton Khirnov 6e9651d106 lavf: remove AVFormatParameters from AVFormatContext.read_header signature 13 years ago
Diego Biurrun 3dc99a18d4 cosmetics: drop some pointless parentheses 13 years ago
Anton Khirnov c3f9ebf743 lavf: make av_set_pts_info private. 13 years ago
Anton Khirnov d3e3ffa501 rmdec: don't set codec timebase. 13 years ago
Martin Storsjö 0882689116 rdt: Set AVFMT_NOFILE on ff_rdt_demuxer 13 years ago
Anton Khirnov 3b3bbdd3e6 lavf,lavd: replace av_new_stream->avformat_new_stream part I. 13 years ago
Laurent Aimar f06068bbd6 rmdec: Reject invalid deinterleaving parameters 13 years ago
Laurent Aimar 3e033da847 rmdec: use the deinterleaving mode and not the codec when creating audio packets. 13 years ago
Kostya Shishkov 10397215aa Use deinterleavers for demangling audio packets in RealMedia. 13 years ago
Kostya Shishkov a43b1e74e2 rmdec: parse FPS in RealMedia properly 13 years ago
Kostya Shishkov 48ce8b8da7 Use parsers for RealVideo 3/4 to determine correct PTS 13 years ago
Kostya Shishkov 7c1f6df4b5 rmdec: correct DTS calculation in RealMedia container. 13 years ago
Kostya Shishkov e9fb763611 Remove redundant and dubious video codec detection by its extradata 13 years ago
Anton Khirnov dfc2c4d900 lavf: use designated initialisers for all (de)muxers. 14 years ago