summaryrefslogtreecommitdiff
path: root/libavformat/wv.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt2022-02-241-1/+2
* Merge commit '794ca87d2bff2513118de8b97595b3e23070e67d'Michael Niedermayer2013-05-291-0/+52
|\
| * wvdec: split block header parsing into a separate fileAnton Khirnov2013-05-281-0/+52
|/
* lavf: rename wv.c to wvdec.cAnton Khirnov2013-05-281-366/+0
* wavpack demuxer: export full wavpack blocks.Anton Khirnov2013-05-281-72/+42
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-111-1/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* wv,mpc8: don't return apetag data in packets.Anton Khirnov2012-07-311-1/+8
* wv: K&R formatting cosmeticsAnton Khirnov2012-07-301-79/+96
* wv: return meaningful error codes.Anton Khirnov2012-07-281-22/+23
* wv: return AVERROR_EOF on EOF, not EIO.Anton Khirnov2012-07-281-1/+1
* WavPack demuxer: set packet durationPaul B Mahol2012-02-091-0/+7
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-271-2/+1
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-1/+2
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-191-1/+1
* 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
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-8/+7
* wavpack: skip blocks with no samplesKostya Shishkov2011-06-281-2/+11
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-081-1/+2
* avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-031-2/+2
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* 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
* 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