summaryrefslogtreecommitdiffstats
path: root/video/out/gl_lcms.c
Commit message (Expand)AuthorAgeFilesLines
* vo_opengl: minor changes to ICC update codewm42015-01-261-1/+3
* vo_opengl: gl_lcms: implement change detection for memory profileswm42015-01-081-0/+23
* vo_opengl: gl_lcms: fix potential dangling pointer issuewm42015-01-081-4/+5
* vo_opengl: add support for in memory icc profilesStefano Pigozzi2015-01-071-42/+95
* Move compat/ and bstr/ directory contents somewhere elsewm42014-08-291-1/+1
* video: Generate an accurate CMS matrix instead of hard-codingNiklas Haas2014-06-221-6/+8
* video: Add support for non-BT.709 primariesNiklas Haas2014-06-221-9/+11
* gl_lcms: use thread-safe lcms API, require lcms2 2.6wm42014-06-161-27/+16
* Add more constwm42014-06-111-2/+2
* gl_lcms: properly expand the cache filename being writtenStefano Pigozzi2014-04-051-1/+3
* gl_lcms: fix build when lcms2 is not availableStefano Pigozzi2014-03-311-0/+5
* vo_opengl, cocoa: allow to autoselect a color profileStefano Pigozzi2014-03-311-0/+12
* vo_opengl: Simplify and clarify color correction codeNiklas Haas2014-03-101-19/+8
* vo_opengl: Include :icc-approx-gamma option in the 3DLUT cache headerNiklas Haas2014-03-011-2/+3
* vo_opengl: Change the default icc-intent to relative colorimetricNiklas Haas2014-02-261-1/+1
* vo_opengl: Add :icc-approx-gamma suboption to approximate BT.709 gammaNiklas Haas2014-02-241-6/+16
* vo_opengl: fix typo in gamma function's parameternand2014-02-101-2/+2
* vo_opengl: use exactly the values defined by BT.709 for CMSnand2014-02-091-3/+9
* gl_lcms: actually acquire mutexwm42013-12-221-0/+2
* msg: rename mp_msg_log -> mp_msgwm42013-12-211-6/+6
* path lookup functions: mp_msg conversionswm42013-12-211-1/+1
* stream: mp_msg conversionswm42013-12-211-4/+5
* m_option: add mp_log callback to OPT_STRING_VALIDATE optionswm42013-12-211-2/+2
* gl_lcms: use global lock to deal with crappy lcms2 message callbackwm42013-12-211-14/+22
* video/out: pass along global contextwm42013-12-211-2/+4
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-3/+3
* Move options/config related files from mpvcore/ to options/wm42013-12-171-2/+2
* Allow some options taking filenames to refer to mpv config dirwm42013-12-141-1/+4
* configure: uniform the defines to #define HAVE_xxx (0|1)Stefano Pigozzi2013-11-031-2/+2
* gl_lcms: mp_msg conversionwm42013-09-121-9/+19
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-061-4/+4
* Fix some -Wshadow warningswm42013-07-231-2/+2
* core: change open_stream and demux_open signaturewm42013-07-121-1/+1
* stream: remove padding parameter from stream_read_complete()wm42013-06-231-1/+1
* gl_lcms: fix compilation when lcms2 is not availablewm42013-03-301-3/+10
* vo_opengl: split into multiple files, convert to new option APIwm42013-03-281-0/+212