log fmt-conversion.c @ 37195:ac6c37d85d65 default tip

age author description
Tue, 15 Apr 2014 12:10:59 +0000 iive Update XvMC implementation to the changes in FFmpeg.
Sun, 15 Sep 2013 11:29:03 +0000 reimar Restore support for old-style VDPAU.
Sun, 11 Aug 2013 18:28:58 +0000 reimar Make VDPAU support work again with latest FFmpeg.
Mon, 13 May 2013 19:34:44 +0000 reimar Do not pass random unsupported data to encoder.
Wed, 01 May 2013 11:18:58 +0000 cehoyos Support playback of JPEG 2000 digital cinema files.
Tue, 05 Feb 2013 16:07:37 +0000 cehoyos Be less verbose on unkown FFmpeg pixel formats.
Mon, 21 Jan 2013 23:05:12 +0000 diego fmt-conversion: Fix PIX_FMT availability ifdefs to work as expected.
Sun, 20 Jan 2013 18:18:33 +0000 diego Replace PixelFormat and PIX_FMT_FOO by their AV_-prefixed counterparts.
Sun, 15 Jul 2012 20:27:13 +0000 cehoyos Add missing aequivalents for PIX_FMT_GRAY8A and PIX_FMT_GRAY16*.
Thu, 12 Jul 2012 19:55:53 +0000 cehoyos Support FFmpeg pix_fmts YUV4xxP12*, YUV4xxP14*, GBR12P* and GBR14P*.
Tue, 08 May 2012 10:56:22 +0000 cehoyos Improve Avid Meridien (AVUI) decoding with FFmpeg.
Tue, 07 Feb 2012 23:04:30 +0000 cehoyos Support displaying 64bit RGB via OpenGL.
Sun, 05 Feb 2012 21:20:51 +0000 cehoyos Support v408 and AYUV decoding via FFmpeg.
Tue, 24 Jan 2012 18:53:23 +0000 cehoyos Support 32-bit sunrast playback via FFmpeg.
Thu, 05 Jan 2012 20:32:10 +0000 reimar Add support for 422P9.
Wed, 04 Jan 2012 20:30:10 +0000 siretart fmt-conversion.c: add a remark about the usage of #ifdef directives
Tue, 03 Jan 2012 15:51:26 +0000 siretart Allow compilation with Libav
Tue, 29 Nov 2011 00:48:34 +0000 cehoyos Support RGB FFV1 videos without transparency.
Fri, 04 Nov 2011 15:22:51 +0000 diego fmt_conversion: surround PIX_FMT_GBR24P by #ifdefs to ensure availability
Sun, 30 Oct 2011 18:00:25 +0000 cehoyos Whitespace cosmetics: Align some IMGFMT-lists.
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.