log libmpcodecs/mp_image.h @ 37195:ac6c37d85d65 default tip

age author description
Wed, 05 Sep 2012 17:02:41 +0000 reimar Update description of MP_IMGFLAG_READABLE.
Wed, 26 Oct 2011 15:12:35 +0000 diego Add missing mp_msg.h #includes, remove some unnecessary ones.
Fri, 14 Jan 2011 22:10:21 +0000 cehoyos Convert some tabs to whitespace to allow using MPlayer filter sourcecode in FFmpeg.
Mon, 30 Aug 2010 23:24:56 +0000 cehoyos Improve correct-pts with PAFF streams.
Thu, 27 May 2010 10:08:30 +0000 diego cosmetics: Drop pointless _s suffix from 'struct mp_image'.
Thu, 15 Apr 2010 05:39:36 +0000 reimar Move functions that really do not need to be inlined from the header
Fri, 26 Feb 2010 15:01:37 +0000 diego Do not cast the results of malloc/calloc/realloc.
Sat, 30 Jan 2010 16:57:40 +0000 diego Add missing license headers to all files in the libmpcodecs directory.
Thu, 31 Dec 2009 23:45:07 +0000 reimar Add support for YUV format with alpha and fix the codecs.conf entry for vp6a
Thu, 31 Dec 2009 22:53:25 +0000 reimar Add support for 16-bit per component YUV formats.
Wed, 30 Dec 2009 12:03:17 +0000 reimar Add support for 440p colorspace.
Wed, 30 Dec 2009 11:08:44 +0000 reimar Add a helper function to get the chroma scale shift and use to simplify mpi setup.
Sat, 26 Dec 2009 11:51:19 +0000 reimar Support mp_image with allocated palette.
Wed, 18 Mar 2009 17:02:29 +0000 cehoyos Allow to use vdpau temporal deinterlacers with hardware accelerated decoding.
Sat, 14 Feb 2009 11:43:14 +0000 diego Replace fprintf call by mp_msg, fixes the warning:
Sat, 14 Feb 2009 08:37:29 +0000 reimar Cosmetics: handle all special/compressed formats in a single if in mp_image_setfmt
Sat, 14 Feb 2009 08:29:45 +0000 reimar Add support for image formats and codecs used by VDPAU
Sat, 14 Feb 2009 08:22:49 +0000 reimar Add MP_IMGTYPE_NUMBERED which gives access to the kind of mp_image_t that
Thu, 06 Mar 2008 08:34:50 +0000 diego Add necessary header #includes to fix 'make checkheaders'.
Fri, 22 Feb 2008 09:09:46 +0000 diego Add MPLAYER_ prefix to multiple inclusion guards.
Mon, 31 Dec 2007 16:15:50 +0000 diego Add explanatory comments to the #endif part of multiple inclusion guards.
Sat, 04 Aug 2007 22:12:49 +0000 cehoyos Move alloc_mpi and copy_mpi from libmenu/vf_menu.c to libmpcodecs/mp_image.c.
Mon, 02 Jul 2007 22:34:45 +0000 diego Do not use leading underscores in multiple inclusion guards, they are reserved.
Mon, 27 Mar 2006 07:49:14 +0000 diego Change some printf calls to fprintf.
Thu, 24 Feb 2005 16:52:18 +0000 rfelker stride must be signed! otherwise negative stride is broken on 64bit systems
Mon, 22 Dec 2003 17:26:19 +0000 michael set top_field first for lavc decoding and add MP_IMGFIELD_INTERLACED
Tue, 04 Nov 2003 19:58:37 +0000 rik addition of special image formats for Zoran MJPEG, and vd_zrmjpeg.c
Sun, 31 Aug 2003 20:45:06 +0000 alex basic nv12 and nv21 support by Angelo Cano <angelo_cano@fastmail.fm>
Mon, 18 Aug 2003 14:49:06 +0000 rfelker clean up field flags:
Sun, 03 Aug 2003 12:09:58 +0000 ranma Add mpeg2_flags to mp_image_t, copy flags in vd_libmpeg2.c,
Sat, 21 Jun 2003 01:47:26 +0000 iive basic xvmc image support
Fri, 18 Apr 2003 13:18:59 +0000 michael passing qscale_type around so the pp code can fix the mpeg2 <<1 thing
Thu, 30 Jan 2003 09:15:09 +0000 michael fixing rgb4 & bgr4 (2 pixels per byte)
Wed, 30 Oct 2002 20:50:33 +0000 michael change qscale type to int8 and fix qscale ordering
Tue, 29 Oct 2002 11:26:26 +0000 michael passing picture_type (might be usefull for postprocessing)
Mon, 05 Aug 2002 01:06:25 +0000 arpi warning fix
Fri, 02 Aug 2002 22:55:54 +0000 arpi - some reorder/cleanup of mp_image flags
Thu, 01 Aug 2002 12:39:08 +0000 michael planar yuv 444 422 411 support
Sat, 20 Jul 2002 16:26:49 +0000 arpi added 'priv' field to mpi - requires for tracking frames with different
Thu, 11 Jul 2002 19:08:23 +0000 alex better support for rgb/bgr formats
Thu, 27 Jun 2002 17:35:37 +0000 michael {RGB,BGR}{1,4}
Sun, 23 Jun 2002 21:08:31 +0000 alex better planar support, chroma subsampling support and Y8/Y800 support
Sun, 23 Jun 2002 20:42:19 +0000 alex better planar support, chroma subsampling support and Y8/Y800 support
Sun, 23 Jun 2002 15:15:31 +0000 alex yvu9 and if09 support
Fri, 21 Jun 2002 16:01:18 +0000 alex added yvu9
Sat, 20 Apr 2002 22:24:19 +0000 arpi filters uninit
Sat, 13 Apr 2002 19:17:34 +0000 arpi mp_image moved to libmpcodecs base mp_image.h@c0ff9840c84e