]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/vocdec.c
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
[frescor/ffmpeg.git] / libavformat / vocdec.c
2008-06-03 diegoMake long_names in lavf/lavdev optional depending on...
2007-11-21 andomaUse dynamically allocated ByteIOContext in AVFormatContext
2007-07-19 takisReplace all occurrances of AVERROR_NOTSUPP with AVERROR...
2007-07-19 takisReplace all occurrances of AVERROR_IO with AVERROR...
2007-07-19 takisReplace all occurrances of AVERROR_NOMEM with AVERROR...
2007-07-05 diegolicense header consistency cosmetics
2007-06-23 aurelremove useless empty function
2007-06-23 aurelcosmetics: too much blank lines
2007-06-23 aureluse intreadwrite functions in vocdec
2007-04-08 michaelallocate 32 extra bytes at the end of the probe buffer...
2007-03-07 alexsimplification
2007-03-07 alextypo: unkown->unknown
2007-01-21 michaelget rid of the [4] limitation of codec tag lists
2007-01-21 michaelexport a few more codec_tag-codec_id tables
2006-11-21 aurelmove common voc muxer and demuxer data to voc.c
2006-11-21 aurelsplit voc.c into vocdec.c and vocenc.c