summaryrefslogtreecommitdiff
path: root/libavcodec/pixdesc.c
Commit message (Expand)AuthorAgeFilesLines
* Cosmetics: reorder the pixel format descriptors to make them match theStefano Sabatini2009-03-311-73/+73
* Change the order of the components for RGB565LE and RGB565BE,Stefano Sabatini2009-03-311-4/+4
* Add comments specifying the name of the components in the descriptors.Stefano Sabatini2009-03-311-40/+40
* Export to pixdesc.h the av_pix_fmt_descriptors array.Stefano Sabatini2009-03-221-1/+1
* Change the RGB5X5/BGR5X5 pixel format defines so that we have littleStefano Sabatini2009-03-211-3/+0
* Implement a name field for AVPixFmtDescriptor.Stefano Sabatini2009-03-181-0/+16
* Rename the (yet not defined) macros:Stefano Sabatini2009-03-151-2/+2
* spelling/wording/grammar cosmeticsDiego Biurrun2009-02-251-2/+2
* Pixel Format descriptor, try #1.Michael Niedermayer2009-02-241-0/+187