index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
voc.c
Age
Commit message (
Expand
)
Author
2012-08-07
Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'
Michael Niedermayer
2012-08-07
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2010-05-22
Move AVCodecTag from riff.h into internal.h.
Francesco Lavra
2009-10-16
Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0.
Carl Eugen Hoyos
2008-08-24
voc: add ff_ prefix to some global const data
Aurelien Jacobs
2007-07-05
license header consistency cosmetics
Diego Biurrun
2007-01-21
add codec_id <-> codec_tag tables to AVIn/OutputFormat
Michael Niedermayer
2006-11-21
move common voc muxer and demuxer data to voc.c
Aurelien Jacobs
2006-11-21
split voc.c into vocdec.c and vocenc.c
Aurelien Jacobs
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-07-12
move common stuff from avienc.c and wav.c to new file riff.c
Måns Rullgård
2006-07-10
allow individual selection of muxers and demuxers
Måns Rullgård
2006-07-09
give AVInput/OutputFormat structs consistent names
Måns Rullgård
2006-07-07
simplify the voc demuxer using av_get_bits_per_sample()
Aurelien Jacobs
2006-02-16
add Creative 8 bits ADPCM schemes support
Aurelien Jacobs
2006-02-09
voc: set bits_per_sample correctly (fix mplayer playback)
Aurelien Jacobs
2006-02-09
add a Creative VOC (de)muxer
Aurelien Jacobs