log vocenc.c @ 6431:b36b683626e6 libavformat

age author description
Sat, 22 May 2010 16:01:32 +0000 cehoyos Move AVCodecTag from riff.h into internal.h. libavformat
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavformat
Thu, 11 Dec 2008 22:34:14 +0000 aurel avoid POSIX reserved _t suffix libavformat
Mon, 08 Sep 2008 14:24:59 +0000 michael Bump Major version, this commit is almost just renaming bits_per_sample to libavformat
Sun, 24 Aug 2008 16:51:50 +0000 reimar Change codec_tag type from const struct AVCodecTag ** to const struct AVCodecTag * const * libavformat
Sun, 24 Aug 2008 14:12:03 +0000 aurel voc: add ff_ prefix to some global const data libavformat
Tue, 03 Jun 2008 16:20:54 +0000 diego Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. libavformat
Wed, 21 Nov 2007 07:41:00 +0000 andoma Use dynamically allocated ByteIOContext in AVFormatContext libavformat
Mon, 13 Aug 2007 22:55:44 +0000 ramiro Use AVERROR_PATCHWELCOME instead of AVERROR(ENOTSUP) libavformat
Fri, 20 Jul 2007 08:05:27 +0000 takis Replace ENOSYS by ENOTSUP as in this case the problem is not really a function libavformat
Thu, 19 Jul 2007 15:38:33 +0000 takis Replace all occurrences of AVERROR_NOTSUPP with AVERROR(ENOSYS). libavformat
Thu, 05 Jul 2007 10:40:25 +0000 diego license header consistency cosmetics libavformat
Sun, 21 Jan 2007 22:41:37 +0000 aurel remove now useless codec_tag setting code in voc muxer libavformat
Sun, 21 Jan 2007 12:08:31 +0000 michael get rid of the [4] limitation of codec tag lists libavformat
Sun, 21 Jan 2007 02:12:34 +0000 michael export a few more codec_tag-codec_id tables libavformat
Tue, 21 Nov 2006 13:18:21 +0000 aurel move common voc muxer and demuxer data to voc.c libavformat
Tue, 21 Nov 2006 13:08:04 +0000 aurel split voc.c into vocdec.c and vocenc.c libavformat base voc.c@5f59ed0a6c62