summaryrefslogtreecommitdiffstats
path: root/fmt-conversion.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: remove XvMC remains, reformat img_format.cUoti Urpala2012-08-281-2/+0
* libmpcodecs: add support for 422P9mplayer-svn2012-08-031-0/+2
* libmpcodecs: rename IMGFMT_GBR24P to IMGFMT_GBRPwm42012-03-251-1/+1
* libmpcodecs: support planar GBR24 decodingcehoyos2012-03-251-0/+1
* configure, build: require at least Libav 0.7Uoti Urpala2011-12-221-8/+0
* video/colorspaces: add new 9/10-bit formats from libavcodecUoti Urpala2011-06-261-0/+14
* fmt-conversion.c: print name of any unrecognized pixfmtUoti Urpala2011-06-261-3/+10
* Add support for 12-bit color mode on framebuffer devices.cehoyos2010-05-061-0/+4
* Add big- and little-endian variants of the 15 and 16 bit RGB/BGR formats.reimar2010-01-171-4/+8
* More format support in fmt-conversion.c: split RGB32 and BGR32reimar2010-01-171-2/+4
* Add support for YUV format with alpha and fix the codecs.conf entry for vp6areimar2009-12-311-0/+3
* Add support for 16-bit per component YUV formats.reimar2009-12-311-0/+6
* Add support for 440p colorspace.reimar2009-12-301-0/+2
* Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capablecehoyos2009-11-101-0/+1
* Map IMGFMT_RGB48xE to PIX_FMT_RGB48xE.cehoyos2009-08-111-0/+2
* 100l, add forgotten BGR15 format to fmt-conversion.c tablereimar2009-03-311-0/+1
* Re-add accidentally discarded comment about YUVJ format.reimar2009-02-191-2/+7
* Create a fmt-conversion.c file so fmt-conversion.h can be included by multipl...reimar2009-02-141-0/+95