summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* af_lavrresample: minor cosmeticswm42014-08-171-4/+2
* video: make vo_opengl the default over vo_vdpauwm42014-08-171-3/+3
* video: enable framedropping by defaultwm42014-08-172-4/+5
* video: take refresh rate changes into accountwm42014-08-173-28/+37
* x11: fix memory leakswm42014-08-171-3/+9
* build: use pkg-config for xscreensaverwm42014-08-161-2/+1
* build: drop check for XF86keysym.hwm42014-08-164-23/+1
* x11: use xrandr to retrieve display refresh ratewm42014-08-166-40/+83
* demux: enable thread by defaultwm42014-08-163-9/+6
* demux: add option to control the readahead buffer by a duration valuewm42014-08-164-4/+35
* demux: remove unused functionwm42014-08-162-13/+0
* player: cosmetics: make code more compactwm42014-08-161-5/+2
* vo_wayland: fix redrawing logicwm42014-08-161-8/+8
* video: add --display-fps switch to control framedrop FPSwm42014-08-164-3/+17
* audio: add a mode to insert silence on severe A/V desyncwm42014-08-155-4/+27
* vo_opengl: optional support for using GLX_SGI_video_syncwm42014-08-152-1/+26
* gl_common: add SGI_video_sync extensionwm42014-08-152-0/+11
* vo_opengl: if glfinish is used, also call it after swapppingwm42014-08-152-1/+6
* video: add VO framedropping modewm42014-08-1511-40/+187
* vo: eliminate a redundant variablewm42014-08-151-10/+5
* player: use virtual time for --audio-file with ordered chapterswm42014-08-155-10/+16
* lua: wake up the core when setting OSDwm42014-08-151-0/+1
* osc: Overhaul (wip)ChrisK22014-08-151-502/+848
* sub: add option to workaround broken mkv fileswm42014-08-145-2/+13
* sub: call sub_reset() on seeks onlywm42014-08-143-13/+3
* client API: directly lock playloopwm42014-08-141-4/+3
* lua: allow disabling suspendwm42014-08-141-2/+8
* client API: adjust documentation for mpv_suspend()wm42014-08-141-20/+5
* vo: remove unused libavutil includewm42014-08-141-2/+0
* vo: fix mingw compilationwm42014-08-141-0/+2
* demux_lavf: support new metadata update APIwm42014-08-143-3/+35
* TOOLS/zsh.pl: properly set the return valueAlessandro Ghedini2014-08-131-9/+12
* TOOLS/zsh.pl: properly return non-zero when no matches are foundc_142014-08-131-0/+1
* wayland: pointer interface is created after themeAlexander Preisinger2014-08-131-13/+8
* video: reduce non-sense messages when playing coverartwm42014-08-131-11/+14
* video: don't run new frame processing on every iterationwm42014-08-131-19/+22
* video: move some more code aroundwm42014-08-131-38/+49
* video: move some code aroundwm42014-08-131-45/+40
* video: exit early when nothing to dowm42014-08-131-7/+7
* video: minor simplification of the old framedrop codewm42014-08-131-10/+6
* player: don't quit with --loop-filewm42014-08-131-0/+1
* vdpau: correctly mark invalid mixer as such on vdp_video_mixer_create() failureAlessandro Ghedini2014-08-131-0/+3
* build: fix libmpv build when using system wafJan Palus2014-08-131-1/+3
* vo_vdpau: fix screenshots with anamorphic videowm42014-08-131-1/+1
* x11: vdpau GLX interop needs X11 threadswm42014-08-131-0/+2
* af_lavcac3enc: lower minimum channel number to 3wm42014-08-122-2/+2
* docs: cocoa example uses wakeup callback APIFRAU KOUJIRO2014-08-121-22/+54
* docs: simple cocoa API usage exampleFRAU KOUJIRO2014-08-121-0/+85
* af_lavcac3enc: change default bitrate to 640wm42014-08-122-2/+5
* video: fix and simplify video format changes and last frame displaywm42014-08-126-181/+127
* video: move display and timing to a separate threadwm42014-08-1219-252/+513
* DOCS: mark the recent release in client-api-changes.rstwm42014-08-122-0/+3
* input.conf: add some bindings for changing audio-delaywm42014-08-111-0/+2
* input.conf: make explanatory text more readablewm42014-08-112-30/+16
* video: don't keep multiple pointers to hwdec info structwm42014-08-117-26/+29
* vaapi: fix uninitialized value readwm42014-08-111-1/+1
* vf_vapoursynth: print more diagnostics on errorwm42014-08-111-3/+9
* manpage: update keybindingswm42014-08-111-1/+1
* Move status-line.luawm42014-08-111-1/+1
* player: remove cache status from video OSDwm42014-08-111-3/+0
* demux: reduce log spam if threading is disabledwm42014-08-111-3/+11
* video: fix dangling pointer issuewm42014-08-111-1/+1
* vdpau: allocate surfaces by agewm42014-08-112-1/+11
* input: fix event wakeupwm42014-08-111-18/+14
* input.conf: change LEFT/RIGHT keys to seek 5s instead of 10swm42014-08-111-2/+2
* command: for OSD, format cache property as integerwm42014-08-111-0/+5
* command: fix dangling pointer issue in script key bindings codewm42014-08-111-1/+1
* player: don't delay OSD redraw when pausedwm42014-08-101-2/+4
* vo_sdl: fix redrawing issuewm42014-08-101-1/+1
* input.conf: map shift+pgup/dwn to the old seek bindingswm42014-08-091-2/+4
* video: remove "hard" framedrop modewm42014-08-094-12/+20
* etc/example.conf: update cache optionswm42014-08-091-4/+10
* command: run OSD display code even if a property is unavailablewm42014-08-091-4/+2
* etc: add mplayer-input.confwm42014-08-091-0/+153
* input.conf: switch chapter seek next/previous keyswm42014-08-081-2/+2
* manpage: update key bindingswm42014-08-081-36/+6
* manpage: add sections and order by usageAlexander Preisinger2014-08-081-1677/+1810
* ao_dsound: reduce default buffer sizewm42014-08-081-1/+1
* input.conf: unmap some more obscure bindingswm42014-08-081-12/+11
* command: add a "seeking" propertywm42014-08-082-0/+16
* player: indicate on the status line whether a seek is activewm42014-08-081-1/+3
* input.conf: remap pgup/dwn to chapter seekswm42014-08-071-4/+8
* build: add hacks to force waf to generate valid .pc fileswm42014-08-072-0/+9
* input: fix off by one error in command parserwm42014-08-071-1/+1
* audio: fix encoding modewm42014-08-071-1/+2
* client API: qtexample: don't pass deallocated strings to mpvwm42014-08-071-1/+2
* demux: fix playback abort if --demuxer-thread is not usedwm42014-08-071-9/+9
* player: remove unused declarationwm42014-08-071-1/+0
* gitignore: fix manpage entrieswm42014-08-061-6/+6
* old-build: HAVE_COCOA_APPLICATION must be setwm42014-08-062-1/+2
* stream_dvb: restore --dvbin-file optionwm42014-08-062-7/+15
* stream_dvb: fix channels.conf preference orderwm42014-08-061-3/+4
* vo_direct3d: allow resizing before video initwm42014-08-061-1/+1
* win32: never call GetClientRect(0, ...)wm42014-08-062-2/+6
* demux: make track switching asynchronouswm42014-08-061-0/+21
* client API: trigger MPV_EVENT_VIDEO_RECONFIG on vf recreationwm42014-08-061-0/+2
* audio: fix inverted conditionwm42014-08-061-6/+4
* wayland: remove redundant lineAlexander Preisinger2014-08-061-1/+0
* wayland: changes for nested compositorsAlexander Preisinger2014-08-061-20/+50
* build: allow to disable building the cplayerStefano Pigozzi2014-08-062-10/+16
* build: expose waf variants to the userStefano Pigozzi2014-08-062-0/+35
* cocoa: fix build by using the correct HAVE_* macroStefano Pigozzi2014-08-062-6/+6
* cocoa: macosx_application needs cocoa-applicationFRAU KOUJIRO2014-08-063-4/+8
* build: cocoa-application config targetFRAU KOUJIRO2014-08-061-11/+23
* cocoa: move handleFilesArray: to macosx_eventsFRAU KOUJIRO2014-08-065-19/+20
* cocoa: move set_input_context to macosx_eventsFRAU KOUJIRO2014-08-065-9/+10
* cocoa: sync inputContext inside EventsResponderFRAU KOUJIRO2014-08-063-12/+28
* cocoa: decouple events from application somewhatFRAU KOUJIRO2014-08-064-64/+118
* win32: fix buildwm42014-08-051-1/+0
* build: move def file to libmpv/wm42014-08-052-1/+1
* win32: create OpenGL context on the GUI threadwm42014-08-053-12/+40
* win32: cleanup OpenGL context creationwm42014-08-051-37/+33
* build: syms: reindentStefano Pigozzi2014-08-051-29/+28
* build: syms: fix *.def file for mach-o binary formatStefano Pigozzi2014-08-051-1/+1
* options: fix key-value-list optionswm42014-08-051-6/+11
* client API: add and use the MPV_MAKE_VERSION macrowm42014-08-053-10/+9
* build: list exported symbols explicitlywm42014-08-054-44/+44
* build: fix export of libmpv symbols on mingwwm42014-08-051-1/+1
* build: fix cross-compilation of libmpvwm42014-08-051-1/+3
* vdpau: don't crash on flipped imageswm42014-08-051-5/+12
* sub: fix subtitle timing for TSwm42014-08-041-2/+6
* sub: don't read packets if video and audio are disabledwm42014-08-041-1/+1
*