aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/img_format.c
Commit message (Expand)AuthorAge
* img_format: stop setting some fields to dummy values for hwaccel formatsGravatar wm42017-02-21
* Remove compatibility thingsGravatar wm42016-12-07
* video: remove d3d11 video processor use from OpenGL interopGravatar wm42016-05-29
* vo_opengl: refactor pass_read_video and texture bindingGravatar Niklas Haas2016-03-05
* img_format: fix padding calculation with P010Gravatar wm42016-01-08
* img_format: fix compilation on older libavutil releasesGravatar wm42016-01-07
* img_format: add a generic flag for semi-planar formatsGravatar wm42016-01-07
* img_format: take care of pixfmts that declare paddingGravatar wm42016-01-07
* sub: find GBRP format automatically when rendering to RGBGravatar wm42015-12-24
* vo_opengl: fix issues with some obscure pixel formatsGravatar wm42015-12-07
* video: fix playback of pal8Gravatar wm42015-11-01
* vo_opengl: support all kinds of GBRP formatsGravatar wm42015-10-18
* video: remove VDA supportGravatar wm42015-09-28
* video: do not use deprecated libavutil pixdesc fieldsGravatar wm42015-09-10
* hwdec: add VideoToolbox supportGravatar Sebastien Zwickert2015-08-05
* Update license headersGravatar Marcin Kurczewski2015-04-13
* vo_opengl: move minor helper to common codeGravatar wm42015-03-09
* video: try to keep implied alpha when using conversion filtersGravatar wm42015-01-21
* vo_opengl: handle grayscale input better, add YA16 supportGravatar wm42015-01-21
* vf_scale: replace ancient fallback image format selectionGravatar wm42015-01-21
* command: change properties added in previous commitGravatar wm42015-01-10
* video: remove swapped-endian image format aliasesGravatar wm42014-11-05
* video: add image format test programGravatar wm42014-11-05
* video: passthrough unknown AVPixelFormatsGravatar wm42014-11-05
* video: handle endian detection in a more generic wayGravatar wm42014-11-05
* video: get hwaccel flag from pixdescGravatar wm42014-11-05
* Move compat/ and bstr/ directory contents somewhere elseGravatar wm42014-08-29
* video: cosmetics: reformat image format names tableGravatar wm42014-06-14
* video: synchronize mpv rgb pixel format names with ffmpeg namesGravatar wm42014-06-14
* video: automatically strip "le" and "be" suffix from pixle format namesGravatar wm42014-06-14
* vdpau: move RGB surface management out of the VOGravatar wm42014-05-22
* video: change image format names, prefer mostly FFmpeg namesGravatar wm42014-04-14
* vdpau: remove legacy pixel formatsGravatar wm42014-03-17
* video: change image format from unsigned int to int in some placesGravatar wm42014-03-17
* img_format: AV_PIX_FMT_FLAG_ALPHA is always availableGravatar wm42014-03-17
* img_format: drop message about unknown pixel formatsGravatar wm42013-12-21
* compat: add compatibility kludge for Libav 9Gravatar wm42013-12-08
* mp_image: deal with FFmpeg PSEUDOPAL braindeathGravatar wm42013-12-01
* 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
* video: add vda decode support (with hwaccel) and direct renderingGravatar Stefano Pigozzi2013-08-22
* video: add vaapi decode and output supportGravatar wm42013-08-12
* vdpau: split off decoder parts, use "new" libavcodec vdpau hwaccel APIGravatar wm42013-07-28
* img_format: fix broken conditionGravatar wm42013-05-06
* video: fix setting XYZ flagGravatar wm42013-05-04
* video: add XYZ supportGravatar wm42013-05-01
* fix clang compiler warningsGravatar Stefano Pigozzi2013-03-03
* img_format: add pixel format name for IMGFMT_MONO_WGravatar wm42013-02-26
* options: also accept ffmpeg pixel format namesGravatar wm42013-01-17