summaryrefslogtreecommitdiffstats
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* misc: add a thread poolwm42017-04-012-0/+135
* osx: consistent normalisation when searching for external filesAkemi2017-02-022-1/+6
* charset_conv: fallback to interpreting subs as latin1 if iconv failswm42017-01-221-1/+1
* charset_conv: support minimum compatibility to utf8:... syntaxwm42017-01-221-1/+5
* options: drop deprecated --sub-codepage syntaxwm42017-01-191-70/+5
* charset_conv: fix "auto" fallback with uchardet not compiledwm42016-12-281-1/+3
* bstr: change to LGPLwm42016-12-112-14/+14
* charset_conv: simplify and change --sub-codepage optionwm42016-12-092-45/+49
* charset_conv: drop enca and libguess supportwm42016-12-091-67/+0
* player: don't enter playloop for client API requestswm42016-09-161-0/+4
* dispatch: fix a race condition triggering an assert()wm42016-09-161-1/+1
* player: use better way to wait for input and dispatching commandswm42016-09-162-7/+26
* osdep: rename atomics.h to atomic.hwm42016-09-071-1/+1
* dispatch: improve recent locking changes slightlywm42016-09-051-14/+20
* dispatch: redo locking, and allow reentrant processingwm42016-09-041-70/+101
* client API: implement mpv_suspend/resume slightly differentlywm42016-09-042-4/+2
* charset_conv: Use CP949 instead of EUC-KRJeong Woon Choi2016-09-021-0/+5
* misc: add some annoying mpv_node helperswm42016-08-282-0/+76
* Fix misspellingsstepshal2016-06-261-1/+1
* vo_opengl: use RPN expressions for user hook sizesNiklas Haas2016-05-152-8/+28
* bstr: avoid redundant vsnprintf callswm42016-03-231-3/+9
* dispatch: clarify lifetime issueswm42016-02-261-4/+9
* Relicense some non-MPlayer source files to LGPL 2.1 or laterwm42016-01-196-42/+42
* mpv_talloc.h: rename from talloc.hDmitrij D. Czarkoff2016-01-113-3/+3
* charset_conv: check for UTF-8 if uchardet returns unknownwm42015-12-201-0/+2
* sub: detect charset in demuxerwm42015-12-172-0/+8
* demux_libass: remove this demuxerwm42015-11-112-20/+0
* sub: fix --sub-codepage UTF-8 with fallbackwm42015-09-011-0/+4
* charset_conv: use our own UTF-8 check with ENCA onlywm42015-08-041-6/+5
* charset_conv: "auto" encoding detection now uses uchardet.Jehan2015-08-041-1/+3
* charset_conv: fix switched parameterswm42015-08-021-1/+1
* charset_conv: add uchardet supportwm42015-08-021-0/+39
* charset_conv: make it possible to return an allocated string as guesswm42015-08-012-6/+10
* threads: use utility+POSIX functions instead of weird wrapperswm42015-05-111-1/+2
* json: fix UTF-8 handlingwm42015-04-281-2/+2
* Update license headersMarcin Kurczewski2015-04-132-10/+8
* bstr: fix possible undefined behavior with length 0 stringswm42015-01-121-1/+1
* Silence some Coverity warningswm42014-11-211-1/+1
* bstr: don't call memcpy(..., NULL, 0)wm42014-11-211-0/+2
* json: handle >\\"< fragments correctlywm42014-10-211-2/+3
* lua: expose JSON parserwm42014-10-192-0/+6
* misc: add JSON parserwm42014-10-172-0/+309
* bstr: check strings before memcmp/strncasecmpJames Ross-Gowan2014-10-071-2/+6
* Move compat/ and bstr/ directory contents somewhere elsewm42014-08-294-2/+653
* Add Plan 9-style barrierswm42014-07-262-0/+62
* sub: add detection via BOMwm42014-07-221-4/+30
* build: include <strings.h> for strcasecmp()wm42014-07-101-0/+1
* Audit and replace all ctype.h useswm42014-07-011-0/+19
* ring: use a different type for read/write pointerswm42014-05-301-3/+3
* ring: implement drain in terms of readwm42014-05-291-12/+9
* Fix gcc 4.7 warning about shadowing talloc_parent in mp_dispact_queuePaweł Forysiuk2014-05-281-2/+2
* atomics: switch to C11 stdatomic.hwm42014-05-211-13/+8
* threads: use mpv time for mpthread_cond_timedwait wrapperwm42014-05-181-4/+6
* dispatch: document some guaranteeswm42014-04-251-0/+4
* dispatch: wakeup only if needed on mp_dispatch_resume()wm42014-04-241-1/+3
* dispatch: improve documentation commentswm42014-04-231-8/+10
* threads: fix function namewm42014-04-231-1/+1
* dispatch: implement timeoutwm42014-04-231-6/+11
* dispatch: use a real lock for mp_dispatch_lock()wm42014-04-231-37/+20
* dispatch: fix broken lockingwm42014-04-231-0/+7
* dispatch: wakeup target thread when locking/suspendingwm42014-04-231-1/+16
* dispatch: move into its own source filewm42014-04-232-0/+274
* charset_conv: mp_msg conversionswm42013-12-212-23/+28
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-174-0/+552