summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/img_format.h
Commit message (Expand)AuthorAgeFilesLines
* VF: remove IMGFMT_MPEGPESwm42012-10-221-1/+0
* mp_image: add IMGFMT_BGR0/PIX_FMT_BGR0wm42012-10-211-0/+2
* options, codecs.conf, img_format: unify imgfmt name handlingwm42012-08-291-1/+2
* cleanup: remove XvMC remains, reformat img_format.cUoti Urpala2012-08-281-9/+1
* img_format, m_option: make image format name list globally availablewm42012-08-231-0/+10
* libmpcodecs: use 128 instead of 64 to define non-native RGB image formatsmplayer-svn2012-08-031-16/+16
* libmpcodecs: add support for 422P9mplayer-svn2012-08-031-0/+4
* Change <endian.h> include to <sys/types.h>wm42012-07-311-1/+1
* Remove compile time/runtime CPU detection, and drop some platformswm42012-07-301-2/+3
* Merge remote-tracking branch 'origin/master'wm42012-04-011-5/+0
|\
| * cosmetics: misc minor cleanupsUoti Urpala2012-03-251-5/+0
* | libmpcodecs: rename IMGFMT_GBR24P to IMGFMT_GBRPwm42012-03-251-1/+1
* | libmpcodecs: support planar GBR24 decodingcehoyos2012-03-251-0/+2
|/
* img_format.h, vo_gl: fix IMGFMT_IS_YUVP16() definitionUoti Urpala2011-07-141-1/+3
* cosmetics: img_format.h: document some formatsreimar2011-07-061-11/+11
* vo_gl: don't accept 9/10-bit formats as inputreimar2011-06-291-1/+2
* video/colorspaces: add new 9/10-bit formats from libavcodecUoti Urpala2011-06-261-2/+22
* video: simplify some tests with a new IMGFMT_IS_HWACCEL macroreimar2010-11-081-0/+2
* Add support for 12-bit color mode on framebuffer devices.cehoyos2010-05-061-0/+10
* Add missing license headers to all files in the libmpcodecs directory.diego2010-01-301-0/+18
* Add big- and little-endian variants of the 15 and 16 bit RGB/BGR formats.reimar2010-01-171-0/+16
* 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-0/+20
* Add support for 440p colorspace.reimar2009-12-301-0/+1
* Add a helper function to get the chroma scale shift and use to simplify mpi s...reimar2009-12-301-0/+7
* Add a define for IMGFMT_RGB48NE that depends on machine endianness.reimar2009-11-211-0/+2
* Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capablecehoyos2009-11-101-0/+1
* Add missing '#include "config.h"', the header uses HAVE_BIGENDIAN.diego2009-10-191-0/+2
* 100l, fix compilation again and make codec-cfg.c use the predefined constantsreimar2009-08-121-1/+1
* 1000l, RGB48BE does _not_ use 49 bit/pixel, probably fixes 48 bit PNG decoding.reimar2009-08-121-1/+1
* Add IMGFMT_RGB48LE and IMGFMT_RGB48BE.cehoyos2009-08-111-0/+2
* Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.diego2009-07-261-1/+1
* Add support for image formats and codecs used by VDPAUreimar2009-02-141-0/+10
* Add MPLAYER_ prefix to multiple inclusion guards.diego2008-02-221-4/+3
* Add explanatory comments to the #endif part of multiple inclusion guards.diego2007-12-311-1/+1
* Do not use leading underscores in multiple inclusion guards, they are reserved.diego2007-07-021-2/+2
* mjpeg support for v4l2 tv:// drivervoroshil2007-06-011-0/+1
* marks several read-only string parameters and function return-values which ca...reynaldo2006-07-161-1/+1
* missing 32bit RGBA variants and some cleanupmichael2004-08-111-2/+18
* addition of special image formats for Zoran MJPEG, and vd_zrmjpeg.crik2003-11-041-0/+5
* basic nv12 and nv21 support by Angelo Cano <angelo_cano@fastmail.fm>alex2003-08-311-0/+1
* basic xvmc image supportiive2003-06-211-0/+8
* 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-2/+4
* avoid extract of imposible high depths in wrong rgb/bgr functionsiive2003-01-261-2/+2
* bunkus: Encapsulated arguments to #define in ( ... ) so that the #defines can...mosu2003-01-151-4/+4
* planar yuv 444 422 411 supportmichael2002-08-011-0/+5
* {RGB,BGR}{1,4}michael2002-06-271-0/+4
* NV12 addedarpi2002-06-221-0/+1
* mp_image.h and img_format.h moved to libmpcodecsarpi2002-04-131-0/+76