summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* input: add locking for repeat infoAlexander Preisinger2014-09-191-0/+3
* build: update minimum wayland versionAlexander Preisinger2014-09-192-3/+3
* wayland: use reported rete and delayAlexander Preisinger2014-09-191-2/+27
* input: add function for setting repeat infoAlexander Preisinger2014-09-192-0/+8
* vf_lavfi: fetch output frames incrementallywm42014-09-181-22/+24
* video/filter: allow better dataflowwm42014-09-182-2/+20
* video: separate calling decoder/filterwm42014-09-181-14/+22
* video: check whether there are enough frames after filteringwm42014-09-181-6/+11
* video: filter new frames at a better timewm42014-09-181-24/+24
* player: allow overriding OSD message for all OSD levelswm42014-09-184-17/+54
* command: allow using ASS tags on OSD messageswm42014-09-185-4/+48
* command: add osd-sym-cc propertywm42014-09-184-11/+27
* TOOLS/idet.sh: Handle the case of multiple Parsed_idet_0: output lines.Rudolf Polzer2014-09-171-14/+23
* ao_oss: prevent hang when unpausing after device was lostwm42014-09-171-0/+3
* ao_oss: move code aroundwm42014-09-171-26/+27
* TOOLS: eliminate echoes with variable substitutionsshdown2014-09-172-16/+18
* TOOLS/mpv_identify.sh: simplify line-by-line readingshdown2014-09-161-18/+6
* video: wake up core as soon as possiblewm42014-09-161-0/+1
* options: change --volstep to 2wm42014-09-162-2/+2
* player: don't let multiline filenames set options on resumewm42014-09-161-4/+7
* demux: gracefully handle packet allocation failureswm42014-09-167-27/+58
* TOOLS/mpv_identify.sh: mark as executablewm42014-09-161-0/+0
* options.lua: call msg.debug after resolving 'identifier'Otto Modinos2014-09-161-2/+1
* command: avoid a double -> int castBen Boeckel2014-09-161-1/+1
* TOOLS: idet: use quotes for the verdict valueBen Boeckel2014-09-161-8/+8
* TOOLS: shellcheck: quote variable expansionsBen Boeckel2014-09-163-23/+23
* TOOLS: shellcheck: remove '$' on variables in $(()) expansionBen Boeckel2014-09-162-9/+9
* TOOLS, version.sh: shellcheck: replace `cmd` with $(cmd)Ben Boeckel2014-09-162-2/+2
* TOOLS: idet: remove unused codeBen Boeckel2014-09-161-9/+0
* vo_wayland: remove unnecessary checkAlexander Preisinger2014-09-161-19/+10
* wayland/buffer: use buffer macros consistentlyAlexander Preisinger2014-09-161-3/+3
* manpage: fix typo in input.rstAleksey Andreev2014-09-151-1/+1
* input.conf: map ESC to exiting fullscreenwm42014-09-152-2/+5
* af_lavrresample: fix crash with size 0wm42014-09-151-2/+3
* ao_oss: don't break playback when device can't be reopenedwm42014-09-151-23/+42
* ao_oss: audio_buf_info isn't statewm42014-09-151-11/+11
* ao_oss: remove duplicate audio device open codewm42014-09-151-104/+108
* ao_oss: assume audio format reinit is not needed with SNDCTL_DSP_RESETwm42014-09-151-3/+2
* ao_oss: don't use SNDCTL_DSP_RESET when pausing on NetBSDwm42014-09-151-5/+10
* ao_oss: fix incorrect comments using bytes instead of sampleswm42014-09-151-3/+3
* x11: if the WM supports _NET_FRAME_EXTENTS, don't wait for mapwm42014-09-152-3/+18
* DOCS/client_api_examples: qtexample: resize to video sizewm42014-09-151-0/+21
* manpage: clarify description of dwidth/dheightwm42014-09-151-2/+6
* img_convert: sanitizer: avoid invalid left-shiftsBen Boeckel2014-09-141-4/+4
* sanitizer: avoid divide-by-zero instancesBen Boeckel2014-09-143-8/+10
* input: use libwaio for pipe input on Windowswm42014-09-1410-149/+199
* x11: remove unused functionwm42014-09-142-9/+1
* player: shorten skip heuristic for playlist_prev to 1 secondwm42014-09-141-2/+2
* input: fix nested commandswm42014-09-131-1/+1
* stream: fix build with emulated atomicswm42014-09-131-3/+3
* client API: use playback abort mechanismwm42014-09-131-0/+5
* input: distinguish playlist navigation and quit commands for abortwm42014-09-133-28/+37
* stream: redo playback abort handlingwm42014-09-1313-47/+86
* input: "quit_watch_later" and "stop" are abort commandswm42014-09-132-2/+10
* TOOLS/zsh.pl: complete options that take file namesPhilip Sequeira2014-09-131-0/+7
* options: add M_OPT_FILE flag to mark options that want a file(list)Alessandro Ghedini2014-09-133-15/+20
* m_config: fix theoretic undefined behaviorwm42014-09-131-4/+7
* player: fix idle mode event handlingwm42014-09-131-8/+9
* input: don't autorepeat cycle_values commandwm42014-09-131-1/+1
* input: simplifywm42014-09-131-45/+29
* input: fix autorepeatwm42014-09-131-2/+3
* manpage: document shift+pgup/pgdwn bindingswm42014-09-131-0/+4
* ao_oss: fix audio device leak on errorwm42014-09-111-21/+25
* ao_oss: use poll(), drop --disable-audio-select supportwm42014-09-113-40/+17
* ao_pulse: dump library version etc.wm42014-09-101-0/+6
* old-build: fix build with waylandwm42014-09-101-1/+4
* wayland_common: fix changing videos when fullscreenAlexander Preisinger2014-09-102-15/+3
* vo_wayland: pixel perfect buffersAlexander Preisinger2014-09-106-342/+502
* osdep/semaphore_osx.c: Include osdep/semaphore.h before #ifdefDiogo Franco (Kovensky)2014-09-101-3/+2
* build: fix everythingwm42014-09-101-1/+1
* osdep: fix windows buildwm42014-09-101-1/+2
* input: remove central select() callwm42014-09-106-421/+37
* osdep: add POSIX semaphore emulation for OSXwm42014-09-104-1/+181
* input: remove useless joystick.h/lirc.h include fileswm42014-09-106-67/+6
* input: use an input thread for joystickwm42014-09-103-17/+51
* input: use an input thread for lircwm42014-09-103-17/+47
* input: add convenience function for running input sources in threadswm42014-09-102-1/+91
* input: make some fields internalwm42014-09-102-13/+19
* terminal-unix: don't read from stdin if it's not a terminalwm42014-09-101-1/+1
* terminal-unix: move to threadwm42014-09-106-63/+74
* terminal-win: minor simplificationwm42014-09-101-2/+2
* win32: don't request window size larger than the screenwm42014-09-101-3/+34
* player: reset some VO state when video is terminatedwm42014-09-091-0/+3
* player: deal with some corner cases with playlist navigationwm42014-09-094-19/+39
* player: normalize playlist entries on addwm42014-09-092-5/+2
* input: fix missed wakeups, simplifywm42014-09-091-26/+10
* ao_pulse: fix typo in error messagewm42014-09-081-1/+1
* 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