summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-08-06Merge commit '971cce7ebb48a58e72e4dc57b3008e2682bcf4e7'Michael Niedermayer1-1/+0
2013-08-05riff.h: Remove stray extern declaration for non-existing symbolDiego Biurrun1-1/+0
2013-04-22Merge commit 'e544782623caf1eb4b2429e9c4f35d6b627accba'Michael Niedermayer2-44/+45
2013-04-21riff: Move guid structs and helper functions into riffPeter Ross5-65/+68
2013-02-14dshow: Fix MSVC support, remove av_export, which was apparently unneeded anyway.rogerdpack3-6/+4
2013-02-07dshow: attempt to build shared as well as staticrogerdpack2-1/+4
2012-11-29Merge commit 'bfe5454cd238b16e7977085f880205229103eccb'Michael Niedermayer23-93/+87
2012-11-28lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.hJustin Ruggles18-16/+9
2012-10-17Merge commit '71e92414bfd79e56ea6fff174a665ff7b9b86e68'Michael Niedermayer4-25/+51
2012-10-16lavf: move RIFF INFO tag writing from avienc to riffVictor Vasiliev3-24/+44
2012-08-07rename missed CodecID to AVCodecIDMichael Niedermayer10-13/+13
2012-08-07Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer672-4320/+4730
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov582-3512/+3512
2012-05-30libavformat: ff_get_bmp_header: return esize tooMichael Niedermayer4-5/+7
2011-11-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer20-121/+158
2011-11-27Generalize RIFF INFO tag support; support reading INFO tag in wavVictor Vasiliev8-73/+102
2011-04-15Merge commit 'a3a0af4fb1237bed0af75868073f9a63db8b1864'Michael Niedermayer18-19/+305
2011-04-14handle malloc failures in ff_get_wav_headerMax Horn9-10/+36
2011-04-07move PRI_GUID, ARG_GUID, AVCodecGuid, ff_codec_guid_get_id, MEDIASUBTYPE_BASE...Peter Ross3-50/+54
2011-04-07move ff_asf_guid, ff_guidcmp and ff_get_guid into riff.hPeter Ross4-15/+16
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov140-834/+838
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov140-834/+838
2010-12-26add ff_get_bmp_headerPeter Ross3-11/+25
2010-05-22Move AVCodecTag from riff.h into internal.h.Francesco Lavra12-10/+16
2010-05-22Prefer enum CodecID over int in ff_codec_get_tag().Stefano Sabatini2-2/+2
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun479-491/+478
2009-10-16Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0.Carl Eugen Hoyos9-11/+11
2009-06-22Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp28-136/+136
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun380-380/+380
2008-12-22Fix two identical warnings when compiling riff.c and nuv.c with icc:Carl Eugen Hoyos2-3/+3
2008-10-03Remove offset_t typedef and use int64_t directly instead.Diego Biurrun36-208/+204
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini238-713/+713
2008-05-09Use full path for #includes from another directory.Diego Biurrun192-319/+351
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun175-529/+528
2007-07-08remove deprecated codec_get_{bmp,wav}_{id,tag}()Måns Rullgård2-36/+0
2007-06-16include all prerequisites in header filesMåns Rullgård72-0/+180
2007-05-02patch so that the deprecated items show up correctlyMark Cox5-9/+66
2007-01-21add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer19-53/+95
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun422-1751/+2588
2006-09-10Add official LGPL license headers to the files that were missing them.Diego Biurrun67-6/+1219
2006-07-12move common stuff from avienc.c and wav.c to new file riff.cMåns Rullgård23-498/+528