| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '0539d84d985e811e5989ef27c13f7e2dda0f9b89' | James Almer | 2017-09-28 | 1 | -1/+2 |
|\ |
|
| * | asfdec: Account for different Format Data sizes | Alexandra Hájková | 2017-02-15 | 1 | -1/+2 |
* | | avformat/riff.h : remove unused function parameter "const AVCodecTag *tags" o... | Aleksandr Slobodeniuk | 2017-08-02 | 1 | -1/+1 |
* | | lavf/riff: Support decoding files with broken mediasubtype base guid. | Thierry Foucu | 2017-02-17 | 1 | -0/+2 |
* | | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -3/+3 |
|\| |
|
| * | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -3/+3 |
* | | lavf/riff: Support decoding Ambisonic wav files. | Carl Eugen Hoyos | 2015-09-16 | 1 | -0/+2 |
* | | avformat/avienc: add muxer option "write_channel_mask" | Tobias Rapp | 2015-09-12 | 1 | -0/+5 |
* | | Merge commit 'd80811c94e068085aab797f9ba35790529126f85' | Michael Niedermayer | 2015-07-12 | 1 | -1/+1 |
|\| |
|
| * | riff: Use the correct logging context | Luca Barbato | 2015-07-11 | 1 | -1/+1 |
* | | avformat: Add prefix to get_codec_guid() | Michael Niedermayer | 2015-02-27 | 1 | -1/+1 |
* | | wavdec: RIFX file format support | Thomas Volkert | 2014-12-18 | 1 | -1/+1 |
* | | Also print GUIDs as shown in the Windows registry to ease debugging. | Carl Eugen Hoyos | 2014-12-02 | 1 | -1/+4 |
* | | Merge commit 'd754ed41727b1fcbab335b510248a9758a73320c' | Michael Niedermayer | 2014-06-18 | 1 | -1/+1 |
|\| |
|
| * | riffenc: take an AVStream instead of an AVCodecContext | Anton Khirnov | 2014-06-18 | 1 | -1/+1 |
* | | ff_put_wav_header: add flag to force WAVEFORMATEX | Daniel Verkamp | 2014-04-30 | 1 | -1/+15 |
* | | avformat/riff: return error code from ff_get_guid() | Michael Niedermayer | 2014-02-12 | 1 | -1/+1 |
* | | Move GUID-related objects to riffenc.c and riff.c. | Carl Eugen Hoyos | 2014-01-29 | 1 | -0/+2 |
* | | riffenc: add option to ff_put_bmp_header to ignore extradata | Peter Ross | 2013-12-23 | 1 | -1/+1 |
* | | Merge commit '971cce7ebb48a58e72e4dc57b3008e2682bcf4e7' | Michael Niedermayer | 2013-08-06 | 1 | -1/+0 |
|\| |
|
| * | riff.h: Remove stray extern declaration for non-existing symbol | Diego Biurrun | 2013-08-05 | 1 | -1/+0 |
* | | Merge commit 'e544782623caf1eb4b2429e9c4f35d6b627accba' | Michael Niedermayer | 2013-04-22 | 1 | -22/+24 |
|\| |
|
| * | riff: Move guid structs and helper functions into riff | Peter Ross | 2013-04-21 | 1 | -0/+31 |
* | | dshow: Fix MSVC support, remove av_export, which was apparently unneeded anyway. | rogerdpack | 2013-02-15 | 1 | -1/+1 |
* | | dshow: attempt to build shared as well as static | rogerdpack | 2013-02-06 | 1 | -1/+1 |
* | | Merge commit 'bfe5454cd238b16e7977085f880205229103eccb' | Michael Niedermayer | 2012-11-29 | 1 | -2/+0 |
|\| |
|
| * | lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.h | Justin Ruggles | 2012-11-28 | 1 | -2/+0 |
* | | Merge commit '71e92414bfd79e56ea6fff174a665ff7b9b86e68' | Michael Niedermayer | 2012-10-17 | 1 | -1/+11 |
|\| |
|
| * | lavf: move RIFF INFO tag writing from avienc to riff | Victor Vasiliev | 2012-10-16 | 1 | -1/+11 |
* | | rename missed CodecID to AVCodecID | Michael Niedermayer | 2012-08-07 | 1 | -2/+2 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -3/+3 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -3/+3 |
* | | libavformat: ff_get_bmp_header: return esize too | Michael Niedermayer | 2012-05-31 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-28 | 1 | -0/+6 |
|\| |
|
| * | Generalize RIFF INFO tag support; support reading INFO tag in wav | Victor Vasiliev | 2011-11-26 | 1 | -0/+6 |
* | | Merge commit 'a3a0af4fb1237bed0af75868073f9a63db8b1864' | Michael Niedermayer | 2011-04-15 | 1 | -1/+1 |
|\| |
|
| * | handle malloc failures in ff_get_wav_header | Max Horn | 2011-04-14 | 1 | -1/+1 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -6/+6 |
* | | move PRI_GUID, ARG_GUID, AVCodecGuid, ff_codec_guid_get_id, MEDIASUBTYPE_BASE... | Peter Ross | 2011-04-07 | 1 | -0/+17 |
* | | move ff_asf_guid, ff_guidcmp and ff_get_guid into riff.h | Peter Ross | 2011-04-07 | 1 | -0/+9 |
* | | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -6/+6 |
|/ |
|
* | add ff_get_bmp_header | Peter Ross | 2010-12-26 | 1 | -0/+7 |
* | Move AVCodecTag from riff.h into internal.h. | Francesco Lavra | 2010-05-22 | 1 | -5/+1 |
* | Prefer enum CodecID over int in ff_codec_get_tag(). | Stefano Sabatini | 2010-05-22 | 1 | -1/+1 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0. | Carl Eugen Hoyos | 2009-10-16 | 1 | -1/+1 |
* | Add ff_ prefixes to exported symbols in libavformat/riff.h. | Daniel Verkamp | 2009-06-22 | 1 | -10/+10 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Fix two identical warnings when compiling riff.c and nuv.c with icc: | Carl Eugen Hoyos | 2008-12-22 | 1 | -1/+1 |