summaryrefslogtreecommitdiff
path: root/libavformat/riff.h
Commit message (Expand)AuthorAge
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* riff: Use the correct logging contextLuca Barbato2015-07-11
* riffenc: take an AVStream instead of an AVCodecContextAnton Khirnov2014-06-18
* riff.h: Remove stray extern declaration for non-existing symbolDiego Biurrun2013-08-05
* riff: Move guid structs and helper functions into riffPeter Ross2013-04-21
* lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.hJustin Ruggles2012-11-28
* lavf: move RIFF INFO tag writing from avienc to riffVictor Vasiliev2012-10-16
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* Generalize RIFF INFO tag support; support reading INFO tag in wavVictor Vasiliev2011-11-26
* 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