aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/img_format.h
Commit message (Expand)AuthorAge
* vo_opengl: refactor pass_read_video and texture bindingGravatar Niklas Haas2016-03-05
* video: remove some useless old RGB formatsGravatar wm42016-01-25
* img_format: add a generic flag for semi-planar formatsGravatar wm42016-01-07
* sub: find GBRP format automatically when rendering to RGBGravatar wm42015-12-24
* sub: better alpha blending when rendering to alpha surfacesGravatar wm42015-12-24
* vo_opengl: fix issues with some obscure pixel formatsGravatar wm42015-12-07
* vo_opengl: support all kinds of GBRP formatsGravatar wm42015-10-18
* video: remove VDA supportGravatar wm42015-09-28
* video: fix VideoToolbox/VDA autodetectionGravatar wm42015-08-17
* hwdec: add VideoToolbox supportGravatar Sebastien Zwickert2015-08-05
* Update license headersGravatar Marcin Kurczewski2015-04-13
* RPI supportGravatar wm42015-03-29
* vo_opengl: move minor helper to common codeGravatar wm42015-03-09
* vo_opengl: handle grayscale input better, add YA16 supportGravatar wm42015-01-21
* vf_scale: replace ancient fallback image format selectionGravatar wm42015-01-21
* video: remove swapped-endian image format aliasesGravatar wm42014-11-05
* video: remove aliases for some rarely referenced image formatsGravatar wm42014-11-05
* video: passthrough unknown AVPixelFormatsGravatar wm42014-11-05
* video: get hwaccel flag from pixdescGravatar wm42014-11-05
* video: clarify what IMFMT_DXVA2 isGravatar wm42014-10-26
* video: initial dxva2 supportGravatar wm42014-10-25
* Move compat/ and bstr/ directory contents somewhere elseGravatar wm42014-08-29
* build: deal with endian messGravatar wm42014-07-10
* video: synchronize mpv rgb pixel format names with ffmpeg namesGravatar wm42014-06-14
* video: automatically strip "le" and "be" suffix from pixle format namesGravatar wm42014-06-14
* vdpau: move RGB surface management out of the VOGravatar wm42014-05-22
* video: change image format names, prefer mostly FFmpeg namesGravatar wm42014-04-14
* vdpau: remove legacy pixel formatsGravatar wm42014-03-17
* video: change image format from unsigned int to int in some placesGravatar wm42014-03-17
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* mp_image: deal with FFmpeg PSEUDOPAL braindeathGravatar wm42013-12-01
* vaapi: remove unused hw image formats, simplifyGravatar wm42013-11-29
* video: make IMGFMT_RGB0 etc. exist even if libavutil doesn't support itGravatar wm42013-11-05
* video: add vda decode support (with hwaccel) and direct renderingGravatar Stefano Pigozzi2013-08-22
* video: add vaapi decode and output supportGravatar wm42013-08-12
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* vdpau: split off decoder parts, use "new" libavcodec vdpau hwaccel APIGravatar wm42013-07-28
* img_format: comment on some pixel formatsGravatar wm42013-07-18
* img_format: add a mask for color classGravatar wm42013-07-18
* video: add XYZ supportGravatar wm42013-05-01
* demux_mf: support .xbmGravatar wm42013-02-24
* mp_image: remove mp_image.bppGravatar wm42013-01-13
* imgfmt: add more ffmpeg pixel formatsGravatar wm42013-01-13
* img_format: change meaning of MP_IMGFLAG_PLANARGravatar wm42013-01-13
* mp_image: add mp_image_crop()Gravatar wm42013-01-13
* video: remove img_format compat hacksGravatar wm42013-01-13
* draw_bmp: better way to find 444 formatGravatar wm42013-01-13
* video: decouple internal pixel formats from FourCCsGravatar wm42013-01-13
* mp_image: change how palette is handledGravatar wm42013-01-13
* video: use libavutil pixel format descriptorsGravatar wm42013-01-13