aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/misc.c
Commit message (Expand)AuthorAge
* player: use canonical playback time for video refreshesGravatar wm42018-05-25
* options: move most subtitle and OSD rendering options to sub structsGravatar wm42018-01-02
* player/misc.c: allow both --length and --end to control play endpointGravatar Leo Izen2017-12-04
* player: use start timestamp for ab-looping if --ab-loop-a is absentGravatar Leo Izen2017-12-03
* player: add get_play_start_ptsGravatar Leo Izen2017-12-03
* player: make refresh seeks slightly more robustGravatar wm42017-08-14
* player: remove --stream-capture option/propertyGravatar wm42017-01-21
* player: add prefetching of the next playlist entryGravatar wm42017-01-18
* player: restructure cancel callbackGravatar wm42017-01-18
* player: litter code with explicit wakeup callsGravatar wm42016-09-16
* player, ao, vo: don't call mp_input_wakeup() directlyGravatar wm42016-09-16
* stream, demux, config: remove some dead/unneeded option-related codeGravatar wm42016-09-09
* m_config: introduce basic mechanism to synchronize global option updatesGravatar wm42016-09-02
* player: don't send win32 taskbar update before window is createdGravatar wm42016-09-02
* options: make mp_vo_opts options an actual sub-option groupGravatar wm42016-08-30
* player: update Windows playback state asynchronouslyGravatar wm42016-08-20
* player: make looping slightly more seamlessGravatar wm42016-08-18
* player: offset demuxer on start/seek properly with audio/sub delayGravatar wm42016-08-04
* win32: make taskbar progress indication optionalGravatar maniak13492016-05-08
* cache: use a single STREAM_CTRL for various cache infoGravatar wm42016-03-29
* player: simplify error_on_track()Gravatar wm42016-02-05
* player: refactor: reduce some dependencies on current_trackGravatar wm42016-02-01
* Relicense some non-MPlayer source files to LGPL 2.1 or laterGravatar wm42016-01-19
* global: add client API pointer to library handleGravatar wm42016-01-15
* mpv_talloc.h: rename from talloc.hGravatar Dmitrij D. Czarkoff2016-01-11
* player: eliminate demux_get_next_pts()Gravatar wm42016-01-11
* demux: remove weird tripple-buffering for the sh_stream listGravatar wm42015-12-23
* win32: don't show progress indicator in idle modeGravatar James Ross-Gowan2015-11-23
* player: use demuxer ts offset to simplify timeline ts handlingGravatar wm42015-11-16
* player: handle rebasing start time differentlyGravatar wm42015-11-16
* win32: support taskbar button progress indicatorGravatar Martin Herkt2015-11-15
* stream: provide a stream_get_size() convenience functionGravatar wm42015-08-18
* player: never overwrite stop_play fieldGravatar wm42015-07-08
* player: unentangle --stream-dumpGravatar wm42015-07-02
* Update license headersGravatar Marcin Kurczewski2015-04-13
* player: cosmetics: async/non-blocking -> reentrantGravatar wm42015-02-20
* player: don't display zero duration for files with unknown durationGravatar wm42014-10-29
* player: add an option to abort playback on partial init failuresGravatar wm42014-10-28
* client API: better error reportingGravatar wm42014-10-28
* player: fix exiting if both audio and video fail initializingGravatar wm42014-10-23
* Set thread name for debuggingGravatar wm42014-10-19
* player: open stream and demuxer asynchronouslyGravatar wm42014-10-06
* player: move code to make playloop smallerGravatar wm42014-09-25
* player: some more input refactoringGravatar wm42014-09-07
* player: use virtual time for --audio-file with ordered chaptersGravatar wm42014-08-15
* video: move display and timing to a separate threadGravatar wm42014-08-12
* player: fix desync when seeking and switching external tracksGravatar wm42014-07-29
* player: remove something DVD specificGravatar wm42014-07-22
* demux: add a demuxer threadGravatar wm42014-07-16
* Revert "Remove DVD and Bluray support"Gravatar wm42014-07-15