summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/img_format.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: remove XvMC remains, reformat img_format.cUoti Urpala2012-08-281-29/+32
* img_format, m_option: make image format name list globally availablewm42012-08-231-0/+101
* libmpcodecs: add support for 422P9mplayer-svn2012-08-031-0/+2
* Merge remote-tracking branch 'origin/master'wm42012-04-011-3/+0
|\
| * cosmetics: misc minor cleanupsUoti Urpala2012-03-251-3/+0
* | libmpcodecs: rename IMGFMT_GBR24P to IMGFMT_GBRPwm42012-03-251-1/+1
* | libmpcodecs: support planar GBR24 decodingcehoyos2012-03-251-0/+1
|/
* vo_gl: don't accept 9/10-bit formats as inputreimar2011-06-291-39/+50
* video/colorspaces: add new 9/10-bit formats from libavcodecUoti Urpala2011-06-261-0/+20
* 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