summaryrefslogtreecommitdiff
path: root/libavformat/riff.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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