summaryrefslogtreecommitdiff
path: root/libavutil/pixdesc.c
Commit message (Expand)AuthorAge
* Make av_pix_fmt_descriptors use the same pixel format names as definedStefano Sabatini2009-11-26
* Rename AVPixFmtDescriptor.nb_channels to nb_components, the new nameStefano Sabatini2009-11-18
* Add PIX_FMT_VDPAU_MPEG4 to pixdesc.c.Carl Eugen Hoyos2009-11-11
* Add pixel format descriptors for the HW-accelerated formats.Stefano Sabatini2009-11-05
* Add PIX_FMT_PAL flag to BGR8, BGR4_BYTE, RGB8, and RGB4_BYTE formats.Stefano Sabatini2009-11-02
* Move pixdesc.{h,c} from libavcodec to libavutil.Stefano Sabatini2009-10-27