summaryrefslogtreecommitdiffstats
path: root/libavformat/wv.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-091-1/+2
|\
| * Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-081-1/+2
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-041-2/+2
|\ \ | |/
| * avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-031-2/+2
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-171-3/+3
|\ \ | |/
| * lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-161-3/+3
| * avio: deprecate url_feofAnton Khirnov2011-03-071-1/+1
| * avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-041-5/+5
| * lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-011-3/+3
| * avio: avio_ prefix for url_fseekAnton Khirnov2011-03-011-4/+4
| * avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-25/+25
| * avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-2/+2
| * Merge libavcore into libavutilReinhard Tartler2011-02-151-1/+1
| * Replace remaining occurrences of deprecated CH_* with AV_CH_*Anton Khirnov2011-02-061-1/+2
| * Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
| * reindent after last commitKostya2011-01-241-19/+19
| * Extend WavPack demuxer and decoder to support >2 channel audioKostya2011-01-241-16/+108
* | avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-051-5/+5
* | lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-031-3/+3
* | avio: avio_ prefix for url_fseekAnton Khirnov2011-03-031-4/+4
* | avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-221-25/+25
* | avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-2/+2
* | Merge libavcore into libavutilReinhard Tartler2011-02-161-1/+1
* | Replace remaining occurrences of deprecated CH_* with AV_CH_*Anton Khirnov2011-02-061-1/+2
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-281-1/+1
* | reindent after last commitKostya2011-01-261-19/+19
* | Extend WavPack demuxer and decoder to support >2 channel audioKostya2011-01-261-16/+108
|/
* Don't try to demux WavPack files with >2 channels until we can support themKostya Shishkov2010-12-071-0/+4
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Set start_time and duration in AVStream instead of AVFormatContext forDavid Conrad2010-01-211-2/+2
* 10l: WavPack demuxer forgot to seek back to initial position after blockKostya Shishkov2009-11-061-0/+1
* If custom sampling rate is set in WavPack file, parse first block to findKostya Shishkov2009-11-051-4/+25
* Initialize block_parsed before reading first block header in WavPack demuxer,Kostya Shishkov2009-11-051-1/+1
* Read metadata in WavPack files.Anton Khirnov2009-10-181-0/+11
* Add floating point audio decoding to WavPack decoder.Laurent Aimar2009-05-061-5/+0
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* WavPack hybrid mode supportKostya Shishkov2009-01-161-4/+0
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-111-1/+1
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-081-1/+1
* remove useless close funcBaptiste Coudurier2008-06-191-6/+1
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-1/+1
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+1
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-7/+7
* loosen dependencies over allformats.hAurelien Jacobs2007-09-161-1/+0
* Support for WavPack version 0x410 (false stereo chunks)David Bryant2007-08-131-1/+1
* Add the handling of the INT32INFO block to the WavPack decoder.David Bryant2007-08-051-4/+0
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-191-1/+1
* Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-191-1/+1
* This fixes error handling for BeOS, removing the need for some ifdefs.François Revol2007-02-131-1/+1
OpenPOWER on IntegriCloud