log libmpcodecs/mp_image.h @ 30363:915be5c7a30c

age author description
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.