aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/voc.h
Commit message (Expand)AuthorAgeFilesLines
* avformat/voc: add seeking supportMichael Niedermayer2015-01-111-0/+1
* Merge commit 'bfe5454cd238b16e7977085f880205229103eccb'Michael Niedermayer2012-11-291-1/+1
|\
| * lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.hJustin Ruggles2012-11-281-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-161-2/+2
|\|
| * libavformat: Add an ff_ prefix to some lavf internal symbolsMartin Storsjö2012-02-151-2/+2
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* Determine VOC block length when length field is zero, fixes issue1538.Peter Ross2009-11-241-1/+1
* avoid POSIX reserved _t suffixAurelien Jacobs2008-12-111-2/+2
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* voc: add ff_ prefix to some global const dataAurelien Jacobs2008-08-241-2/+2
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-171-3/+3
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+1
* add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer2007-01-211-1/+1
* move common voc muxer and demuxer data to voc.cAurelien Jacobs2006-11-211-0/+3
* split voc.c into vocdec.c and vocenc.cAurelien Jacobs2006-11-211-0/+14
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* add a Creative VOC (de)muxerAurelien Jacobs2006-02-091-0/+32