Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-29Merge commit '794ca87d2bff2513118de8b97595b3e23070e67d'Michael Niedermayer
2013-05-28wvdec: split block header parsing into a separate fileAnton Khirnov
2013-05-28lavf: rename wv.c to wvdec.cAnton Khirnov
2013-05-28wavpack demuxer: export full wavpack blocks.Anton Khirnov
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-31wv,mpc8: don't return apetag data in packets.Anton Khirnov
2012-07-30wv: K&R formatting cosmeticsAnton Khirnov
2012-07-28wv: return meaningful error codes.Anton Khirnov
2012-07-28wv: return AVERROR_EOF on EOF, not EIO.Anton Khirnov
2012-02-09WavPack demuxer: set packet durationPaul B Mahol
2012-01-27lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov
2011-10-19lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov
2011-08-21WavPack demuxer: do not rely on index when timestamp is not in indexed range.Kostya Shishkov
2011-08-21WavPack demuxer: store position of the first block in index.Kostya Shishkov
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
2011-06-28wavpack: skip blocks with no samplesKostya Shishkov
2011-06-08Remove all uses of now deprecated metadata functions.Anton Khirnov
2011-04-04avio: introduce an AVIOContext.seekable fieldAnton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov
2011-03-08avio: deprecate url_feofAnton Khirnov
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-03-01lavf: replace all uses of url_fskip with avio_seekAnton Khirnov
2011-03-01avio: avio_ prefix for url_fseekAnton Khirnov
2011-02-21avio: avio_ prefixes for get_* functionsAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-02-15Merge libavcore into libavutilReinhard Tartler
2011-02-06Replace remaining occurrences of deprecated CH_* with AV_CH_*Anton Khirnov
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2011-01-24reindent after last commitKostya
2011-01-24Extend WavPack demuxer and decoder to support >2 channel audioKostya
2010-12-07Don't try to demux WavPack files with >2 channels until we can support themKostya Shishkov
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-01-21Set start_time and duration in AVStream instead of AVFormatContext forDavid Conrad
2009-11-0610l: WavPack demuxer forgot to seek back to initial position after blockKostya Shishkov
2009-11-05If custom sampling rate is set in WavPack file, parse first block to findKostya Shishkov
2009-11-05Initialize block_parsed before reading first block header in WavPack demuxer,Kostya Shishkov
2009-10-18Read metadata in WavPack files.Anton Khirnov
2009-05-06Add floating point audio decoding to WavPack decoder.Laurent Aimar
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-16WavPack hybrid mode supportKostya Shishkov
2009-01-12Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun
2008-09-08Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni
2008-06-20remove useless close funcBaptiste Coudurier
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson
2007-09-17loosen dependencies over allformats.hAurelien Jacobs