aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/img_format.c
Commit message (Expand)AuthorAge
* video: remove libavutil PSEUDOPAL stuffGravatar wm42018-04-03
* video: rewrite filtering glue codeGravatar wm42018-01-30
* video: add utility function to pick conversion image format from a listGravatar wm42018-01-18
* img_format: remove some guards against old ffmpeg APIGravatar wm42017-11-06
* img_format: AV_PIX_FMT_PAL8 is RGBGravatar wm42017-10-09
* video: fix green shitGravatar wm42017-09-30
* img_format: #if -> #ifdefGravatar wm42017-08-16
* img_format: better exclusion of bayer formatsGravatar wm42017-08-15
* vo_opengl: support float pixel formatsGravatar wm42017-08-15
* img_format: drop some unused thingsGravatar wm42017-06-30
* vo_opengl: rely on FFmpeg pixdesc a bit moreGravatar wm42017-06-29
* video/fmt-conversion, img_format: change license to LGPLGravatar wm42017-06-18
* img_format: minor simplificationGravatar wm42017-06-18
* img_format: drop legacy name mappingsGravatar wm42017-06-18
* 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