summaryrefslogtreecommitdiff
path: root/libavformat/voc.c
Commit message (Expand)AuthorAgeFilesLines
* 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