log vocdec.c @ 3491:31aa7b51c13b libavformat

age author description
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
Thu, 19 Jul 2007 15:38:33 +0000 takis Replace all occurrences of AVERROR_NOTSUPP with AVERROR(ENOSYS). libavformat
Thu, 19 Jul 2007 15:23:32 +0000 takis Replace all occurrences of AVERROR_IO with AVERROR(EIO). libavformat
Thu, 19 Jul 2007 15:21:30 +0000 takis Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM). libavformat
Thu, 05 Jul 2007 10:40:25 +0000 diego license header consistency cosmetics libavformat
Sat, 23 Jun 2007 12:47:02 +0000 aurel remove useless empty function libavformat
Sat, 23 Jun 2007 12:42:45 +0000 aurel cosmetics: too much blank lines libavformat
Sat, 23 Jun 2007 12:30:40 +0000 aurel use intreadwrite functions in vocdec libavformat
Sun, 08 Apr 2007 11:34:15 +0000 michael allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks libavformat
Wed, 07 Mar 2007 00:29:51 +0000 alex simplification libavformat
Wed, 07 Mar 2007 00:27:23 +0000 alex typo: unkown->unknown 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