summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* input: fix use after free with legacy commandswm42014-09-081-7/+11
* input: fix exiting with signalswm42014-09-081-2/+2
* stream: change cache return valueswm42014-09-072-7/+7
* player: some more input refactoringwm42014-09-076-73/+42
* win32: copy event flags after running VOCTRLswm42014-09-071-5/+2
* lua: synchronously wait until scripts are loadedwm42014-09-064-5/+49
* player: minor refactoringwm42014-09-062-22/+31
* audio/out: fix active waiting during pause againwm42014-09-061-1/+2
* vo_corevideo: remove this VOStefano Pigozzi2014-09-066-594/+4
* stream_lavf: assume icy title data is terminated with ';'wm42014-09-061-1/+1
* audio: fix initial sync with huge AO bufferwm42014-09-061-1/+1
* audio/out/push: redo audio waitingwm42014-09-061-45/+37
* audio/out: always round get_space on period sizewm42014-09-064-4/+6
* ao_sndio: fix a commentwm42014-09-061-2/+2
* ao_pcm: minor simplificationwm42014-09-061-1/+1
* ao_oss: minor simplificationwm42014-09-061-3/+1
* mplayer-input.conf: fix broken bindingwm42014-09-061-1/+1
* audio/out: remove old thingswm42014-09-0611-31/+27
* sub: fix possible deadlock with --no-sub-ass and similarwm42014-09-062-6/+3
* audio/out: make EOF handling properly event-basedwm42014-09-054-6/+52
* vo_sdl: fix typowm42014-09-051-1/+1
* af_hrtf: request required samplerate, instead of erroring outwm42014-09-051-8/+1
* af_hrtf: cosmetics: reindent misaligned code blockwm42014-09-051-8/+8
* audio: correctly initialize output bufferwm42014-09-051-0/+6
* player: check for null in resume config searchJames Ross-Gowan2014-09-051-1/+2
* win32: add tmpfile() replacementJames Ross-Gowan2014-09-053-3/+39
* audio: fix random crashes on uninitwm42014-09-051-2/+1
* manpage: fix sub_add descriptionwm42014-09-051-1/+1
* malloc+memset(0) to callocBruno George de Moraes2014-09-057-17/+9
* audio: make buffer size configurablewm42014-09-056-6/+23
* audio: fix obscure audio resync failure with timelineswm42014-09-052-3/+6
* cosmetics: remove a stray ';'wm42014-09-051-1/+1
* build: handle insane libavcodec API bullshitwm42014-09-053-11/+37
* video: rename VOCTRL_GET_WINDOW_SIZEwm42014-09-056-12/+16
* ebml: warn if there are too many subelementswm42014-09-041-3/+7
* demux_mkv: allow up to 256 MB of extradata to make broken files workwm42014-09-041-1/+1
* build: add a check_program checkStefano Pigozzi2014-09-031-1/+6
* wayland: print some useful outptu infoAlexander Preisinger2014-09-032-15/+21
* wayland: only save current mode of outputsAlexander Preisinger2014-09-031-1/+2
* x11: add rewind and forward keysKenneth Zhou2014-09-031-2/+4
* path: remove XDG bullshitwm42014-09-031-23/+1
* demux: allow increasing filepos onlywm42014-09-031-1/+2
* player: add --media-title optionwm42014-09-024-0/+11
* player: properly resume playlists loaded at runtimewm42014-09-021-0/+3
* player: add --osd-playing-msg optionwm42014-09-024-5/+22
* player: show HLS bitrate as fallback for track titleswm42014-09-011-0/+2
* player: simplistic HLS bitrate selectionwm42014-09-016-13/+44
* command: remove broken quvi-format propertywm42014-09-014-86/+0
* demux: get rid of old wrapperwm42014-09-013-8/+1
* command: make m_property_strdup_ro with NULL mean unavailablewm42014-09-011-0/+2
* command: disable some commands/properties properly in idle modewm42014-09-011-2/+21
* player: reset playback-related fields right on startwm42014-09-011-23/+17
* man: fix a whole bunch of typosMartin Herkt2014-09-0111-130/+130
* player: don't allow remote playlists to load local fileswm42014-09-015-10/+23
* playlist: don't add the base path twicewm42014-09-011-3/+0
* client API: fix memory leak with rejected eventswm42014-08-311-35/+36
* player: always load playlistswm42014-08-317-28/+54
* audio: go to draining state instead of EOF if audio starts laterwm42014-08-311-2/+2
* video: adjust some Matroska 3D formatswm42014-08-311-2/+2
* audio/out: prevent burning CPU when seeking while pausedwm42014-08-311-1/+2
* x11: when using --wid, inherit event flags from parent windowwm42014-08-313-6/+12
* lua: expose mp_getcwd through mp.utilsOtto Modinos2014-08-312-0/+18
* manpage: be more explicit about "estimated-..." propertieswm42014-08-311-2/+7
* csputils: adjust commentwm42014-08-302-3/+5
* video: initial Matroska 3D supportwm42014-08-3015-2/+146
* cache_file: add a mode that creates a temporary filewm42014-08-302-16/+38
* player: reduce default demuxer cachewm42014-08-302-2/+2
* TOOLS/mpv_identify.sh: simplify $MPV handlingshdown2014-08-301-6/+2
* TOOLS/mpv_identify.sh: various style improvementsshdown2014-08-301-32/+27
* TOOLS/mpv_identify.sh: move script body to a functionshdown2014-08-301-147/+143
* TOOLS/youtube-dl_mpv.sh: simplify $MPV handlingshdown2014-08-301-5/+1
* TOOLS/youtube-dl_mpv.sh: disable globbing before expanding $video_urlshdown2014-08-301-0/+1
* manpage: document that --cache-file doesn't work with ordered chapterswm42014-08-301-0/+2
* stream: correctly propagate uncached stream typewm42014-08-301-1/+1
* demux_lavf: print a warning if av_read_frame() returns an errorwm42014-08-301-1/+6
* vf_softpulldown: handle null mpi_image correctlyshdown2014-08-301-3/+3
* input: make ar_rate and ar_delay fields of input_ctx signedshdown2014-08-301-2/+2
* input: handle reaching MP_MAX_FDS correctlyshdown2014-08-301-10/+10
* demux_mkv: eliminate redundant branchshdown2014-08-301-5/+1
* demux: eliminate redundant checkshdown2014-08-301-1/+1
* demux_disc: handle new_sh_stream() fail correctlyshdown2014-08-301-2/+4
* gl_wayland: fix crash after eglInitialze failedAlexander Preisinger2014-08-301-6/+8
* manpage: fix minor grammar issuewm42014-08-291-1/+1
* vo_opengl: remove macro operator from shaderBin Jin2014-08-292-21/+7
* TOOLS/youtube-dl_mpv: allow playing multiple URLswm42014-08-291-4/+2
* player: fix quit handling when seeking past EOF while pausedwm42014-08-291-6/+5
* Move compat/ and bstr/ directory contents somewhere elsewm42014-08-2977-134/+94
* bstr: preparation for next commitwm42014-08-293-2/+3
* stream: tweaks to network reconnection codewm42014-08-293-3/+6
* command: remove extra spaceRyan Jacobs2014-08-291-1/+1
* options: more detailed output for --vf-... error messagewm42014-08-281-2/+4
* command: export demuxer cache info propertieswm42014-08-282-1/+44
* player: update cache state only if requestedwm42014-08-283-2/+44
* audio: restore old speed change behaviorwm42014-08-282-2/+2
* posix: use STD*_FILENO constantsBen Boeckel2014-08-283-7/+7
* tv: initialize frequencies to 0Ben Boeckel2014-08-281-2/+2
* player: simplify chapter display name codeBen Boeckel2014-08-281-3/+2
* player: don't sort a NULL listBen Boeckel2014-08-281-1/+2
* vo_opengl: don't pass (char*)NULL as %s printf argumentwm42014-08-281-2/+3
* vo_opengl: fix shaderwm42014-08-281-7/+9
* player: dynamically change cache wait timeswm42014-08-272-1/+13
* player: slightly better cache underrun detectionwm42014-08-272-5/+3
* demux_lavf: don't reject av:// if cache is enabledwm42014-08-271-1/+1
* demux: reset idle state on seekswm42014-08-271-2/+2
* player: better cache status on status linewm42014-08-274-12/+27
* player: fix basic playbackwm42014-08-272-7/+7
* player: redo how stream caching and pausing on low cache workswm42014-08-279-44/+87
* demux: reduce wakeups if no cache is activewm42014-08-271-1/+5
* vo_opengl: add parameter to gaussian filterBin Jin2014-08-262-3/+16
* vo_opengl: add radius options for filtersBin Jin2014-08-265-6/+33
* vo_opengl: add cparam1 and cparam2 optionsBin Jin2014-08-264-21/+49
* vo_opengl: add spline64 filter kernelBin Jin2014-08-261-0/+19
* TOOLS: youtube wrapper: allow overriding mpv binarywm42014-08-261-1/+5
* player: fix weird behavior when framestepping over format changeswm42014-08-261-1/+1
* input: make key bindings like "Shift+X" work (for ASCII)wm42014-08-263-13/+30
* input: make all modifier flags unsignedwm42014-08-261-8/+8
* manpage: mention that mp.commandv doesn't expand propertiesOtto Modinos2014-08-251-0/+4
* input: stdin is 0, not 1wm42014-08-251-1/+1
* player: minor changeswm42014-08-253-16/+6
* coreaudio_device: fix overwriting of user inputStefano Pigozzi2014-08-251-9/+8
* input: redo how --input-file is handledwm42014-08-255-24/+263
* msg: allow duplicating a mp_logwm42014-08-251-15/+20
* command: change OSD formatting of "speed" propertywm42014-08-251-1/+1
* options: compatibility hack for --slave-brokenwm42014-08-254-0/+12
* input: change verbosity of some message levelswm42014-08-251-3/+4
* vo_opengl: don't cut off feature list outputwm42014-08-251-1/+1
* demux: always use AVPacketwm42014-08-254-65/+41
* win32: correct SGR sequence handlingJames Ross-Gowan2014-08-241-5/+13
* win32: correct HANDLE typeJames Ross-Gowan2014-08-243-5/+5
* demux: avoid unnecessary wakeupswm42014-08-241-1/+1
* sd_lavc: remove ineffective codewm42014-08-241-4/+1
* video: avoid unnecessary frame droppingwm42014-08-231-1/+5
* player: restore silent seekingwm42014-08-231-1/+2
* audio: minor improvements to timeline switchingwm42014-08-234-13/+5
* demux_lavf: fix crash with unknown streamswm42014-08-231-1/+1
* osc: Use osd-font for playlist buttonsChrisK22014-08-221-2/+3
* player: some more debugging outputwm42014-08-221-0/+2
* video: some debugging outputwm42014-08-221-0/+4
* input.conf: bind ctrl+cwm42014-08-221-0/+1
* ao_dsound: raise default buffer size to 200ms, make it configurablewm42014-08-222-3/+8
* player: fix recent speed change regressionwm42014-08-223-2/+6
* player: don't clobber playback position on video endwm42014-08-221-5/+3
* video: refactor queue handlingwm42014-08-222-76/+53
* video: get rid of video_next_pts fieldwm42014-08-226-24/+8
* video: move some code aroundwm42014-08-221-46/+45
* video: minor simplificationwm42014-08-221-21/+11
* manpage: remove duplicated contentBin Jin2014-08-221-29/+0
* vf_vapoursynth: add more VS frame propertiesBin Jin2014-08-221-0/+8
* vf_vapoursynth: add display resolution supportBin Jin2014-08-221-0/+5
* osc: revert disabling use_suspendwm42014-08-211-2/+0
* build: disable terminfo and termcap code by defaultwm42014-08-212-2/+4
* terminal-unix: new input handling codewm42014-08-211-33/+246
* terminal-win: read input from a threadwm42014-08-212-29/+51
* terminal: some cleanupswm42014-08-215-72/+42
* terminal-win: remove nonsensical codewm42014-08-211-9/+0
* win32: emulate some ANSI terminal escape codeswm42014-08-215-53/+98
* audio: limit on low (and not high) buffer sizewm42014-08-211-1/+1
* vaapi: try dealing with Intel's braindamaged shit driverswm42014-08-217-2/+84
* osd+osc: Add left-arrow to osd-fontChrisK22014-08-212-2/+4
* etc/mpv.desktop: add audio/flac mimetypewm42014-08-211-1/+1
* video: don't assume query_format is thread-safewm42014-08-204-6/+19
* terminal-unix: eliminate unnecessary variablewm42014-08-201-5/+2
* wayland: replace deprecated xkbcommon functionsAlexander Preisinger2014-08-201-3/+3
* options.rst: fix warningAlexander Preisinger2014-08-201-1/+1
* vo_wayland: fix formatting inconsistenciesAlexander Preisinger2014-08-201-4/+4
* vo_wayand: save the flip time in the frame handlerAlexander Preisinger2014-08-201-0/+10
* command: add estimated-frame-count & estimated-frame-number propertiesAndrey Morozov2014-08-192-0/+46
* example.conf: demuxer-thread is now enabled by defaultwm42014-08-191-3/+2
* TOOLS/stats-conv.py: improvementswm42014-08-191-18/+31
* video: add VOCTRL_GET_RECENT_FLIP_TIMEwm42014-08-182-1/+7
* vo_opengl: add check-pattern suboption for testingwm42014-08-181-2/+28
* video: dump vsync phase into stats filewm42014-08-181-2/+4
* vaapi: we need more surfaceswm42014-08-181-1/+2
* wayland: dynamically report display fpsAlexander Preisinger2014-08-182-21/+60
* manpage: fix opengl-hq defaultswm42014-08-181-1/+1
* command: drop " %" from "cache" property OSD-formattingwm42014-08-181-1/+1
* player: never print status messages before playback beginswm42014-08-182-2/+4
* player: remove unneeded callwm42014-08-183-6/+1
* DOCS/tech-overview.txt: some updateswm42014-08-181-17/+35
* x11: listen to xrandr eventswm42014-08-174-2/+20
* TOOLS/zsh.pl: protect global environmentPhilip Sequeira2014-08-171-0/+4
* TOOLS/zsh.pl: fix a ret that hadn't been changed to rcPhilip Sequeira2014-08-171-1/+1
* TOOLS/zsh.pl: complete profilesPhilip Sequeira2014-08-171-0/+36
* x11: fix xrandr conditional compilationwm42014-08-171-1/+1
*