summaryrefslogtreecommitdiff
path: root/libavformat/wv.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-201-1/+1
|\
| * lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-191-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-211-2/+5
|\ \ | |/
| * WavPack demuxer: do not rely on index when timestamp is not in indexed range.Kostya Shishkov2011-08-211-1/+2
| * WavPack demuxer: store position of the first block in index.Kostya Shishkov2011-08-211-1/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-171-8/+7
|\ \ | |/
| * lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-8/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-291-2/+11
|\ \ | |/
| * wavpack: skip blocks with no samplesKostya Shishkov2011-06-281-2/+11
* | 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