summaryrefslogtreecommitdiff
path: root/libavformat/wv.c
Commit message (Expand)AuthorAge
* wvdec: split block header parsing into a separate fileAnton Khirnov2013-05-28
* lavf: rename wv.c to wvdec.cAnton Khirnov2013-05-28
* wavpack demuxer: export full wavpack blocks.Anton Khirnov2013-05-28
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-11
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* wv,mpc8: don't return apetag data in packets.Anton Khirnov2012-07-31
* wv: K&R formatting cosmeticsAnton Khirnov2012-07-30
* wv: return meaningful error codes.Anton Khirnov2012-07-28
* wv: return AVERROR_EOF on EOF, not EIO.Anton Khirnov2012-07-28
* WavPack demuxer: set packet durationPaul B Mahol2012-02-09
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-27
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* 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