summaryrefslogtreecommitdiff
path: root/libavcodec/pixdesc.c
Commit message (Expand)AuthorAge
* Implement av_get_bits_per_pixel().Stefano Sabatini2009-04-27
* Add pixdescs definitions for planar YUV pixfmts with 16 bits perStefano Sabatini2009-04-25
* Add missing pixel format descriptor definitions.Stefano Sabatini2009-04-25
* Cosmetics: reorder the pixel format descriptors to make them match theStefano Sabatini2009-03-31
* Change the order of the components for RGB565LE and RGB565BE,Stefano Sabatini2009-03-31
* Add comments specifying the name of the components in the descriptors.Stefano Sabatini2009-03-31
* Export to pixdesc.h the av_pix_fmt_descriptors array.Stefano Sabatini2009-03-22
* Change the RGB5X5/BGR5X5 pixel format defines so that we have littleStefano Sabatini2009-03-21
* Implement a name field for AVPixFmtDescriptor.Stefano Sabatini2009-03-18
* Rename the (yet not defined) macros:Stefano Sabatini2009-03-15
* spelling/wording/grammar cosmeticsDiego Biurrun2009-02-25
* Pixel Format descriptor, try #1.Michael Niedermayer2009-02-24