153 Commits (eeb55f5f2f48dba3cb4530e9c65999471affe26e)

Author SHA1 Message Date
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
Anton Khirnov 412b4367c5 rmdec: remove useless ap parameter from rm_read_header_old() 14 years ago
Anton Khirnov d2d67e424f Remove all uses of now deprecated metadata functions. 14 years ago
Mans Rullgard e65ab9d94f Remove unused variables 14 years ago
Diego Biurrun 045dd4b928 Replace some commented-out debug printf() / av_log() messages with av_dlog(). 14 years ago
Anton Khirnov 8978fedaee avio: introduce an AVIOContext.seekable field 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Anton Khirnov 45a8a02a41 lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense 14 years ago
Anton Khirnov 66e5b1df36 avio: deprecate url_feof 14 years ago
Anton Khirnov a2704c9712 avio: add avio_tell macro as a replacement for url_ftell 14 years ago
Anton Khirnov e356fc57a2 lavf: replace all uses of url_fskip with avio_seek 14 years ago
Anton Khirnov 6b4aa5dac8 avio: avio_ prefix for url_fseek 14 years ago
Anton Khirnov b7effd4e83 avio: avio_ prefixes for get_* functions 14 years ago
Anton Khirnov ae628ec1fd avio: rename ByteIOContext to AVIOContext. 14 years ago
Diego Elio Pettenò c6610a216e Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Reimar Döffinger c32b701749 Do not read the RM index when input is streamed (since it requires seeking 15 years ago
Francesco Lavra 74e8ccad4c Move rm_codec_tags to rm.c so muxer/demuxer can share it. 15 years ago
Zhou Zongyi aafb822ba5 We're using generic tag-to-ID functions, so specific codec_id assignments 15 years ago
Stefano Sabatini 2ef6c1242a Mark av_metadata_set() as deprecated, and use av_metadata_set2() 15 years ago
Stefano Sabatini 2874c81cc8 Replace all remaining occurrences of AVERROR_NOMEM with 15 years ago
Ronald S. Bultje 7b374c9ff2 Another uninitialized value. 15 years ago
Ronald S. Bultje 190413cf81 Fix uninitialized value in codepath. 15 years ago
Ronald S. Bultje ddf8e75ede Remove dead initialization. 15 years ago
Jean-Daniel Dupas cc947f04cc Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Aurelien Jacobs 1ab0406db1 export rm_reorder_sipr_data() for future use by matroska demuxer 15 years ago
Aurelien Jacobs adae9fa65e export sipr_subpk_size for future use by matroska demuxer 15 years ago
Ronald S. Bultje 98287358e9 Print a warning when DATA chunk is encountered in the middle of chunk. 15 years ago
Ronald S. Bultje f9664ca026 Use the correct ByteIOContext in extradata parsing.Fixes half of issue 15 years ago
Michael Niedermayer 17986563eb Get rid of useless casts. 15 years ago
Michael Niedermayer 005d9b57ad Print extradata in case of failure. I had this in my local tree and it 15 years ago