aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/mp_image.c
Commit message (Expand)AuthorAge
* mp_image: remove some unused interlacing flagsGravatar wm42015-04-23
* Update license headersGravatar Marcin Kurczewski2015-04-13
* mp_image: remove redundant flags fieldGravatar wm42015-04-10
* mp_image: remove redundant chroma_x/y_shift fieldsGravatar wm42015-04-10
* mp_image: remove redundant plane_w/h fieldsGravatar wm42015-04-10
* mp_image: fix buildGravatar wm42015-04-09
* video: move colorspace overrides to vf_format, simplifyGravatar wm42015-03-31
* mp_image: reject 0-sized imagesGravatar wm42015-03-23
* mp_image: do not assume trailing stride padding existsGravatar wm42015-03-20
* video: uninline memcpy_pic functionsGravatar wm42015-03-20
* mp_image: remove unneeded thingsGravatar wm42015-03-20
* Remove some FFmpeg/Libav compatibility hacksGravatar wm42015-03-03
* Revert "Revert recent vo_opengl related commits"Gravatar Niklas Haas2015-02-28
* Revert recent vo_opengl related commitsGravatar wm42015-02-28
* video: fix typoGravatar wm42015-02-28
* csputils: add missing gamma supportGravatar Niklas Haas2015-02-28
* vo_opengl: change the way unaligned chroma size is handledGravatar wm42015-01-27
* vo: simplify VOs by adding generic screenshot supportGravatar wm42015-01-24
* video: handle hwdec screenshots differentlyGravatar wm42015-01-22
* mp_image: reject invalid display aspect ratioGravatar wm42015-01-13
* mp_image: copy missing attributesGravatar James Ross-Gowan2015-01-07
* mp_image: check for malloc failureGravatar wm42014-12-13
* video: remove things forgotten in previous commitGravatar wm42014-12-03
* mp_image: slightly better image params verbose infoGravatar wm42014-11-12
* video: move formatting of image parameters to separate functionGravatar wm42014-11-12
* mp_image: check memory allocationGravatar wm42014-11-08
* video: refuse to allocate image data for hwaccel formatsGravatar wm42014-11-05
* video: fix some vo_direct3d crashes due to FFmpeg nonsenseGravatar wm42014-09-21
* video: initial Matroska 3D supportGravatar wm42014-08-30
* video: Include better heuristics for guessing primariesGravatar Niklas Haas2014-06-22
* video: Better support for XYZ inputGravatar Niklas Haas2014-06-22
* video: Support BT.2020 constant luminance systemGravatar Niklas Haas2014-06-22
* video: Add support for non-BT.709 primariesGravatar Niklas Haas2014-06-22
* video: Add BT.2020-NCL colorspace and transfer functionGravatar Niklas Haas2014-06-22
* video: correct spelling: mp_image_params_equals -> mp_image_params_equalGravatar wm42014-06-17
* video: remove redundant functionGravatar wm42014-06-17
* video: check image parametersGravatar wm42014-06-17
* video: introduce failure path for image allocationsGravatar wm42014-06-17
* video: fix screenshots with anamorphic videoGravatar wm42014-05-02
* video: remove redundant mp_image display_w/_h membersGravatar wm42014-04-29
* mp_image: add rotation parameterGravatar wm42014-04-21
* video: make mp_image use mp_image_params directlyGravatar wm42014-04-21
* video: remove use of deprecated AVFrame fields on LibavGravatar wm42014-04-15
* mp_image: add missing field to mp_image_params_equals()Gravatar wm42014-03-28
* video: change image format from unsigned int to int in some placesGravatar wm42014-03-17
* vd_lavc: remove compatibility crapGravatar wm42014-03-16
* mp_image: reject too large image sizesGravatar wm42014-01-29
* mp_image: deal with FFmpeg PSEUDOPAL braindeathGravatar wm42013-12-01
* build: make pthreads mandatoryGravatar wm42013-11-28
* mp_image: add helper for copying image attributesGravatar wm42013-11-03