summaryrefslogtreecommitdiff
path: root/libavformat/rmdec.c
Commit message (Expand)AuthorAge
...
* 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
* Print a warning when DATA chunk is encountered in the middle of chunk.Ronald S. Bultje2010-01-23
* Use the correct ByteIOContext in extradata parsing.Fixes half of issueRonald S. Bultje2010-01-08
* Get rid of useless casts.Michael Niedermayer2009-12-13
* Print extradata in case of failure. I had this in my local tree and itMichael Niedermayer2009-12-13
* Use constant CODEC_ID_NONE instead of 0 where appropriate.Carl Eugen Hoyos2009-12-13
* Factor out extradata reading code.Kostya Shishkov2009-12-13
* RM audio stream version should be 16-bit followed by header size or reservedKostya Shishkov2009-12-13
* Make RM demuxer look more like proper demuxer by introducing codec tagsKostya Shishkov2009-12-13
* Factor out variable declarationKostya Shishkov2009-12-13
* When resetting vst->pkt.data to NULL, also set vst->slices.Reimar Döffinger2009-09-13
* Remove old_flags variable, which is a duplicate of the flags variable.Ronald S. Bultje2009-07-30
* Don't use a pointer-to-flags/timestamp in ff_rm_parse_packet(); the functionRonald S. Bultje2009-07-30
* Move declarations in sync() closer to where they are used.Michael Niedermayer2009-04-17
* Add a @todo with a comment from Kostya so we don't forget to optimize that atRonald S. Bultje2009-03-22
* Don't allow to sync on packets of zero-size length, since these are neverRonald S. Bultje2009-03-21
* Move "- 12" statement up a bit. See "[PATCH] rmdec.c: prevent zero-lengthRonald S. Bultje2009-03-21
* Add byte reordering for the SIPRO audio codec. See "rmdec.c: add SIPR codecRonald S. Bultje2009-03-20
* rmdec: fix crash at end of fileMåns Rullgård2009-03-16
* More reindent, forgotten in previous commit.Ronald S. Bultje2009-03-16
* Parse index chunk so that seeking in modern .rm files becomes a lot faster.Ronald S. Bultje2009-03-16
* Reindent after r18010.Ronald S. Bultje2009-03-16
* Mark the first output audio frame as keyframe (separate patch from previous,Ronald S. Bultje2009-03-16
* Remove packet returning in ff_rm_parse_packet() if we're using the packetRonald S. Bultje2009-03-16
* Reindent after r18005.Ronald S. Bultje2009-03-16
* Merge code for packet reading in "old" (.ra, audio-only) Realmedia files andRonald S. Bultje2009-03-16
* Fix index generation in the way that it was supposed to be used. See theRonald S. Bultje2009-03-15
* Correctly skip complete INDX chunks, i.e. read the 32-bit header correctlyRonald S. Bultje2009-03-10