log isom.c @ 6491:b7f807b4cd88 libavformat tip

age author description
Mon, 13 Sep 2010 22:08:51 +0000 cehoyos Add R10k decoder. libavformat
Tue, 15 Jun 2010 09:14:00 +0000 bcoudurier Support gray16be and rgb48be in mov libavformat
Fri, 04 Jun 2010 23:31:46 +0000 bcoudurier More mov rawvideo fourcc libavformat
Sat, 22 May 2010 16:01:32 +0000 cehoyos Move AVCodecTag from riff.h into internal.h. libavformat
Sat, 30 Jan 2010 22:05:26 +0000 reimar Store strings directly in mov_mdhd_language_map instead of using pointers, libavformat
Sat, 30 Jan 2010 21:54:06 +0000 reimar Always consider the mov language code as 4 bytes fixed size and change the libavformat
Sat, 30 Jan 2010 21:50:47 +0000 reimar Simplify conversion to 5-bit ASCII. libavformat
Fri, 15 Jan 2010 11:03:40 +0000 cehoyos Support decoding of Avid uncompressed mov files, fixes issue 1685. libavformat
Fri, 15 Jan 2010 10:55:31 +0000 cehoyos Support decoding Avid 1:1x codec, (partially) fixes issue1684. libavformat
Thu, 17 Dec 2009 18:56:56 +0000 reimar Add decoder for R210 (uncompressed 10-bit RGB) codec. libavformat
Sun, 29 Nov 2009 02:27:08 +0000 bcoudurier support pcm_f32/64le in mov libavformat
Sun, 22 Nov 2009 18:13:22 +0000 jbr Add MP4 object type for ALS. libavformat
Tue, 03 Nov 2009 16:17:21 +0000 compn add yuvs fourcc to raw.c and isom.c, fixes samples/mov/yuvs.mov libavformat
Fri, 16 Oct 2009 14:46:06 +0000 cehoyos Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0. libavformat