log fmt-conversion.c @ 34189:4b5f57ccfff1

age author description
Sat, 29 Oct 2011 16:51:26 +0000 cehoyos Support YUV 4:4:4 9-bit output.
Sun, 23 Oct 2011 20:40:31 +0000 cehoyos Support planar GBR24 decoding.
Wed, 21 Sep 2011 01:32:43 +0000 cehoyos Add 444P10 support.
Thu, 16 Jun 2011 09:27:31 +0000 diego Add some missing libavutil #includes.
Tue, 10 May 2011 08:42:52 +0000 cehoyos Support displaying of 9- and 10-bit pixel formats,
Wed, 02 Mar 2011 07:41:47 +0000 reimar Fix copy-and-paste error: Should be AV_SAMPLE_FMT_NONE instead of PIX_FMT_NONE.
Tue, 01 Mar 2011 21:44:15 +0000 reimar Add conversion functions to and from AVSampleFormat.
Thu, 06 May 2010 10:18:25 +0000 cehoyos Add support for 12-bit color mode on framebuffer devices.
Sun, 17 Jan 2010 14:54:38 +0000 reimar Add big- and little-endian variants of the 15 and 16 bit RGB/BGR formats.
Sun, 17 Jan 2010 14:40:44 +0000 reimar More format support in fmt-conversion.c: split RGB32 and BGR32
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.
Tue, 10 Nov 2009 19:11:13 +0000 cehoyos Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
Tue, 11 Aug 2009 17:52:01 +0000 cehoyos Map IMGFMT_RGB48xE to PIX_FMT_RGB48xE.
Tue, 31 Mar 2009 22:00:00 +0000 reimar 100l, add forgotten BGR15 format to fmt-conversion.c table
Thu, 19 Feb 2009 12:19:55 +0000 reimar Re-add accidentally discarded comment about YUVJ format.
Sat, 14 Feb 2009 17:57:47 +0000 reimar Create a fmt-conversion.c file so fmt-conversion.h can be included by multiple files.