History | View | Annotate | Download (9.86 KB)
Add initial support for 12-bit color mode.Patch by Janusz Krzysztofik jkrzyszt tis icnet plOriginal thread:Subject: [FFmpeg-devel] [PATCH v2] Add initial support for 12-bit color mode.Date: Mon, 1 Mar 2010 02:05:07 +0100
Originally committed as revision 22220 to svn://svn.ffmpeg.org/ffmpeg/trunk
H264 DXVA2 implementation
It allows VLD H264 decoding using DXVA2 (GPU assisted decoding API underVISTA and Windows 7). It is implemented by using AVHWAccel API. It has been tested successfullyfor some time in VLC using an nvidia card on Windows 7.
To compile it, you need to have the system header dxva2api.h (either from...
Use avconfig.h in pixfmt.h
Originally committed as revision 21322 to svn://svn.ffmpeg.org/ffmpeg/trunk
Make sure we do not export incorrect _NE pixformat descriptions by eitherincluding config.h if available or not defining them if it isn't.
Originally committed as revision 21262 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add VDPAU hardware accelerated decoding for MPEG-4 ASP which can be usedby video players.
Original patch by NVIDIA corporation.
Originally committed as revision 20502 to svn://svn.ffmpeg.org/ffmpeg/trunk
Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt().Patch by Lars Täuber <lars <dot> taeuber <at> gmx <dot> net>.
Originally committed as revision 19775 to svn://svn.ffmpeg.org/ffmpeg/trunk
Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN
Originally committed as revision 19508 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fix 10l typo (usage of PIX_FMT_NE()).Should fix FATE, i forgot to commit this.
Originally committed as revision 18656 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add 420,422 and 444 planar 16bit per component pix formats.
Originally committed as revision 18636 to svn://svn.ffmpeg.org/ffmpeg/trunk
Use PIX_FMT_NE() for defining the PIX_FMT_RGB32 variants macros.
Originally committed as revision 18174 to svn://svn.ffmpeg.org/ffmpeg/trunk
Make the PIX_FMT_NE() macro more generic.
Originally committed as revision 18173 to svn://svn.ffmpeg.org/ffmpeg/trunk
Make the pixel formats which were defined as macros:PIX_FMT_ARGBPIX_FMT_RGBAPIX_FMT_ABGRPIX_FMT_BGRA
defined as enum PixelFormat values, and viceversa make:PIX_FMT_RGB32PIX_FMT_RGB32_1PIX_FMT_BGR32PIX_FMT_BGR32_1
defined as macros, also resort accordingly the enum PixelFormat...
Change the RGB5X5/BGR5X5 pixel format defines so that we have littleendian and big endian variants instead of native-endian ones.
This patch breaks API/ABI backward-compatibility.
Originally committed as revision 18133 to svn://svn.ffmpeg.org/ffmpeg/trunk
Use PIX_FMT_NE() macro.
Originally committed as revision 18132 to svn://svn.ffmpeg.org/ffmpeg/trunk
Implement PIX_FMT_NE() macro.
Originally committed as revision 18131 to svn://svn.ffmpeg.org/ffmpeg/trunk
Remove code that was disabled by the recent major version bump.
Originally committed as revision 17990 to svn://svn.ffmpeg.org/ffmpeg/trunk
Update VA API pixfmts documentation: struct vaapi_render_stateshall now be copied to Picture.data3.
Originally committed as revision 17912 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add VA API pixel formats.Patch by Gwenole Beauchesne.
Originally committed as revision 17634 to svn://svn.ffmpeg.org/ffmpeg/trunk
Split avutil.h, move all the pixel format definitions to the newdedicated file pixfmt.h.
Originally committed as revision 17528 to svn://svn.ffmpeg.org/ffmpeg/trunk