summaryrefslogtreecommitdiffstats
path: root/player
Commit message (Expand)AuthorAgeFilesLines
* player: make --terminal freetly settable at runtimewm42016-09-193-22/+30
* options: slightly better option update mechanismwm42016-09-193-9/+16
* command: add audio-pts property to get the audio ptsHector Martin2016-09-191-1/+14
* player: more option/property consistency fixeswm42016-09-183-34/+39
* command: fix window-scale option/property inconsistencieswm42016-09-181-7/+4
* options: rename/deprecate --playlist-poswm42016-09-181-2/+1
* command: minor fixes to video-aspect propertywm42016-09-181-8/+2
* command: fix --quiet, --really-quiet optionswm42016-09-181-0/+2
* command: add an apply-profile commandwm42016-09-171-0/+8
* options: take care of propertly updating options on runtime changeswm42016-09-173-3/+77
* command: make window-scale redirect to option if no window createdwm42016-09-171-1/+1
* options: simplify M_OPT_EXITwm42016-09-171-1/+1
* player: don't enter playloop for client API requestswm42016-09-161-2/+0
* player: fix a missed wakeupwm42016-09-161-0/+1
* player: use better way to wait for input and dispatching commandswm42016-09-164-16/+33
* client API: declare mpv_suspend/mpv_resume deprecatedwm42016-09-162-0/+4
* player: litter code with explicit wakeup callswm42016-09-169-39/+76
* player, ao, vo: don't call mp_input_wakeup() directlywm42016-09-1610-18/+46
* audio: fix missed wakeup when changing audio output devicewm42016-09-151-1/+1
* osd: slightly simplify update logicwm42016-09-152-3/+2
* player: move builtin profiles to a separate filewm42016-09-151-50/+4
* player: remove unintended !mingw ifdef for IPC uninitwm42016-09-151-2/+0
* client API: remove SIGPIPE overriding codewm42016-09-151-7/+0
* player: Save sub-speed value when resuming playbackVladimir Panteleev2016-09-131-0/+1
* player: Improve OSD formatting of sub-speed optionVladimir Panteleev2016-09-131-0/+4
* player: Apply new sub-speed values during playbackVladimir Panteleev2016-09-131-0/+21
* ytdl_hook: don't bother adding subtitles if duration isn't knownRicardo Constantino2016-09-131-5/+3
* ytdl_hook: Support playlist entries without subtitlesRicardo Constantino2016-09-131-3/+17
* command: don't log "ignore" command with -v verbositywm42016-09-111-1/+2
* client API: don't miss property changes after updatesJames Ross-Gowan2016-09-111-5/+3
* options: make --h list options according to a pattern passed to itwm42016-09-101-0/+1
* command: do not call mp_switch_track() before proper initializationwm42016-09-101-7/+17
* player: fix average frame duration calculationsda89ha92016-09-091-1/+1
* stream, demux, config: remove some dead/unneeded option-related codewm42016-09-093-21/+1
* client API: fix error code stringwm42016-09-091-1/+1
* client API: make mpv_opengl_cb_uninit_gl() behavior slightly nicerwm42016-09-092-1/+9
* stream_dvd, stream_dvdnav: remove weird option parsing stuffwm42016-09-081-2/+2
* vo: don't access global options unsynchronizedwm42016-09-081-0/+11
* atomics: readd some emulationwm42016-09-061-0/+4
* demux: do not access global optionswm42016-09-061-5/+1
* audio/out: deprecate "exclusive" sub-optionswm42016-09-051-0/+3
* client API: implement mpv_suspend/resume slightly differentlywm42016-09-043-6/+18
* command: try selecting the next track if track switching failswm42016-09-031-3/+4
* player: remove opengl-es=no flag from opengl-hq profilewm42016-09-031-1/+0
* config: deprecate ao and vo auto-profileswm42016-09-031-0/+2
* command: remove vo-cmdlinewm42016-09-021-13/+0
* vo_opengl: deprecate sub-options, add them as global optionswm42016-09-022-0/+36
* m_config: introduce basic mechanism to synchronize global option updateswm42016-09-022-0/+2
* player: don't send win32 taskbar update before window is createdwm42016-09-021-1/+1
* command: deprecate "cache" property, replace with "cache-percent"wm42016-09-021-2/+4
* client API: create core thread at an earlier timewm42016-09-012-54/+47
* command: fix or document some property/option consistency issueswm42016-09-012-20/+17
* command: remove 2 deprecated propertieswm42016-09-011-50/+0
* command: rename/deprecate some conflicting property nameswm42016-09-011-3/+7
* command: add options to property listwm42016-09-014-40/+101
* vo: change messy handling of fullscreen and other flagswm42016-08-301-10/+5
* options: make mp_vo_opts options an actual sub-option groupwm42016-08-304-12/+12
* command: cosmetics: fix some minor whitespace mistakeswm42016-08-301-2/+2
* player: make --force-window work with opengl-cbwm42016-08-301-0/+1
* player: slightly adjust framerate guessing heuristicwm42016-08-291-6/+8
* command: export profile list as a propertywm42016-08-281-0/+17
* player: add option to disable video OSDwm42016-08-281-4/+9
* command: add property for current subtitle textwm42016-08-271-1/+21
* player: fix minor spelling mistake in osc.luaJames Cowgill2016-08-271-1/+1
* player: avoid some redundant terminal status updateswm42016-08-261-11/+9
* player: don't directly access demuxer->streamwm42016-08-262-6/+4
* audio: avoid missed wakeups with ab-loopswm42016-08-241-1/+5
* audio: do not apply --audio-channels if spdif passthrough is in usewm42016-08-221-5/+9
* player: log if video is considered an imagewm42016-08-211-0/+1
* player: update Windows playback state asynchronouslywm42016-08-201-2/+2
* command: prevent O(n^2) behaviour for playlist propertyJames Ross-Gowan2016-08-201-3/+25
* player: refresh very low framerate video on filter changeswm42016-08-191-1/+3
* vf_rotate: allow arbitrary rotationwm42016-08-191-2/+2
* player: make looping slightly more seamlesswm42016-08-185-42/+38
* audio: improve aspects of EOF handlingwm42016-08-181-19/+40
* video: don't discard video frames after endptswm42016-08-181-3/+5
* player: add option to control duration of image displaywm42016-08-171-12/+22
* player: allow passing flags to queue_seek()wm42016-08-156-24/+31
* command: add replaygain information properties to track-listwm42016-08-131-0/+12
* command: add a property that returns filename without extensionwm42016-08-111-1/+13
* player: add --no-autoload-files optionwm42016-08-101-0/+6
* player: add --audio-wait-open optionswm42016-08-092-0/+10
* player: add --audio-stream-silencewm42016-08-091-0/+3
* client API: add stream_cb API for user-defined stream implementationsAman Gupta2016-08-072-0/+65
* client API: add MPV_ERROR_GENERICwm42016-08-071-0/+1
* player: gross hack to improve non-hr seeking with external audio trackswm42016-08-073-0/+30
* player: fix mid-stream audio sync conditionwm42016-08-071-3/+3
* player: fix display-sync timing if audio take long on resumewm42016-08-071-0/+6
* player: sync audio as well when enabling it mid-streamwm42016-08-061-0/+3
* player: improve instant track switchingwm42016-08-061-24/+5
* audio: use --audio-channels=auto behavior, except on ALSAwm42016-08-042-8/+15
* player: remove special-case for DL/DR speakerswm42016-08-041-2/+0
* player: offset demuxer on start/seek properly with audio/sub delaywm42016-08-044-0/+22
* ytdl: Error out with http_dash_segmentsRicardo Constantino2016-07-301-0/+4
* player: disable DS with spdif transcoding toowm42016-07-241-2/+5
* audio: refactor mixer code and delete mixer.cwm42016-07-176-33/+88
* player: do not cut off terminal status line if it contains newlineswm42016-07-151-1/+1
* Use - as command-name separator everywhereTimotej Lazar2016-07-143-12/+12
* command: add properties for HDR metadataNiklas Haas2016-07-131-0/+2
* video: respect --deinterlace=autowm42016-07-121-1/+2
* audio: show an osd bar when changing ao-volumeUros Vampl2016-07-101-1/+17
* audio: drop --softvol=no and --softvol=autowm42016-07-093-42/+71
* command: don't delay progress updates to next video framewm42016-07-081-0/+1
* video: fix midstream video configuration changeswm42016-07-081-0/+1
* video: limit number of frames sent to VO to the VO requested amountwm42016-07-071-1/+3
* player: cut off status line on terminal widthwm42016-07-061-0/+6
* video: fix deinterlace filter handling for VFCTRL_SET_DEINTERLACE filterswm42016-07-061-18/+20
* video: fix deinterlace filter handling on pixel format changeswm42016-07-061-7/+4
* player: it's not --force-seeking but --force-seekablewm42016-07-061-1/+1
* player: rewrite deinterlace filter auto-insertionwm42016-07-054-107/+84
* mp_image: split colorimetry metadata into its own structNiklas Haas2016-07-031-4/+4
* player: add missing space to error messagewm42016-07-021-1/+1
* player: fatal error if linked and compiled FFmpeg versions mismatchwm42016-07-011-0/+12
* command: pack sub image data in overlay-add commandwm42016-07-011-33/+98
* command: improve playlist* properties change notificationswm42016-06-202-6/+10
* player: fix previous commitwm42016-06-121-0/+3
* player: do not update OSD all the time when pausedwm42016-06-113-1/+9
* vo_opengl: refactor performance data propertiesNiklas Haas2016-06-081-43/+34
* player: remove unused return valuewm42016-06-081-6/+3
* player: tell user about --force-seeking if demuxer is not seekablewm42016-06-081-1/+2
* build: silence -Wunused-resultNiklas Haas2016-06-072-3/+3
* vo_opengl: expose performance timers as propertiesNiklas Haas2016-06-071-0/+43
* ytdl: fix brightcove urlsRicardo Constantino2016-05-301-3/+5
* video: remove d3d11 video processor use from OpenGL interopwm42016-05-291-1/+2
* vf_d3d11vpp: add a D3D11 video processor filterwm42016-05-281-0/+3
* command: add playlist-pos-1 propertywm42016-05-261-6/+20
* ytdl_hook: support multi-arc subtitlesRicardo Constantino2016-05-231-1/+20
* ta: remove old and redundant macrowm42016-05-171-1/+1
* lua: add timer:is_enabled() functionJulian2016-05-141-0/+4
* ytdl_hook: Just check if protocol is rtmpRicardo Constantino2016-05-141-1/+1
* video: add --hwdec=auto-copy modewm42016-05-111-2/+0
* player: restore usual seeking behaviorwm42016-05-091-16/+31
* video: refactor how VO exports hwdec device handleswm42016-05-094-13/+17
* win32: make taskbar progress indication optionalmaniak13492016-05-082-4/+31
* command: use NBSP for spacing after current marker for OSD listswm42016-05-041-2/+2
* command: change some hwdec propertieswm42016-05-041-0/+47
* command: slightly nicer OSD list formattingwm42016-05-031-19/+17
* osd: make osd_ass_0/1 defineswm42016-05-031-2/+2
* command: don't seek immediately when setting a-b loop when pausedwm42016-04-281-5/+5
* player: strictly wait until done when backsteppingwm42016-04-271-1/+1
* lavfi: shut up false positive compiler warningswm42016-04-261-2/+8
* player: fix memleak when using video-frame-infotrUSTssc2016-04-241-0/+1
* player: always show the first frame in DS modewm42016-04-241-0/+4
* player: assume video forwards timestamps jumps only with some formatswm42016-04-241-1/+1
* player: force VO reconfig when unselecting video trackwm42016-04-231-1/+1
* player: cleaner determination of current playback PTSwm42016-04-232-9/+11
* player: eagerly redraw OSD when seeking with coverartwm42016-04-231-1/+2
* player: fix OSD bar chapter markswm42016-04-221-1/+1
* command: if only ab-loop-b is set, loop from start of filewm42016-04-212-8/+13
* player: force wakeup on playback restartwm42016-04-201-0/+1
* player: really start audio only once video is readywm42016-04-201-5/+10
* player: reduce some timer callswm42016-04-201-4/+5
* player: minor simplification to buffering property updateswm42016-04-201-9/+4
* player: simplify an aspect of buffering determinationwm42016-04-194-18/+35
* player: loop on end of file if ab-loop-b is unsetwm42016-04-182-5/+9
* command: log property set callswm42016-04-152-8/+17
* command: allow setting panscan etc. properties if no video is activewm42016-04-151-4/+1
* client API: improve mpv_set_property() handling of MPV_FORMAT_NODEwm42016-04-151-34/+18
* player: fix use-after-free with --screenshot-directorywm42016-04-141-1/+2
* command: add keepaspect propertywm42016-04-081-0/+1
* player: hide cache in status line by default againwm42016-03-301-1/+1
* cache: use a single STREAM_CTRL for various cache infowm42016-03-294-46/+38
* command: add video-stereo-mode propertywm42016-03-281-0/+1
* player: fix breakage when combining 3D and rotate auto-filterswm42016-03-281-9/+5
* player: remove auto-inserted filters before adding them againwm42016-03-281-1/+11
* player: fix --stream-dump exit codewm42016-03-261-1/+1
* player: add wv to list of external audio file extensionsMartin Herkt2016-03-261-0/+1
* lua: don't require key for mp.add_key_binding()wm42016-03-261-3/+4
* ipc: add Windows implementation with named pipesJames Ross-Gowan2016-03-231-2/+0
* command: change "cache-speed" OSD formattingwm42016-03-221-4/+9
* command: add cache-speed propertywm42016-03-201-1/+17
* lua: don't suspend core by default during script executionwm42016-03-181-1/+1
* command: dump tracklist if sub-add is run with the "cached" flagwm42016-03-141-0/+2
* player: add missing audio reconfig eventswm42016-03-131-0/+4
* ytdl_hook: handle optional format_note▟ ▖▟ ▖2016-03-101-1/+1
* demux: replace demux_pause/demux_unpause with demux_run_on_threadwm42016-03-091-7/+17
* command: change stream-pos semanticswm4