summaryrefslogtreecommitdiff
path: root/libavformat/riff.h
Commit message (Expand)AuthorAge
* handle malloc failures in ff_get_wav_headerMax Horn2011-04-14
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* add ff_get_bmp_headerPeter Ross2010-12-26
* Move AVCodecTag from riff.h into internal.h.Francesco Lavra2010-05-22
* Prefer enum CodecID over int in ff_codec_get_tag().Stefano Sabatini2010-05-22
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0.Carl Eugen Hoyos2009-10-16
* Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp2009-06-22
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Fix two identical warnings when compiling riff.c and nuv.c with icc:Carl Eugen Hoyos2008-12-22
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-03
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
* remove deprecated codec_get_{bmp,wav}_{id,tag}()Måns Rullgård2007-07-08
* include all prerequisites in header filesMåns Rullgård2007-06-16
* patch so that the deprecated items show up correctlyMark Cox2007-05-02
* add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer2007-01-21
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-10
* move common stuff from avienc.c and wav.c to new file riff.cMåns Rullgård2006-07-12