log riff.c @ 4205:41878938d030 libavformat

age author description
Tue, 13 Jan 2009 17:10:10 +0000 compn add SLMJ fourcc to mjpeg libavformat
Thu, 08 Jan 2009 18:00:51 +0000 compn cosmetics: CJPG is from Creative Webcam libavformat
Thu, 08 Jan 2009 17:51:03 +0000 compn fourcc CJPG is sequential jpeg libavformat
Wed, 24 Dec 2008 02:20:07 +0000 compn add amr in avi riff tags libavformat
Mon, 22 Dec 2008 22:12:44 +0000 cehoyos Fix two identical warnings when compiling riff.c and nuv.c with icc: libavformat
Tue, 16 Dec 2008 05:22:53 +0000 compn add MPNG fourcc libavformat
Tue, 16 Dec 2008 05:20:11 +0000 compn two more mpeg4 fourccs and one msmpeg4v3 from uncommon codec list libavformat
Tue, 16 Dec 2008 03:49:26 +0000 compn QIVG fourcc, fixes http://rodweb.dip.jp/partner/check.avi libavformat
Tue, 16 Dec 2008 03:42:10 +0000 compn add rpza avi fourcc libavformat
Fri, 12 Dec 2008 15:34:55 +0000 compn add another mpeg4 avi fourcc from uncommon codecs list libavformat
Thu, 11 Dec 2008 07:49:05 +0000 melanson add 'ACDV' FourCC (which is just complete JPEG files in individual AVI libavformat
Mon, 08 Dec 2008 20:09:15 +0000 compn add mpeg2 fourcc and aac format tag from asf libavformat
Fri, 05 Dec 2008 14:59:41 +0000 compn add VX1K h263 and DMK2 mpeg4 avi fourccs libavformat
Wed, 03 Dec 2008 21:44:29 +0000 compn add fourccs from avi files libavformat
Wed, 03 Dec 2008 16:49:58 +0000 michael add GEOX fourcc for mpeg4 libavformat
Wed, 03 Dec 2008 13:53:13 +0000 compn add FFDS fourcc, ok'd by kostya libavformat
Wed, 05 Nov 2008 09:22:13 +0000 pross Decode audio channel layout from RIFF/WAV file format. libavformat
Fri, 03 Oct 2008 10:16:29 +0000 diego Remove offset_t typedef and use int64_t directly instead. libavformat
Fri, 26 Sep 2008 10:59:42 +0000 banan Add support for Acelp.net fourcc and codecid, remuxing wav to avi should work libavformat
Thu, 18 Sep 2008 05:25:29 +0000 kostya Add fourcc for MS RLE4 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, 07 Sep 2008 04:17:15 +0000 bcoudurier set default bps to 16 in wav header libavformat
Fri, 05 Sep 2008 02:20:33 +0000 bcoudurier simplify bps code by using av_get_bits_per_sample libavformat
Thu, 04 Sep 2008 23:19:53 +0000 bcoudurier Fix msgsm in wav, do not set blkalign to frame size, this is wrong, libavformat
Tue, 19 Aug 2008 10:54:30 +0000 pross Make RIFF-based demuxers handle F32LE and F64LE PCM audio. libavformat
Sun, 10 Aug 2008 15:34:29 +0000 banan FOURCC addition: added 3IV2, another mpeg4 id. incoming/video_3iv2/video_3iv2.avi libavformat
Tue, 05 Aug 2008 10:38:25 +0000 pross Support muxing of Zork PCM audio into RIFF formats. libavformat
Thu, 10 Jul 2008 11:41:06 +0000 benoit Add entry for Dirac codec. libavformat
Mon, 26 May 2008 00:05:30 +0000 michael Make ac3 in avi work better. libavformat
Fri, 09 May 2008 11:56:36 +0000 diego Use full path for #includes from another directory. libavformat