summaryrefslogtreecommitdiffstats
path: root/video/img_format.h
Commit message (Expand)AuthorAgeFilesLines
* 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