log libmpcodecs/vd_raw.c @ 37174:6c941fe7fc3e

age author description
Sun, 28 Mar 2010 00:08:28 +0000 reimar Fix crash with incomplete yuv2 frames.
Fri, 12 Feb 2010 16:29:34 +0000 diego Mark all ad_info_t/vd_info_t structure declarations as const.
Sat, 30 Jan 2010 16:57:40 +0000 diego Add missing license headers to all files in the libmpcodecs directory.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Fri, 30 Nov 2007 11:31:31 +0000 reimar Add support for Apple's yuv2 raw format
Mon, 14 May 2007 18:21:39 +0000 reimar Make vd_raw VDCTRL_QUERY_FORMAT simpler to understand
Sun, 31 Aug 2003 20:45:06 +0000 alex basic nv12 and nv21 support by Angelo Cano <angelo_cano@fastmail.fm>
Thu, 17 Oct 2002 21:32:35 +0000 arpi fixing palette export
Thu, 17 Oct 2002 00:27:27 +0000 arpi rgb1/rgb4 support
Fri, 30 Aug 2002 21:44:20 +0000 arpi -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and makes dlopen()'ing possible
Sun, 07 Jul 2002 16:25:36 +0000 alex yuv handling simplified (using new mpi fields)
Sat, 22 Jun 2002 12:12:42 +0000 arpi don't require sh->bih (should fix v4l)
Fri, 21 Jun 2002 16:37:37 +0000 alex yvu9 support
Wed, 29 May 2002 22:38:34 +0000 arpi - modify bih->biCompression instead of sh->format
Sat, 04 May 2002 05:46:36 +0000 rfelker better fix for i420/iyuv as suggested by arpi
Fri, 03 May 2002 19:45:43 +0000 rfelker fixed raw i420/iyuv to some extent, so that cb/cr channels are no
Mon, 29 Apr 2002 16:03:37 +0000 arpi 8bpp raw avi support
Sat, 23 Mar 2002 14:26:53 +0000 rik adding support for 12 bit planar YUV formats (for YUV4MPEG(2))
Sat, 16 Mar 2002 01:10:31 +0000 arpi handle error from mpcodecs_config_vo()
Thu, 07 Mar 2002 20:43:17 +0000 arpi common includes moved to private vd_internal.h
Thu, 07 Mar 2002 01:39:07 +0000 arpi xanim, raw, rle added