summaryrefslogtreecommitdiffstats
path: root/video/img_format.c
Commit message (Expand)AuthorAgeFilesLines
* video: remove libavutil PSEUDOPAL stuffwm42018-04-031-3/+1
* video: rewrite filtering glue codewm42018-01-301-10/+0
* video: add utility function to pick conversion image format from a listwm42018-01-181-0/+9
* img_format: remove some guards against old ffmpeg APIwm42017-11-061-5/+2
* img_format: AV_PIX_FMT_PAL8 is RGBwm42017-10-091-2/+5
* video: fix green shitwm42017-09-301-1/+1
* img_format: #if -> #ifdefwm42017-08-161-1/+1
* img_format: better exclusion of bayer formatswm42017-08-151-0/+5
* vo_opengl: support float pixel formatswm42017-08-151-1/+24
* img_format: drop some unused thingswm42017-06-301-11/+2
* vo_opengl: rely on FFmpeg pixdesc a bit morewm42017-06-291-0/+171
* video/fmt-conversion, img_format: change license to LGPLwm42017-06-181-7/+7
* img_format: minor simplificationwm42017-06-181-3/+1
* img_format: drop legacy name mappingswm42017-06-181-18/+1
* img_format: stop setting some fields to dummy values for hwaccel formatswm42017-02-211-6/+7
* Remove compatibility thingswm42016-12-071-12/+5
* video: remove d3d11 video processor use from OpenGL interopwm42016-05-291-0/+10
* vo_opengl: refactor pass_read_video and texture bindingNiklas Haas2016-03-051-0/+1
* img_format: fix padding calculation with P010wm42016-01-081-1/+1
* img_format: fix compilation on older libavutil releaseswm42016-01-071-1/+1
* img_format: add a generic flag for semi-planar formatswm42016-01-071-4/+26
* img_format: take care of pixfmts that declare paddingwm42016-01-071-2/+9
* sub: find GBRP format automatically when rendering to RGBwm42015-12-241-3/+3
* vo_opengl: fix issues with some obscure pixel formatswm42015-12-071-1/+5
* video: fix playback of pal8wm42015-11-011-1/+2
* vo_opengl: support all kinds of GBRP formatswm42015-10-181-3/+9
* video: remove VDA supportwm42015-09-281-1/+0
* video: do not use deprecated libavutil pixdesc fieldswm42015-09-101-5/+15
* hwdec: add VideoToolbox supportSebastien Zwickert2015-08-051-0/+1
* Update license headersMarcin Kurczewski2015-04-131-5/+4
* vo_opengl: move minor helper to common codewm42015-03-091-0/+3
* video: try to keep implied alpha when using conversion filterswm42015-01-211-1/+1
* vo_opengl: handle grayscale input better, add YA16 supportwm42015-01-211-2/+6
* vf_scale: replace ancient fallback image format selectionwm42015-01-211-0/+18
* command: change properties added in previous commitwm42015-01-101-1/+3
* 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