summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release 0.5.4v0.5.4release/0.5Alessandro Ghedini2014-09-232-1/+16
* audio: fix random crashes on uninitwm42014-09-231-2/+1
* player: don't let multiline filenames set options on resumewm42014-09-231-4/+7
* Release 0.5.3v0.5.3Alessandro Ghedini2014-09-102-1/+13
* player: fix buildAlessandro Ghedini2014-09-101-1/+1
* Release 0.5.2v0.5.2Alessandro Ghedini2014-09-093-1/+34
* stream_lavf: assume icy title data is terminated with ';'wm42014-09-061-1/+1
* audio/out: make EOF handling properly event-basedwm42014-09-064-6/+52
* audio: correctly initialize output bufferwm42014-09-051-0/+6
* player: check for null in resume config searchJames Ross-Gowan2014-09-051-1/+2
* audio: fix obscure audio resync failure with timelineswm42014-09-052-3/+6
* build: handle insane libavcodec API bullshitwm42014-09-053-11/+37
* demux_mkv: allow up to 256 MB of extradata to make broken files workwm42014-09-051-1/+1
* path: remove XDG bullshitwm42014-09-031-23/+1
* player: properly resume playlists loaded at runtimewm42014-09-031-0/+3
* gl_wayland: fix crash after eglInitialze failedAlexander Preisinger2014-09-011-6/+8
* man: fix a whole bunch of typosMartin Herkt2014-09-0111-125/+125
* playlist: don't add the base path twicewm42014-09-011-3/+0
* audio/out: prevent burning CPU when seeking while pausedwm42014-09-011-1/+2
* x11: when using --wid, inherit event flags from parent windowwm42014-09-013-6/+12
* player: fix quit handling when seeking past EOF while pausedwm42014-08-311-6/+5
* audio: restore old speed change behaviorwm42014-08-282-2/+2
* Release 0.5.1v0.5.1Alessandro Ghedini2014-08-262-1/+32
* manpage: mention that mp.commandv doesn't expand propertiesOtto Modinos2014-08-261-0/+4
* coreaudio_device: fix overwriting of user inputStefano Pigozzi2014-08-251-9/+8
* options: compatibility hack for --slave-brokenwm42014-08-254-0/+12
* player: don't clobber playback position on video endwm42014-08-251-5/+3
* manpage: remove duplicated contentBin Jin2014-08-251-29/+0
* etc/mpv.desktop: add audio/flac mimetypewm42014-08-211-1/+1
* manpage: fix opengl-hq defaultswm42014-08-181-1/+1
* 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: properly set the return valueAlessandro Ghedini2014-08-151-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
* 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
* vo_vdpau: fix screenshots with anamorphic videowm42014-08-131-1/+1
* DOCS: mark the recent release in client-api-changes.rstwm42014-08-132-0/+3
* Release 0.5.0v0.5.0Alessandro Ghedini2014-08-122-0/+84
* 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 mouse inputwm42014-07-277-40/+47
* ao_pulse: allow disabling timing bug workaroundswm42014-07-262-3/+44
* ao_pulse: remove hacks for ancient PulseAudio versionswm42014-07-263-23/+2
* manpage: eliminate the word "movie"wm42014-07-264-29/+29
* win32: remove minor non-sensewm42014-07-261-1/+0
* win32: move window handling to a separate threadwm42014-07-261-60/+174
*