log rawdec.c @ 12514:e6d711ba5760 libavcodec

age author description
Sat, 25 Sep 2010 08:44:35 +0000 reimar rawdec: ensure that there is always a valid palette for formats that libavcodec
Thu, 23 Sep 2010 20:23:15 +0000 reimar rawdec: only allocate a full-frame size buffer if it actually will libavcodec
Thu, 10 Jun 2010 08:39:05 +0000 thardin avcodec.h: Clarify AVCodecContext::pix_fmt documentation since its value may be set by the demuxer libavcodec
Sun, 06 Jun 2010 11:00:30 +0000 michael fix rgb444 support in avi. libavcodec
Fri, 21 May 2010 23:19:50 +0000 stefano Rename pixelFormatBpsAVI to pix_fmt_bps_avi and pixelFormatBpsMOV to libavcodec
Fri, 21 May 2010 23:19:45 +0000 stefano Rename findPixelFormat() to find_pix_fmt(). libavcodec
Thu, 20 May 2010 23:09:11 +0000 stefano Rename ff_raw_pixelFormatTags symbol to ff_raw_pix_fmt_tags. libavcodec
Fri, 30 Apr 2010 22:09:42 +0000 michael avi bgr24 padding fix. libavcodec
Tue, 20 Apr 2010 14:45:34 +0000 diego Remove explicit filename from Doxygen @file commands. libavcodec
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavcodec
Tue, 02 Feb 2010 22:57:56 +0000 cehoyos Fix r21223: AVup samples (issue 1685) need a buf offset like AV1x (issue 1684). libavcodec
Sat, 16 Jan 2010 10:46:45 +0000 cehoyos Correctly decode some Avid AV1x samples, fixes issue 1684. libavcodec
Fri, 15 Jan 2010 00:45:47 +0000 cehoyos Do not assign codec_tag to pix_fmt in rawdec.c, but in raw.c libavcodec
Tue, 12 Jan 2010 00:29:26 +0000 cehoyos Support uncompressed ("Resolution 1:1") Avid AVI Codec, (partially) fixes issue 1474. libavcodec
Tue, 05 Jan 2010 01:14:38 +0000 cehoyos Cosmetics: Fix indentation and comment after r21027. libavcodec
Tue, 05 Jan 2010 01:11:45 +0000 cehoyos Support decoding raw 2bpp in mov, fixes issue 1528. libavcodec
Tue, 05 Jan 2010 00:41:29 +0000 cehoyos Improve readability of 4bpp raw decoder and prepare for supporting 2bpp. libavcodec
Thu, 31 Dec 2009 01:08:10 +0000 cehoyos Fix colourspace for 16 bit raw video in mov, fixes issue 1527 on big-endian. libavcodec
Wed, 30 Dec 2009 22:58:49 +0000 cehoyos Support raw black&white in mov, fixes issue 1654. libavcodec
Tue, 29 Dec 2009 11:53:51 +0000 cehoyos Use correct pixfmt for 32 bit raw in mov also on big-endian, fixes issue 1630. libavcodec
Tue, 13 Oct 2009 08:23:00 +0000 reimar Simplify: use FFSWAP libavcodec
Fri, 12 Jun 2009 17:39:56 +0000 darkshikari Add new FOURCC (0x0003) for raw DIB video, set flip flag accordingly. libavcodec
Tue, 26 May 2009 03:51:00 +0000 michael Support YVU9 AVI 4cc. libavcodec
Sun, 10 May 2009 00:53:02 +0000 bcoudurier update comment for rgb 16 bit in .mov libavcodec
Tue, 07 Apr 2009 15:59:50 +0000 rbultje Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an libavcodec
Thu, 02 Apr 2009 12:15:04 +0000 cehoyos Map MOV fourcc YUV2 correctly to PIX_FMT_YUYV422. libavcodec
Sat, 21 Feb 2009 17:17:09 +0000 michael indent libavcodec
Sat, 21 Feb 2009 15:32:56 +0000 michael Fix raw rgb/bgr vertical flip in avi based on info from http://www.fourcc.org/fccbihgt.php. libavcodec
Sun, 01 Feb 2009 02:00:19 +0000 diego Use full internal pathname in doxygen @file directives. libavcodec
Mon, 19 Jan 2009 15:46:40 +0000 diego cosmetics: Remove pointless period after copyright statement non-sentences. libavcodec
Mon, 13 Oct 2008 07:42:11 +0000 cehoyos Fix some icc warnings by using enum PixelFormat instead of int where appropriate. libavcodec
Mon, 08 Sep 2008 14:24:59 +0000 michael Bump Major version, this commit is almost just renaming bits_per_sample to libavcodec
Thu, 12 Jun 2008 21:50:13 +0000 stefano Make AVCodec long_names definition conditional depending on CONFIG_SMALL. libavcodec
Sun, 27 Apr 2008 22:39:51 +0000 diego Add long names to AVCodec declarations. libavcodec
Fri, 21 Mar 2008 03:11:20 +0000 zuxy Apply 'cold' attribute to init/uninit functions in libavcodec libavcodec
Thu, 28 Feb 2008 16:11:56 +0000 bcoudurier 1000l parenthesis libavcodec
Thu, 28 Feb 2008 16:08:52 +0000 bcoudurier code is ok for 4bpp in mov too, fix 16grey.mov libavcodec
Fri, 01 Feb 2008 14:03:56 +0000 michael const libavcodec
Sun, 29 Jul 2007 13:32:53 +0000 michael support raw 4bpp avi libavcodec
Mon, 09 Jul 2007 16:26:11 +0000 aurel split rawvideo encoder and decoder in their own files libavcodec