summaryrefslogtreecommitdiffstats
path: root/common/common.c
Commit message (Expand)AuthorAgeFilesLines
* video: rewrite filtering glue codewm42018-01-301-0/+11
* vo_opengl: further GL API use separationwm42017-08-071-0/+6
* common, vo_opengl: add/use helper for formatted strings on the stackwm42017-07-241-0/+9
* Initial Android supportJan Ekström2016-02-101-0/+1
* common/common.c: handle utf16 in mp_parse_escapekwkam2016-02-061-1/+12
* Relicense some non-MPlayer source files to LGPL 2.1 or laterwm42016-01-191-7/+7
* mpv_talloc.h: rename from talloc.hDmitrij D. Czarkoff2016-01-111-1/+1
* common: add mp_tag_str() utility functionwm42016-01-111-0/+17
* common: allow "\/" as escape sequencewm42016-01-081-1/+2
* x11: query ICC profile based on center of windowNiklas Haas2015-04-291-0/+6
* Update license headersMarcin Kurczewski2015-04-131-5/+4
* Do not call strerror()wm42014-11-261-0/+9
* common: fix \x-style escapingshdown2014-10-161-1/+1
* Move compat/ and bstr/ directory contents somewhere elsewm42014-08-291-1/+1
* common: change mp_snprintf_append semanticswm42014-05-051-4/+11
* common: add mp_snprintf_append() utility functionwm42014-04-291-0/+19
* common: drop mp_append_utf8_buffer()wm42013-12-301-11/+2
* common: simplify and optimize string escape parsingwm42013-12-301-4/+69
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-0/+163