History | View | Annotate | Download (8.94 KB)
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