summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/img_format.c
Commit message (Expand)AuthorAgeFilesLines
* Merge svn changes up to r31145Uoti Urpala2010-05-301-1/+6
|\
| * Handle Y8/Y800 formats more similar to other YUV formats.reimar2010-05-091-1/+6
* | Merge svn changes up to r31141Uoti Urpala2010-05-071-0/+2
|\|
| * Add support for 12-bit color mode on framebuffer devices.cehoyos2010-05-061-0/+2
* | Merge svn changes up to r30463Uoti Urpala2010-03-091-0/+18
|\|
| * Add missing license headers to all files in the libmpcodecs directory.diego2010-01-301-0/+18
* | Merge svn changes up to r30165Uoti Urpala2010-01-081-0/+64
|\|
| * Add support for YUV format with alpha and fix the codecs.conf entry for vp6areimar2009-12-311-0/+4
| * Add support for 16-bit per component YUV formats.reimar2009-12-311-1/+20
| * Add support for 440p colorspace.reimar2009-12-301-0/+4
| * Add a helper function to get the chroma scale shift and use to simplify mpi s...reimar2009-12-301-0/+37
| * Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capablecehoyos2009-11-101-0/+1
* | Support VDPAU MPEG4 hardware decodingUoti Urpala2009-11-161-0/+1
|/
* Add IMGFMT_RGB48LE and IMGFMT_RGB48BE.cehoyos2009-08-111-0/+2
* Add support for image formats and codecs used by VDPAUreimar2009-02-141-0/+5
* cosmetics: Remove pointless parentheses from return calls.diego2008-05-161-60/+60
* cosmetics: Fix unknow vs. unknowN typo.diego2008-05-111-3/+3
* Print the number of the Unknow color format,iive2007-07-111-1/+4
* marks several read-only string parameters and function return-values which ca...reynaldo2006-07-161-1/+1
* include config.h as img_format.h needs endian definitions, noticed by Alan Cu...iive2006-02-091-0/+1
* missing 32bit RGBA variants and some cleanupmichael2004-08-111-2/+6
* addition of special image formats for Zoran MJPEG, and vd_zrmjpeg.crik2003-11-041-0/+3
* basic nv12 and nv21 support by Angelo Cano <angelo_cano@fastmail.fm>alex2003-08-311-0/+1
* basic xvmc image supportiive2003-06-211-0/+2
* HM12 & NV12 "decoder" (specially interleaved YUV formats, used by Hauppauge's...arpi2003-06-181-0/+1
* fixing rgb4 & bgr4 (2 pixels per byte)michael2003-01-301-0/+2
* planar yuv 444 422 411 supportmichael2002-08-011-0/+3
* {RGB,BGR}{1,4}michael2002-06-271-0/+4
* NV12 addedarpi2002-06-221-0/+1
* img_format moved to libmpcodecsarpi2002-04-131-0/+48