]> git.sesse.net Git - ffmpeg/history - libavformat/rmdec.c
extract_extradata_bsf: make sure all needed parameter set NALUs were found
[ffmpeg] / libavformat / rmdec.c
2016-12-23 Diego BiurrunUse correct printf conversion specifiers for POSIX...
2016-09-30 Anton Khirnovlavf: fix usage of AVIOContext.seekable
2016-08-17 Diego Biurrunrm: Drop broken disabled cruft
2016-02-23 Anton Khirnovlavf: replace AVStream.codec with AVStream.codecpar
2015-10-26 Luca Barbatoavpacket: Replace av_free_packet with av_packet_unref
2015-08-28 Vittorio Giovaralavc: Drop deprecated destruct_packet related functions
2015-07-27 Vittorio Giovaralavc: Consistently prefix input buffer defines
2015-04-19 Vittorio GiovaraReplace av_dlog with normal av_log at trace level
2015-03-08 Carl Eugen Hoyosrmdec: Improve message for demux error
2015-02-17 Hugo Beauzée-Luyssenrmdec: Check memory allocations from ff_rm_alloc_rmstream()
2015-02-14 Diego Biurrunavformat: Don't anonymously typedef structs
2014-12-04 Luca Barbatorm: Use the correct codec_data_size signedness
2014-10-21 Vittorio Giovararmdec: stricter error check to avoid theoretical unitia...
2014-10-21 Vittorio Giovararmdec: check av_new_packet return value
2014-06-22 Diego BiurrunReplace av_malloc() and memset(0) by av_mallocz()
2014-05-01 Anton Khirnovrmdec: do not export anything to AVCodecContext.codec_name
2014-03-11 Diego Biurrunlavf: more correct printf format specifiers
2013-09-18 Martin Storsjörmdec: Validate the fps value
2013-09-02 Diego Biurruncosmetics: Fix ATRAC codec name spelling
2013-08-02 Diego BiurrunDisable deprecation warnings for cases where a replacem...
2013-07-07 Michael Niedermayerrmdec: Use the AVIOContext given as parameter in rm_rea...
2013-03-11 Anton Khirnovlavf: remove disabled FF_API_R_FRAME_RATE cruft
2013-03-08 Anton Khirnovavpacket: use AVBuffer to allow refcounting the packets.
2012-11-28 Justin Ruggleslavf: move ff_codec_get_tag() and ff_codec_get_id(...
2012-11-12 Justin Rugglesrmdec: set channel layout for RA version 3
2012-10-15 Diego Biurrunrmdec: Move SIPR code shared with Matroska demuxer...
2012-10-01 Diego Biurrunavformat: Convert some commented-out printf/av_log...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-30 Diego Biurrunavformat: Drop pointless "format" from container long...
2012-07-29 Anton Khirnovlavf: deprecate r_frame_rate.
2012-04-20 Justin Rugglesavcodec: add a cook parser to get subpacket duration
2012-03-19 Kostya ShishkovRealAudio Lossless decoder
2012-03-02 Alex Conversermdec: Honor .RMF tag size rather than assuming 18.
2012-03-01 Diego Biurrunrmdec: adjust printf format string specifier to fix...
2012-02-22 Ronald S. Bultjerm: prevent infinite loops for index parsing.
2012-02-22 Ronald S. Bultjermdec: when using INT4 deinterleaving, error out if...
2012-01-27 Anton Khirnovlavf: remove AVFormatParameters from AVFormatContext...
2012-01-07 Diego Biurruncosmetics: drop some pointless parentheses
2011-11-30 Anton Khirnovlavf: make av_set_pts_info private.
2011-11-30 Anton Khirnovrmdec: don't set codec timebase.
2011-11-07 Martin Storsjördt: Set AVFMT_NOFILE on ff_rdt_demuxer
2011-10-19 Anton Khirnovlavf,lavd: replace av_new_stream->avformat_new_stream...
2011-09-19 Laurent Aimarrmdec: Reject invalid deinterleaving parameters
2011-09-19 Laurent Aimarrmdec: use the deinterleaving mode and not the codec...
2011-08-27 Kostya ShishkovUse deinterleavers for demangling audio packets in...
2011-08-17 Kostya Shishkovrmdec: parse FPS in RealMedia properly
2011-08-17 Kostya ShishkovUse parsers for RealVideo 3/4 to determine correct PTS
2011-08-17 Kostya Shishkovrmdec: correct DTS calculation in RealMedia container.
2011-08-15 Kostya ShishkovRemove redundant and dubious video codec detection...
2011-07-17 Anton Khirnovlavf: use designated initialisers for all (de)muxers.
2011-07-17 Anton Khirnovrmdec: remove useless ap parameter from rm_read_header_...
2011-06-08 Anton KhirnovRemove all uses of now deprecated metadata functions.
2011-06-02 Mans RullgardRemove unused variables
2011-04-29 Diego BiurrunReplace some commented-out debug printf() / av_log...
2011-04-03 Anton Khirnovavio: introduce an AVIOContext.seekable field
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-17 Anton Khirnovlavf: replace avio_seek(SEEK_CUR) with avio_skip where...
2011-03-07 Anton Khirnovavio: deprecate url_feof
2011-03-04 Anton Khirnovavio: add avio_tell macro as a replacement for url_ftell
2011-03-01 Anton Khirnovlavf: replace all uses of url_fskip with avio_seek
2011-03-01 Anton Khirnovavio: avio_ prefix for url_fseek
2011-02-21 Anton Khirnovavio: avio_ prefixes for get_* functions
2011-02-20 Anton Khirnovavio: rename ByteIOContext to AVIOContext.
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2010-06-06 Reimar DöffingerDo not read the RM index when input is streamed (since...
2010-05-28 Francesco LavraMove rm_codec_tags to rm.c so muxer/demuxer can share it.
2010-05-25 Zhou ZongyiWe're using generic tag-to-ID functions, so specific...
2010-04-25 Stefano SabatiniMark av_metadata_set() as deprecated, and use av_metada...
2010-04-03 Stefano SabatiniReplace all remaining occurrences of AVERROR_NOMEM...
2010-04-02 Ronald S. BultjeAnother uninitialized value.
2010-04-02 Ronald S. BultjeFix uninitialized value in codepath.
2010-04-02 Ronald S. BultjeRemove dead initialization.
2010-03-31 Jean-Daniel DupasReplace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-12 Aurelien Jacobsexport rm_reorder_sipr_data() for future use by matrosk...
2010-03-12 Aurelien Jacobsexport sipr_subpk_size for future use by matroska demuxer
2010-01-23 Ronald S. BultjePrint a warning when DATA chunk is encountered in the...
2010-01-08 Ronald S. BultjeUse the correct ByteIOContext in extradata parsing...
2009-12-13 Michael NiedermayerGet rid of useless casts.
2009-12-13 Michael NiedermayerPrint extradata in case of failure. I had this in my...
2009-12-13 Carl Eugen HoyosUse constant CODEC_ID_NONE instead of 0 where appropriate.
2009-12-13 Kostya ShishkovFactor out extradata reading code.
2009-12-13 Kostya ShishkovRM audio stream version should be 16-bit followed by...
2009-12-13 Kostya ShishkovMake RM demuxer look more like proper demuxer by introd...
2009-12-13 Kostya ShishkovFactor out variable declaration
2009-09-13 Reimar DöffingerWhen resetting vst->pkt.data to NULL, also set vst...
2009-07-30 Ronald S. BultjeRemove old_flags variable, which is a duplicate of...
2009-07-30 Ronald S. BultjeDon't use a pointer-to-flags/timestamp in ff_rm_parse_p...
2009-04-17 Michael NiedermayerMove declarations in sync() closer to where they are...
2009-03-22 Ronald S. BultjeAdd a @todo with a comment from Kostya so we don't...
2009-03-21 Ronald S. BultjeDon't allow to sync on packets of zero-size length...
2009-03-21 Ronald S. BultjeMove "- 12" statement up a bit. See "[PATCH] rmdec...
2009-03-20 Ronald S. BultjeAdd byte reordering for the SIPRO audio codec. See...
2009-03-16 Måns Rullgårdrmdec: fix crash at end of file
2009-03-16 Ronald S. BultjeMore reindent, forgotten in previous commit.
2009-03-16 Ronald S. BultjeParse index chunk so that seeking in modern .rm files...
2009-03-16 Ronald S. BultjeReindent after r18010.
2009-03-16 Ronald S. BultjeMark the first output audio frame as keyframe (separate...
2009-03-16 Ronald S. BultjeRemove packet returning in ff_rm_parse_packet() if...
2009-03-16 Ronald S. BultjeReindent after r18005.
next