aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/fmt-conversion.c
Commit message (Expand)AuthorAge
* vo_gpu: make screenshots use the GL rendererGravatar wm42018-02-11
* video: rewrite filtering glue codeGravatar wm42018-01-30
* Add DRM_PRIME Format Handling and Display for RockChip MPP decodersGravatar Lionel CHAZALLON2017-10-23
* hwdec: add mediacodec hardware decoder for IMGFMT_MEDIACODEC framesGravatar Aman Gupta2017-10-09
* vaapi: use newer libavutil vaapi pixfmt nameGravatar wm42017-09-29
* video: drop old D3D11/DXVA2 supportGravatar wm42017-09-26
* vo_direct3d: remove non-working nv12 shader supportGravatar wm42017-06-30
* video: get rid of swapped packed YUVGravatar wm42017-06-30
* video: drop some more IMGFMT aliasesGravatar wm42017-06-29
* video: drop some unused IMGFMT aliasesGravatar wm42017-06-29
* video/fmt-conversion, img_format: change license to LGPLGravatar wm42017-06-18
* img_format: drop unused aliasesGravatar wm42017-06-18
* d3d: add support for new libavcodec hwaccel APIGravatar wm42017-06-08
* Remove compatibility thingsGravatar wm42016-12-07
* vo_opengl: hwdec_cuda: Support P016 output surfacesGravatar Philip Langdale2016-11-22
* img_format: remove some unneeded format definitionsGravatar wm42016-09-28
* hwdec_cuda: Rename config variable to be more consistentGravatar Philip Langdale2016-09-16
* hwdec/opengl: Add support for CUDA and cuvid/NvDecodeGravatar Philip Langdale2016-09-08
* build: merge d3d11va and dxva2 hwaccel checksGravatar wm42016-05-11
* video: add IMGFMT_P010 aliasGravatar wm42016-04-29
* vd_lavc: add d3d11va hwdecGravatar Kevin Mitchell2016-03-30
* video: remove some useless old RGB formatsGravatar wm42016-01-25
* sub: find GBRP format automatically when rendering to RGBGravatar wm42015-12-24
* sub: better alpha blending when rendering to alpha surfacesGravatar wm42015-12-24
* video: remove VDA supportGravatar wm42015-09-28
* hwdec: add VideoToolbox supportGravatar Sebastien Zwickert2015-08-05
* Update license headersGravatar Marcin Kurczewski2015-04-13
* RPI supportGravatar wm42015-03-29
* video: work around libswscale for PNG pixel formatsGravatar wm42015-02-06
* vo_opengl: handle grayscale input better, add YA16 supportGravatar 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: initial dxva2 supportGravatar wm42014-10-25
* vda: only support the new hwaccel 1.2 API (remove old code)Gravatar Stefano Pigozzi2014-08-01
* video: synchronize mpv rgb pixel format names with ffmpeg namesGravatar wm42014-06-14
* vda: Hwaccel 1.2 supportGravatar Luca Barbato2014-05-12
* video: fix FFmpeg or Libav being a special snowflakeGravatar wm42014-03-16
* vd_lavc: remove compatibility crapGravatar wm42014-03-16
* video/fmt-conversion.c: remove unknown pixel format messagesGravatar wm42013-12-21
* Reduce recursive config.h inclusions in headersGravatar wm42013-12-18
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Take care of some libavutil deprecations, drop support for FFmpeg 1.0Gravatar wm42013-11-29
* 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
* configure: uniform the defines to #define HAVE_xxx (0|1)Gravatar Stefano Pigozzi2013-11-03
* 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