summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* gl_wayland: Don't try to resize the egl_window before it existsMichael Forney2014-08-041-0/+3
* input.conf: remap 2 keyswm42014-08-031-3/+4
* player: some further playloop cleanupswm42014-08-035-53/+58
* player: make quit exit immediatelywm42014-08-031-3/+3
* player: allow redrawing screen during seekswm42014-08-031-6/+12
* manpage: be more explicit where input.conf is locatedwm42014-08-022-1/+6
* Improve setting AVOptionswm42014-08-0213-149/+66
* manpage: explain how to replace --slave-brokenwm42014-08-021-0/+10
* player: don't show the path part for external subtitle fileswm42014-08-021-1/+1
* client API: minor optimizations for property notificationwm42014-08-024-38/+91
* TOOLS: add test script for property change notificationswm42014-08-021-0/+16
* command: add a property that returns a list of all propertieswm42014-08-024-21/+27
* manpage: remove duplicated misplaced description of a commandwm42014-08-021-2/+0
* win32: fix assertion failurewm42014-08-011-12/+10
* Remove the last remains of slave modewm42014-08-019-76/+15
* vda: only support the new hwaccel 1.2 API (remove old code)Stefano Pigozzi2014-08-013-167/+19
* travis: use homebrew to build ffmpeg on OS XStefano Pigozzi2014-08-011-18/+58
* player: don't ignore first chapterwm42014-07-311-1/+1
* video: fix attached picture modewm42014-07-311-1/+3
* audio: simplify conditionwm42014-07-311-1/+1
* audio: fix A/V sync in encoding modewm42014-07-311-0/+5
* client API: don't send internal events to the clientswm42014-07-311-1/+2
* command: add cache-idle propertywm42014-07-312-3/+20
* client API: make "cache" property and similar observablewm42014-07-315-0/+18
* client API: fix deadlock when calling mpv_terminate_destroy before initwm42014-07-311-1/+1
* player: rename a variablewm42014-07-301-3/+3
* player: move video display code out of the playloopwm42014-07-304-332/+336
* player: split seek_reset()wm42014-07-306-56/+59
* video: actually flush filter chainwm42014-07-301-1/+4
* video/filter: add vf_bufferwm42014-07-305-0/+103
* audio: better sync behavior on bogus EOFwm42014-07-301-1/+3
* ao_alsa: disable use of non-interleaved formats by defaultwm42014-07-302-0/+10
* cocoa: fix key equivalent dispatchingStefano Pigozzi2014-07-302-22/+7
* client API: fix typos in documentationwm42014-07-301-2/+2
* demux_lavf: don't consider EAGAIN as EOF conditionwm42014-07-301-2/+3
* stream: hack-fix rtmp-level seekingwm42014-07-304-11/+22
* stream_lavf: allow setting AVOptions with --stream-lavf-owm42014-07-306-0/+38
* audio: better initial sync for files where audio starts laterwm42014-07-301-5/+15
* audio: cosmetics: remove unused return valuewm42014-07-302-11/+9
* demux_mf: allow seeking past the endwm42014-07-301-1/+1
* player: fix time display wheen seeking past EOF with --keep-openwm42014-07-304-20/+19
* player: let explicitly imprecise seeks cancel precise seekswm42014-07-291-0/+3
* osc: Do precise seeks on simple clicks on seekbarChrisK22014-07-291-11/+19
* audio: ignore (some) decoding errors on initializationwm42014-07-292-1/+5
* player: fix desync when seeking and switching external trackswm42014-07-296-32/+30
* player: remove a pointless fieldwm42014-07-292-5/+4
* player: disable hr-seek in .ts fileswm42014-07-291-0/+1
* player: allow precise seeking with percent seekswm42014-07-291-2/+1
* manpage: lua: document timer timeout and oneshot fieldswm42014-07-291-0/+14
* vdpau: don't upload video images in advancewm42014-07-293-39/+11
* player: update playback position on seekwm42014-07-291-0/+2
* player: logically speed up seek logicwm42014-07-281-1/+1
* vo_x11: fix build with older Libav versionswm42014-07-281-4/+4
* video: add a default color space for files with no videoNiklas Haas2014-07-281-0/+3
* audio: change playback restart and resyncingwm42014-07-2810-281/+328
* input: be stricter about rejecting mouse input with --no-input-cursorwm42014-07-272-0/+5
* vo: remove vo_mouse_movement() wrapperwm42014-07-2712-34/+33
* vo: different hack for VOs which need to mangle mous