summaryrefslogtreecommitdiffstats
path: root/libavformat/riff.h
Commit message (Expand)AuthorAgeFilesLines
* riff: Move guid structs and helper functions into riffPeter Ross2013-04-211-0/+31
* lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.hJustin Ruggles2012-11-281-2/+0
* lavf: move RIFF INFO tag writing from avienc to riffVictor Vasiliev2012-10-161-1/+11
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-3/+3
* Generalize RIFF INFO tag support; support reading INFO tag in wavVictor Vasiliev2011-11-261-0/+6
* handle malloc failures in ff_get_wav_headerMax Horn2011-04-141-1/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-6/+6
* add ff_get_bmp_headerPeter Ross2010-12-261-0/+7
* Move AVCodecTag from riff.h into internal.h.Francesco Lavra2010-05-221-5/+1
* Prefer enum CodecID over int in ff_codec_get_tag().Stefano Sabatini2010-05-221-1/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0.Carl Eugen Hoyos2009-10-161-1/+1
* Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp2009-06-221-10/+10
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Fix two identical warnings when compiling riff.c and nuv.c with icc:Carl Eugen Hoyos2008-12-221-1/+1
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-031-2/+2
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+1
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-171-3/+3
* remove deprecated codec_get_{bmp,wav}_{id,tag}()Måns Rullgård2007-07-081-16/+0
* include all prerequisites in header filesMåns Rullgård2007-06-161-0/+3
* patch so that the deprecated items show up correctlyMark Cox2007-05-021-4/+16
* add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer2007-01-211-13/+17
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-101-0/+19
* move common stuff from avienc.c and wav.c to new file riff.cMåns Rullgård2006-07-121-0/+30
OpenPOWER on IntegriCloud