summaryrefslogtreecommitdiffstats
path: root/player
<
Commit message (Expand)AuthorAgeFilesLines
* 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 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