| Commit message (Expand) | Author | Age | Files | Lines |
* | wayland/shm: use wl_viewportwayland-next | Alexander Preisinger | 2014-09-21 | 5 | -10/+280 |
* | wayland_common: rework state handling & fullscreen | Alexander Preisinger | 2014-09-21 | 2 | -58/+35 |
* | wayland: switch to xdg interface | Alexander Preisinger | 2014-09-21 | 8 | -155/+565 |
* | TOOLS/umpv: make URL detection consistent with mpv method | shdown | 2014-09-20 | 1 | -6/+4 |
* | TOOLS/umpv: print error message to stderr | shdown | 2014-09-20 | 1 | -1/+2 |
* | TOOLS/umpv: use MPV environment variable, not UMPV_OPTIONS | shdown | 2014-09-20 | 1 | -10/+8 |
* | vo_vdpau: better integration with the generic framedrop code | wm4 | 2014-09-20 | 5 | -19/+31 |
* | vo_vdpau: fix confusion around vsync_interval | wm4 | 2014-09-20 | 1 | -10/+9 |
* | input: explain why we use semaphores | wm4 | 2014-09-20 | 1 | -3/+6 |
* | osdep: hack to fix build with low quality pthreads-w32 headers | wm4 | 2014-09-20 | 1 | -0/+1 |
* | mixer: always restore volume (even with pulse), don't unmute | wm4 | 2014-09-20 | 1 | -6/+8 |
* | manpage: document terminal status line components | wm4 | 2014-09-20 | 1 | -0/+45 |
* | player: rename "Late:" field to "SD:" | wm4 | 2014-09-20 | 1 | -1/+1 |
* | video: actually count decoder-dropped frames | wm4 | 2014-09-20 | 1 | -4/+7 |
* | video: improve decoder-based framedropping mode | wm4 | 2014-09-20 | 1 | -6/+5 |
* | player: make code more obvious | wm4 | 2014-09-20 | 1 | -2/+2 |
* | player: use backwards flag for seeking external tracks | wm4 | 2014-09-20 | 1 | -1/+1 |
* | player: reset last_av_difference if not applicable | wm4 | 2014-09-20 | 2 | -0/+2 |
* | af_hrtf: initialize coefficient arrays | wm4 | 2014-09-19 | 1 | -0/+25 |
* | input: add locking for repeat info | Alexander Preisinger | 2014-09-19 | 1 | -0/+3 |
* | build: update minimum wayland version | Alexander Preisinger | 2014-09-19 | 2 | -3/+3 |
* | wayland: use reported rete and delay | Alexander Preisinger | 2014-09-19 | 1 | -2/+27 |
* | input: add function for setting repeat info | Alexander Preisinger | 2014-09-19 | 2 | -0/+8 |
* | vf_lavfi: fetch output frames incrementally | wm4 | 2014-09-18 | 1 | -22/+24 |
* | video/filter: allow better dataflow | wm4 | 2014-09-18 | 2 | -2/+20 |
* | video: separate calling decoder/filter | wm4 | 2014-09-18 | 1 | -14/+22 |
* | video: check whether there are enough frames after filtering | wm4 | 2014-09-18 | 1 | -6/+11 |
* | video: filter new frames at a better time | wm4 | 2014-09-18 | 1 | -24/+24 |
* | player: allow overriding OSD message for all OSD levels | wm4 | 2014-09-18 | 4 | -17/+54 |
* | command: allow using ASS tags on OSD messages | wm4 | 2014-09-18 | 5 | -4/+48 |
* | command: add osd-sym-cc property | wm4 | 2014-09-18 | 4 | -11/+27 |
* | TOOLS/idet.sh: Handle the case of multiple Parsed_idet_0: output lines. | Rudolf Polzer | 2014-09-17 | 1 | -14/+23 |
* | ao_oss: prevent hang when unpausing after device was lost | wm4 | 2014-09-17 | 1 | -0/+3 |
* | ao_oss: move code around | wm4 | 2014-09-17 | 1 | -26/+27 |
* | TOOLS: eliminate echoes with variable substitutions | shdown | 2014-09-17 | 2 | -16/+18 |
* | TOOLS/mpv_identify.sh: simplify line-by-line reading | shdown | 2014-09-16 | 1 | -18/+6 |
* | video: wake up core as soon as possible | wm4 | 2014-09-16 | 1 | -0/+1 |
* | options: change --volstep to 2 | wm4 | 2014-09-16 | 2 | -2/+2 |
* | player: don't let multiline filenames set options on resume | wm4 | 2014-09-16 | 1 | -4/+7 |
* | demux: gracefully handle packet allocation failures | wm4 | 2014-09-16 | 7 | -27/+58 |
* | TOOLS/mpv_identify.sh: mark as executable | wm4 | 2014-09-16 | 1 | -0/+0 |
* | options.lua: call msg.debug after resolving 'identifier' | Otto Modinos | 2014-09-16 | 1 | -2/+1 |
* | command: avoid a double -> int cast | Ben Boeckel | 2014-09-16 | 1 | -1/+1 |
* | TOOLS: idet: use quotes for the verdict value | Ben Boeckel | 2014-09-16 | 1 | -8/+8 |
* | TOOLS: shellcheck: quote variable expansions | Ben Boeckel | 2014-09-16 | 3 | -23/+23 |
* | TOOLS: shellcheck: remove '$' on variables in $(()) expansion | Ben Boeckel | 2014-09-16 | 2 | -9/+9 |
* | TOOLS, version.sh: shellcheck: replace `cmd` with $(cmd) | Ben Boeckel | 2014-09-16 | 2 | -2/+2 |
* | TOOLS: idet: remove unused code | Ben Boeckel | 2014-09-16 | 1 | -9/+0 |
* | vo_wayland: remove unnecessary check | Alexander Preisinger | 2014-09-16 | 1 | -19/+10 |
* | wayland/buffer: use buffer macros consistently | Alexander Preisinger | 2014-09-16 | 1 | -3/+3 |
* | manpage: fix typo in input.rst | Aleksey Andreev | 2014-09-15 | 1 | -1/+1 |
* | input.conf: map ESC to exiting fullscreen | wm4 | 2014-09-15 | 2 | -2/+5 |
* | af_lavrresample: fix crash with size 0 | wm4 | 2014-09-15 | 1 | -2/+3 |
* | ao_oss: don't break playback when device can't be reopened | wm4 | 2014-09-15 | 1 | -23/+42 |
* | ao_oss: audio_buf_info isn't state | wm4 | 2014-09-15 | 1 | -11/+11 |
* | ao_oss: remove duplicate audio device open code | wm4 | 2014-09-15 | 1 | -104/+108 |
* | ao_oss: assume audio format reinit is not needed with SNDCTL_DSP_RESET | wm4 | 2014-09-15 | 1 | -3/+2 |
* | ao_oss: don't use SNDCTL_DSP_RESET when pausing on NetBSD | wm4 | 2014-09-15 | 1 | -5/+10 |
* | ao_oss: fix incorrect comments using bytes instead of samples | wm4 | 2014-09-15 | 1 | -3/+3 |
* | x11: if the WM supports _NET_FRAME_EXTENTS, don't wait for map | wm4 | 2014-09-15 | 2 | -3/+18 |
* | DOCS/client_api_examples: qtexample: resize to video size | wm4 | 2014-09-15 | 1 | -0/+21 |
* | manpage: clarify description of dwidth/dheight | wm4 | 2014-09-15 | 1 | -2/+6 |
* | img_convert: sanitizer: avoid invalid left-shifts | Ben Boeckel | 2014-09-14 | 1 | -4/+4 |
* | sanitizer: avoid divide-by-zero instances | Ben Boeckel | 2014-09-14 | 3 | -8/+10 |
* | input: use libwaio for pipe input on Windows | wm4 | 2014-09-14 | 10 | -149/+199 |
* | x11: remove unused function | wm4 | 2014-09-14 | 2 | -9/+1 |
* | player: shorten skip heuristic for playlist_prev to 1 second | wm4 | 2014-09-14 | 1 | -2/+2 |
* | input: fix nested commands | wm4 | 2014-09-13 | 1 | -1/+1 |
* | stream: fix build with emulated atomics | wm4 | 2014-09-13 | 1 | -3/+3 |
* | client API: use playback abort mechanism | wm4 | 2014-09-13 | 1 | -0/+5 |
* | input: distinguish playlist navigation and quit commands for abort | wm4 | 2014-09-13 | 3 | -28/+37 |
* | stream: redo playback abort handling | wm4 | 2014-09-13 | 13 | -47/+86 |
* | input: "quit_watch_later" and "stop" are abort commands | wm4 | 2014-09-13 | 2 | -2/+10 |
* | TOOLS/zsh.pl: complete options that take file names | Philip Sequeira | 2014-09-13 | 1 | -0/+7 |
* | options: add M_OPT_FILE flag to mark options that want a file(list) | Alessandro Ghedini | 2014-09-13 | 3 | -15/+20 |
* | m_config: fix theoretic undefined behavior | wm4 | 2014-09-13 | 1 | -4/+7 |
* | player: fix idle mode event handling | wm4 | 2014-09-13 | 1 | -8/+9 |
* | input: don't autorepeat cycle_values command | wm4 | 2014-09-13 | 1 | -1/+1 |
* | input: simplify | wm4 | 2014-09-13 | 1 | -45/+29 |
* | input: fix autorepeat | wm4 | 2014-09-13 | 1 | -2/+3 |
* | manpage: document shift+pgup/pgdwn bindings | wm4 | 2014-09-13 | 1 | -0/+4 |
* | ao_oss: fix audio device leak on error | wm4 | 2014-09-11 | 1 | -21/+25 |
* | ao_oss: use poll(), drop --disable-audio-select support | wm4 | 2014-09-11 | 3 | -40/+17 |
* | ao_pulse: dump library version etc. | wm4 | 2014-09-10 | 1 | -0/+6 |
* | old-build: fix build with wayland | wm4 | 2014-09-10 | 1 | -1/+4 |
* | wayland_common: fix changing videos when fullscreen | Alexander Preisinger | 2014-09-10 | 2 | -15/+3 |
* | vo_wayland: pixel perfect buffers | Alexander Preisinger | 2014-09-10 | 6 | -342/+502 |
* | osdep/semaphore_osx.c: Include osdep/semaphore.h before #ifdef | Diogo Franco (Kovensky) | 2014-09-10 | 1 | -3/+2 |
* | build: fix everything | wm4 | 2014-09-10 | 1 | -1/+1 |
* | osdep: fix windows build | wm4 | 2014-09-10 | 1 | -1/+2 |
* | input: remove central select() call | wm4 | 2014-09-10 | 6 | -421/+37 |
* | osdep: add POSIX semaphore emulation for OSX | wm4 | 2014-09-10 | 4 | -1/+181 |
* | input: remove useless joystick.h/lirc.h include files | wm4 | 2014-09-10 | 6 | -67/+6 |
* | input: use an input thread for joystick | wm4 | 2014-09-10 | 3 | -17/+51 |
* | input: use an input thread for lirc | wm4 | 2014-09-10 | 3 | -17/+47 |
* | input: add convenience function for running input sources in threads | wm4 | 2014-09-10 | 2 | -1/+91 |
* | input: make some fields internal | wm4 | 2014-09-10 | 2 | -13/+19 |
* | terminal-unix: don't read from stdin if it's not a terminal | wm4 | 2014-09-10 | 1 | -1/+1 |
* | terminal-unix: move to thread | wm4 | 2014-09-10 | 6 | -63/+74 |
* | terminal-win: minor simplification | wm4 | 2014-09-10 | 1 | -2/+2 |
* | win32: don't request window size larger than the screen | wm4 | 2014-09-10 | 1 | -3/+34 |
* | player: reset some VO state when video is terminated | wm4 | 2014-09-09 | 1 | -0/+3 |
* | player: deal with some corner cases with playlist navigation | wm4 | 2014-09-09 | 4 | -19/+39 |
* | player: normalize playlist entries on add | wm4 | 2014-09-09 | 2 | -5/+2 |
* | input: fix missed wakeups, simplify | wm4 | 2014-09-09 | 1 | -26/+10 |
* | ao_pulse: fix typo in error message | wm4 | 2014-09-08 | 1 | -1/+1 |
* | input: fix use after free with legacy commands | wm4 | 2014-09-08 | 1 | -7/+11 |
* | input: fix exiting with signals | wm4 | 2014-09-08 | 1 | -2/+2 |
* | stream: change cache return values | wm4 | 2014-09-07 | 2 | -7/+7 |
* | player: some more input refactoring | wm4 | 2014-09-07 | 6 | -73/+42 |
* | win32: copy event flags after running VOCTRLs | wm4 | 2014-09-07 | 1 | -5/+2 |
* | lua: synchronously wait until scripts are loaded | wm4 | 2014-09-06 | 4 | -5/+49 |
* | player: minor refactoring | wm4 | 2014-09-06 | 2 | -22/+31 |
* | audio/out: fix active waiting during pause again | wm4 | 2014-09-06 | 1 | -1/+2 |
* | vo_corevideo: remove this VO | Stefano Pigozzi | 2014-09-06 | 6 | -594/+4 |
* | stream_lavf: assume icy title data is terminated with ';' | wm4 | 2014-09-06 | 1 | -1/+1 |
* | audio: fix initial sync with huge AO buffer | wm4 | 2014-09-06 | 1 | -1/+1 |
* | audio/out/push: redo audio waiting | wm4 | 2014-09-06 | 1 | -45/+37 |
* | audio/out: always round get_space on period size | wm4 | 2014-09-06 | 4 | -4/+6 |
* | ao_sndio: fix a comment | wm4 | 2014-09-06 | 1 | -2/+2 |
* | ao_pcm: minor simplification | wm4 | 2014-09-06 | 1 | -1/+1 |
* | ao_oss: minor simplification | wm4 | 2014-09-06 | 1 | -3/+1 |
* | mplayer-input.conf: fix broken binding | wm4 | 2014-09-06 | 1 | -1/+1 |
* | audio/out: remove old things | wm4 | 2014-09-06 | 11 | -31/+27 |
* | sub: fix possible deadlock with --no-sub-ass and similar | wm4 | 2014-09-06 | 2 | -6/+3 |
* | audio/out: make EOF handling properly event-based | wm4 | 2014-09-05 | 4 | -6/+52 |
* | vo_sdl: fix typo | wm4 | 2014-09-05 | 1 | -1/+1 |
* | af_hrtf: request required samplerate, instead of erroring out | wm4 | 2014-09-05 | 1 | -8/+1 |
* | af_hrtf: cosmetics: reindent misaligned code block | wm4 | 2014-09-05 | 1 | -8/+8 |
* | audio: correctly initialize output buffer | wm4 | 2014-09-05 | 1 | -0/+6 |
* | player: check for null in resume config search | James Ross-Gowan | 2014-09-05 | 1 | -1/+2 |
* | win32: add tmpfile() replacement | James Ross-Gowan | 2014-09-05 | 3 | -3/+39 |
* | audio: fix random crashes on uninit | wm4 | 2014-09-05 | 1 | -2/+1 |
* | manpage: fix sub_add description | wm4 | 2014-09-05 | 1 | -1/+1 |
* | malloc+memset(0) to calloc | Bruno George de Moraes | 2014-09-05 | 7 | -17/+9 |
* | audio: make buffer size configurable | wm4 | 2014-09-05 | 6 | -6/+23 |
* | audio: fix obscure audio resync failure with timelines | wm4 | 2014-09-05 | 2 | -3/+6 |
* | cosmetics: remove a stray ';' | wm4 | 2014-09-05 | 1 | -1/+1 |
* | build: handle insane libavcodec API bullshit | wm4 | 2014-09-05 | 3 | -11/+37 |
* | video: rename VOCTRL_GET_WINDOW_SIZE | wm4 | 2014-09-05 | 6 | -12/+16 |
* | ebml: warn if there are too many subelements | wm4 | 2014-09-04 | 1 | -3/+7 |
* | demux_mkv: allow up to 256 MB of extradata to make broken files work | wm4 | 2014-09-04 | 1 | -1/+1 |
* | build: add a check_program check | Stefano Pigozzi | 2014-09-03 | 1 | -1/+6 |
* | wayland: print some useful outptu info | Alexander Preisinger | 2014-09-03 | 2 | -15/+21 |
* | wayland: only save current mode of outputs | Alexander Preisinger | 2014-09-03 | 1 | -1/+2 |
* | x11: add rewind and forward keys | Kenneth Zhou | 2014-09-03 | 1 | -2/+4 |
* | path: remove XDG bullshit | wm4 | 2014-09-03 | 1 | -23/+1 |
* | demux: allow increasing filepos only | wm4 | 2014-09-03 | 1 | -1/+2 |
* | player: add --media-title option | wm4 | 2014-09-02 | 4 | -0/+11 |
* | player: properly resume playlists loaded at runtime | wm4 | 2014-09-02 | 1 | -0/+3 |
* | player: add --osd-playing-msg option | wm4 | 2014-09-02 | 4 | -5/+22 |
* | player: show HLS bitrate as fallback for track titles | wm4 | 2014-09-01 | 1 | -0/+2 |
* | player: simplistic HLS bitrate selection | wm4 | 2014-09-01 | 6 | -13/+44 |
* | command: remove broken quvi-format property | wm4 | 2014-09-01 | 4 | -86/+0 |
* | demux: get rid of old wrapper | wm4 | 2014-09-01 | 3 | -8/+1 |
* | command: make m_property_strdup_ro with NULL mean unavailable | wm4 | 2014-09-01 | 1 | -0/+2 |
* | command: disable some commands/properties properly in idle mode | wm4 | 2014-09-01 | 1 | -2/+21 |
* | player: reset playback-related fields right on start | wm4 | 2014-09-01 | 1 | -23/+17 |
* | man: fix a whole bunch of typos | Martin Herkt | 2014-09-01 | 11 | -130/+130 |
* | player: don't allow remote playlists to load local files | wm4 | 2014-09-01 | 5 | -10/+23 |
* | playlist: don't add the base path twice | wm4 | 2014-09-01 | 1 | -3/+0 |
* | client API: fix memory leak with rejected events | wm4 | 2014-08-31 | 1 | -35/+36 |
* | player: always load playlists | wm4 | 2014-08-31 | 7 | -28/+54 |
* | audio: go to draining state instead of EOF if audio starts later | wm4 | 2014-08-31 | 1 | -2/+2 |
* | video: adjust some Matroska 3D formats | wm4 | 2014-08-31 | 1 | -2/+2 |
* | audio/out: prevent burning CPU when seeking while paused | wm4 | 2014-08-31 | 1 | -1/+2 |
* | x11: when using --wid, inherit event flags from parent window | wm4 | 2014-08-31 | 3 | -6/+12 |
* | lua: expose mp_getcwd through mp.utils | Otto Modinos | 2014-08-31 | 2 | -0/+18 |
* | manpage: be more explicit about "estimated-..." properties | wm4 | 2014-08-31 | 1 | -2/+7 |
* | csputils: adjust comment | wm4 | 2014-08-30 | 2 | -3/+5 |
* | video: initial Matroska 3D support | wm4 | 2014-08-30 | 15 | -2/+146 |
* | cache_file: add a mode that creates a temporary file | wm4 | 2014-08-30 | 2 | -16/+38 |
* | player: reduce default demuxer cache | wm4 | 2014-08-30 | 2 | -2/+2 |
* | TOOLS/mpv_identify.sh: simplify $MPV handling | shdown | 2014-08-30 | 1 | -6/+2 |
* | TOOLS/mpv_identify.sh: various style improvements | shdown | 2014-08-30 | 1 | -32/+27 |
* | TOOLS/mpv_identify.sh: move script body to a function | shdown | 2014-08-30 | 1 | -147/+143 |
* | TOOLS/youtube-dl_mpv.sh: simplify $MPV handling | shdown | 2014-08-30 | 1 | -5/+1 |
* | TOOLS/youtube-dl_mpv.sh: disable globbing before expanding $video_url | shdown | 2014-08-30 | 1 | -0/+1 |
* | manpage: document that --cache-file doesn't work with ordered chapters | wm4 | 2014-08-30 | 1 | -0/+2 |
* | stream: correctly propagate uncached stream type | wm4 | 2014-08-30 | 1 | -1/+1 |
* | demux_lavf: print a warning if av_read_frame() returns an error | wm4 | 2014-08-30 | 1 | -1/+6 |
* | vf_softpulldown: handle null mpi_image correctly | shdown | 2014-08-30 | 1 | -3/+3 |
* | input: make ar_rate and ar_delay fields of input_ctx signed | shdown | 2014-08-30 | 1 | -2/+2 |
* | input: handle reaching MP_MAX_FDS correctly | shdown | 2014-08-30 | 1 | -10/+10 |
* | demux_mkv: eliminate redundant branch | shdown | 2014-08-30 | 1 | -5/+1 |
* | demux: eliminate redundant check | shdown | 2014-08-30 | 1 | -1/+1 |
* | demux_disc: handle new_sh_stream() fail correctly | shdown | 2014-08-30 | 1 | -2/+4 |
* | gl_wayland: fix crash after eglInitialze failed | Alexander Preisinger | 2014-08-30 | 1 | -6/+8 |
* | manpage: fix minor grammar issue | wm4 | 2014-08-29 | 1 | -1/+1 |
* | vo_opengl: remove macro operator from shader | Bin Jin | 2014-08-29 | 2 | -21/+7 |
* | TOOLS/youtube-dl_mpv: allow playing multiple URLs | wm4 | 2014-08-29 | 1 | -4/+2 |
* | player: fix quit handling when seeking past EOF while paused | wm4 | 2014-08-29 | 1 | -6/+5 |
* | Move compat/ and bstr/ directory contents somewhere else | wm4 | 2014-08-29 | 77 | -134/+94 |
* | bstr: preparation for next commit | wm4 | 2014-08-29 | 3 | -2/+3 |
* | stream: tweaks to network reconnection code | wm4 | 2014-08-29 | 3 | -3/+6 |
* | command: remove extra space | Ryan Jacobs | 2014-08-29 | 1 | -1/+1 |
* | options: more detailed output for --vf-... error message | wm4 | 2014-08-28 | 1 | -2/+4 |
* | command: export demuxer cache info properties | wm4 | 2014-08-28 | 2 | -1/+44 |
* | player: update cache state only if requested | wm4 | 2014-08-28 | 3 | -2/+44 |
* | audio: restore old speed change behavior | wm4 | 2014-08-28 | 2 | -2/+2 |
* | posix: use STD*_FILENO constants | Ben Boeckel | 2014-08-28 | 3 | -7/+7 |
* | tv: initialize frequencies to 0 | Ben Boeckel | 2014-08-28 | 1 | -2/+2 |
* | player: simplify chapter display name code | Ben Boeckel | 2014-08-28 | 1 | -3/+2 |
* | player: don't sort a NULL list | Ben Boeckel | 2014-08-28 | 1 | -1/+2 |
* | vo_opengl: don't pass (char*)NULL as %s printf argument | wm4 | 2014-08-28 | 1 | -2/+3 |
* | vo_opengl: fix shader | wm4 | 2014-08-28 | 1 | -7/+9 |
* | player: dynamically change cache wait times | wm4 | 2014-08-27 | 2 | -1/+13 |
* | player: slightly better cache underrun detection | wm4 | 2014-08-27 | 2 | -5/+3 |
* | demux_lavf: don't reject av:// if cache is enabled | wm4 | 2014-08-27 | 1 | -1/+1 |
* | demux: reset idle state on seeks | wm4 | 2014-08-27 | 1 | -2/+2 |
* | player: better cache status on status line | wm4 | 2014-08-27 | 4 | -12/+27 |
* | player: fix basic playback | wm4 | 2014-08-27 | 2 | -7/+7 |
* | player: redo how stream caching and pausing on low cache works | wm4 | 2014-08-27 | 9 | -44/+87 |
* | demux: reduce wakeups if no cache is active | wm4 | 2014-08-27 | 1 | -1/+5 |
* | vo_opengl: add parameter to gaussian filter | Bin Jin | 2014-08-26 | 2 | -3/+16 |
* | vo_opengl: add radius options for filters | Bin Jin | 2014-08-26 | 5 | -6/+33 |
* | vo_opengl: add cparam1 and cparam2 options | Bin Jin | 2014-08-26 | 4 | -21/+49 |
* | vo_opengl: add spline64 filter kernel | Bin Jin | 2014-08-26 | 1 | -0/+19 |
* | TOOLS: youtube wrapper: allow overriding mpv binary | wm4 | 2014-08-26 | 1 | -1/+5 |
* | player: fix weird behavior when framestepping over format changes | wm4 | 2014-08-26 | 1 | -1/+1 |
* | input: make key bindings like "Shift+X" work (for ASCII) | wm4 | 2014-08-26 | 3 | -13/+30 |
* | input: make all modifier flags unsigned | wm4 | 2014-08-26 | 1 | -8/+8 |
* | manpage: mention that mp.commandv doesn't expand properties | Otto Modinos | 2014-08-25 | 1 | -0/+4 |
* | input: stdin is 0, not 1 | wm4 | 2014-08-25 | 1 | -1/+1 |
* | player: minor changes | wm4 | 2014-08-25 | 3 | -16/+6 |
* | coreaudio_device: fix overwriting of user input | Stefano Pigozzi | 2014-08-25 | 1 | -9/+8 |
* | input: redo how --input-file is handled | wm4 | 2014-08-25 | 5 | -24/+263 |
* | msg: allow duplicating a mp_log | wm4 | 2014-08-25 | 1 | -15/+20 |
* | command: change OSD formatting of "speed" property | wm4 | 2014-08-25 | 1 | -1/+1 |
* | options: compatibility hack for --slave-broken | wm4 | 2014-08-25 | 4 | -0/+12 |
* | input: change verbosity of some message levels | wm4 | 2014-08-25 | 1 | -3/+4 |
* | vo_opengl: don't cut off feature list output | wm4 | 2014-08-25 | 1 | -1/+1 |
* | demux: always use AVPacket | wm4 | 2014-08-25 | 4 | -65/+41 |
* | win32: correct SGR sequence handling | James Ross-Gowan | 2014-08-24 | 1 | -5/+13 |
* | win32: correct HANDLE type | James Ross-Gowan | 2014-08-24 | 3 | -5/+5 |
* | demux: avoid unnecessary wakeups | wm4 | 2014-08-24 | 1 | -1/+1 |
* | sd_lavc: remove ineffective code | wm4 | 2014-08-24 | 1 | -4/+1 |
* | video: avoid unnecessary frame dropping | wm4 | 2014-08-23 | 1 | -1/+5 |
* | player: restore silent seeking | wm4 | 2014-08-23 | 1 | -1/+2 |
* | audio: minor improvements to timeline switching | wm4 | 2014-08-23 | 4 | -13/+5 |
* | demux_lavf: fix crash with unknown streams | wm4 | 2014-08-23 | 1 | -1/+1 |
* | osc: Use osd-font for playlist buttons | ChrisK2 | 2014-08-22 | 1 | -2/+3 |
* | player: some more debugging output | wm4 | 2014-08-22 | 1 | -0/+2 |
* | video: some debugging output | wm4 | 2014-08-22 | 1 | -0/+4 |
* | input.conf: bind ctrl+c | wm4 | 2014-08-22 | 1 | -0/+1 |
* | ao_dsound: raise default buffer size to 200ms, make it configurable | wm4 | 2014-08-22 | 2 | -3/+8 |
* | player: fix recent speed change regression | wm4 | 2014-08-22 | 3 | -2/+6 |
* | player: don't clobber playback position on video end | wm4 | 2014-08-22 | 1 | -5/+3 |
* | video: refactor queue handling | wm4 | 2014-08-22 | 2 | -76/+53 |
* | video: get rid of video_next_pts field | wm4 | 2014-08-22 | 6 | -24/+8 |
* | video: move some code around | wm4 | 2014-08-22 | 1 | -46/+45 |
* | video: minor simplification | wm4 | 2014-08-22 | 1 | -21/+11 |
* | manpage: remove duplicated content | Bin Jin | 2014-08-22 | 1 | -29/+0 |
* | vf_vapoursynth: add more VS frame properties | Bin Jin | 2014-08-22 | 1 | -0/+8 |
* | vf_vapoursynth: add display resolution support | Bin Jin | 2014-08-22 | 1 | -0/+5 |
* | osc: revert disabling use_suspend | wm4 | 2014-08-21 | 1 | -2/+0 |
* | build: disable terminfo and termcap code by default | wm4 | 2014-08-21 | 2 | -2/+4 |
* | terminal-unix: new input handling code | wm4 | 2014-08-21 | 1 | -33/+246 |
* | terminal-win: read input from a thread | wm4 | 2014-08-21 | 2 | -29/+51 |
* | terminal: some cleanups | wm4 | 2014-08-21 | 5 | -72/+42 |
* | terminal-win: remove nonsensical code | wm4 | 2014-08-21 | 1 | -9/+0 |
* | win32: emulate some ANSI terminal escape codes | wm4 | 2014-08-21 | 5 | -53/+98 |
* | audio: limit on low (and not high) buffer size | wm4 | 2014-08-21 | 1 | -1/+1 |
* | vaapi: try dealing with Intel's braindamaged shit drivers | wm4 | 2014-08-21 | 7 | -2/+84 |
* | osd+osc: Add left-arrow to osd-font | ChrisK2 | 2014-08-21 | 2 | -2/+4 |
* | etc/mpv.desktop: add audio/flac mimetype | wm4 | 2014-08-21 | 1 | -1/+1 |
* | video: don't assume query_format is thread-safe | wm4 | 2014-08-20 | 4 | -6/+19 |
* | terminal-unix: eliminate unnecessary variable | wm4 | 2014-08-20 | 1 | -5/+2 |
* | wayland: replace deprecated xkbcommon functions | Alexander Preisinger | 2014-08-20 | 1 | -3/+3 |
* | options.rst: fix warning | Alexander Preisinger | 2014-08-20 | 1 | -1/+1 |
* | vo_wayland: fix formatting inconsistencies | Alexander Preisinger | 2014-08-20 | 1 | -4/+4 |
* | vo_wayand: save the flip time in the frame handler | Alexander Preisinger | 2014-08-20 | 1 | -0/+10 |
* | command: add estimated-frame-count & estimated-frame-number properties | Andrey Morozov | 2014-08-19 | 2 | -0/+46 |
* | example.conf: demuxer-thread is now enabled by default | wm4 | 2014-08-19 | 1 | -3/+2 |
* | TOOLS/stats-conv.py: improvements | wm4 | 2014-08-19 | 1 | -18/+31 |
* | video: add VOCTRL_GET_RECENT_FLIP_TIME | wm4 | 2014-08-18 | 2 | -1/+7 |
* | vo_opengl: add check-pattern suboption for testing | wm4 | 2014-08-18 | 1 | -2/+28 |
* | video: dump vsync phase into stats file | wm4 | 2014-08-18 | 1 | -2/+4 |
* | vaapi: we need more surfaces | wm4 | 2014-08-18 | 1 | -1/+2 |
* | wayland: dynamically report display fps | Alexander Preisinger | 2014-08-18 | 2 | -21/+60 |
* | manpage: fix opengl-hq defaults | wm4 | 2014-08-18 | 1 | -1/+1 |
* | command: drop " %" from "cache" property OSD-formatting | wm4 | 2014-08-18 | 1 | -1/+1 |
* | player: never print status messages before playback begins | wm4 | 2014-08-18 | 2 | -2/+4 |
* | player: remove unneeded call | wm4 | 2014-08-18 | 3 | -6/+1 |
* | DOCS/tech-overview.txt: some updates | wm4 | 2014-08-18 | 1 | -17/+35 |
* | x11: listen to xrandr events | wm4 | 2014-08-17 | 4 | -2/+20 |
* | TOOLS/zsh.pl: protect global environment | Philip Sequeira | 2014-08-17 | 1 | -0/+4 |
* | TOOLS/zsh.pl: fix a ret that hadn't been changed to rc | Philip Sequeira | 2014-08-17 | 1 | -1/+1 |
* | TOOLS/zsh.pl: complete profiles | Philip Sequeira | 2014-08-17 | 1 | -0/+36 |
* | x11: fix xrandr conditional compilation | wm4 | 2014-08-17 | 1 | -1/+1 |
* | af_lavrresample: minor cosmetics | wm4 | 2014-08-17 | 1 | -4/+2 |
* | video: make vo_opengl the default over vo_vdpau | wm4 | 2014-08-17 | 1 | -3/+3 |
* | video: enable framedropping by default | wm4 | 2014-08-17 | 2 | -4/+5 |
* | video: take refresh rate changes into account | wm4 | 2014-08-17 | 3 | -28/+37 |
* | x11: fix memory leaks | wm4 | 2014-08-17 | 1 | -3/+9 |
* | build: use pkg-config for xscreensaver | wm4 | 2014-08-16 | 1 | -2/+1 |
* | build: drop check for XF86keysym.h | wm4 | 2014-08-16 | 4 | -23/+1 |
* | x11: use xrandr to retrieve display refresh rate | wm4 | 2014-08-16 | 6 | -40/+83 |
* | demux: enable thread by default | wm4 | 2014-08-16 | 3 | -9/+6 |
* | demux: add option to control the readahead buffer by a duration value | wm4 | 2014-08-16 | 4 | -4/+35 |
* | demux: remove unused function | wm4 | 2014-08-16 | 2 | -13/+0 |
* | player: cosmetics: make code more compact | wm4 | 2014-08-16 | 1 | -5/+2 |
* | vo_wayland: fix redrawing logic | wm4 | 2014-08-16 | 1 | -8/+8 |
* | video: add --display-fps switch to control framedrop FPS | wm4 | 2014-08-16 | 4 | -3/+17 |
* | audio: add a mode to insert silence on severe A/V desync | wm4 | 2014-08-15 | 5 | -4/+27 |
* | vo_opengl: optional support for using GLX_SGI_video_sync | wm4 | 2014-08-15 | 2 | -1/+26 |
* | gl_common: add SGI_video_sync extension | wm4 | 2014-08-15 | 2 | -0/+11 |
* | vo_opengl: if glfinish is used, also call it after swappping | wm4 | 2014-08-15 | 2 | -1/+6 |
* | video: add VO framedropping mode | wm4 | 2014-08-15 | 11 | -40/+187 |
* | vo: eliminate a redundant variable | wm4 | 2014-08-15 | 1 | -10/+5 |
* | player: use virtual time for --audio-file with ordered chapters | wm4 | 2014-08-15 | 5 | -10/+16 |
* | lua: wake up the core when setting OSD | wm4 | 2014-08-15 | 1 | -0/+1 |
* | osc: Overhaul (wip) | ChrisK2 | 2014-08-15 | 1 | -502/+848 |
* | sub: add option to workaround broken mkv files | wm4 | 2014-08-14 | 5 | -2/+13 |
* | sub: call sub_reset() on seeks only | wm4 | 2014-08-14 | 3 | -13/+3 |
* | client API: directly lock playloop | wm4 | 2014-08-14 | 1 | -4/+3 |
* | lua: allow disabling suspend | wm4 | 2014-08-14 | 1 | -2/+8 |
* | client API: adjust documentation for mpv_suspend() | wm4 | 2014-08-14 | 1 | -20/+5 |
* | vo: remove unused libavutil include | wm4 | 2014-08-14 | 1 | -2/+0 |
* | vo: fix mingw compilation | wm4 | 2014-08-14 | 1 | -0/+2 |
* | demux_lavf: support new metadata update API | wm4 | 2014-08-14 | 3 | -3/+35 |
* | TOOLS/zsh.pl: properly set the return value | Alessandro Ghedini | 2014-08-13 | 1 | -9/+12 |
* | TOOLS/zsh.pl: properly return non-zero when no matches are found | c_14 | 2014-08-13 | 1 | -0/+1 |
* | wayland: pointer interface is created after theme | Alexander Preisinger | 2014-08-13 | 1 | -13/+8 |
* | video: reduce non-sense messages when playing coverart | wm4 | 2014-08-13 | 1 | -11/+14 |
* | video: don't run new frame processing on every iteration | wm4 | 2014-08-13 | 1 | -19/+22 |
* | video: move some more code around | wm4 | 2014-08-13 | 1 | -38/+49 |
* | video: move some code around | wm4 | 2014-08-13 | 1 | -45/+40 |
* | video: exit early when nothing to do | wm4 | 2014-08-13 | 1 | -7/+7 |
* | video: minor simplification of the old framedrop code | wm4 | 2014-08-13 | 1 | -10/+6 |
* | player: don't quit with --loop-file | wm4 | 2014-08-13 | 1 | -0/+1 |
* | vdpau: correctly mark invalid mixer as such on vdp_video_mixer_create() failure | Alessandro Ghedini | 2014-08-13 | 1 | -0/+3 |
* | build: fix libmpv build when using system waf | Jan Palus | 2014-08-13 | 1 | -1/+3 |
* | vo_vdpau: fix screenshots with anamorphic video | wm4 | 2014-08-13 | 1 | -1/+1 |
* | x11: vdpau GLX interop needs X11 threads | wm4 | 2014-08-13 | 1 | -0/+2 |
* | af_lavcac3enc: lower minimum channel number to 3 | wm4 | 2014-08-12 | 2 | -2/+2 |
* | docs: cocoa example uses wakeup callback API | FRAU KOUJIRO | 2014-08-12 | 1 | -22/+54 |
* | docs: simple cocoa API usage example | FRAU KOUJIRO | 2014-08-12 | 1 | -0/+85 |
* | af_lavcac3enc: change default bitrate to 640 | wm4 | 2014-08-12 | 2 | -2/+5 |
* | video: fix and simplify video format changes and last frame display | wm4 | 2014-08-12 | 6 | -181/+127 |
* | video: move display and timing to a separate thread | wm4 | 2014-08-12 | 19 | -252/+513 |
* | DOCS: mark the recent release in client-api-changes.rst | wm4 | 2014-08-12 | 2 | -0/+3 |
* | input.conf: add some bindings for changing audio-delay | wm4 | 2014-08-11 | 1 | -0/+2 |
* | input.conf: make explanatory text more readable | wm4 | 2014-08-11 | 2 | -30/+16 |
* | video: don't keep multiple pointers to hwdec info struct | wm4 | 2014-08-11 | 7 | -26/+29 |
* | vaapi: fix uninitialized value read | wm4 | 2014-08-11 | 1 | -1/+1 |
* | vf_vapoursynth: print more diagnostics on error | wm4 | 2014-08-11 | 1 | -3/+9 |
* | manpage: update keybindings | wm4 | 2014-08-11 | 1 | -1/+1 |
* | Move status-line.lua | wm4 | 2014-08-11 | 1 | -1/+1 |
* | player: remove cache status from video OSD | wm4 | 2014-08-11 | 1 | -3/+0 |
* | demux: reduce log spam if threading is disabled | wm4 | 2014-08-11 | 1 | -3/+11 |
* | video: fix dangling pointer issue | wm4 | 2014-08-11 | 1 | -1/+1 |
* | vdpau: allocate surfaces by age | wm4 | 2014-08-11 | 2 | -1/+11 |
* | input: fix event wakeup | wm4 | 2014-08-11 | 1 | -18/+14 |
* | input.conf: change LEFT/RIGHT keys to seek 5s instead of 10s | wm4 | 2014-08-11 | 1 | -2/+2 |
* | command: for OSD, format cache property as integer | wm4 | 2014-08-11 | 1 | -0/+5 |
* | command: fix dangling pointer issue in script key bindings code | wm4 | 2014-08-11 | 1 | -1/+1 |
* | player: don't delay OSD redraw when paused | wm4 | 2014-08-10 | 1 | -2/+4 |
* | vo_sdl: fix redrawing issue | wm4 | 2014-08-10 | 1 | -1/+1 |
* | input.conf: map shift+pgup/dwn to the old seek bindings | wm4 | 2014-08-09 | 1 | -2/+4 |
* | video: remove "hard" framedrop mode | wm4 | 2014-08-09 | 4 | -12/+20 |
* | etc/example.conf: update cache options | wm4 | 2014-08-09 | 1 | -4/+10 |
* | command: run OSD display code even if a property is unavailable | wm4 | 2014-08-09 | 1 | -4/+2 |
* | etc: add mplayer-input.conf | wm4 | 2014-08-09 | 1 | -0/+153 |
* | input.conf: switch chapter seek next/previous keys | wm4 | 2014-08-08 | 1 | -2/+2 |
* | manpage: update key bindings | wm4 | 2014-08-08 | 1 | -36/+6 |
* | manpage: add sections and order by usage | Alexander Preisinger | 2014-08-08 | 1 | -1677/+1810 |
* | ao_dsound: reduce default buffer size | wm4 | 2014-08-08 | 1 | -1/+1 |
* | input.conf: unmap some more obscure bindings | wm4 | 2014-08-08 | 1 | -12/+11 |
* | command: add a "seeking" property | wm4 | 2014-08-08 | 2 | -0/+16 |
* | player: indicate on the status line whether a seek is active | wm4 | 2014-08-08 | 1 | -1/+3 |
* | input.conf: remap pgup/dwn to chapter seeks | wm4 | 2014-08-07 | 1 | -4/+8 |
* | build: add hacks to force waf to generate valid .pc files | wm4 | 2014-08-07 | 2 | -0/+9 |
* | input: fix off by one error in command parser | wm4 | 2014-08-07 | 1 | -1/+1 |
* | audio: fix encoding mode | wm4 | 2014-08-07 | 1 | -1/+2 |
* | client API: qtexample: don't pass deallocated strings to mpv | wm4 | 2014-08-07 | 1 | -1/+2 |
* | demux: fix playback abort if --demuxer-thread is not used | wm4 | 2014-08-07 | 1 | -9/+9 |
* | player: remove unused declaration | wm4 | 2014-08-07 | 1 | -1/+0 |
* | gitignore: fix manpage entries | wm4 | 2014-08-06 | 1 | -6/+6 |
* | old-build: HAVE_COCOA_APPLICATION must be set | wm4 | 2014-08-06 | 2 | -1/+2 |
* | stream_dvb: restore --dvbin-file option | wm4 | 2014-08-06 | 2 | -7/+15 |
* | stream_dvb: fix channels.conf preference order | wm4 | 2014-08-06 | 1 | -3/+4 |
* | vo_direct3d: allow resizing before video init | wm4 | 2014-08-06 | 1 | -1/+1 |
* | win32: never call GetClientRect(0, ...) | wm4 | 2014-08-06 | 2 | -2/+6 |
* | demux: make track switching asynchronous | wm4 | 2014-08-06 | 1 | -0/+21 |
* | client API: trigger MPV_EVENT_VIDEO_RECONFIG on vf recreation | wm4 | 2014-08-06 | 1 | -0/+2 |
* | audio: fix inverted condition | wm4 | 2014-08-06 | 1 | -6/+4 |
* | wayland: remove redundant line | Alexander Preisinger | 2014-08-06 | 1 | -1/+0 |
* | wayland: changes for nested compositors | Alexander Preisinger | 2014-08-06 | 1 | -20/+50 |
* | build: allow to disable building the cplayer | Stefano Pigozzi | 2014-08-06 | 2 | -10/+16 |
* | build: expose waf variants to the user | Stefano Pigozzi | 2014-08-06 | 2 | -0/+35 |
* | cocoa: fix build by using the correct HAVE_* macro | Stefano Pigozzi | 2014-08-06 | 2 | -6/+6 |
* | cocoa: macosx_application needs cocoa-application | FRAU KOUJIRO | 2014-08-06 | 3 | -4/+8 |
* | build: cocoa-application config target | FRAU KOUJIRO | 2014-08-06 | 1 | -11/+23 |
* | cocoa: move handleFilesArray: to macosx_events | FRAU KOUJIRO | 2014-08-06 | 5 | -19/+20 |
* | cocoa: move set_input_context to macosx_events | FRAU KOUJIRO | 2014-08-06 | 5 | -9/+10 |
* | cocoa: sync inputContext inside EventsResponder | FRAU KOUJIRO | 2014-08-06 | 3 | -12/+28 |
* | cocoa: decouple events from application somewhat | FRAU KOUJIRO | 2014-08-06 | 4 | -64/+118 |
* | win32: fix build | wm4 | 2014-08-05 | 1 | -1/+0 |
* | build: move def file to libmpv/ | wm4 | 2014-08-05 | 2 | -1/+1 |
* | win32: create OpenGL context on the GUI thread | wm4 | 2014-08-05 | 3 | -12/+40 |
* | win32: cleanup OpenGL context creation | wm4 | 2014-08-05 | 1 | -37/+33 |
* | build: syms: reindent | Stefano Pigozzi | 2014-08-05 | 1 | -29/+28 |
* | build: syms: fix *.def file for mach-o binary format | Stefano Pigozzi | 2014-08-05 | 1 | -1/+1 |
* | options: fix key-value-list options | wm4 | 2014-08-05 | 1 | -6/+11 |
* | client API: add and use the MPV_MAKE_VERSION macro | wm4 | 2014-08-05 | 3 | -10/+9 |
* | build: list exported symbols explicitly | wm4 | 2014-08-05 | 4 | -44/+44 |
* | build: fix export of libmpv symbols on mingw | wm4 | 2014-08-05 | 1 | -1/+1 |
* | build: fix cross-compilation of libmpv | wm4 | 2014-08-05 | 1 | -1/+3 |
* | vdpau: don't crash on flipped images | wm4 | 2014-08-05 | 1 | -5/+12 |
* | sub: fix subtitle timing for TS | wm4 | 2014-08-04 | 1 | -2/+6 |
* | sub: don't read packets if video and audio are disabled | wm4 | 2014-08-04 | 1 | -1/+1 |
* | gl_wayland: Don't try to resize the egl_window before it exists | Michael Forney | 2014-08-04 | 1 | -0/+3 |
* | input.conf: remap 2 keys | wm4 | 2014-08-03 | 1 | -3/+4 |
* | player: some further playloop cleanups | wm4 | 2014-08-03 | 5 | -53/+58 |
* | player: make quit exit immediately | wm4 | 2014-08-03 | 1 | -3/+3 |
* | player: allow redrawing screen during seeks | wm4 | 2014-08-03 | 1 | -6/+12 |
* | manpage: be more explicit where input.conf is located | wm4 | 2014-08-02 | 2 | -1/+6 |
* | Improve setting AVOptions | wm4 | 2014-08-02 | 13 | -149/+66 |
* | manpage: explain how to replace --slave-broken | wm4 | 2014-08-02 | 1 | -0/+10 |
* | player: don't show the path part for external subtitle files | wm4 | 2014-08-02 | 1 | -1/+1 |
* | client API: minor optimizations for property notification | wm4 | 2014-08-02 | 4 | -38/+91 |
* | TOOLS: add test script for property change notifications | wm4 | 2014-08-02 | 1 | -0/+16 |
* | command: add a property that returns a list of all properties | wm4 | 2014-08-02 | 4 | -21/+27 |
* | manpage: remove duplicated misplaced description of a command | wm4 | 2014-08-02 | 1 | -2/+0 |
* | win32: fix assertion failure | wm4 | 2014-08-01 | 1 | -12/+10 |
* | Remove the last remains of slave mode | wm4 | 2014-08-01 | 9 | -76/+15 |
* | vda: only support the new hwaccel 1.2 API (remove old code) | Stefano Pigozzi | 2014-08-01 | 3 | -167/+19 |
* | travis: use homebrew to build ffmpeg on OS X | Stefano Pigozzi | 2014-08-01 | 1 | -18/+58 |
* | player: don't ignore first chapter | wm4 | 2014-07-31 | 1 | -1/+1 |
* | video: fix attached picture mode | wm4 | 2014-07-31 | 1 | -1/+3 |
* | audio: simplify condition | wm4 | 2014-07-31 | 1 | -1/+1 |
* | audio: fix A/V sync in encoding mode | wm4 | 2014-07-31 | 1 | -0/+5 |
* | client API: don't send internal events to the clients | wm4 | 2014-07-31 | 1 | -1/+2 |
* | command: add cache-idle property | wm4 | 2014-07-31 | 2 | -3/+20 |
* | client API: make "cache" property and similar observable | wm4 | 2014-07-31 | 5 | -0/+18 |
* | client API: fix deadlock when calling mpv_terminate_destroy before init | wm4 | 2014-07-31 | 1 | -1/+1 |
* | player: rename a variable | wm4 | 2014-07-30 | 1 | -3/+3 |
* | player: move video display code out of the playloop | wm4 | 2014-07-30 | 4 | -332/+336 |
* | player: split seek_reset() | wm4 | 2014-07-30 | 6 | -56/+59 |
* | video: actually flush filter chain | wm4 | 2014-07-30 | 1 | -1/+4 |
* | video/filter: add vf_buffer | wm4 | 2014-07-30 | 5 | -0/+103 |
* | audio: better sync behavior on bogus EOF | wm4 | 2014-07-30 | 1 | -1/+3 |
* | ao_alsa: disable use of non-interleaved formats by default | wm4 | 2014-07-30 | 2 | -0/+10 |
* | cocoa: fix key equivalent dispatching | Stefano Pigozzi | 2014-07-30 | 2 | -22/+7 |
* | client API: fix typos in documentation | wm4 | 2014-07-30 | 1 | -2/+2 |
* | demux_lavf: don't consider EAGAIN as EOF condition | wm4 | 2014-07-30 | 1 | -2/+3 |
* | stream: hack-fix rtmp-level seeking | wm4 | 2014-07-30 | 4 | -11/+22 |
* | stream_lavf: allow setting AVOptions with --stream-lavf-o | wm4 | 2014-07-30 | 6 | -0/+38 |
* | audio: better initial sync for files where audio starts later | wm4 | 2014-07-30 | 1 | -5/+15 |
* | audio: cosmetics: remove unused return value | wm4 | 2014-07-30 | 2 | -11/+9 |
* | demux_mf: allow seeking past the end | wm4 | 2014-07-30 | 1 | -1/+1 |
* | player: fix time display wheen seeking past EOF with --keep-open | wm4 | 2014-07-30 | 4 | -20/+19 |
* | player: let explicitly imprecise seeks cancel precise seeks | wm4 | 2014-07-29 | 1 | -0/+3 |
* | osc: Do precise seeks on simple clicks on seekbar | ChrisK2 | 2014-07-29 | 1 | -11/+19 |
* | audio: ignore (some) decoding errors on initialization | wm4 | 2014-07-29 | 2 | -1/+5 |
* | player: fix desync when seeking and switching external tracks | wm4 | 2014-07-29 | 6 | -32/+30 |
* | player: remove a pointless field | wm4 | 2014-07-29 | 2 | -5/+4 |
* | player: disable hr-seek in .ts files | wm4 | 2014-07-29 | 1 | -0/+1 |
* | player: allow precise seeking with percent seeks | wm4 | 2014-07-29 | 1 | -2/+1 |
* | manpage: lua: document timer timeout and oneshot fields | wm4 | 2014-07-29 | 1 | -0/+14 |
* | vdpau: don't upload video images in advance | wm4 | 2014-07-29 | 3 | -39/+11 |
* | player: update playback position on seek | wm4 | 2014-07-29 | 1 | -0/+2 |
* | player: logically speed up seek logic | wm4 | 2014-07-28 | 1 | -1/+1 |
* | vo_x11: fix build with older Libav versions | wm4 | 2014-07-28 | 1 | -4/+4 |
* | video: add a default color space for files with no video | Niklas Haas | 2014-07-28 | 1 | -0/+3 |
* | audio: change playback restart and resyncing | wm4 | 2014-07-28 | 10 | -281/+328 |
* | input: be stricter about rejecting mouse input with --no-input-cursor | wm4 | 2014-07-27 | 2 | -0/+5 |
* | vo: remove vo_mouse_movement() wrapper | wm4 | 2014-07-27 | 12 | -34/+33 |
* | vo: different hack for VOs which need to mangle mouse input | wm4 | 2014-07-27 | 7 | -40/+47 |
* | ao_pulse: allow disabling timing bug workarounds | wm4 | 2014-07-26 | 2 | -3/+44 |
* | ao_pulse: remove hacks for ancient PulseAudio versions | wm4 | 2014-07-26 | 3 | -23/+2 |
* | manpage: eliminate the word "movie" | wm4 | 2014-07-26 | 4 | -29/+29 |
* | win32: remove minor non-sense | wm4 | 2014-07-26 | 1 | -1/+0 |
* | win32: move window handling to a separate thread | wm4 | 2014-07-26 | 1 | -60/+174 |
* | vo: hack to avoid threading issues with mouse input | wm4 | 2014-07-26 | 5 | -1/+7 |
* | win32: use gcc TLS instead of WM_NCCREATE tricks for window context | wm4 | 2014-07-26 | 1 | -10/+9 |
* | Add Plan 9-style barriers | wm4 | 2014-07-26 | 4 | -0/+64 |
* | win32: make a flag explicit | wm4 | 2014-07-26 | 1 | -1/+1 |
* | win32: simplify some --wid embedding code | wm4 | 2014-07-26 | 1 | -26/+9 |
* | win32: don't use CS_OWNDC | wm4 | 2014-07-26 | 2 | -46/+64 |
* | win32: remove worthless doxygen comments | wm4 | 2014-07-26 | 1 | -39/+4 |
* | win32: make private struct private, refactor | wm4 | 2014-07-26 | 4 | -221/+201 |
* | ao_null: never fail at initialization | wm4 | 2014-07-26 | 1 | -1/+1 |
* | audio/out: fix initialization failure with win32 | wm4 | 2014-07-26 | 1 | -2/+1 |
* | audio, client API: check mp_make_wakeup_pipe() return value | wm4 | 2014-07-25 | 2 | -8/+11 |
* | osdep: don't assume errno is positive | wm4 | 2014-07-25 | 2 | -3/+3 |
* | command: fix and simplify overlay_add | wm4 | 2014-07-25 | 1 | -50/+44 |
* | command: append entries to the end of the playlist with loadlist append | Alessandro Ghedini | 2014-07-25 | 3 | -1/+11 |
* | audio: cosmetics: collapse a function | wm4 | 2014-07-24 | 1 | -14/+6 |
* | audio: fix timestamps | wm4 | 2014-07-24 | 3 | -2/+1 |
* | audio: adjust format change code | wm4 | 2014-07-24 | 1 | -8/+9 |
* | audio: fix race condition in EOF code | wm4 | 2014-07-24 | 3 | -4/+4 |
* | audio: cosmetics | wm4 | 2014-07-24 | 1 | -9/+5 |
* | audio: remove unnecessary code | wm4 | 2014-07-24 | 1 | -3/+0 |
* | manpage: fix a typo | wm4 | 2014-07-24 | 1 | -1/+1 |
* | encode: deal even more with codec->time_base deprecation. | Rudolf Polzer | 2014-07-23 | 1 | -6/+5 |
* | command: add append-play loadfile mode | wm4 | 2014-07-23 | 3 | -3/+6 |
* | player: remove something DVD specific | wm4 | 2014-07-22 | 1 | -8/+1 |
* | sub: offset subtitle timing to video start PTS | wm4 | 2014-07-22 | 1 | -1/+2 |