summaryrefslogtreecommitdiff
path: root/libavformat/rmdec.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-081-0/+1
|\
| * rdt: Set AVFMT_NOFILE on ff_rdt_demuxerMartin Storsjö2011-11-071-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-201-2/+2
|\ \ | |/
| * lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-191-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-191-28/+33
|\ \ | |/
| * rmdec: Reject invalid deinterleaving parametersLaurent Aimar2011-09-191-26/+31
| * rmdec: use the deinterleaving mode and not the codec when creating audio pack...Laurent Aimar2011-09-191-1/+2
* | Reject audio tracks with invalid interleaver parameters in RM demuxer.Laurent Aimar2011-09-171-4/+6
* | rmdec: Check return value of more avio_seek callsJoakim Plate2011-09-121-1/+3
* | Replace some commented-out debug printf() / av_log() messages with av_dlog().Diego Biurrun2011-09-011-9/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-281-12/+34
|\ \ | |/
| * Use deinterleavers for demangling audio packets in RealMedia.Kostya Shishkov2011-08-271-12/+34
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-181-12/+16
|\ \ | |/
| * rmdec: parse FPS in RealMedia properlyKostya Shishkov2011-08-171-8/+8
| * Use parsers for RealVideo 3/4 to determine correct PTSKostya Shishkov2011-08-171-0/+1
| * rmdec: correct DTS calculation in RealMedia container.Kostya Shishkov2011-08-171-4/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-151-10/+0
|\ \ | |/
| * Remove redundant and dubious video codec detection by its extradataKostya Shishkov2011-08-151-10/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-171-18/+14
|\ \ | |/
| * lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-16/+12
| * rmdec: remove useless ap parameter from rm_read_header_old()Anton Khirnov2011-07-171-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-091-1/+2
|\ \ | |/
| * Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-081-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-031-2/+2
|\ \ | |/
| * Remove unused variablesMans Rullgard2011-06-021-2/+2
| * Replace some commented-out debug printf() / av_log() messages with av_dlog().Diego Biurrun2011-04-291-9/+7
* | Fix various unused variable warningsClément Bœsch2011-05-301-1/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-041-1/+1
|\ \ | |/
| * avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-031-1/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-171-11/+11
|\ \ | |/
| * lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-161-11/+11
| * avio: deprecate url_feofAnton Khirnov2011-03-071-3/+3
| * avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-041-12/+12
| * lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-011-11/+11
| * avio: avio_ prefix for url_fseekAnton Khirnov2011-03-011-4/+4
| * avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-103/+103
| * avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-12/+12
| * Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-2/+2
* | avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-051-12/+12
* | lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-031-11/+11
* | avio: avio_ prefix for url_fseekAnton Khirnov2011-03-031-4/+4
* | avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-221-103/+103
* | avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-12/+12
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-281-2/+2
|/
* Do not read the RM index when input is streamed (since it requires seekingReimar Döffinger2010-06-061-1/+2
* Move rm_codec_tags to rm.c so muxer/demuxer can share it.Francesco Lavra2010-05-281-19/+4
* We're using generic tag-to-ID functions, so specific codec_id assignmentsZhou Zongyi2010-05-251-5/+0
* Mark av_metadata_set() as deprecated, and use av_metadata_set2()Stefano Sabatini2010-04-251-1/+1
* Replace all remaining occurrences of AVERROR_NOMEM withStefano Sabatini2010-04-031-1/+1