summaryrefslogtreecommitdiff
path: root/libavutil/pixdesc.c
Commit message (Expand)AuthorAge
* Add PIX_FMT_Y400A, 8bit gray, 8bit alphaAndreas Ă–man2010-04-14
* Add initial support for 12-bit color mode.Janusz Krzysztofik2010-03-05
* Declare the PIX_FMT_GRAY8 pixel format as a paletted format. This isStefano Sabatini2010-03-04
* Move read_line() and write_line() definition from pixdesc.h toStefano Sabatini2010-02-16
* Implement av_get_pix_fmt(), and deprecate avcodec_get_pix_fmt().Stefano Sabatini2010-01-30
* H264 DXVA2 implementationLaurent Aimar2010-01-20
* 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