]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/vocdec.c
align and update doxygen
[frescor/ffmpeg.git] / libavformat / vocdec.c
2009-01-11 diegoFix build: Add intreadwrite.h and bswap.h #includes...
2008-12-11 aurelavoid POSIX reserved _t suffix
2008-09-08 michaelBump Major version, this commit is almost just renaming...
2008-08-24 reimarChange codec_tag type from const struct AVCodecTag...
2008-08-24 aurelvoc: add ff_ prefix to some global const data
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