index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
player
/
misc.c
Commit message (
Expand
)
Author
Age
*
cache: use a single STREAM_CTRL for various cache info
wm4
2016-03-29
*
player: simplify error_on_track()
wm4
2016-02-05
*
player: refactor: reduce some dependencies on current_track
wm4
2016-02-01
*
Relicense some non-MPlayer source files to LGPL 2.1 or later
wm4
2016-01-19
*
global: add client API pointer to library handle
wm4
2016-01-15
*
mpv_talloc.h: rename from talloc.h
Dmitrij D. Czarkoff
2016-01-11
*
player: eliminate demux_get_next_pts()
wm4
2016-01-11
*
demux: remove weird tripple-buffering for the sh_stream list
wm4
2015-12-23
*
win32: don't show progress indicator in idle mode
James Ross-Gowan
2015-11-23
*
player: use demuxer ts offset to simplify timeline ts handling
wm4
2015-11-16
*
player: handle rebasing start time differently
wm4
2015-11-16
*
win32: support taskbar button progress indicator
Martin Herkt
2015-11-15
*
stream: provide a stream_get_size() convenience function
wm4
2015-08-18
*
player: never overwrite stop_play field
wm4
2015-07-08
*
player: unentangle --stream-dump
wm4
2015-07-02
*
Update license headers
Marcin Kurczewski
2015-04-13
*
player: cosmetics: async/non-blocking -> reentrant
wm4
2015-02-20
*
player: don't display zero duration for files with unknown duration
wm4
2014-10-29
*
player: add an option to abort playback on partial init failures
wm4
2014-10-28
*
client API: better error reporting
wm4
2014-10-28
*
player: fix exiting if both audio and video fail initializing
wm4
2014-10-23
*
Set thread name for debugging
wm4
2014-10-19
*
player: open stream and demuxer asynchronously
wm4
2014-10-06
*
player: move code to make playloop smaller
wm4
2014-09-25
*
player: some more input refactoring
wm4
2014-09-07
*
player: use virtual time for --audio-file with ordered chapters
wm4
2014-08-15
*
video: move display and timing to a separate thread
wm4
2014-08-12
*
player: fix desync when seeking and switching external tracks
wm4
2014-07-29
*
player: remove something DVD specific
wm4
2014-07-22
*
demux: add a demuxer thread
wm4
2014-07-16
*
Revert "Remove DVD and Bluray support"
wm4
2014-07-15
*
Remove DVD and Bluray support
wm4
2014-07-14
*
demux: make start time a simple field
wm4
2014-07-05
*
command: change cache perentage to float, add cache-free and cache-used
Andrey Morozov
2014-07-02
*
player: fix start position when specifying with percent
Tsukasa OMOTO
2014-06-29
*
options: support setting start time relative to start PTS
Tsukasa OMOTO
2014-06-29
*
stream: don't use end_pos
wm4
2014-05-24
*
stream: kill start_pos, remove --sb option
wm4
2014-05-24
*
player: don't assign "false" to pointer
wm4
2014-05-11
*
player: dvdnav: fix start time when entering and leaving menu
wm4
2014-03-30
*
player: use MP_NOPTS_VALUE as rel_time_to_abs() error value
wm4
2014-03-25
*
player: let chapter_start_time() return MP_NOPTS_VALUE for unknown times
wm4
2014-03-25
*
player: redo terminal OSD and status line handling
wm4
2014-01-13
*
Split mpvcore/ into common/, misc/, bstr/
wm4
2013-12-17
*
Move options/config related files from mpvcore/ to options/
wm4
2013-12-17
*
Move libquvi stuff to stream/resolve/
wm4
2013-12-17
*
Move mpvcore/input/ to input/
wm4
2013-12-17
*
Rename mp_core.h to core.h
wm4
2013-12-17
*
Move mpvcore/player/ to player/
wm4
2013-12-17