OSDN Git Service

Use deinterleavers for demangling audio packets in RealMedia.
[coroid/ffmpeg_saccubus.git] / libavformat / wv.c
2011-08-21 Kostya ShishkovWavPack demuxer: do not rely on index when timestamp...
2011-08-21 Kostya ShishkovWavPack demuxer: store position of the first block...
2011-07-17 Anton Khirnovlavf: use designated initialisers for all (de)muxers.
2011-06-28 Kostya Shishkovwavpack: skip blocks with no samples
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-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-02-15 Reinhard TartlerMerge libavcore into libavutil
2011-02-06 Anton KhirnovReplace remaining occurrences of deprecated CH_* with...
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2011-01-24 Kostyareindent after last commit
2011-01-24 KostyaExtend WavPack demuxer and decoder to support >2 channe...
2010-12-07 Kostya ShishkovDon't try to demux WavPack files with >2 channels until...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-01-21 David ConradSet start_time and duration in AVStream instead of...
2009-11-06 Kostya Shishkov10l: WavPack demuxer forgot to seek back to initial...
2009-11-05 Kostya ShishkovIf custom sampling rate is set in WavPack file, parse...
2009-11-05 Kostya ShishkovInitialize block_parsed before reading first block...
2009-10-18 Anton KhirnovRead metadata in WavPack files.
2009-05-06 Laurent AimarAdd floating point audio decoding to WavPack decoder.
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-16 Kostya ShishkovWavPack hybrid mode support
2009-01-11 Diego BiurrunFix build: Add intreadwrite.h and bswap.h #includes...
2008-09-08 Luca AbeniBump Major version, this commit is almost just renaming...
2008-06-19 Baptiste Coudurierremove useless close func
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2007-11-21 Björn AxelssonUse dynamically allocated ByteIOContext in AVFormatContext
2007-09-16 Aurelien Jacobsloosen dependencies over allformats.h
2007-08-13 David BryantSupport for WavPack version 0x410 (false stereo chunks)
2007-08-05 David BryantAdd the handling of the INT32INFO block to the WavPack...
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_IO with AVERROR...
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_NOMEM with AVERROR...
2007-02-13 François RevolThis fixes error handling for BeOS, removing the need...
2007-01-28 Kostya ShishkovSeeking support in WavPack
2007-01-19 Alex Beregszaszirename BE/LE_8/16/32 to AV_RL/B_8/16/32
2006-10-15 Diego BiurrunRemove unused variable.
2006-10-15 Kostya ShishkovIgnore blocks with no samples and flags (but usually...
2006-10-14 Kostya ShishkovMove block size check to decoder
2006-10-10 Kostya Shishkov10l: remove alien seek function from demuxer
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-26 Kostya ShishkovWavPack lossless audio decoder