aboutsummaryrefslogtreecommitdiffhomepage
path: root/misc
Commit message (Expand)AuthorAge
* Fix misspellingsGravatar stepshal2016-06-26
* vo_opengl: use RPN expressions for user hook sizesGravatar Niklas Haas2016-05-15
* bstr: avoid redundant vsnprintf callsGravatar wm42016-03-23
* dispatch: clarify lifetime issuesGravatar wm42016-02-26
* Relicense some non-MPlayer source files to LGPL 2.1 or laterGravatar wm42016-01-19
* mpv_talloc.h: rename from talloc.hGravatar Dmitrij D. Czarkoff2016-01-11
* charset_conv: check for UTF-8 if uchardet returns unknownGravatar wm42015-12-20
* sub: detect charset in demuxerGravatar wm42015-12-17
* demux_libass: remove this demuxerGravatar wm42015-11-11
* sub: fix --sub-codepage UTF-8 with fallbackGravatar wm42015-09-01
* charset_conv: use our own UTF-8 check with ENCA onlyGravatar wm42015-08-04
* charset_conv: "auto" encoding detection now uses uchardet.Gravatar Jehan2015-08-04
* charset_conv: fix switched parametersGravatar wm42015-08-02
* charset_conv: add uchardet supportGravatar wm42015-08-02
* charset_conv: make it possible to return an allocated string as guessGravatar wm42015-08-01
* threads: use utility+POSIX functions instead of weird wrappersGravatar wm42015-05-11
* json: fix UTF-8 handlingGravatar wm42015-04-28
* Update license headersGravatar Marcin Kurczewski2015-04-13
* bstr: fix possible undefined behavior with length 0 stringsGravatar wm42015-01-12
* Silence some Coverity warningsGravatar wm42014-11-21
* bstr: don't call memcpy(..., NULL, 0)Gravatar wm42014-11-21
* json: handle >\\"< fragments correctlyGravatar wm42014-10-21
* lua: expose JSON parserGravatar wm42014-10-19
* misc: add JSON parserGravatar wm42014-10-17
* bstr: check strings before memcmp/strncasecmpGravatar James Ross-Gowan2014-10-07
* Move compat/ and bstr/ directory contents somewhere elseGravatar wm42014-08-29
* Add Plan 9-style barriersGravatar wm42014-07-26
* sub: add detection via BOMGravatar wm42014-07-22
* build: include <strings.h> for strcasecmp()Gravatar wm42014-07-10
* Audit and replace all ctype.h usesGravatar wm42014-07-01
* ring: use a different type for read/write pointersGravatar wm42014-05-30
* ring: implement drain in terms of readGravatar wm42014-05-29
* Fix gcc 4.7 warning about shadowing talloc_parent in mp_dispact_queueGravatar Paweł Forysiuk2014-05-28
* atomics: switch to C11 stdatomic.hGravatar wm42014-05-21
* threads: use mpv time for mpthread_cond_timedwait wrapperGravatar wm42014-05-18
* dispatch: document some guaranteesGravatar wm42014-04-25
* dispatch: wakeup only if needed on mp_dispatch_resume()Gravatar wm42014-04-24
* dispatch: improve documentation commentsGravatar wm42014-04-23
* threads: fix function nameGravatar wm42014-04-23
* dispatch: implement timeoutGravatar wm42014-04-23
* dispatch: use a real lock for mp_dispatch_lock()Gravatar wm42014-04-23
* dispatch: fix broken lockingGravatar wm42014-04-23
* dispatch: wakeup target thread when locking/suspendingGravatar wm42014-04-23
* dispatch: move into its own source fileGravatar wm42014-04-23
* charset_conv: mp_msg conversionsGravatar wm42013-12-21
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17