summaryrefslogtreecommitdiff
path: root/libavformat/rmdec.c
Commit message (Expand)AuthorAge
* avformat: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun2012-10-01
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-30
* lavf: deprecate r_frame_rate.Anton Khirnov2012-07-29
* avcodec: add a cook parser to get subpacket durationJustin Ruggles2012-04-20
* RealAudio Lossless decoderKostya Shishkov2012-03-19
* rmdec: Honor .RMF tag size rather than assuming 18.Alex Converse2012-03-02
* rmdec: adjust printf format string specifier to fix warningDiego Biurrun2012-03-01
* rm: prevent infinite loops for index parsing.Ronald S. Bultje2012-02-22
* rmdec: when using INT4 deinterleaving, error out if sub_packet_h <= 1.Ronald S. Bultje2012-02-22
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-27
* cosmetics: drop some pointless parenthesesDiego Biurrun2012-01-07
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* rmdec: don't set codec timebase.Anton Khirnov2011-11-30
* rdt: Set AVFMT_NOFILE on ff_rdt_demuxerMartin Storsjö2011-11-07
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-19
* rmdec: Reject invalid deinterleaving parametersLaurent Aimar2011-09-19
* rmdec: use the deinterleaving mode and not the codec when creating audio pack...Laurent Aimar2011-09-19
* Use deinterleavers for demangling audio packets in RealMedia.Kostya Shishkov2011-08-27
* rmdec: parse FPS in RealMedia properlyKostya Shishkov2011-08-17
* Use parsers for RealVideo 3/4 to determine correct PTSKostya Shishkov2011-08-17
* rmdec: correct DTS calculation in RealMedia container.Kostya Shishkov2011-08-17
* Remove redundant and dubious video codec detection by its extradataKostya Shishkov2011-08-15
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* rmdec: remove useless ap parameter from rm_read_header_old()Anton Khirnov2011-07-17
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-08
* Remove unused variablesMans Rullgard2011-06-02
* Replace some commented-out debug printf() / av_log() messages with av_dlog().Diego Biurrun2011-04-29
* avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-03
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-16
* avio: deprecate url_feofAnton Khirnov2011-03-07
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-04
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-01
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-01
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-21
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* Do not read the RM index when input is streamed (since it requires seekingReimar Döffinger2010-06-06
* Move rm_codec_tags to rm.c so muxer/demuxer can share it.Francesco Lavra2010-05-28
* We're using generic tag-to-ID functions, so specific codec_id assignmentsZhou Zongyi2010-05-25
* Mark av_metadata_set() as deprecated, and use av_metadata_set2()Stefano Sabatini2010-04-25
* Replace all remaining occurrences of AVERROR_NOMEM withStefano Sabatini2010-04-03
* Another uninitialized value.Ronald S. Bultje2010-04-02
* Fix uninitialized value in codepath.Ronald S. Bultje2010-04-02
* Remove dead initialization.Ronald S. Bultje2010-04-02
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-31
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* export rm_reorder_sipr_data() for future use by matroska demuxerAurelien Jacobs2010-03-12
* export sipr_subpk_size for future use by matroska demuxerAurelien Jacobs2010-03-12