summaryrefslogtreecommitdiffstats
path: root/video/img_format.c
Commit message (Expand)AuthorAgeFilesLines
* video: make IMGFMT_RGB0 etc. exist even if libavutil doesn't support itwm42013-11-051-17/+15
* video: add vda decode support (with hwaccel) and direct renderingStefano Pigozzi2013-08-221-0/+1
* video: add vaapi decode and output supportwm42013-08-121-0/+3
* vdpau: split off decoder parts, use "new" libavcodec vdpau hwaccel APIwm42013-07-281-0/+1
* img_format: fix broken conditionwm42013-05-061-1/+1
* video: fix setting XYZ flagwm42013-05-041-4/+4
* video: add XYZ supportwm42013-05-011-0/+3
* fix clang compiler warningsStefano Pigozzi2013-03-031-1/+1
* img_format: add pixel format name for IMGFMT_MONO_Wwm42013-02-261-0/+1
* options: also accept ffmpeg pixel format nameswm42013-01-171-6/+14
* img_format: do not mark hwaccel formats as planar yuv formatswm42013-01-141-7/+8
* mp_image: remove mp_image.bppwm42013-01-131-8/+0
* imgfmt: add more ffmpeg pixel formatswm42013-01-131-0/+22
* img_format: change meaning of MP_IMGFLAG_PLANARwm42013-01-131-1/+1
* mp_image: add mp_image_crop()wm42013-01-131-0/+6
* video: remove img_format compat hackswm42013-01-131-88/+3
* draw_bmp: better way to find 444 formatwm42013-01-131-0/+15
* video: decouple internal pixel formats from FourCCswm42013-01-131-131/+86
* mp_image: change how palette is handledwm42013-01-131-0/+1
* video: use libavutil pixel format descriptorswm42013-01-131-111/+201
* video: add support for 12 and 14 bit YUV pixel formatsStephen Hutchinson2012-12-031-0/+24
* video: add IMGFMT_Y16/PIX_FMT_GRAY16wm42012-11-141-0/+9
* Rename directories, move files (step 2 of 2)wm42012-11-121-2/+2
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-121-0/+233