aboutsummaryrefslogtreecommitdiff
path: root/libavformat/voc.h
AgeCommit message (Expand)Author
2015-01-11avformat/voc: add seeking supportMichael Niedermayer
2012-11-29Merge commit 'bfe5454cd238b16e7977085f880205229103eccb'Michael Niedermayer
2012-11-28lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.hJustin Ruggles
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-15libavformat: Add an ff_ prefix to some lavf internal symbolsMartin Storsjö
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2009-11-24Determine VOC block length when length field is zero, fixes issue1538.Peter Ross
2008-12-11avoid POSIX reserved _t suffixAurelien Jacobs
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-08-24voc: add ff_ prefix to some global const dataAurelien Jacobs
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-01-21add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer
2006-11-21move common voc muxer and demuxer data to voc.cAurelien Jacobs
2006-11-21split voc.c into vocdec.c and vocenc.cAurelien Jacobs
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-02-09add a Creative VOC (de)muxerAurelien Jacobs