aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/gl_lcms.c
Commit message (Expand)AuthorAge
* vo_opengl: minor changes to ICC update codeGravatar wm42015-01-26
* vo_opengl: gl_lcms: implement change detection for memory profilesGravatar wm42015-01-08
* vo_opengl: gl_lcms: fix potential dangling pointer issueGravatar wm42015-01-08
* vo_opengl: add support for in memory icc profilesGravatar Stefano Pigozzi2015-01-07
* Move compat/ and bstr/ directory contents somewhere elseGravatar wm42014-08-29
* video: Generate an accurate CMS matrix instead of hard-codingGravatar Niklas Haas2014-06-22
* video: Add support for non-BT.709 primariesGravatar Niklas Haas2014-06-22
* gl_lcms: use thread-safe lcms API, require lcms2 2.6Gravatar wm42014-06-16
* Add more constGravatar wm42014-06-11
* gl_lcms: properly expand the cache filename being writtenGravatar Stefano Pigozzi2014-04-05
* gl_lcms: fix build when lcms2 is not availableGravatar Stefano Pigozzi2014-03-31
* vo_opengl, cocoa: allow to autoselect a color profileGravatar Stefano Pigozzi2014-03-31
* vo_opengl: Simplify and clarify color correction codeGravatar Niklas Haas2014-03-10
* vo_opengl: Include :icc-approx-gamma option in the 3DLUT cache headerGravatar Niklas Haas2014-03-01
* vo_opengl: Change the default icc-intent to relative colorimetricGravatar Niklas Haas2014-02-26
* vo_opengl: Add :icc-approx-gamma suboption to approximate BT.709 gammaGravatar Niklas Haas2014-02-24
* vo_opengl: fix typo in gamma function's parameterGravatar nand2014-02-10
* vo_opengl: use exactly the values defined by BT.709 for CMSGravatar nand2014-02-09
* gl_lcms: actually acquire mutexGravatar wm42013-12-22
* msg: rename mp_msg_log -> mp_msgGravatar wm42013-12-21
* path lookup functions: mp_msg conversionsGravatar wm42013-12-21
* stream: mp_msg conversionsGravatar wm42013-12-21
* m_option: add mp_log callback to OPT_STRING_VALIDATE optionsGravatar wm42013-12-21
* gl_lcms: use global lock to deal with crappy lcms2 message callbackGravatar wm42013-12-21
* video/out: pass along global contextGravatar wm42013-12-21
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* Allow some options taking filenames to refer to mpv config dirGravatar wm42013-12-14
* configure: uniform the defines to #define HAVE_xxx (0|1)Gravatar Stefano Pigozzi2013-11-03
* gl_lcms: mp_msg conversionGravatar wm42013-09-12
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* Fix some -Wshadow warningsGravatar wm42013-07-23
* core: change open_stream and demux_open signatureGravatar wm42013-07-12
* stream: remove padding parameter from stream_read_complete()Gravatar wm42013-06-23
* gl_lcms: fix compilation when lcms2 is not availableGravatar wm42013-03-30
* vo_opengl: split into multiple files, convert to new option APIGravatar wm42013-03-28