summaryrefslogtreecommitdiff
path: root/libavcodec/pixdesc.c
Commit message (Collapse)AuthorAge
* Implement av_get_bits_per_pixel().Stefano Sabatini2009-04-27
| | | | Originally committed as revision 18709 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add pixdescs definitions for planar YUV pixfmts with 16 bits perStefano Sabatini2009-04-25
| | | | | | component. Originally committed as revision 18690 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing pixel format descriptor definitions.Stefano Sabatini2009-04-25
| | | | Originally committed as revision 18682 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: reorder the pixel format descriptors to make them match theStefano Sabatini2009-03-31
| | | | | | same order in pixfmt.h. Originally committed as revision 18281 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change the order of the components for RGB565LE and RGB565BE,Stefano Sabatini2009-03-31
| | | | | | to make them resemble the order in the name: BGR <-> RGB. Originally committed as revision 18279 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add comments specifying the name of the components in the descriptors.Stefano Sabatini2009-03-31
| | | | Originally committed as revision 18278 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Export to pixdesc.h the av_pix_fmt_descriptors array.Stefano Sabatini2009-03-22
| | | | Originally committed as revision 18152 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
* Implement a name field for AVPixFmtDescriptor.Stefano Sabatini2009-03-18
| | | | Originally committed as revision 18035 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename the (yet not defined) macros:Stefano Sabatini2009-03-15
| | | | | | | | PIX_FMT_RGB565_BE -> PIX_FMT_RGB565BE PIX_FMT_RGB565_LE -> PIX_FMT_RGB565LE for consistency with the other pixfmts macros. Originally committed as revision 17977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/wording/grammar cosmeticsDiego Biurrun2009-02-25
| | | | Originally committed as revision 17588 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Pixel Format descriptor, try #1.Michael Niedermayer2009-02-24
(yes its intentionally unused, this is intended as a basis for further work, and to prevent repeation of the whole discussion dying and the results being forgotten) Originally committed as revision 17548 to svn://svn.ffmpeg.org/ffmpeg/trunk