aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/voc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-9/+9
|\
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-9/+9
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* Move AVCodecTag from riff.h into internal.h.Francesco Lavra2010-05-221-0/+1
* Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0.Carl Eugen Hoyos2009-10-161-1/+1
* voc: add ff_ prefix to some global const dataAurelien Jacobs2008-08-241-2/+2
* 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/+36
* split voc.c into vocdec.c and vocenc.cAurelien Jacobs2006-11-211-274/+0
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* move common stuff from avienc.c and wav.c to new file riff.cMåns Rullgård2006-07-121-1/+1
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-101-14/+2
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-091-4/+4
* simplify the voc demuxer using av_get_bits_per_sample()Aurelien Jacobs2006-07-071-13/+1
* add Creative 8 bits ADPCM schemes supportAurelien Jacobs2006-02-161-0/+3
* voc: set bits_per_sample correctly (fix mplayer playback)Aurelien Jacobs2006-02-091-0/+13
* add a Creative VOC (de)muxerAurelien Jacobs2006-02-091-0/+280