aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/csputils.c
Commit message (Expand)AuthorAge
* video: replace vf_format outputlevels option with global optionGravatar wm42015-09-29
* video: add a way to disable automatic stereo conversionGravatar wm42015-07-10
* csputils: improve contrast semantics for limited range outputGravatar Niklas Haas2015-04-29
* csputils: apply contrast equalizer in RGBGravatar wm42015-04-29
* Update license headersGravatar Marcin Kurczewski2015-04-13
* csputils: add some missing colorspacesGravatar Niklas Haas2015-04-04
* video: cleanup stereo mode parsingGravatar wm42015-04-02
* video: move colorspace overrides to vf_format, simplifyGravatar wm42015-03-31
* csputils: unify names for colorspace/etc. namesGravatar wm42015-03-31
* vo_opengl: refactor shader generation (part 2)Gravatar Niklas Haas2015-03-12
* 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
* csputils: add missing gamma supportGravatar Niklas Haas2015-02-28
* csputils: add support for BT.470-MGravatar Niklas Haas2015-02-28
* csputils, vo_opengl: remove per-component gammaGravatar wm42015-02-03
* csputils: remove some unused functions, make some privateGravatar wm42015-02-03
* vo_opengl: handle grayscale input better, add YA16 supportGravatar wm42015-01-21
* video: Remove some stale CMS code, minor cosmeticsGravatar Niklas Haas2015-01-07
* csputils: use M_PIGravatar wm42015-01-06
* csputils: replace float[3][4] with a structGravatar wm42015-01-06
* csputils: move image_params -> csp_params into a functionGravatar wm42015-01-06
* csputils: get rid of mp_csp_detailsGravatar wm42015-01-06
* csputils: cosmeticsGravatar wm42015-01-06
* video: adjust some Matroska 3D formatsGravatar wm42014-08-31
* csputils: adjust commentGravatar wm42014-08-30
* video: initial Matroska 3D supportGravatar wm42014-08-30
* video: add a default color space for files with no videoGravatar Niklas Haas2014-07-28
* video: Include better heuristics for guessing primariesGravatar Niklas Haas2014-06-22
* video: Refactor rendering intent for DCP XYZ and :srgbGravatar Niklas Haas2014-06-22
* video: Better support for XYZ inputGravatar Niklas Haas2014-06-22
* video: Generate an accurate CMS matrix instead of hard-codingGravatar 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
* csputils: provide string descriptions of chroma locationsGravatar wm42014-02-16
* csputils: correct constness of csp name constantsGravatar wm42014-02-03
* video: support setting libswscale chroma positionGravatar wm42013-07-25
* sd_add: add terrible hack for (xy-)vsfilter compatibilityGravatar wm42013-07-15
* csputils.h: don't recursively include libavcodec headerGravatar wm42013-06-28
* vo_opengl: handle chroma locationGravatar wm42013-06-28
* Silence some compiler warningsGravatar wm42013-05-21
* csputils: use AVCOL_SPC_YCOCG instead of AVCOL_SPC_YCGCO (fixes Libav build)Gravatar wm42013-05-05
* video: support YCgCo colorspaceGravatar wm42013-05-04
* vo_opengl: XYZ input supportGravatar wm42013-05-04
* Rename directories, move files (step 1 of 2) (does not compile)Gravatar wm42012-11-12