aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/misc.c
Commit message (Expand)AuthorAge
* 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
* Remove DVD and Bluray supportGravatar wm42014-07-14
* demux: make start time a simple fieldGravatar wm42014-07-05
* command: change cache perentage to float, add cache-free and cache-usedGravatar Andrey Morozov2014-07-02
* player: fix start position when specifying with percentGravatar Tsukasa OMOTO2014-06-29
* options: support setting start time relative to start PTSGravatar Tsukasa OMOTO2014-06-29
* stream: don't use end_posGravatar wm42014-05-24
* stream: kill start_pos, remove --sb optionGravatar wm42014-05-24
* player: don't assign "false" to pointerGravatar wm42014-05-11
* player: dvdnav: fix start time when entering and leaving menuGravatar wm42014-03-30
* player: use MP_NOPTS_VALUE as rel_time_to_abs() error valueGravatar wm42014-03-25
* player: let chapter_start_time() return MP_NOPTS_VALUE for unknown timesGravatar wm42014-03-25
* player: redo terminal OSD and status line handlingGravatar wm42014-01-13
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* Move libquvi stuff to stream/resolve/Gravatar wm42013-12-17
* Move mpvcore/input/ to input/Gravatar wm42013-12-17
* Rename mp_core.h to core.hGravatar wm42013-12-17
* Move mpvcore/player/ to player/Gravatar wm42013-12-17