summaryrefslogtreecommitdiffstats
path: root/video/img_format.h
Commit message (Expand)AuthorAgeFilesLines
* img_format.h: cosmetics: fix whitespacewm42018-03-151-1/+1
* vo_gpu: make screenshots use the GL rendererwm42018-02-111-0/+3
* video: rewrite filtering glue codewm42018-01-301-8/+1
* video: make IMGFMT_IS_HWACCEL() return 0 or 1wm42018-01-181-1/+1
* video: add utility function to pick conversion image format from a listwm42018-01-181-0/+1
* Add DRM_PRIME Format Handling and Display for RockChip MPP decodersLionel CHAZALLON2017-10-231-0/+1
* hwdec: add mediacodec hardware decoder for IMGFMT_MEDIACODEC framesAman Gupta2017-10-091-0/+1
* vo_opengl: support float pixel formatswm42017-08-151-0/+11
* img_format: fix a commentwm42017-07-151-3/+2
* img_format: drop some unused thingswm42017-06-301-5/+0
* vo_direct3d: remove non-working nv12 shader supportwm42017-06-301-3/+0
* video: get rid of swapped packed YUVwm42017-06-301-1/+0
* video: drop some more IMGFMT aliaseswm42017-06-291-21/+0
* video: drop some unused IMGFMT aliaseswm42017-06-291-14/+1
* vo_opengl: rely on FFmpeg pixdesc a bit morewm42017-06-291-0/+33
* video/fmt-conversion, img_format: change license to LGPLwm42017-06-181-7/+7
* img_format: drop unused aliaseswm42017-06-181-5/+0
* img_format: minor simplificationwm42017-06-181-1/+1
* vo_opengl: hwdec_cuda: Support P016 output surfacesPhilip Langdale2016-11-221-1/+3
* img_format: remove some unneeded format definitionswm42016-09-281-6/+0
* hwdec/opengl: Add support for CUDA and cuvid/NvDecodePhilip Langdale2016-09-081-0/+1
* video: remove d3d11 video processor use from OpenGL interopwm42016-05-291-1/+11
* video: add IMGFMT_P010 aliaswm42016-04-291-0/+3
* vd_lavc: add d3d11va hwdecKevin Mitchell2016-03-301-1/+2
* vo_opengl: refactor pass_read_video and texture bindingNiklas Haas2016-03-051-0/+1
* video: remove some useless old RGB formatswm42016-01-251-16/+1
* img_format: add a generic flag for semi-planar formatswm42016-01-071-0/+4
* sub: find GBRP format automatically when rendering to RGBwm42015-12-241-6/+3
* sub: better alpha blending when rendering to alpha surfaceswm42015-12-241-0/+1
* vo_opengl: fix issues with some obscure pixel formatswm42015-12-071-0/+2
* vo_opengl: support all kinds of GBRP formatswm42015-10-181-0/+2
* video: remove VDA supportwm42015-09-281-5/+1
* video: fix VideoToolbox/VDA autodetectionwm42015-08-171-2/+5
* hwdec: add VideoToolbox supportSebastien Zwickert2015-08-051-0/+1
* Update license headersMarcin Kurczewski2015-04-131-5/+4
* RPI supportwm42015-03-291-0/+1
* vo_opengl: move minor helper to common codewm42015-03-091-0/+2
* vo_opengl: handle grayscale input better, add YA16 supportwm42015-01-211-0/+2
* vf_scale: replace ancient fallback image format selectionwm42015-01-211-0/+2
* video: remove swapped-endian image format aliaseswm42014-11-051-88/+28
* video: remove aliases for some rarely referenced image formatswm42014-11-051-49/+0
* video: passthrough unknown AVPixelFormatswm42014-11-051-0/+4
* video: get hwaccel flag from pixdescwm42014-11-051-4/+3
* video: clarify what IMFMT_DXVA2 iswm42014-10-261-1/+1
* video: initial dxva2 supportwm42014-10-251-1/+2
* Move compat/ and bstr/ directory contents somewhere elsewm42014-08-291-1/+1
* build: deal with endian messwm42014-07-101-1/+2
* video: synchronize mpv rgb pixel format names with ffmpeg nameswm42014-06-141-25/+25
* video: automatically strip "le" and "be" suffix from pixle format nameswm42014-06-141-2/+2
* vdpau: move RGB surface management out of the VOwm42014-05-221-2/+4
* video: change image format names, prefer mostly FFmpeg nameswm42014-04-141-8/+2
* vdpau: remove legacy pixel formatswm42014-03-171-17/+2
* video: change image format from unsigned int to int in some placeswm42014-03-171-4/+4
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-1/+1
* mp_image: deal with FFmpeg PSEUDOPAL braindeathwm42013-12-011-0/+7
* vaapi: remove unused hw image formats, simplifywm42013-11-291-11/+1
* video: make IMGFMT_RGB0 etc. exist even if libavutil doesn't support itwm42013-11-051-5/+10
* video: add vda decode support (with hwaccel) and direct renderingStefano Pigozzi2013-08-221-1/+6
* video: add vaapi decode and output supportwm42013-08-121-2/+12
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-061-1/+1
* vdpau: split off decoder parts, use "new" libavcodec vdpau hwaccel APIwm42013-07-281-2/+3
* img_format: comment on some pixel formatswm42013-07-181-7/+9
* img_format: add a mask for color classwm42013-07-181-1/+3
* video: add XYZ supportwm42013-05-011-0/+9
* demux_mf: support .xbmwm42013-02-241-0/+1
* mp_image: remove mp_image.bppwm42013-01-131-1/+0
* imgfmt: add more ffmpeg pixel formatswm42013-01-131-0/+63
* img_format: change meaning of MP_IMGFLAG_PLANARwm42013-01-131-1/+1
* mp_image: add mp_image_crop()wm42013-01-131-0/+2
* video: remove img_format compat hackswm42013-01-131-39/+5
* draw_bmp: better way to find 444 formatwm42013-01-131-0/+2
* video: decouple internal pixel formats from FourCCswm42013-01-131-230/+192
* mp_image: change how palette is handledwm42013-01-131-3/+2
* video: use libavutil pixel format descriptorswm42013-01-131-8/+71
* video: add support for 12 and 14 bit YUV pixel formatsStephen Hutchinson2012-12-031-3/+27
* video: add IMGFMT_Y16/PIX_FMT_GRAY16wm42012-11-141-3/+13
* Rename directories, move files (step 2 of 2)wm42012-11-121-1/+1
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-121-0/+243