index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
misc
Commit message (
Expand
)
Author
Age
*
Fix misspellings
stepshal
2016-06-26
*
vo_opengl: use RPN expressions for user hook sizes
Niklas Haas
2016-05-15
*
bstr: avoid redundant vsnprintf calls
wm4
2016-03-23
*
dispatch: clarify lifetime issues
wm4
2016-02-26
*
Relicense some non-MPlayer source files to LGPL 2.1 or later
wm4
2016-01-19
*
mpv_talloc.h: rename from talloc.h
Dmitrij D. Czarkoff
2016-01-11
*
charset_conv: check for UTF-8 if uchardet returns unknown
wm4
2015-12-20
*
sub: detect charset in demuxer
wm4
2015-12-17
*
demux_libass: remove this demuxer
wm4
2015-11-11
*
sub: fix --sub-codepage UTF-8 with fallback
wm4
2015-09-01
*
charset_conv: use our own UTF-8 check with ENCA only
wm4
2015-08-04
*
charset_conv: "auto" encoding detection now uses uchardet.
Jehan
2015-08-04
*
charset_conv: fix switched parameters
wm4
2015-08-02
*
charset_conv: add uchardet support
wm4
2015-08-02
*
charset_conv: make it possible to return an allocated string as guess
wm4
2015-08-01
*
threads: use utility+POSIX functions instead of weird wrappers
wm4
2015-05-11
*
json: fix UTF-8 handling
wm4
2015-04-28
*
Update license headers
Marcin Kurczewski
2015-04-13
*
bstr: fix possible undefined behavior with length 0 strings
wm4
2015-01-12
*
Silence some Coverity warnings
wm4
2014-11-21
*
bstr: don't call memcpy(..., NULL, 0)
wm4
2014-11-21
*
json: handle >\\"< fragments correctly
wm4
2014-10-21
*
lua: expose JSON parser
wm4
2014-10-19
*
misc: add JSON parser
wm4
2014-10-17
*
bstr: check strings before memcmp/strncasecmp
James Ross-Gowan
2014-10-07
*
Move compat/ and bstr/ directory contents somewhere else
wm4
2014-08-29
*
Add Plan 9-style barriers
wm4
2014-07-26
*
sub: add detection via BOM
wm4
2014-07-22
*
build: include <strings.h> for strcasecmp()
wm4
2014-07-10
*
Audit and replace all ctype.h uses
wm4
2014-07-01
*
ring: use a different type for read/write pointers
wm4
2014-05-30
*
ring: implement drain in terms of read
wm4
2014-05-29
*
Fix gcc 4.7 warning about shadowing talloc_parent in mp_dispact_queue
Paweł Forysiuk
2014-05-28
*
atomics: switch to C11 stdatomic.h
wm4
2014-05-21
*
threads: use mpv time for mpthread_cond_timedwait wrapper
wm4
2014-05-18
*
dispatch: document some guarantees
wm4
2014-04-25
*
dispatch: wakeup only if needed on mp_dispatch_resume()
wm4
2014-04-24
*
dispatch: improve documentation comments
wm4
2014-04-23
*
threads: fix function name
wm4
2014-04-23
*
dispatch: implement timeout
wm4
2014-04-23
*
dispatch: use a real lock for mp_dispatch_lock()
wm4
2014-04-23
*
dispatch: fix broken locking
wm4
2014-04-23
*
dispatch: wakeup target thread when locking/suspending
wm4
2014-04-23
*
dispatch: move into its own source file
wm4
2014-04-23
*
charset_conv: mp_msg conversions
wm4
2013-12-21
*
Split mpvcore/ into common/, misc/, bstr/
wm4
2013-12-17