| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove offset_t typedef and use int64_t directly instead. | Diego Biurrun | 2008-10-03 | 1 | -2/+2 |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -1/+1 |
* | Add FFMPEG_ prefix to all multiple inclusion guards. | Diego Biurrun | 2007-10-17 | 1 | -3/+3 |
* | remove deprecated codec_get_{bmp,wav}_{id,tag}() | Måns Rullgård | 2007-07-08 | 1 | -16/+0 |
* | include all prerequisites in header files | Måns Rullgård | 2007-06-16 | 1 | -0/+3 |
* | patch so that the deprecated items show up correctly | Mark Cox | 2007-05-02 | 1 | -4/+16 |
* | add codec_id <-> codec_tag tables to AVIn/OutputFormat | Michael Niedermayer | 2007-01-21 | 1 | -13/+17 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | Add official LGPL license headers to the files that were missing them. | Diego Biurrun | 2006-09-10 | 1 | -0/+19 |
* | move common stuff from avienc.c and wav.c to new file riff.c | Måns Rullgård | 2006-07-12 | 1 | -0/+30 |