summaryrefslogtreecommitdiff
path: root/libavutil/pixfmt.h
Commit message (Collapse)AuthorAge
* Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård2009-07-26
| | | | Originally committed as revision 19508 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix 10l typo (usage of PIX_FMT_NE()).Michael Niedermayer2009-04-22
| | | | | | 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.Michael Niedermayer2009-04-21
| | | | Originally committed as revision 18636 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use PIX_FMT_NE() for defining the PIX_FMT_RGB32 variants macros.Stefano Sabatini2009-03-23
| | | | Originally committed as revision 18174 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make the PIX_FMT_NE() macro more generic.Stefano Sabatini2009-03-23
| | | | Originally committed as revision 18173 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make the pixel formats which were defined as macros:Stefano Sabatini2009-03-22
| | | | | | | | | | | | | | | | | | | | | | PIX_FMT_ARGB PIX_FMT_RGBA PIX_FMT_ABGR PIX_FMT_BGRA defined as enum PixelFormat values, and viceversa make: PIX_FMT_RGB32 PIX_FMT_RGB32_1 PIX_FMT_BGR32 PIX_FMT_BGR32_1 defined as macros, also resort accordingly the enum PixelFormat list. Also make avcodec_get_pix_fmt() recognize the "rgb32" and "bgr32" aliases, in order to make ffmpeg pass regressions test. This change breaks ABI backward compatibility. Originally committed as revision 18163 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change the RGB5X5/BGR5X5 pixel format defines so that we have littleStefano Sabatini2009-03-21
| | | | | | | | endian 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.Stefano Sabatini2009-03-21
| | | | Originally committed as revision 18132 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement PIX_FMT_NE() macro.Stefano Sabatini2009-03-21
| | | | Originally committed as revision 18131 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove code that was disabled by the recent major version bump.Diego Biurrun2009-03-15
| | | | Originally committed as revision 17990 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update VA API pixfmts documentation: struct vaapi_render_stateGwenole Beauchesne2009-03-09
| | | | | | shall now be copied to Picture.data[3]. Originally committed as revision 17912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add VA API pixel formats.Gwenole Beauchesne2009-02-27
| | | | | | 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 newStefano Sabatini2009-02-22
dedicated file pixfmt.h. Originally committed as revision 17528 to svn://svn.ffmpeg.org/ffmpeg/trunk