summaryrefslogtreecommitdiff
path: root/libavformat/wv.c
Commit message (Expand)AuthorAge
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-19
* WavPack demuxer: do not rely on index when timestamp is not in indexed range.Kostya Shishkov2011-08-21
* WavPack demuxer: store position of the first block in index.Kostya Shishkov2011-08-21
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* wavpack: skip blocks with no samplesKostya Shishkov2011-06-28
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-08
* avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-03
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-16
* avio: deprecate url_feofAnton Khirnov2011-03-07
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-04
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-01
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-01
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-21
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* Merge libavcore into libavutilReinhard Tartler2011-02-15
* Replace remaining occurrences of deprecated CH_* with AV_CH_*Anton Khirnov2011-02-06
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* reindent after last commitKostya2011-01-24
* Extend WavPack demuxer and decoder to support >2 channel audioKostya2011-01-24
* Don't try to demux WavPack files with >2 channels until we can support themKostya Shishkov2010-12-07
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Set start_time and duration in AVStream instead of AVFormatContext forDavid Conrad2010-01-21
* 10l: WavPack demuxer forgot to seek back to initial position after blockKostya Shishkov2009-11-06
* If custom sampling rate is set in WavPack file, parse first block to findKostya Shishkov2009-11-05
* Initialize block_parsed before reading first block header in WavPack demuxer,Kostya Shishkov2009-11-05
* Read metadata in WavPack files.Anton Khirnov2009-10-18
* Add floating point audio decoding to WavPack decoder.Laurent Aimar2009-05-06
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* WavPack hybrid mode supportKostya Shishkov2009-01-16
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-11
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-08
* remove useless close funcBaptiste Coudurier2008-06-19
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* loosen dependencies over allformats.hAurelien Jacobs2007-09-16
* Support for WavPack version 0x410 (false stereo chunks)David Bryant2007-08-13
* Add the handling of the INT32INFO block to the WavPack decoder.David Bryant2007-08-05
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-19
* Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-19
* This fixes error handling for BeOS, removing the need for some ifdefs.François Revol2007-02-13
* Seeking support in WavPackKostya Shishkov2007-01-28
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-19
* Remove unused variable.Diego Biurrun2006-10-15
* Ignore blocks with no samples and flags (but usually with MD5 sum)Kostya Shishkov2006-10-15
* Move block size check to decoderKostya Shishkov2006-10-14
* 10l: remove alien seek function from demuxerKostya Shishkov2006-10-10
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* WavPack lossless audio decoderKostya Shishkov2006-09-26