]> git.sesse.net Git - ffmpeg/history - libavformat/cafdec.c
lavf: factor out freeing an AVStream
[ffmpeg] / libavformat / cafdec.c
2015-07-27 Vittorio Giovaralavc: Consistently prefix input buffer defines
2015-02-14 Diego Biurrunavformat: Don't anonymously typedef structs
2014-09-26 Diego Biurruncaf: Give context structure a consistent name
2014-08-19 Diego Biurrunmov: Drop unused parameter from ff_mov_read_esds()
2014-07-28 Diego Biurruncaf: Use correct printf conversion specifiers for POSIX...
2014-03-11 Diego Biurrunlavf: more correct printf format specifiers
2012-11-28 Justin Ruggleslavf: move ff_codec_get_tag() and ff_codec_get_id(...
2012-09-07 Samuel Pitoisetmov_chan: Pass a separate AVIOContext for reading
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-30 Diego BiurrunImprove descriptiveness of a number of codec and contai...
2012-07-20 Justin Rugglescafdec: allow larger ALAC magic cookie
2012-07-19 Justin Rugglesavformat: move 'chan' tag parsing to mov_chan.c to...
2012-07-19 Justin Rugglescaf: use int64_t for num_packets
2012-07-19 Justin Rugglescaf: fix 'pakt' chunk parsing
2012-07-19 Justin Rugglescaf: support either old or new style ALAC magic kuki...
2012-06-21 Ronald S. Bultjelavf: Make codec_tag arrays constant
2012-04-06 Martin Storsjöcosmetics: Align muxer/demuxer declarations
2012-02-10 Joakim Platecafdec: Check return value of avio_seek and avoid modif...
2012-01-27 Anton Khirnovlavf: remove AVFormatParameters from AVFormatContext...
2011-12-11 Mans Rullgardlavu: replace int/float punning functions
2011-11-30 Anton Khirnovlavf: make av_set_pts_info private.
2011-10-19 Anton Khirnovlavf,lavd: replace av_new_stream->avformat_new_stream...
2011-10-17 Anton Khirnovlavf: deprecate AVFormatContext.file_size
2011-07-17 Anton Khirnovlavf: use designated initialisers for all (de)muxers.
2011-07-03 Mans RullgardDo not include intfloat_readwrite.h in avutil.h
2011-06-08 Anton KhirnovRemove all uses of now deprecated metadata functions.
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-07 Anton Khirnovavio: avio_ prefix for url_fsize
2011-03-04 Anton Khirnovavio: add avio_tell macro as a replacement for url_ftell
2011-03-04 Anton Khirnovlavf: deprecate get_strz() in favor of avio_get_str
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-10-10 Peter Rosscafdec: Handle ALAC extradata.
2010-04-25 Stefano SabatiniMark av_metadata_set() as deprecated, and use av_metada...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-04-03 Stefano SabatiniReplace all remaining occurrences of AVERROR_NOMEM...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-13 Stefano SabatiniReplace all the occurrences of AVERROR_EIO with AVERROR...
2009-09-16 Peter RossCore Audio Format demuxer