summaryrefslogtreecommitdiffstats
path: root/player/misc.c
Commit message (Expand)AuthorAgeFilesLines
* player: remove --stream-capture option/propertywm42017-01-211-4/+18
* player: add prefetching of the next playlist entrywm42017-01-181-49/+0
* player: restructure cancel callbackwm42017-01-181-1/+1
* player: litter code with explicit wakeup callswm42016-09-161-2/+4
* player, ao, vo: don't call mp_input_wakeup() directlywm42016-09-161-1/+1
* stream, demux, config: remove some dead/unneeded option-related codewm42016-09-091-17/+0
* m_config: introduce basic mechanism to synchronize global option updateswm42016-09-021-0/+1
* player: don't send win32 taskbar update before window is createdwm42016-09-021-1/+1
* options: make mp_vo_opts options an actual sub-option groupwm42016-08-301-1/+1
* player: update Windows playback state asynchronouslywm42016-08-201-2/+2
* player: make looping slightly more seamlesswm42016-08-181-0/+6
* player: offset demuxer on start/seek properly with audio/sub delaywm42016-08-041-0/+12
* win32: make taskbar progress indication optionalmaniak13492016-05-081-4/+12
* cache: use a single STREAM_CTRL for various cache infowm42016-03-291-11/+8
* player: simplify error_on_track()wm42016-02-051-15/+13
* player: refactor: reduce some dependencies on current_trackwm42016-02-011-2/+1
* Relicense some non-MPlayer source files to LGPL 2.1 or laterwm42016-01-191-15/+7
* global: add client API pointer to library handlewm42016-01-151-0/+1
* mpv_talloc.h: rename from talloc.hDmitrij D. Czarkoff2016-01-111-1/+1
* player: eliminate demux_get_next_pts()wm42016-01-111-14/+0
* demux: remove weird tripple-buffering for the sh_stream listwm42015-12-231-2/+2
* win32: don't show progress indicator in idle modeJames Ross-Gowan2015-11-231-1/+3
* player: use demuxer ts offset to simplify timeline ts handlingwm42015-11-161-8/+0
* player: handle rebasing start time differentlywm42015-11-161-14/+5
* win32: support taskbar button progress indicatorMartin Herkt2015-11-151-0/+20
* stream: provide a stream_get_size() convenience functionwm42015-08-181-2/+1
* player: never overwrite stop_play fieldwm42015-07-081-1/+2
* player: unentangle --stream-dumpwm42015-07-021-5/+8
* Update license headersMarcin Kurczewski2015-04-131-5/+4
* player: cosmetics: async/non-blocking -> reentrantwm42015-02-201-2/+2
* player: don't display zero duration for files with unknown durationwm42014-10-291-2/+2
* player: add an option to abort playback on partial init failureswm42014-10-281-2/+3
* client API: better error reportingwm42014-10-281-2/+5
* player: fix exiting if both audio and video fail initializingwm42014-10-231-0/+18
* Set thread name for debuggingwm42014-10-191-0/+2
* player: open stream and demuxer asynchronouslywm42014-10-061-0/+64
* player: move code to make playloop smallerwm42014-09-251-3/+9
* player: some more input refactoringwm42014-09-071-7/+1
* player: use virtual time for --audio-file with ordered chapterswm42014-08-151-0/+10
* video: move display and timing to a separate threadwm42014-08-121-3/+1
* player: fix desync when seeking and switching external trackswm42014-07-291-2/+3
* player: remove something DVD specificwm42014-07-221-8/+1
* demux: add a demuxer threadwm42014-07-161-5/+5
* Revert "Remove DVD and Bluray support"wm42014-07-151-0/+4
* Remove DVD and Bluray supportwm42014-07-141-4/+0
* demux: make start time a simple fieldwm42014-07-051-1/+1
* command: change cache perentage to float, add cache-free and cache-usedAndrey Morozov2014-07-021-2/+2
* player: fix start position when specifying with percentTsukasa OMOTO2014-06-291-1/+1
* options: support setting start time relative to start PTSTsukasa OMOTO2014-06-291-3/+8
* stream: don't use end_poswm42014-05-241-2/+4
* stream: kill start_pos, remove --sb optionwm42014-05-241-2/+2
* player: don't assign "false" to pointerwm42014-05-111-1/+1
* player: dvdnav: fix start time when entering and leaving menuwm42014-03-301-0/+4
* player: use MP_NOPTS_VALUE as rel_time_to_abs() error valuewm42014-03-251-7/+8
* player: let chapter_start_time() return MP_NOPTS_VALUE for unknown timeswm42014-03-251-1/+1
* player: redo terminal OSD and status line handlingwm42014-01-131-4/+2
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-4/+4
* Move options/config related files from mpvcore/ to options/wm42013-12-171-2/+2
* Move libquvi stuff to stream/resolve/wm42013-12-171-1/+0
* Move mpvcore/input/ to input/wm42013-12-171-1/+1
* Rename mp_core.h to core.hwm42013-12-171-1/+1
* Move mpvcore/player/ to player/wm42013-12-171-0/+210