aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/img_format.c
Commit message (Expand)AuthorAge
* Rename directories, move files (step 1 of 2) (does not compile)Gravatar wm42012-11-12
* VF: remove IMGFMT_MPEGPESGravatar wm42012-10-22
* mp_image: add IMGFMT_BGR0/PIX_FMT_BGR0Gravatar wm42012-10-21
* options, codecs.conf, img_format: unify imgfmt name handlingGravatar wm42012-08-29
* cleanup: remove XvMC remains, reformat img_format.cGravatar Uoti Urpala2012-08-28
* img_format, m_option: make image format name list globally availableGravatar wm42012-08-23
* libmpcodecs: add support for 422P9Gravatar mplayer-svn2012-08-03
* Merge remote-tracking branch 'origin/master'Gravatar wm42012-04-01
|\
* | libmpcodecs: rename IMGFMT_GBR24P to IMGFMT_GBRPGravatar wm42012-03-25
* | libmpcodecs: support planar GBR24 decodingGravatar cehoyos2012-03-25
| * cosmetics: misc minor cleanupsGravatar Uoti Urpala2012-03-25
|/
* vo_gl: don't accept 9/10-bit formats as inputGravatar reimar2011-06-29
* video/colorspaces: add new 9/10-bit formats from libavcodecGravatar Uoti Urpala2011-06-26
* Merge svn changes up to r31145Gravatar Uoti Urpala2010-05-30
|\
| * Handle Y8/Y800 formats more similar to other YUV formats.Gravatar reimar2010-05-09
* | Merge svn changes up to r31141Gravatar Uoti Urpala2010-05-07
|\|
| * Add support for 12-bit color mode on framebuffer devices.Gravatar cehoyos2010-05-06
* | Merge svn changes up to r30463Gravatar Uoti Urpala2010-03-09
|\|
| * Add missing license headers to all files in the libmpcodecs directory.Gravatar diego2010-01-30
* | Merge svn changes up to r30165Gravatar Uoti Urpala2010-01-08
|\|
| * Add support for YUV format with alpha and fix the codecs.conf entry for vp6aGravatar reimar2009-12-31
| * Add support for 16-bit per component YUV formats.Gravatar reimar2009-12-31
| * Add support for 440p colorspace.Gravatar reimar2009-12-30
| * Add a helper function to get the chroma scale shift and use to simplify mpi s...Gravatar reimar2009-12-30
* | Support VDPAU MPEG4 hardware decodingGravatar Uoti Urpala2009-11-16
| * Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capableGravatar cehoyos2009-11-10
|/
* Add IMGFMT_RGB48LE and IMGFMT_RGB48BE.Gravatar cehoyos2009-08-11
* Add support for image formats and codecs used by VDPAUGravatar reimar2009-02-14
* cosmetics: Remove pointless parentheses from return calls.Gravatar diego2008-05-16
* cosmetics: Fix unknow vs. unknowN typo.Gravatar diego2008-05-11
* Print the number of the Unknow color format,Gravatar iive2007-07-11
* marks several read-only string parameters and function return-values which ca...Gravatar reynaldo2006-07-16
* include config.h as img_format.h needs endian definitions, noticed by Alan Cu...Gravatar iive2006-02-09
* missing 32bit RGBA variants and some cleanupGravatar michael2004-08-11
* addition of special image formats for Zoran MJPEG, and vd_zrmjpeg.cGravatar rik2003-11-04
* basic nv12 and nv21 support by Angelo Cano <angelo_cano@fastmail.fm>Gravatar alex2003-08-31
* basic xvmc image supportGravatar iive2003-06-21
* HM12 & NV12 "decoder" (specially interleaved YUV formats, used by Hauppauge's...Gravatar arpi2003-06-18
* fixing rgb4 & bgr4 (2 pixels per byte)Gravatar michael2003-01-30
* planar yuv 444 422 411 supportGravatar michael2002-08-01
* {RGB,BGR}{1,4}Gravatar michael2002-06-27
* NV12 addedGravatar arpi2002-06-22
* img_format moved to libmpcodecsGravatar arpi2002-04-13