summaryrefslogtreecommitdiff
path: root/libavformat/voc.c
Commit message (Expand)AuthorAge
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* avformat/Makefile: Remove unnecessary dependencies on vocdecAndreas Rheinhardt2021-02-23
* avformat/voc: Deduplicate codec tags listAndreas Rheinhardt2021-02-23
* Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\
| * 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