]> git.sesse.net Git - ffmpeg/history - libavformat/voc.c
crypto: consistently use size_t as type for length parameters
[ffmpeg] / libavformat / voc.c
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-05-22 Francesco LavraMove AVCodecTag from riff.h into internal.h.
2009-10-16 Carl Eugen HoyosMake AVCodecTag.id enum CodecID and use CODEC_ID_NONE...
2008-08-24 Aurelien Jacobsvoc: add ff_ prefix to some global const data
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-01-21 Michael Niedermayeradd codec_id <-> codec_tag tables to AVIn/OutputFormat
2006-11-21 Aurelien Jacobsmove common voc muxer and demuxer data to voc.c
2006-11-21 Aurelien Jacobssplit voc.c into vocdec.c and vocenc.c
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-07-12 Måns Rullgårdmove common stuff from avienc.c and wav.c to new file...
2006-07-10 Måns Rullgårdallow individual selection of muxers and demuxers
2006-07-09 Måns Rullgårdgive AVInput/OutputFormat structs consistent names
2006-07-07 Aurelien Jacobssimplify the voc demuxer using av_get_bits_per_sample()
2006-02-16 Aurelien Jacobsadd Creative 8 bits ADPCM schemes support
2006-02-09 Aurelien Jacobsvoc: set bits_per_sample correctly (fix mplayer playback)
2006-02-09 Aurelien Jacobsadd a Creative VOC (de)muxer