summaryrefslogtreecommitdiffstats
path: root/player
Commit message (Expand)AuthorAgeFilesLines
* player: fix removing external tracks at runtimewm42015-04-271-1/+9
* player: flush decoder even if cover art is decodedwm42015-04-241-1/+1
* player: don't show A/V desync message in non-sense situationswm42015-04-241-2/+2
* osc: add nil check for element.eventresponderwm42015-04-231-1/+1
* demux_mkv: move global options to the demuxerwm42015-04-231-2/+0
* lua: add utils.format_json() functionwm42015-04-221-0/+18
* osc: paint over a crashwm42015-04-221-4/+6
* player: do not load encoding config files in non-encoding modewm42015-04-211-8/+6
* command: demuxer-cache-time propertyxylosper2015-04-211-1/+21
* player: cleanup update_fps() functionwm42015-04-202-13/+5
* video: cleanup some old log messageswm42015-04-201-0/+2
* client API: add a screenshot_raw commandwm42015-04-203-0/+52
* client API: add MPV_FORMAT_BYTE_ARRAY typewm42015-04-201-0/+3
* client API: add glue for making full use of mpv_command_node()wm42015-04-204-10/+14
* player: change video-bitrate and audio-bitrate propertieswm42015-04-201-47/+28
* command: disc-mouse-on-button propertyxylosper2015-04-213-0/+33
* vf_screenshot: remove this filterwm42015-04-161-6/+1
* command: let screenshot_to_file command overwrite fileswm42015-04-161-5/+0
* video: do not show decoder framedrops if they're not requestedwm42015-04-161-1/+2
* subprocess: move implementation for deatched subprocesseswm42015-04-151-34/+1
* player: silence spam in verbose mode when playing audio with cover artwm42015-04-141-1/+1
* Update license headersMarcin Kurczewski2015-04-1314-70/+56
* main-fn-win: fix handle validity check for XPJames Ross-Gowan2015-04-111-1/+2
* win32: use pseudo-gui profile when started without stdioJames Ross-Gowan2015-04-111-6/+35
* win32: only attach to the console from mpv.comJames Ross-Gowan2015-04-111-0/+5
* win32: use a platform-specific unicode entry-pointJames Ross-Gowan2015-04-113-8/+24
* player: use config parser for setting up pseudo-gui profilewm42015-04-101-9/+7
* player: change pseudo-gui settingswm42015-04-101-2/+1
* player: do not accidentally init terminalwm42015-04-101-2/+1
* ytdl: set additional properties for rtmp streamsSebastian Mayr2015-04-091-3/+21
* ytdl_hook.lua: Disable video when vid option is "no"robin2015-04-091-0/+7
* vo_opengl_cb: deprecate mpv_opengl_cb_render()wm42015-04-091-1/+6
* vo_opengl_cb: add a function to report vsync timewm42015-04-091-0/+4
* audio: change a detail about filter insertionwm42015-04-071-18/+1
* audio: avoid one more redundant audio filter reinitwm42015-04-071-2/+2
* screenshot: use GPU readback only for hardware decoded imageswm42015-04-071-1/+1
* command: new subproperty for video-params: gammaNiklas Haas2015-04-041-0/+5
* video: cleanup stereo mode parsingwm42015-04-021-1/+1
* player: add --idle --keep-open to pseudo-gui profilewm42015-04-021-0/+2
* player: add "pseudo-gui" profilewm42015-04-021-0/+8
* lua: reject Lua 5.3wm42015-04-011-0/+5
* command: remove unused functionwm42015-04-011-14/+0
* video: move colorspace overrides to vf_format, simplifywm42015-03-311-120/+21
* build: make posix_spawn() mandatorywm42015-03-301-4/+0
* video: fix seek-to-last-framewm42015-03-261-3/+1
* player: relax assertion on mp_set_playlist_entryNiklas Haas2015-03-261-1/+1
* video: make frame skipping code slightly more readablewm42015-03-251-13/+8
* video: refactor aspects of queue and EOF handlingwm42015-03-251-41/+62
* lua: replace getcwd() implementationwm42015-03-242-14/+4
* command: add property returning current working directorywm42015-03-241-0/+20
* audio: increase maximum amount of audio skipped for seekingwm42015-03-241-1/+1
* client API: remove dead assignmentwm42015-03-231-1/+0
* video: use less technical language for PTS warningwm42015-03-231-1/+1
* encode: make --audio-channels=auto workwm42015-03-231-2/+4
* video: fix update of vo-configured propertywm42015-03-231-0/+1
* vo_opengl_cb: don't render OSD while VO is not createdwm42015-03-232-2/+1
* command: use mp_set_playlist_entrySai Ke WANG2015-03-221-3/+1
* 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-19