| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '794ca87d2bff2513118de8b97595b3e23070e67d' | Michael Niedermayer | 2013-05-29 | 1 | -0/+52 |
|\ |
|
| * | wvdec: split block header parsing into a separate file | Anton Khirnov | 2013-05-28 | 1 | -0/+52 |
|/ |
|
* | lavf: rename wv.c to wvdec.c | Anton Khirnov | 2013-05-28 | 1 | -366/+0 |
* | wavpack demuxer: export full wavpack blocks. | Anton Khirnov | 2013-05-28 | 1 | -72/+42 |
* | Include libavutil/channel_layout.h instead of libavutil/audioconvert.h | Justin Ruggles | 2012-11-11 | 1 | -1/+1 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | wv,mpc8: don't return apetag data in packets. | Anton Khirnov | 2012-07-31 | 1 | -1/+8 |
* | wv: K&R formatting cosmetics | Anton Khirnov | 2012-07-30 | 1 | -79/+96 |
* | wv: return meaningful error codes. | Anton Khirnov | 2012-07-28 | 1 | -22/+23 |
* | wv: return AVERROR_EOF on EOF, not EIO. | Anton Khirnov | 2012-07-28 | 1 | -1/+1 |
* | WavPack demuxer: set packet duration | Paul B Mahol | 2012-02-09 | 1 | -0/+7 |
* | lavf: remove AVFormatParameters from AVFormatContext.read_header signature | Anton Khirnov | 2012-01-27 | 1 | -2/+1 |
* | lavf: make av_set_pts_info private. | Anton Khirnov | 2011-11-30 | 1 | -1/+2 |
* | lavf,lavd: replace av_new_stream->avformat_new_stream part I. | Anton Khirnov | 2011-10-19 | 1 | -1/+1 |
* | WavPack demuxer: do not rely on index when timestamp is not in indexed range. | Kostya Shishkov | 2011-08-21 | 1 | -1/+2 |
* | WavPack demuxer: store position of the first block in index. | Kostya Shishkov | 2011-08-21 | 1 | -1/+3 |
* | lavf: use designated initialisers for all (de)muxers. | Anton Khirnov | 2011-07-17 | 1 | -8/+7 |
* | wavpack: skip blocks with no samples | Kostya Shishkov | 2011-06-28 | 1 | -2/+11 |
* | Remove all uses of now deprecated metadata functions. | Anton Khirnov | 2011-06-08 | 1 | -1/+2 |
* | avio: introduce an AVIOContext.seekable field | Anton Khirnov | 2011-04-03 | 1 | -2/+2 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense | Anton Khirnov | 2011-03-16 | 1 | -3/+3 |
* | avio: deprecate url_feof | Anton Khirnov | 2011-03-07 | 1 | -1/+1 |
* | avio: add avio_tell macro as a replacement for url_ftell | Anton Khirnov | 2011-03-04 | 1 | -5/+5 |
* | lavf: replace all uses of url_fskip with avio_seek | Anton Khirnov | 2011-03-01 | 1 | -3/+3 |
* | avio: avio_ prefix for url_fseek | Anton Khirnov | 2011-03-01 | 1 | -4/+4 |
* | avio: avio_ prefixes for get_* functions | Anton Khirnov | 2011-02-21 | 1 | -25/+25 |
* | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -2/+2 |
* | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-15 | 1 | -1/+1 |
* | Replace remaining occurrences of deprecated CH_* with AV_CH_* | Anton Khirnov | 2011-02-06 | 1 | -1/+2 |
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | reindent after last commit | Kostya | 2011-01-24 | 1 | -19/+19 |
* | Extend WavPack demuxer and decoder to support >2 channel audio | Kostya | 2011-01-24 | 1 | -16/+108 |
* | Don't try to demux WavPack files with >2 channels until we can support them | Kostya Shishkov | 2010-12-07 | 1 | -0/+4 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | Set start_time and duration in AVStream instead of AVFormatContext for | David Conrad | 2010-01-21 | 1 | -2/+2 |
* | 10l: WavPack demuxer forgot to seek back to initial position after block | Kostya Shishkov | 2009-11-06 | 1 | -0/+1 |
* | If custom sampling rate is set in WavPack file, parse first block to find | Kostya Shishkov | 2009-11-05 | 1 | -4/+25 |
* | Initialize block_parsed before reading first block header in WavPack demuxer, | Kostya Shishkov | 2009-11-05 | 1 | -1/+1 |
* | Read metadata in WavPack files. | Anton Khirnov | 2009-10-18 | 1 | -0/+11 |
* | Add floating point audio decoding to WavPack decoder. | Laurent Aimar | 2009-05-06 | 1 | -5/+0 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | WavPack hybrid mode support | Kostya Shishkov | 2009-01-16 | 1 | -4/+0 |
* | Fix build: Add intreadwrite.h and bswap.h #includes where necessary. | Diego Biurrun | 2009-01-11 | 1 | -1/+1 |
* | Bump Major version, this commit is almost just renaming bits_per_sample to | Luca Abeni | 2008-09-08 | 1 | -1/+1 |
* | remove useless close func | Baptiste Coudurier | 2008-06-19 | 1 | -6/+1 |
* | Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-03 | 1 | -1/+1 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -1/+1 |
* | Use dynamically allocated ByteIOContext in AVFormatContext | Björn Axelsson | 2007-11-21 | 1 | -7/+7 |
* | loosen dependencies over allformats.h | Aurelien Jacobs | 2007-09-16 | 1 | -1/+0 |