aboutsummaryrefslogtreecommitdiff
path: root/libavformat/voc.c
AgeCommit message (Expand)Author
2010-05-22Move AVCodecTag from riff.h into internal.h.Francesco Lavra
2009-10-16Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0.Carl Eugen Hoyos
2008-08-24voc: add ff_ prefix to some global const dataAurelien Jacobs
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-07-12move common stuff from avienc.c and wav.c to new file riff.cMåns Rullgård
2006-07-10allow individual selection of muxers and demuxersMåns Rullgård
2006-07-09give AVInput/OutputFormat structs consistent namesMåns Rullgård
2006-07-07simplify the voc demuxer using av_get_bits_per_sample()Aurelien Jacobs
2006-02-16add Creative 8 bits ADPCM schemes supportAurelien Jacobs
2006-02-09voc: set bits_per_sample correctly (fix mplayer playback)Aurelien Jacobs
2006-02-09add a Creative VOC (de)muxerAurelien Jacobs