summaryrefslogtreecommitdiffstats
path: root/video/img_format.c
Commit message (Expand)AuthorAgeFilesLines
* video: remove swapped-endian image format aliaseswm42014-11-051-1/+1
* video: add image format test programwm42014-11-051-0/+63
* video: passthrough unknown AVPixelFormatswm42014-11-051-1/+2
* video: handle endian detection in a more generic waywm42014-11-051-7/+21
* video: get hwaccel flag from pixdescwm42014-11-051-1/+5
* Move compat/ and bstr/ directory contents somewhere elsewm42014-08-291-2/+0
* video: cosmetics: reformat image format names tablewm42014-06-141-25/+17
* video: synchronize mpv rgb pixel format names with ffmpeg nameswm42014-06-141-15/+1
* video: automatically strip "le" and "be" suffix from pixle format nameswm42014-06-141-16/+22
* vdpau: move RGB surface management out of the VOwm42014-05-221-1/+17
* video: change image format names, prefer mostly FFmpeg nameswm42014-04-141-81/+58
* vdpau: remove legacy pixel formatswm42014-03-171-6/+0
* video: change image format from unsigned int to int in some placeswm42014-03-171-2/+2
* img_format: AV_PIX_FMT_FLAG_ALPHA is always availablewm42014-03-171-5/+0
* img_format: drop message about unknown pixel formatswm42013-12-211-7/+1
* compat: add compatibility kludge for Libav 9wm42013-12-081-8/+14
* mp_image: deal with FFmpeg PSEUDOPAL braindeathwm42013-12-011-0/+5
* Take care of some libavutil deprecations, drop support for FFmpeg 1.0wm42013-11-291-6/+4
* vaapi: remove unused hw image formats, simplifywm42013-11-291-2/+0
* 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