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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2015-09-16lavf/riff: Support decoding Ambisonic wav files.Carl Eugen Hoyos
2015-09-12avformat/avienc: add muxer option "write_channel_mask"Tobias Rapp
2015-07-12Merge commit 'd80811c94e068085aab797f9ba35790529126f85'Michael Niedermayer
2015-07-11riff: Use the correct logging contextLuca Barbato
2015-02-27avformat: Add prefix to get_codec_guid()Michael Niedermayer
2014-12-18wavdec: RIFX file format supportThomas Volkert
2014-12-02Also print GUIDs as shown in the Windows registry to ease debugging.Carl Eugen Hoyos
2014-06-18Merge commit 'd754ed41727b1fcbab335b510248a9758a73320c'Michael Niedermayer
2014-06-18riffenc: take an AVStream instead of an AVCodecContextAnton Khirnov
2014-04-30ff_put_wav_header: add flag to force WAVEFORMATEXDaniel Verkamp
2014-02-12avformat/riff: return error code from ff_get_guid()Michael Niedermayer
2014-01-29Move GUID-related objects to riffenc.c and riff.c.Carl Eugen Hoyos
2013-12-23riffenc: add option to ff_put_bmp_header to ignore extradataPeter Ross
2013-08-06Merge commit '971cce7ebb48a58e72e4dc57b3008e2682bcf4e7'Michael Niedermayer
2013-08-06riff.h: Remove stray extern declaration for non-existing symbolDiego Biurrun
2013-04-22Merge commit 'e544782623caf1eb4b2429e9c4f35d6b627accba'Michael Niedermayer
2013-04-21riff: Move guid structs and helper functions into riffPeter Ross
2013-02-15dshow: Fix MSVC support, remove av_export, which was apparently unneeded anyway.rogerdpack
2013-02-07dshow: attempt to build shared as well as staticrogerdpack
2012-11-29Merge commit 'bfe5454cd238b16e7977085f880205229103eccb'Michael Niedermayer
2012-11-28lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.hJustin Ruggles
2012-10-17Merge commit '71e92414bfd79e56ea6fff174a665ff7b9b86e68'Michael Niedermayer
2012-10-16lavf: move RIFF INFO tag writing from avienc to riffVictor Vasiliev
2012-08-08rename missed CodecID to AVCodecIDMichael Niedermayer
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-05-31libavformat: ff_get_bmp_header: return esize tooMichael Niedermayer
2011-11-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-27Generalize RIFF INFO tag support; support reading INFO tag in wavVictor Vasiliev
2011-04-15Merge commit 'a3a0af4fb1237bed0af75868073f9a63db8b1864'Michael Niedermayer
2011-04-14handle malloc failures in ff_get_wav_headerMax Horn
2011-04-07move PRI_GUID, ARG_GUID, AVCodecGuid, ff_codec_guid_get_id, MEDIASUBTYPE_BASE...Peter Ross
2011-04-07move ff_asf_guid, ff_guidcmp and ff_get_guid into riff.hPeter Ross
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2010-12-26add ff_get_bmp_headerPeter Ross
2010-05-22Move AVCodecTag from riff.h into internal.h.Francesco Lavra
2010-05-22Prefer enum CodecID over int in ff_codec_get_tag().Stefano Sabatini
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2009-10-16Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0.Carl Eugen Hoyos
2009-06-23Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2008-12-23Fix two identical warnings when compiling riff.c and nuv.c with icc:Carl Eugen Hoyos
2008-10-03Remove offset_t typedef and use int64_t directly instead.Diego Biurrun
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun