summaryrefslogtreecommitdiffstats
path: root/player
Commit message (Expand)AuthorAgeFilesLines
* 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 semanticswm42016-03-091-12/+2
* osd: cleanup: make OSDTYPE_ constants private to OSD codewm42016-03-084-10/+8
* osd, lua: manage multiple ASS overlays set with set_osd_ass() callswm42016-03-081-3/+4
* osc: fix mouse areaswm42016-03-081-1/+1
* osd, lua: remove weird OSD scalingwm42016-03-072-35/+40
* sub: make preloading more robustwm42016-03-062-11/+4
* sub: pass all attachments to the subtitle decoderwm42016-03-031-1/+25
* command: fix property notification for cache-buffering-statewm42016-03-021-1/+1
* command: add encoder-list propertywm42016-03-011-1/+14
* command: export canonical ffmpeg version identifierwm42016-02-291-0/+11
* command: export list of all decoderswm42016-02-291-0/+32
* command: export more information under track-listwm42016-02-291-3/+21
* player: simplify mp_seek()wm42016-02-281-55/+46
* demux: remove relative seekingwm42016-02-283-14/+5
* osc: add always-on mode and unify visibility mode (always/never/auto)Avi Halachmi (:avih)2016-02-271-6/+61
* osc: fix runtime enable_osc(true/false)Avi Halachmi (:avih)2016-02-271-4/+11
* player: minor simplificationwm42016-02-274-18/+13
* player: slightly simplify how demuxer streams are enabled/disabledwm42016-02-255-42/+31
* player: fix --force-window behaviorwm42016-02-251-2/+2
* player: honor --force-window if video is selected, but inactivewm42016-02-241-4/+10
* player: remove pointless callwm42016-02-231-1/+0
* player: simplify enabling demuxer threadswm42016-02-231-17/+6
* player: remove unused MPContext.stream fieldwm42016-02-233-11/+1
* player: remove MPContext.sources fieldswm42016-02-232-17/+4
* player: remove initial seek on playback startwm42016-02-181-2/+0
* player: remove old timeline/ordered chapters supportwm42016-02-155-277/+51
* audio/video: expose codec info as separate fieldwm42016-02-152-0/+2
* video: remove pointless parameter indirectionwm42016-02-151-1/+1
* player: add on_preloaded hookwm42016-02-151-0/+16
* player: restore old/correct --force-window behaviorwm42016-02-151-0/+3
* client API: handle double->int64 conversion correctlywm42016-02-131-1/+3
* lavfi: dump the filter graphwm42016-02-121-0/+13
* player: remove dead codewm42016-02-122-2/+2
* player: remove double assignment in declarationwm42016-02-121-1/+1
* player: abort loading if there is a problem with complex filterswm42016-02-101-5/+11
* lavfi: stop playback on some unrecoverable situationswm42016-02-101-1/+3
* player: assume setlocale() returns NULL if locales are not supportedwm42016-02-101-1/+1
* player: fix crash if no video decoder can be initializedwm42016-02-101-0/+1
* player: force refresh seek when changing audio filterswm42016-02-093-4/+18
* player: add --external-file optionwm42016-02-081-14/+12
* lavfi: fix EOF casewm42016-02-061-3/+4
* audio: fix EOF handling if nothing could be decoded at allwm42016-02-061-0/+4
* player: remove some further current_track dependencieswm42016-02-052-9/+7
* lavfi: fix build on Libavwm42016-02-051-0/+2
* player: add complex filter graph supportwm42016-02-057-52/+1074
* player: move audio and video decoder init to separate functionswm42016-02-053-33/+74
* player: simplify error_on_track()wm42016-02-051-15/+13
* options: set fs=yes by default on RPI, and change RPI defaults handlingwm42016-02-051-0/+5
* input: ignore --input-cursor for events injected by input commandswm42016-02-041-6/+6
* sub: implement "sub-seek 0"wm42016-02-041-1/+1
* command: fix track cycling logicwm42016-02-031-9/+4
* command: show original aspect in video-aspect property toowm42016-02-021-16/+19
* player: refactor: reduce some dependencies on current_trackwm42016-02-013-24/+15
* player: use different variable to indicate coverartwm42016-02-014-17/+15
* audio/video: merge decoder return valueswm42016-02-012-7/+7
* audio: use brutal resync only on larger PTS discontinuitieswm42016-01-311-2/+4
* audio: fix a case of going to sleep before playback startwm42016-01-311-0/+1
* vd_lavc: allow switching between hw/sw decoding any timewm42016-01-291-2/+1
* player: refactor: some more minor decoder/output decouplingwm42016-01-293-16/+22
* audio: refactor: separate audio init and filter/output initwm42016-01-291-47/+62
* audio: move pts reset checkwm42016-01-292-2/+16
* player: fix initial audio sync in certain caseswm42016-01-293-6/+2
* video: fix coverart switchingwm42016-01-271-2/+3
* command: always allow setting volume/mute propertieswm42016-01-261-5/+17
* video: slightly improve video stream switchingwm42016-01-261-0/+5
* audio: fix spdif PCM fallbackwm42016-01-251-0/+2
* audio: release pending audio frame on seekingwm42016-01-251-0/+2
* video: limit maximum number of VO frames correctlywm42016-01-241-1/+1
* player: free queued audio frame on uninitwm42016-01-231-0/+1
* command: add af-command commandwm42016-01-221-0/+6
* command: add vf-command commandwm42016-01-221-0/+6
* video: don't wait for last video frame in the normal casewm42016-01-221-4/+8
* sub: change when/how subtitles are read completelywm42016-01-221-12/+8
* audio: refactor: move MPContext.ao_buffer fieldwm42016-01-222-25/+22
* player: fix some oversights in video refactoringwm42016-01-221-5/+10
* player: refactor: eliminate MPContext.d_audiowm42016-01-226-37/+57
* audio: refactor: work towards unentangling audio decoding and filteringwm42016-01-224-53/+175
* player: never show "DS: (unavailable)"wm42016-01-201-3/+6
* audio: remove initial decoding retry limitationwm42016-01-191-8/+0
* audio: move dec_audio.pool to ad_spdifwm42016-01-191-1/+0
* Relicense some non-MPlayer source files to LGPL 2.1 or laterwm42016-01-197-44/+44
* command: fix NULL pointer deref in "video-codec" propertywm42016-01-181-1/+1
* demux: disable stream cache if no tracks are selectedwm42016-01-181-1/+4
* demux: remove unused flagwm42016-01-181-3/+1
* player: refactor: eliminate MPContext.d_videowm42016-01-179-100/+109
* player: refactor: eliminate MPContext.d_subwm42016-01-175-62/+74
* command: modify OSD message when forcing original video aspect ratiowm42016-01-161-0/+7
* video: refactor: disentangle decoding/filtering some morewm42016-01-164-92/+68
* osd: make osd-width/height properties watchablewm42016-01-151-1/+1
* global: add client API pointer to library handlewm42016-01-153-0/+9
* video: refactor: slightly disentangle video filteringwm42016-01-151-43/+32
* video: fix interactively changing aspect ratiowm42016-01-141-1/+1
* player: prefer "service_name" as media title.Oliver Freyermuth2016-01-141-0/+3
* player: implement SWITCH for dvb-channel-name property, add binding.Oliver Freyermuth2016-01-141-0/+8
* player: remove unused last_dvb_step member.Oliver Freyermuth2016-01-142-4/+0
* player, stream_dvb: implement dvb-channel-name property.Oliver Freyermuth2016-01-141-0/+22
* video: decouple filtering/decoding slightly morewm42016-01-144-95/+119
* player: remove stale declarationwm42016-01-141-1/+0
* video: refactor: shuffle code aroundwm42016-01-142-0/+74
* video: refactor: handle video format fixups closer to decoderwm42016-01-143-7/+9
* player: simplify backsteppingwm42016-01-124-117/+38
* player: handle hrseek framedrop correctlywm42016-01-122-2/+2
* demux: merge sh_video/sh_audio/sh_subwm42016-01-125-19/+18
* mpv_talloc.h: rename from talloc.hDmitrij D. Czarkoff2016-01-1112-12/+12
* player: eliminate demux_get_next_pts()wm42016-01-114-20/+6
* ytdl: Include Referer header as wellYen Chi Hsuan2016-01-101-3/+6
* player: detect audio PTS jumps, make video PTS heuristic less aggressivewm42016-01-092-13/+9
* player: reset playback abort when reloading a filewm42016-01-071-0/+1
* player: make watch later/resume work when "playing" directorieswm42016-01-062-9/+63
* video: fix debug messagewm42016-01-061-1/+1
* audio: update outdated commentwm42016-01-051-3/+4
* player: make sure streams are selected with ordered chapterswm42016-01-031-3/+3
* Update copyright yearwm42016-01-011-1/+1
* video: do not disable hr-seek framedrop too earlywm42015-12-301-7/+5
* sub: change how subtitles are readwm42015-12-294-57/+24
* sub: refactor initializationwm42015-12-271-16/+20
* sub: minor refactor how video FPS for MicroDVD is setwm42015-12-271-4/+4
* command: replace ROUND() with lrint()wm42015-12-261-5/+4
* sub: destroy/recreate ASS_Renderer when disabling/enablings subswm42015-12-261-0/+2
* sub: always recreate ASS_Renderer on subtitle decoder reinitwm42015-12-264-112/+1
* sub: cache subtitle state per track instead of per demuxer streamwm42015-12-263-35/+27
* command: change heuristic for files with 1 chapterwm42015-12-251-2/+3
* player: fix previous commitwm42015-12-251-11/+17
* options: add --audio-file-pathswm42015-12-251-15/+22
* sub: clear subtitle list when crossing timeline boundarywm42015-12-251-0/+6
* command: fix eof-reached property change notification in corner caseswm42015-12-241-2/+2
* demux: remove weird tripple-buffering for the sh_stream listwm42015-12-233-12/+14
* input: add key name to script-binding command responsewm42015-12-231-2/+2
* player: minor simplificationwm42015-12-232-5/+3
* vf_yadif: change defaultswm42015-12-211-1/+1
* video: switch from using display aspect to sample aspectwm42015-12-194-21/+19
* sub: remove unused video width/height headerswm42015-12-181-3/+0
* player: init playback speed correctlywm42015-12-101-0/+2
* sub: allow feeding bitmap subs in advancewm42015-12-051-2/+2
* player: remove redundant checkwm42015-12-051-1/+1
* player: don't make display-sync panic on timestamp discontinuitieswm42015-12-041-2/+2
* player: resync audio only on larger timestamp discontinuitieswm42015-12-041-2/+2
* client API: disallow masking MPV_EVENT_SHUTDOWNwm42015-12-021-0/+2
* osd: do not let OSD messages overwrite --osd-msgN textwm42015-11-291-14/+8
* vo_opengl: fix interpolation with display-syncwm42015-11-281-1/+2
* player: fix commit 50bb209awm42015-11-281-1/+1
* vo: change vo_frame field unitswm42015-11-271-1/+2
* player: always disable display-sync on desyncswm42015-11-272-22/+13
* player: make display-vdrop mode do what the manpage claimswm42015-11-261-4/+7
* command, vo: add estimated-display-fps propertywm42015-11-251-1/+30
* player: log some more display-sync informationwm42015-11-251-3/+6
* win32: don't show progress indicator in idle modeJames Ross-Gowan2015-11-231-1/+3
* command: export some per-video-frame informationwm42015-11-221-0/+25
* player: replace mistimed-frame-count with vsync-ratio on status linewm42015-11-181-1/+3
* player: make timeline switching slightly nicerwm42015-11-183-30/+27
* player: remove OSD subtitle render pathwm42015-11-174-63/+12
* player: use demuxer ts offset to simplify timeline ts handlingwm42015-11-168-45/+15
* player: handle rebasing start time differentlywm42015-11-166-37/+30
* win32: support taskbar button progress indicatorMartin Herkt2015-11-153-0/+23
* player: account for minor VO underrunswm42015-11-141-2/+2
* player: remove unused fieldwm42015-11-142-2/+0
* player: fix audio drift computation at different playback speedswm42015-11-141-8/+9
* player: stricter framedrop thresholdwm42015-11-131-3/+2
* player: try to compensate actual audio driftwm42015-11-132-0/+41
* player: change display-sync audio speed only if neededwm42015-11-131-38/+48
* player: remove display_sync_disable_counterwm42015-11-132-11/+8
* command: add vsync-ratio propertywm42015-11-133-6/+33
* player: compute required display-sync speed change differentlywm42015-11-131-22/+36
* player: smooth out frame durations by averaging themwm42015-11-131-1/+1
* player: refactor display-sync frame duration calculationswm42015-11-135-134/+98
* player: always require a future frame with display-sync enabledwm42015-11-131-2/+6
* command: rename vo-missed-frame-count propertywm42015-11-132-13/+7
* player: less naive roundingwm42015-11-111-1/+1
* player: silence sporadic error messages on audio initwm42015-11-101-1/+1
* external_files: deduplicate bstr functionsKevin Mitchell2015-11-091-20/+4
* command: make display-fps property writablewm42015-11-091-7/+9
* player: use input instead of output format for spdif checkwm42015-11-041-1/+1
* audio: do not require full audio chain reinit for speed changeswm42015-11-041-57/+66
* player: move audio speed adjustment codewm42015-11-041-54/+60
* audio: strictly align audio on spdif frameswm4