summaryrefslogtreecommitdiffstats
path: root/player
Commit message (Expand)AuthorAgeFilesLines
* player: fix seekability testwm42015-03-201-1/+1
* player: warn against non-monotonic video PTS only oncewm42015-03-181-8/+9
* player: refuse to write resume file with unseekable fileswm42015-03-181-0/+6
* osd: simplify an aspect of change detection handlingwm42015-03-181-1/+1
* command: don't drop audio buffers when switching filterswm42015-03-161-1/+0
* command: make "media-title" observablewm42015-03-151-1/+1
* command: fix display-fps property (again)wm42015-03-131-3/+3
* command: display-fps is the display FPS as assumed by the VOwm42015-03-121-4/+4
* player: dump list of satisfied deps instead of config.h with -vwm42015-03-111-1/+1
* command: allow changing some VO options even if VO wasn't created yetwm42015-03-111-4/+4
* player: fix crash when taking screenshots in idle modewm42015-03-111-0/+2
* audio: cut audio with spdif too on playback restartwm42015-03-101-3/+3
* command: add display-fps propertywm42015-03-101-1/+17
* player: restore --dump-statswm42015-03-101-6/+6
* audio: refuse to change playback speed with spdifwm42015-03-071-2/+4
* audio: make changing playback speed slightly more robustwm42015-03-071-32/+39
* Lua: add unpack shim for Lua 5.2/5.3 compatibility.torque2015-03-061-0/+2
* player: allow changing playback speed in early audio init stageswm42015-03-061-1/+1
* player: fix operation if command line is emptywm42015-03-061-10/+11
* player, client API: refactor cplayer init, reduce client API differenceswm42015-03-053-48/+51
* player: minor simplificationwm42015-03-051-3/+3
* player: use symbolic constant for seek precisionwm42015-03-044-29/+43
* input: use flag option type for some input commandswm42015-03-041-4/+11
* build: fix warnings with --disable-libasswm42015-03-041-2/+2
* audio: change playback speed directly in resamplerwm42015-03-021-10/+2
* player: refine rar:// playlist-safety handlingwm42015-03-021-3/+6
* Lua: add mp.get_screen_margins().torque2015-03-011-0/+12
* client API: make some more properties observablewm42015-02-271-1/+2
* player: adjust A/V desync messagewm42015-02-261-3/+3
* ytdl: add "--ytdl-params" optionThiago Kenji Okada2015-02-251-0/+7
* ytdl: add --no-warningswm42015-02-241-1/+1
* ytdl: Adapt to new subtitles structureJaime Marquínez Ferrándiz2015-02-241-9/+11
* encoding: allow encoding to channel configurations other than stereowm42015-02-231-1/+3
* player: fix demuxer lifetime managementwm42015-02-222-52/+43
* demux: add a demux_open_url() functionwm42015-02-201-9/+3
* demux: change demux_open() signaturewm42015-02-201-10/+10
* demux: add free_demuxer_and_stream() functionwm42015-02-201-9/+4
* player: move timeline scanning (ordered chapters etc.) to a threadwm42015-02-201-7/+15
* player: cosmetics: async/non-blocking -> reentrantwm42015-02-203-13/+13
* player: enable cache and demuxer thread for subtitles toowm42015-02-182-3/+7
* player: allow unsetting --term/osd-playing-msgwm42015-02-181-2/+2
* demux_edl: make independent from MPContextwm42015-02-172-6/+0
* demux_edl: move implementationwm42015-02-171-302/+0
* demux_cue: make independent from MPContextwm42015-02-172-5/+0
* demux_cue: move implementationwm42015-02-171-415/+0
* matroska: move timeline code to demux/wm42015-02-171-654/+0
* matroska: make timeline code independent of MPContextwm42015-02-173-114/+117
* player: use a separate context for timeline loader stuffwm42015-02-172-22/+46
* player: use a macro to remove an element from an arraywm42015-02-171-6/+1
* player: actually close files when using sub_removewm42015-02-171-13/+38
* command: add rescan_external_fileswm42015-02-163-4/+24
* command: nicer OSD message when setting audio-devicewm42015-02-161-0/+14
* sub: mess with styling defaults, change --ass-use-margins behaviorwm42015-02-162-2/+4
* osxbundle: config file special case isn't needed anymorewm42015-02-151-6/+0
* player: undeprecate 'config' fileswm42015-02-151-22/+5
* player: fix audio-device-list updateswm42015-02-143-0/+8
* ao_coreaudio: add support for hotplug notificationsStefano Pigozzi2015-02-142-4/+10
* Fix build on OSX broken by previous commitwm42015-02-131-1/+1
* vf_vapoursynth: add display refresh rate propertyJulian2015-02-131-0/+2
* player: deprecate 'config' files (use mpv.conf), warn against clasheswm42015-02-131-5/+27
* command: mark get_property as deprecatedwm42015-02-131-0/+4
* demux: hack for instant stream switchingwm42015-02-131-0/+5
* encoding: fixed-vo option was removedwm42015-02-131-1/+0
* player: add a --loop=force modewm42015-02-122-8/+6
* osx: move code to unset input context to the right placewm42015-02-121-4/+4
* osx: move cocoa specific call out of common codewm42015-02-121-8/+0
* player: drop explicit exit() callswm42015-02-121-14/+9
* audio: add device change notification for hotpluggingwm42015-02-122-8/+14
* Revert "player: make --force-window create the window immediately on start"wm42015-02-121-1/+0
* player: use af_scaletempo when slowing down audio toowm42015-02-121-1/+1
* player: skip audio filter reinit on some types of speed changeswm42015-02-101-1/+11
* tl_matroska: only check the chapter count when adding chaptersBen Boeckel2015-02-061-3/+3
* tl_matroska: squeeze down the number of parametersBen Boeckel2015-02-061-62/+77
* player: do not autoload audio with audio files, enable autoloadingwm42015-02-051-0/+12
* matroska: warn against mismatching segmentswm42015-02-041-0/+49
* player: move timeline specific handling to timeline loaderswm42015-02-044-14/+14
* command: add on_unload hookwm42015-02-041-0/+10
* player: make --force-window create the window immediately on startwm42015-02-031-0/+1
* player: remove --fixed-vowm42015-02-033-7/+2
* command: new commands audio_add/audio_remove/audio_reloadxylosper2015-02-033-34/+37
* command: add property returning detected audio deviceStefano Pigozzi2015-02-031-1/+11
* command: add property returning detected hwdec APIwm42015-02-021-1/+32
* player: add external audio file auto-loadingwm42015-02-021-44/+58
* command: add properties returning the current VO and AO driverwm42015-02-021-2/+18
* client API: add mpv_wait_async_requests()wm42015-02-021-8/+12
* command: add dummy get implementation for tv-channel propertywm42015-02-021-0/+2
* player: dump audio jitter to stats filewm42015-02-011-4/+5
* command: send additional property change events in-between loadingwm42015-02-013-0/+3
* command: improve observability of some audio propertieswm42015-02-011-1/+2
* player: don't treat audio playback restart while paused specialwm42015-01-301-4/+1
* player: minor simplification in A/V-sync related codewm42015-01-302-10/+6
* Revert "player: allow seeking audio between video frames"wm42015-01-301-9/+1
* player: print desync message on negative A/V-sync toowm42015-01-301-1/+1
* player: rearrange some A/V-sync related codewm42015-01-301-6/+5
* player: use correct type for some relative timeswm42015-01-301-3/+3
* command: change sub-visibility OSD messagewm42015-01-291-1/+2
* player: move more code out of central playloop functionwm42015-01-291-58/+73
* player: remove redundant variablewm42015-01-295-12/+9
* player: allow seeking audio between video frameswm42015-01-281-1/+9
* player: enable hr-seek on audio after video endwm42015-01-281-1/+2
* player: demote matroska ordered chapter scanning messages to VerboseDiogo Franco (Kovensky)2015-01-281-1/+1
* ta: rename MP_TALLOC_ELEMS to MP_TALLOC_AVAILBen Boeckel2015-01-271-1/+1
* command: export more details about file seekabilitywm42015-01-261-0/+10
* player: fix framestep over timeline segment boundarieswm42015-01-261-0/+2
* options: list correct default value for --screenshot-templatewm42015-01-261-1/+1
* lua: do not use math.pow()wm42015-01-251-1/+1
* vo: simplify VOs by adding generic screenshot supportwm42015-01-241-1/+1
* ytdl: implement user-agent and cookie overrideswm42015-01-241-5/+34
* video: separate screenshot modeswm42015-01-231-24/+25
* input, player: new command for mouse eventxylosper2015-01-231-0/+19
* command: export file format as propertywm42015-01-231-0/+12
* player: some fixes for property notificationxylosper2015-01-232-4/+4
* video: handle hwdec screenshots differentlywm42015-01-221-0/+10
* client API: check locale, and reject anything other than "C" localewm42015-01-201-0/+16
* win32: remove check for SetPriorityClass()wm42015-01-201-3/+3
* audio: don't force any parameters if spdif is usedwm42015-01-201-5/+3
* demux_disc: pass seek flags to stream layerwm42015-01-191-3/+6
* client API: minor cleanupwm42015-01-191-17/+28
* client API: notify API user on event queue overflowwm42015-01-192-11/+23
* player: mention mpv encoding support for transcoding in desync. warningwm42015-01-191-1/+1
* video: fix waiting for last frame/format reconfigwm42015-01-191-1/+1
* x11: add --on-all-workspaces option and propertywm42015-01-161-0/+9
* command: unify handling of fullscreen and other VO flagswm42015-01-161-21/+12
* player: don't enable demuxer readahead before selecting trackswm42015-01-162-5/+6
* player: respect --untimed on last framewm42015-01-161-1/+3
* player: respect --untimed on video format changeswm42015-01-161-1/+1
* ytdl_hook: Check for empty playlistsChrisK22015-01-161-1/+7
* OSC: Reset all styles for idle messageChrisK22015-01-161-6/+6
* player: don't fall asleep on audio decoding errorswm42015-01-151-0/+2
* player: fix --stop-playback-on-init-failure on audio init failurewm42015-01-151-2/+1
* osc: fix disabling OSCwm42015-01-151-1/+5
* player: fallback to seek time for percent-pos propertywm42015-01-141-2/+2
* client API: fix log buffer overflow casewm42015-01-131-3/+3
* player: fix crash wtih --secondary-sidwm42015-01-131-2/+3
* tl_matroska: fix minor memory leak in error casewm42015-01-121-5/+7
* player: check sufficient track selection before destroying VOwm42015-01-121-9/+9
* win32: drop hacks for possibly broken static pthreads-win32 linkingwm42015-01-111-14/+0
* command: fix property naming conventionwm42015-01-101-2/+2
* command: change properties added in previous commitwm42015-01-101-10/+7
* command.c: new subproperties for video-params: bpp and depthxylosper2015-01-101-0/+12
* player: enable demuxer thread for external audio fileswm42015-01-101-0/+9
* player: change stream list terminal outputwm42015-01-091-2/+2
* tl_matroska: check chapter boundswm42015-01-091-2/+7
* video: fix timeline with some container formatswm42015-01-061-0/+2
* command: ignore chapter cycling if there's only 1 chapterwm42015-01-051-2/+5
* client API, vo_opengl_cb: properly uninit videowm42015-01-041-0/+1
* video: batch query_format callswm42015-01-032-3/+4
* ytdl: silence "succeeded" messagewm42015-01-031-1/+1
* vf_vapoursynth: pass through container FPS valuewm42015-01-031-10/+8
* x11: make display-names property observablewm42015-01-031-1/+1
* video: better pipelining with vf_vapoursynthwm42015-01-033-4/+26
* OSC: idlemessage: fix alignmentChrisK22015-01-021-3/+3
* OSC: add osc-message script command (wip)ChrisK22015-01-021-0/+5
* OSC: display "drop files here" message when idle + forced-windowChrisK22015-01-021-2/+52
* player: move terminal input init to a better placewm42015-01-021-3/+3
* player: print config.h contents in verbose modewm42015-01-021-6/+14
* command: make the "run" command work on Windows toowm42015-01-011-22/+35
* Update copyright yearwm42015-01-011-1/+1
* client API: add function to create new mpv_handles from existing oneswm42014-12-311-0/+14
* vo_opengl_cb: simplify API uninitializationwm42014-12-312-2/+13
* vo_opengl_cb: pass context directlywm42014-12-311-3/+1
* video: pass some VO params as structwm42014-12-312-6/+12
* command: make empty vf-metadata not an errorwm42014-12-301-11/+6
* options: expand ~ for the include optionStefano Pigozzi2014-12-301-1/+5
* command: add filtered-metadata propertywm42014-12-291-1/+12
* player: filter tags, add --display-tags optionwm42014-12-292-7/+8
* player: make --shuffle/--merge-files affect runtime loaded playlistswm42014-12-294-15/+26
* command: stip path from playlist OSD displaywm42014-12-271-2/+8
* player: force stereo as default when encodingwm42014-12-271-0/+1
* player: fix random crashes on uninitializationwm42014-12-271-0/+1
* player: cosmetics: rename a functionwm42014-12-273-7/+7
* player: ordered chapters: cosmeticswm42014-12-261-54/+32
* player: ordered chapters: bullshit reductionwm42014-12-261-26/+5
* player: ordered chapters: filter missing chapterswm42014-12-261-0/+9
* command: overlay_add: more flexible treatment of offset parameterwm42014-12-261-8/+12
* win32: add mmap() emulationwm42014-12-261-9/+0
* player: hack against --keep-open misbehaving with broken fileswm42014-12-241-0/+2
* player: fix a typo in message outputwm42014-12-241-1/+1
*