summaryrefslogtreecommitdiffstats
path: root/libavformat/rmdec.c
Commit message (Expand)AuthorAgeFilesLines
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-57/+57
* avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-261-3/+3
* lavc: Drop deprecated destruct_packet related functionsVittorio Giovara2015-08-281-5/+0
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-3/+3
* Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-191-3/+3
* rmdec: Improve message for demux errorCarl Eugen Hoyos2015-03-081-1/+1
* rmdec: Check memory allocations from ff_rm_alloc_rmstream()Hugo Beauzée-Luyssen2015-02-171-0/+6
* avformat: Don't anonymously typedef structsDiego Biurrun2015-02-141-1/+1
* rm: Use the correct codec_data_size signednessLuca Barbato2014-12-041-3/+3
* rmdec: stricter error check to avoid theoretical unitialized useVittorio Giovara2014-10-211-1/+1
* rmdec: check av_new_packet return valueVittorio Giovara2014-10-211-1/+3
* Replace av_malloc() and memset(0) by av_mallocz()Diego Biurrun2014-06-221-2/+1
* rmdec: do not export anything to AVCodecContext.codec_nameAnton Khirnov2014-05-011-2/+0
* lavf: more correct printf format specifiersDiego Biurrun2014-03-111-1/+3
* rmdec: Validate the fps valueMartin Storsjö2013-09-181-2/+7
* cosmetics: Fix ATRAC codec name spellingDiego Biurrun2013-09-021-1/+1
* Disable deprecation warnings for cases where a replacement is availableDiego Biurrun2013-08-021-0/+3
* rmdec: Use the AVIOContext given as parameter in rm_read_metadata()Michael Niedermayer2013-07-071-6/+6
* lavf: remove disabled FF_API_R_FRAME_RATE cruftAnton Khirnov2013-03-111-3/+0
* avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov2013-03-081-0/+4
* lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.hJustin Ruggles2012-11-281-1/+0
* rmdec: set channel layout for RA version 3Justin Ruggles2012-11-121-0/+2
* rmdec: Move SIPR code shared with Matroska demuxer to a separate fileDiego Biurrun2012-10-151-41/+1
* avformat: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun2012-10-011-2/+3
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-11/+11
* avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-301-1/+1
* lavf: deprecate r_frame_rate.Anton Khirnov2012-07-291-2/+4
* avcodec: add a cook parser to get subpacket durationJustin Ruggles2012-04-201-0/+1
* RealAudio Lossless decoderKostya Shishkov2012-03-191-0/+9
* rmdec: Honor .RMF tag size rather than assuming 18.Alex Converse2012-03-021-4/+2
* rmdec: adjust printf format string specifier to fix warningDiego Biurrun2012-03-011-1/+1
* rm: prevent infinite loops for index parsing.Ronald S. Bultje2012-02-221-3/+17
* rmdec: when using INT4 deinterleaving, error out if sub_packet_h <= 1.Ronald S. Bultje2012-02-221-0/+1
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-271-1/+1
* cosmetics: drop some pointless parenthesesDiego Biurrun2012-01-071-1/+1
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-1/+2
* rmdec: don't set codec timebase.Anton Khirnov2011-11-301-3/+2
* rdt: Set AVFMT_NOFILE on ff_rdt_demuxerMartin Storsjö2011-11-071-0/+1
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-191-2/+2
* 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
* Use deinterleavers for demangling audio packets in RealMedia.Kostya Shishkov2011-08-271-12/+34
* 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
* Remove redundant and dubious video codec detection by its extradataKostya Shishkov2011-08-151-10/+0
* 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
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-081-1/+2
* Remove unused variablesMans Rullgard2011-06-021-2/+2
OpenPOWER on IntegriCloud