summaryrefslogtreecommitdiff
path: root/libavformat/voc.c
Commit message (Expand)AuthorAge
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Move AVCodecTag from riff.h into internal.h.Francesco Lavra2010-05-22
* Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0.Carl Eugen Hoyos2009-10-16
* voc: add ff_ prefix to some global const dataAurelien Jacobs2008-08-24
* license header consistency cosmeticsDiego Biurrun2007-07-05
* add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer2007-01-21
* move common voc muxer and demuxer data to voc.cAurelien Jacobs2006-11-21
* split voc.c into vocdec.c and vocenc.cAurelien Jacobs2006-11-21
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* move common stuff from avienc.c and wav.c to new file riff.cMåns Rullgård2006-07-12
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-10
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
* simplify the voc demuxer using av_get_bits_per_sample()Aurelien Jacobs2006-07-07
* add Creative 8 bits ADPCM schemes supportAurelien Jacobs2006-02-16
* voc: set bits_per_sample correctly (fix mplayer playback)Aurelien Jacobs2006-02-09
* add a Creative VOC (de)muxerAurelien Jacobs2006-02-09