]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/vocenc.c
Added cancelation of contracts
[frescor/ffmpeg.git] / libavformat / vocenc.c
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-08-13 ramiroUse AVERROR_PATCHWELCOME instead of AVERROR(ENOTSUP)
2007-07-20 takisReplace ENOSYS by ENOTSUP as in this case the problem...
2007-07-19 takisReplace all occurrances of AVERROR_NOTSUPP with AVERROR...
2007-07-05 diegolicense header consistency cosmetics
2007-01-21 aurelremove now useless codec_tag setting code in voc muxer
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