| Commit message (Expand) | Author | Age | Files | Lines |
* | wayland: convert to the zxdg_v6 apiwayland-zxdg6 | Rostislav Pehlivanov | 2016-12-23 | 8 | -171/+1203 |
* | vd_lavc: Add hwdec wrapper for crystalhd | Philip Langdale | 2016-10-15 | 4 | -0/+15 |
* | osc: fix chapter/playlist listing if empty | Ricardo Constantino | 2016-10-15 | 1 | -1/+1 |
* | osc: show playlist/chapter list on prev/next instead of osd | Ricardo Constantino | 2016-10-15 | 1 | -4/+16 |
* | osc: fix listing of chapters and playlist | Ricardo Constantino | 2016-10-15 | 1 | -10/+87 |
* | osc: fix display of chapters and playlist scaling | Ricardo Constantino | 2016-10-15 | 1 | -2/+11 |
* | osc: add user-alterable margin for top/bottombar | Ricardo Constantino | 2016-10-15 | 2 | -5/+10 |
* | osc: add right-click behavior to playlist and chapter buttons | Ricardo Constantino | 2016-10-15 | 2 | -0/+12 |
* | osc: change default layout to bottombar | Ricardo Constantino | 2016-10-15 | 2 | -67/+43 |
* | ytdl_hook: Add title to playlist items if available | Ricardo Constantino | 2016-10-15 | 1 | -0/+6 |
* | stream_file: don't use poll() on directories | wm4 | 2016-10-14 | 1 | -3/+5 |
* | terminal-win: support modifier keys in console input | James Ross-Gowan | 2016-10-14 | 1 | -2/+14 |
* | terminal-win: clean up console input | James Ross-Gowan | 2016-10-14 | 1 | -49/+33 |
* | ao_alsa: try to fallback to "hdmi" before "iec958" for spdif | wm4 | 2016-10-07 | 1 | -5/+10 |
* | osc: move tooltip to inside seekbar for top/bottombar | Ricardo Constantino | 2016-10-07 | 2 | -25/+32 |
* | osc: change seekbar background's alpha scaling | Ricardo Constantino | 2016-10-07 | 1 | -2/+4 |
* | osc: align text vertically in top/bottombar | Ricardo Constantino | 2016-10-07 | 1 | -32/+39 |
* | vo_drm: change CLI options + refactors | rr- | 2016-10-07 | 7 | -169/+293 |
* | ytdl_hook: add chapters by parsing video's description | Maurycy Skier | 2016-10-06 | 1 | -0/+46 |
* | man: fix PDF build | Martin Herkt | 2016-10-06 | 1 | -4/+0 |
* | vo_drm: fix segfault when using invalid card | rr- | 2016-10-06 | 1 | -2/+2 |
* | cocoa: add glFlush() to cocoa backend | Akemi | 2016-10-06 | 3 | -3/+2 |
* | TOOLS/stats-conv.py: use different colors for symbols too | wm4 | 2016-10-06 | 1 | -5/+6 |
* | vo_opengl: apply --opengl-early-flush in dumb mode too | wm4 | 2016-10-05 | 2 | -1/+1 |
* | options: handle --audio-device changes like the other options | wm4 | 2016-10-05 | 2 | -6/+3 |
* | audio: move some fallback handling to common AO reload function | wm4 | 2016-10-05 | 3 | -34/+36 |
* | command: flush and uninitialize audio output first on option changes | wm4 | 2016-10-05 | 1 | -1/+3 |
* | vo_opengl_cb: don't wait for redrawn frames | wm4 | 2016-10-05 | 2 | -3/+6 |
* | vo_opengl: disable glFlush() by default, and add an option to enable it | wm4 | 2016-10-05 | 3 | -1/+10 |
* | audio: make setting audio-exclusive update the audio chain | Kevin Mitchell | 2016-10-04 | 1 | -1/+1 |
* | audio/out: prevent underruns with spdif under certain conditions | wm4 | 2016-10-04 | 1 | -0/+2 |
* | manpage: fix closing quote | wm4 | 2016-10-04 | 1 | -1/+1 |
* | vo_opengl: hwdec_rpi: fix NULL pointer deref in certain cases | wm4 | 2016-10-04 | 1 | -1/+3 |
* | command: include deprecated/aliased options in property bridge | wm4 | 2016-10-04 | 1 | -18/+28 |
* | vo_drm: fix tiny memory leak | rr- | 2016-10-04 | 1 | -3/+8 |
* | vo_drm: refactor getting display fps | rr- | 2016-10-04 | 4 | -10/+8 |
* | player: fix previous commit | wm4 | 2016-10-03 | 3 | -7/+12 |
* | options: rename subtitle options | Dan Oscarsson | 2016-10-03 | 7 | -125/+244 |
* | DOCS/interface-changes.rst: mention seek command change | wm4 | 2016-10-03 | 1 | -0/+3 |
* | command: allow absolute seeks relative to end of stream | Philip Sequeira | 2016-10-02 | 2 | -1/+10 |
* | audio: fix late audio start | wm4 | 2016-10-02 | 1 | -1/+3 |
* | audio: dump timestamp difference | wm4 | 2016-10-02 | 1 | -1/+5 |
* | vaapi: support drm devices when running in vaapi-copy mode | Bernhard Frauendienst | 2016-10-02 | 1 | -0/+53 |
* | player: make --stop-screensaver runtime-changeable | wm4 | 2016-10-02 | 7 | -10/+23 |
* | stream_libarchive: add some more points at which reading can be stopped | wm4 | 2016-10-01 | 1 | -1/+4 |
* | vo_opengl: minor simplification | wm4 | 2016-10-01 | 1 | -4/+3 |
* | vo_opengl: attempt to fix chroma offset under rotation and flipping | wm4 | 2016-10-01 | 1 | -15/+48 |
* | vo_opengl: add debugging options for testing with padded textures | wm4 | 2016-10-01 | 3 | -5/+17 |
* | vo_opengl: partially fix dumb-mode cropping with rotation | wm4 | 2016-09-30 | 1 | -5/+23 |
* | csputils: add note that mp_invert_cmat() is LGPL too | wm4 | 2016-09-30 | 1 | -1/+1 |
* | msg: flush after every message for --log-file | wm4 | 2016-09-30 | 1 | -0/+1 |
* | vo_opengl: vaegl: log more debugging infos | wm4 | 2016-09-30 | 1 | -7/+12 |
* | vo_opengl: rpi: remove dumb comment | wm4 | 2016-09-30 | 1 | -1/+0 |
* | vo_opengl: rpi: fix glaring memory leak | wm4 | 2016-09-30 | 1 | -2/+5 |
* | vo_opengl: rpi: use overlay for yuv420p too | wm4 | 2016-09-30 | 1 | -1/+6 |
* | vo_opengl: allow hwdec interops to support multiple image formats | wm4 | 2016-09-30 | 3 | -2/+17 |
* | vo_opengl: egl: print EGL errors only if not probing | wm4 | 2016-09-30 | 1 | -6/+9 |
* | vo_opengl: rpi: raise the video layer | wm4 | 2016-09-30 | 1 | -3/+8 |
* | vd_lavc: log if hw decoding selects a different underlying decoder | wm4 | 2016-09-30 | 1 | -0/+3 |
* | rpi: add --hwdec=rpi-copy | wm4 | 2016-09-30 | 4 | -0/+12 |
* | ipc: log when listening to IPC socket | wm4 | 2016-09-29 | 2 | -0/+4 |
* | path: default ~~ paths to home directory | wm4 | 2016-09-29 | 1 | -0/+6 |
* | player: enable reading from stdin after loading input.conf | wm4 | 2016-09-29 | 3 | -7/+8 |
* | mp_image: fix clearing to black with p010 format | wm4 | 2016-09-29 | 1 | -1/+1 |
* | w32_common: implement VOCTRL_GET_DISPLAY_NAMES | James Ross-Gowan | 2016-09-29 | 2 | -3/+58 |
* | ytdl_hook: Set aspect ratio for anamorphic video | Ricardo Constantino | 2016-09-28 | 1 | -0/+6 |
* | cuda: initialize hwframes format | Philip Langdale | 2016-09-28 | 1 | -0/+4 |
* | client API: "priority" option is now runtime settable | wm4 | 2016-09-28 | 1 | -1/+0 |
* | msg: make --log-file and --dump-stats accept config path expansion | wm4 | 2016-09-28 | 1 | -17/+27 |
* | img_format: remove some unneeded format definitions | wm4 | 2016-09-28 | 2 | -15/+0 |
* | win32: make --priority runtime-settable | James Ross-Gowan | 2016-09-28 | 4 | -11/+19 |
* | win32: build with -DINITGUID | James Ross-Gowan | 2016-09-28 | 15 | -16/+4 |
* | vo_opengl: deprecate 'drm-egl' backend and introduce 'drm' instead | wm4 | 2016-09-27 | 3 | -3/+23 |
* | stream_lavf: check seekable flag correctly | wm4 | 2016-09-27 | 1 | -1/+1 |
* | command: fix inverted condition in sub-reload command | wm4 | 2016-09-26 | 1 | -1/+1 |
* | vo_drm: provide display fps | rr- | 2016-09-26 | 2 | -2/+27 |
* | cocoa: fix fullscreen regression on 10.11 and newer | Akemi | 2016-09-26 | 1 | -1/+0 |
* | player: allow opts in pseudo-gui set by the user to override user's default | Ricardo Constantino | 2016-09-26 | 3 | -8/+18 |
* | video: trust demuxer framerate on invalid timestamps | wm4 | 2016-09-26 | 1 | -1/+1 |
* | qthelper: introduce new convenience functions | wm4 | 2016-09-26 | 2 | -0/+99 |
* | scripting: don't attempt to load builtin scripts twice | wm4 | 2016-09-26 | 1 | -1/+0 |
* | stream_lavf: fix determining seekability | wm4 | 2016-09-26 | 1 | -3/+23 |
* | DOCS/compile-windows.md: update msys2 instructions again | Kevin Mitchell | 2016-09-25 | 1 | -3/+3 |
* | osc: Fix scaling issues when toggling fullscreen | Ricardo Constantino | 2016-09-25 | 1 | -0/+1 |
* | sd_ass: fix top alignment of secondary subtitles | wm4 | 2016-09-25 | 1 | -3/+4 |
* | lua: complain loudly if Lua state creation fails | wm4 | 2016-09-25 | 1 | -1/+3 |
* | options: do not mark --profile/--include as M_OPT_FIXED | wm4 | 2016-09-24 | 1 | -2/+2 |
* | player: fix instant subtitle refresh on track switches | wm4 | 2016-09-24 | 2 | -4/+9 |
* | lua: fix array detection | wm4 | 2016-09-24 | 1 | -2/+2 |
* | command: some minor corrections to previous commit | wm4 | 2016-09-24 | 1 | -20/+19 |
* | command: make it possible to set chapters via lua plugins | Maurycy Skier | 2016-09-24 | 1 | -1/+70 |
* | vo_opengl: hwdec_cuda: get the cuda device from the GL context | Philip Langdale | 2016-09-24 | 1 | -3/+3 |
* | vo_opengl: hwdec_cuda: directly map GL textures and skip using PBOs | Philip Langdale | 2016-09-24 | 1 | -65/+20 |
* | manpage: hwdec_cuda: update docs to say 10bit hevc is supported | Philip Langdale | 2016-09-24 | 1 | -2/+2 |
* | player: fix intended pseudo-gui behavior | wm4 | 2016-09-23 | 1 | -3/+3 |
* | player: do not let pseudo-gui override user config settings | wm4 | 2016-09-23 | 11 | -11/+42 |
* | m_config, command: remove some minor code duplication | wm4 | 2016-09-23 | 3 | -6/+11 |
* | TOOLS/lua/observe-all: explicitly observe all options | wm4 | 2016-09-23 | 1 | -1/+9 |
* | command: make most options observable | wm4 | 2016-09-23 | 1 | -0/+6 |
* | vo_opengl: hwdec_rpi: remove copy&paste error | wm4 | 2016-09-23 | 1 | -1/+0 |
* | vo: log framedrops | wm4 | 2016-09-23 | 1 | -1/+3 |
* | command: fix potential UB | wm4 | 2016-09-23 | 1 | -5/+5 |
* | x11: fix external fullscreen update | wm4 | 2016-09-23 | 3 | -13/+19 |
* | aspect: use nominal width instead of actual width for video-unscaled | Niklas Haas | 2016-09-22 | 1 | -3/+3 |
* | player: make audio-channels etc. runtime settable | wm4 | 2016-09-22 | 3 | -5/+13 |
* | command: add a load-script command | wm4 | 2016-09-22 | 6 | -5/+20 |
* | player: remove some explicit options accesses when saving resume file | wm4 | 2016-09-22 | 1 | -29/+26 |
* | command: fix missing update notifications in some cases | wm4 | 2016-09-22 | 1 | -0/+1 |
* | player: some M_SETOPT_RUNTIME cleanups | wm4 | 2016-09-22 | 3 | -21/+9 |
* | ytdl_hook: temporarily force disable dash segments formats | Ricardo Constantino | 2016-09-22 | 1 | -4/+5 |
* | vo: add a unique frame_id to vo_frame | wm4 | 2016-09-22 | 2 | -0/+9 |
* | vo_opengl: apply 90° rotation to chroma texture size | wm4 | 2016-09-22 | 1 | -0/+3 |
* | hwdec/cuda: Document how to activate cuda deinterlacing | Philip Langdale | 2016-09-22 | 1 | -8/+11 |
* | cocoa: fix macOS 10.12 deprecation warnings | Akemi | 2016-09-22 | 4 | -12/+45 |
* | player: add --watch-later-directory option | David Logie | 2016-09-22 | 4 | -2/+19 |
* | client API: more or less deprecate mpv_set_option() | wm4 | 2016-09-21 | 8 | -56/+101 |
* | options: make input options generally runtime-settable | wm4 | 2016-09-21 | 7 | -71/+105 |
* | client API: fix init/destruction race conditions | wm4 | 2016-09-21 | 3 | -8/+19 |
* | lua: add API for registering idle handlers | wm4 | 2016-09-21 | 2 | -0/+17 |
* | lua: run timers only after draining the event queue | wm4 | 2016-09-21 | 1 | -12/+11 |
* | manpage: lua: mention recent deprecations | wm4 | 2016-09-21 | 1 | -4/+6 |
* | lua: expose subprocess_detached | rr- | 2016-09-21 | 2 | -0/+45 |
* | ao_openal: enable building on OSX | Josh de Kock | 2016-09-21 | 3 | -2/+27 |
* | command: make bitrate properties observable | wm4 | 2016-09-21 | 1 | -1/+2 |
* | client API: revert unintended mpv_wait_event() behavior change | wm4 | 2016-09-21 | 1 | -3/+0 |
* | command: add a video-dec-params property | wm4 | 2016-09-20 | 4 | -2/+27 |
* | video: handle override video parameters in a better place | wm4 | 2016-09-20 | 2 | -8/+7 |
* | command: change update handling of some video-related properties | wm4 | 2016-09-20 | 5 | -32/+19 |
* | player: kill associated OSD and key bindings when removing a script | wm4 | 2016-09-20 | 5 | -4/+35 |
* | osd: fix OSD redrawing after removing external overlays | wm4 | 2016-09-20 | 1 | -0/+2 |
* | man/options.rst: fix typo and layout | Kranky K. Krackpot | 2016-09-20 | 1 | -6/+8 |
* | audio: fix segfault when yanking USB DAC | Kevin Mitchell | 2016-09-20 | 1 | -0/+1 |
* | options: fix window-scale property | wm4 | 2016-09-20 | 2 | -2/+2 |
* | m_option: resort M_OPT_ flag values | wm4 | 2016-09-20 | 1 | -11/+11 |
* | player: make --osc/--ytdl settable during playback | wm4 | 2016-09-20 | 6 | -7/+44 |
* | options, command: simplify some option updates | wm4 | 2016-09-19 | 4 | -86/+56 |
* | client API: revert some relaxations about calling mpv_initialize() | wm4 | 2016-09-19 | 2 | -2/+16 |
* | player: minor changes in init code | wm4 | 2016-09-19 | 4 | -19/+11 |
* | player: make --log-file and --dump-stats freely settable at runtime | wm4 | 2016-09-19 | 3 | -25/+37 |
* | player: make --terminal freetly settable at runtime | wm4 | 2016-09-19 | 6 | -28/+35 |
* | terminal-unix: don't send quit command on terminal_uninit() | wm4 | 2016-09-19 | 1 | -4/+8 |
* | options: slightly better option update mechanism | wm4 | 2016-09-19 | 8 | -26/+62 |
* | options: remove some M_OPT_FIXED flags | wm4 | 2016-09-19 | 1 | -9/+9 |
* | command: add audio-pts property to get the audio pts | Hector Martin | 2016-09-19 | 2 | -1/+20 |
* | af_pan: fix typo | Hector Martin | 2016-09-19 | 1 | -2/+3 |
* | af_rubberband: default to channels=together | Hector Martin | 2016-09-19 | 1 | -0/+1 |
* | af_rubberband: add af-command and option to change the pitch | Hector Martin | 2016-09-19 | 2 | -2/+38 |
* | af_pan: add af-command support to change the matrix | Hector Martin | 2016-09-19 | 2 | -19/+38 |
* | af_pan: coding style fixes | Hector Martin | 2016-09-19 | 1 | -103/+104 |
* | command: fix "cycle"/"add" not working on most properties | wm4 | 2016-09-18 | 1 | -1/+2 |
* | player: more option/property consistency fixes | wm4 | 2016-09-18 | 10 | -58/+75 |
* | command: fix window-scale option/property inconsistencies | wm4 | 2016-09-18 | 2 | -7/+7 |
* | options: rename/deprecate --playlist-pos | wm4 | 2016-09-18 | 5 | -13/+11 |
* | command: minor fixes to video-aspect property | wm4 | 2016-09-18 | 1 | -8/+2 |
* | options: actually deprecate --mute=auto | wm4 | 2016-09-18 | 4 | -5/+10 |
* | command: fix --quiet, --really-quiet options | wm4 | 2016-09-18 | 1 | -0/+2 |
* | displayconfig: treat a refresh rate of 1 as invalid | James Ross-Gowan | 2016-09-18 | 1 | -2/+8 |
* | stream/stream_lavf: user-agent option is deprecated | RiCON | 2016-09-18 | 1 | -1/+1 |
* | command: add an apply-profile command | wm4 | 2016-09-17 | 4 | -0/+20 |
* | options: take care of propertly updating options on runtime changes | wm4 | 2016-09-17 | 7 | -8/+125 |
* | options: fix pseudo-options like -v | wm4 | 2016-09-17 | 1 | -1/+1 |
* | manpage: document some more property/options inconsistencies | wm4 | 2016-09-17 | 1 | -0/+27 |
* | command: make window-scale redirect to option if no window created | wm4 | 2016-09-17 | 1 | -1/+1 |
* | DOCS: vo/ao auto profiles are deprecated | RiCON | 2016-09-17 | 1 | -2/+1 |
* | options: simplify M_OPT_EXIT | wm4 | 2016-09-17 | 8 | -26/+22 |
* | m_config: make option setting always call m_config_set_option_raw() | wm4 | 2016-09-17 | 1 | -14/+20 |
* | options: kill M_OPT_GLOBAL flag | wm4 | 2016-09-17 | 3 | -21/+7 |
* | player: don't enter playloop for client API requests | wm4 | 2016-09-16 | 2 | -2/+4 |
* | osd: fix OSD getting stuck with --blend-subtitles=yes | wm4 | 2016-09-16 | 3 | -19/+18 |
* | dispatch: fix a race condition triggering an assert() | wm4 | 2016-09-16 | 1 | -1/+1 |
* | player: fix a missed wakeup | wm4 | 2016-09-16 | 1 | -0/+1 |
* | vo_opengl: don't pass negative height to overlay_adjust() | wm4 | 2016-09-16 | 1 | -1/+1 |
* | player: use better way to wait for input and dispatching commands | wm4 | 2016-09-16 | 9 | -57/+80 |
* | client API: declare mpv_suspend/mpv_resume deprecated | wm4 | 2016-09-16 | 8 | -10/+22 |
* | player: litter code with explicit wakeup calls | wm4 | 2016-09-16 | 9 | -39/+76 |
* | player, ao, vo: don't call mp_input_wakeup() directly | wm4 | 2016-09-16 | 17 | -47/+97 |
* | osd: fix subtitle/overlay update problems | wm4 | 2016-09-16 | 1 | -2/+6 |
* | hwdec_cuda: Rename config variable to be more consistent | Philip Langdale | 2016-09-16 | 5 | -8/+8 |
* | vo_opengl: rpi: cosmetic change | wm4 | 2016-09-15 | 1 | -2/+2 |
* | audio: fix missed wakeup when changing audio output device | wm4 | 2016-09-15 | 1 | -1/+1 |
* | osd: slightly simplify update logic | wm4 | 2016-09-15 | 6 | -30/+21 |
* | options: add --hwdec=yes as alias for --hwdec=auto | wm4 | 2016-09-15 | 2 | -2/+4 |
* | etc/builtin.conf: minor edits | wm4 | 2016-09-15 | 1 | -2/+6 |
* | player: move builtin profiles to a separate file | wm4 | 2016-09-15 | 5 | -50/+51 |
* | player: remove unintended !mingw ifdef for IPC uninit | wm4 | 2016-09-15 | 1 | -2/+0 |
* | client API: remove SIGPIPE overriding code | wm4 | 2016-09-15 | 4 | -11/+8 |
* | manpage: explain "speed-adjusted" FPS for --interpolation-threshold | wm4 | 2016-09-15 | 1 | -2/+5 |
* | vo_opengl: fix OSD with icc-profile after previous commit | wm4 | 2016-09-14 | 1 | -0/+2 |
* | vo_opengl: dynamically manage texture units | wm4 | 2016-09-14 | 5 | -30/+54 |
* | vo_opengl: require explicit reset on shader cache after rendering | wm4 | 2016-09-14 | 4 | -8/+30 |
* | vo_opengl: remove a redundant glActiveTexture() call | wm4 | 2016-09-14 | 1 | -2/+2 |
* | vo_opengl: make the number of PBOs tunable | Niklas Haas | 2016-09-14 | 2 | -5/+7 |
* | vo_opengl: drm: use new EGL context creation code | wm4 | 2016-09-14 | 2 | -43/+8 |
* | vo_opengl: wayland: use new EGL context creation code | wm4 | 2016-09-14 | 2 | -50/+9 |
* | vo_opengl: EGL: dump some version info | wm4 | 2016-09-14 | 1 | -0/+8 |
* | vo_opengl: EGL: better desktop-GL context creation | wm4 | 2016-09-14 | 1 | -19/+65 |
* | vo_opengl: EGL: silence eglBindAPI() error message | wm4 | 2016-09-13 | 1 | -1/+1 |
* | vo_rpi, vo_opengl: separate RPI/EGL-specific code for both VOs | wm4 | 2016-09-13 | 3 | -220/+200 |
* | vo_opengl: rpi: use new egl context creation helper function | wm4 | 2016-09-13 | 2 | -27/+14 |
* | vo_x11: fix some ifdeffery | wm4 | 2016-09-13 | 1 | -2/+2 |
* | vo_opengl: mali fbdev support | wm4 | 2016-09-13 | 5 | -3/+188 |
* | vo_opengl: factor some EGL context creation code | wm4 | 2016-09-13 | 5 | -74/+122 |
* | DOCS/interface-changes.rst: minor cleanup | wm4 | 2016-09-13 | 1 | -19/+16 |
* | manpage: vo_rpi -> vo_opengl | wm4 | 2016-09-13 | 1 | -1/+1 |
* | vo_opengl: fix typo in bt.601 auto-guessing logic | Niklas Haas | 2016-09-13 | 1 | -1/+1 |
* | player: Save sub-speed value when resuming playback | Vladimir Panteleev | 2016-09-13 | 1 | -0/+1 |
* | player: Improve OSD formatting of sub-speed option | Vladimir Panteleev | 2016-09-13 | 1 | -0/+4 |
* | player: Apply new sub-speed values during playback | Vladimir Panteleev | 2016-09-13 | 2 | -0/+22 |
* | sub: Add SD_CTRL_UPDATE_SPEED | Vladimir Panteleev | 2016-09-13 | 2 | -0/+4 |
* | ytdl_hook: don't bother adding subtitles if duration isn't known | Ricardo Constantino | 2016-09-13 | 1 | -5/+3 |
* | ytdl_hook: Support playlist entries without subtitles | Ricardo Constantino | 2016-09-13 | 1 | -3/+17 |
* | vo_rpi: deprecate this VO | wm4 | 2016-09-12 | 4 | -4/+19 |
* | vo: change defines to an enum | wm4 | 2016-09-12 | 1 | -15/+17 |
* | vo_opengl: fix non-C11 TLS fallback for gcc | wm4 | 2016-09-12 | 1 | -1/+1 |
* | vo_opengl: better behavior in GL error corner cases | wm4 | 2016-09-12 | 1 | -4/+5 |
* | vo_opengl: rpi: merge vo_rpi features | wm4 | 2016-09-12 | 2 | -20/+255 |
* | vo_opengl: redirect window screenshot requests to backend | wm4 | 2016-09-12 | 1 | -5/+5 |
* | vo_opengl: add hw overlay support and use it for RPI | wm4 | 2016-09-12 | 9 | -3/+478 |
* | man: fix building pdf | shinchiro | 2016-09-12 | 1 | -4/+6 |
* | command: don't log "ignore" command with -v verbosity | wm4 | 2016-09-11 | 1 | -1/+2 |
* | client API: don't miss property changes after updates | James Ross-Gowan | 2016-09-11 | 1 | -5/+3 |
* | hwdec_cuda: Add trivial cuda-copy wrapper | Philip Langdale | 2016-09-11 | 4 | -4/+20 |
* | options: fix another minor regression | wm4 | 2016-09-11 | 1 | -1/+2 |
* | hwdec_cuda: Implement download_image for screenshots | Philip Langdale | 2016-09-10 | 1 | -0/+53 |
* | build: recompile zsh completion if zsh.pl changes | Philip Sequeira | 2016-09-10 | 1 | -1/+1 |
* | TOOLS/zsh.pl: don't filter files by extension | Philip Sequeira | 2016-09-10 | 1 | -2/+1 |
* | TOOLS/zsh.pl: die if we can't parse main options | Philip Sequeira | 2016-09-10 | 1 | -0/+3 |
* | options: fix --list-options after previous commit | wm4 | 2016-09-10 | 2 | -3/+4 |
* | options: make --h list options according to a pattern passed to it | wm4 | 2016-09-10 | 5 | -10/+29 |
* | m_config: remove another unused leftover | wm4 | 2016-09-10 | 2 | -15/+0 |
* | stream_cb: don't add "*://" to protocol list | wm4 | 2016-09-10 | 2 | -5/+1 |
* | command: do not call mp_switch_track() before proper initialization | wm4 | 2016-09-10 | 1 | -7/+17 |
* | man: fix typo | bugdone | 2016-09-10 | 1 | -1/+1 |
* | hwdec_cuda: Use the non-deprecated CUDA-GL interop API | Philip Langdale | 2016-09-10 | 1 | -12/+26 |
* | player: fix average frame duration calculation | sda89ha9 | 2016-09-09 | 1 | -1/+1 |
* | stream, demux, config: remove some dead/unneeded option-related code | wm4 | 2016-09-09 | 8 | -186/+6 |
* | stream_cdda: remove weird option parsing stuff | wm4 | 2016-09-09 | 3 | -30/+17 |
* | tv: remove weird option parsing stuff | wm4 | 2016-09-09 | 2 | -23/+14 |
* | stream_dvb: remove weird option parsing stuff | wm4 | 2016-09-09 | 1 | -24/+24 |
* | man/options: Document cuda hwdec. | Philip Langdale | 2016-09-09 | 1 | -0/+6 |
* | client API: fix error code string | wm4 | 2016-09-09 | 1 | -1/+1 |
* | client API: make mpv_opengl_cb_uninit_gl() behavior slightly nicer | wm4 | 2016-09-09 | 2 | -1/+9 |
* | stream_dvd, stream_dvdnav: remove weird option parsing stuff | wm4 | 2016-09-08 | 7 | -77/+120 |
* | options: drop unreferenced --bluray-angle option | wm4 | 2016-09-08 | 3 | -6/+1 |
* | stream_bluray: fix a minor memory leak | wm4 | 2016-09-08 | 1 | -2/+3 |
* | stream_bluray: remove weird option parsing stuff | wm4 | 2016-09-08 | 1 | -51/+45 |
* | vo: remove unused VOCTRL_GET_PANSCAN | wm4 | 2016-09-08 | 12 | -25/+1 |
* | vo: don't access global options unsynchronized | wm4 | 2016-09-08 | 2 | -6/+21 |
* | vo_opengl: use dedicated image unref function in config case | wm4 | 2016-09-08 | 1 | -1/+1 |
* | vo_opengl: simplify a condition | wm4 | 2016-09-08 | 1 | -2/+1 |
* | hwdec/opengl: Add support for CUDA and cuvid/NvDecode | Philip Langdale | 2016-09-08 | 10 | -1/+430 |
* | vo_opengl: fix incorrect video rendering after vdpau preemption recovery | wm4 | 2016-09-07 | 1 | -0/+1 |
* | vo_opengl: fix another potential vdpau preemption issue | wm4 | 2016-09-07 | 1 | -1/+2 |
* | ao_rsound: fix compilation | wm4 | 2016-09-07 | 1 | -1/+1 |
* | sub: fix previous commit with older libass releases | wm4 | 2016-09-07 | 1 | -0/+2 |
* | sub: actually apply text alignment options to non-ASS subtitles | wm4 | 2016-09-07 | 1 | -0/+2 |
* | manpage: remove more references to deprecated sub-option syntax | wm4 | 2016-09-07 | 5 | -72/+54 |
* | ao_pcm: remove some useless messages | wm4 | 2016-09-07 | 1 | -2/+0 |
* | osdep: rename atomics.h to atomic.h | wm4 | 2016-09-07 | 16 | -17/+16 |
* | atomics: readd some emulation | wm4 | 2016-09-06 | 3 | -2/+53 |
* | DOCS/interface-changes.rst: list exact sub-option replacements | wm4 | 2016-09-06 | 1 | -0/+2 |
* | demux: do not access global options | wm4 | 2016-09-06 | 13 | -168/+241 |
* | input, demux_tv: remove some older option access methods | wm4 | 2016-09-06 | 2 | -7/+8 |
* | demux_mkv: don't crash if --ordered-chapters-files fails | wm4 | 2016-09-06 | 1 | -1/+1 |
* | vo_vdpau: rename some sub-options | wm4 | 2016-09-06 | 2 | -5/+8 |
* | common: use char array for version string | wm4 | 2016-09-06 | 2 | -4/+4 |
* | vo_opengl: simplify option handling | wm4 | 2016-09-06 | 3 | -45/+37 |
* | vo_opengl: fix --icc-profile initial behavior | wm4 | 2016-09-06 | 1 | -0/+1 |
* | wscript: fix typo | pavelxdd | 2016-09-06 | 1 | -1/+1 |
* | m_config: avoid accidentally causing deprecation warnings | wm4 | 2016-09-05 | 1 | -41/+52 |
* | audio/out: deprecate "exclusive" sub-options | wm4 | 2016-09-05 | 9 | -2/+29 |
* | audio/out: deprecate device sub-options | wm4 | 2016-09-05 | 11 | -24/+32 |
* | options: deprecate suboptions for the remaining AO/VOs | wm4 | 2016-09-05 | 23 | -74/+136 |
* | options: add automagic hack for handling sub-option deprecations | wm4 | 2016-09-05 | 6 | -5/+60 |
* | vo_direct3d: deprecate direct3d_shaders alias | wm4 | 2016-09-05 | 4 | -32/+13 |
* | vo_image: move to global options | wm4 | 2016-09-05 | 5 | -37/+72 |
* | ao_jack: move to global options | wm4 | 2016-09-05 | 2 | -28/+50 |
* | options: add a mechanism to make sub-option replacement slightly easier | wm4 | 2016-09-05 | 11 | -16/+33 |
* | m_config: move parts of m_config_add_option into its own function | wm4 | 2016-09-05 | 1 | -26/+36 |
* | dispatch: improve recent locking changes slightly | wm4 | 2016-09-05 | 1 | -14/+20 |
* | dispatch: redo locking, and allow reentrant processing | wm4 | 2016-09-04 | 1 | -70/+101 |
* | client API: implement mpv_suspend/resume slightly differently | wm4 | 2016-09-04 | 5 | -10/+20 |
* | travis: trigger website rebuild only on docs changes | Ricardo Constantino | 2016-09-04 | 1 | -0/+5 |
* | travis: rebuild website for updated docs on push | Stefano Pigozzi | 2016-09-04 | 2 | -0/+27 |
* | client API: more option/property updates | wm4 | 2016-09-03 | 1 | -2/+11 |
* | sd_lavc: enable teletext | wm4 | 2016-09-03 | 4 | -0/+18 |
* | command: try selecting the next track if track switching fails | wm4 | 2016-09-03 | 1 | -3/+4 |
* | player: remove opengl-es=no flag from opengl-hq profile | wm4 | 2016-09-03 | 1 | -1/+0 |
* | manpage: document another option/property inconsistence | wm4 | 2016-09-03 | 1 | -0/+13 |
* | config: deprecate ao and vo auto-profiles | wm4 | 2016-09-03 | 2 | -0/+3 |
* | manpage: mention how to apply/view opengl-hq profile | wm4 | 2016-09-02 | 1 | -1/+2 |
* | ao_alsa: change sub-options to global options | wm4 | 2016-09-02 | 8 | -99/+117 |
* | config: allow profile forward-references in default profile | wm4 | 2016-09-02 | 3 | -10/+19 |
* | m_config: make sure profile values are never NULL | wm4 | 2016-09-02 | 1 | -5/+4 |
* | w32_common: initialize playback status as soon as possible | wm4 | 2016-09-02 | 1 | -16/+25 |
* | command: remove vo-cmdline | wm4 | 2016-09-02 | 6 | -26/+2 |
* | options: deprecate --vo-defaults | wm4 | 2016-09-02 | 4 | -10/+15 |
* | vo_opengl: deprecate sub-options, add them as global options | wm4 | 2016-09-02 | 17 | -1101/+1139 |
* | vo_opengl: rename 3dlut-size to icc-3dlut-size | wm4 | 2016-09-02 | 1 | -1/+2 |
* | m_config: add some convenience functions | wm4 | 2016-09-02 | 2 | -0/+35 |
* | vo: use new option update mechanism | wm4 | 2016-09-02 | 5 | -4/+25 |
* | m_config: introduce basic mechanism to synchronize global option updates | wm4 | 2016-09-02 | 5 | -5/+264 |
* | player: don't send win32 taskbar update before window is created | wm4 | 2016-09-02 | 1 | -1/+1 |
* | vo_opengl: minor renderer option access refactor | wm4 | 2016-09-02 | 3 | -5/+17 |
* | m_config: add helper function for initializing af/ao/vf/vo suboptions | wm4 | 2016-09-02 | 6 | -25/+37 |
* | charset_conv: Use CP949 instead of EUC-KR | Jeong Woon Choi | 2016-09-02 | 1 | -0/+5 |
* | DOCS: move libmpv stub to manpage | wm4 | 2016-09-02 | 3 | -22/+17 |
* | manpage: mention the client API/interface change logs | wm4 | 2016-09-02 | 2 | -3/+8 |
* | command: deprecate "cache" property, replace with "cache-percent" | wm4 | 2016-09-02 | 3 | -7/+6 |
* | vo_opengl: remove pre/post/scale-shaders | Niklas Haas | 2016-09-02 | 4 | -133/+20 |
* | client API: create core thread at an earlier time | wm4 | 2016-09-01 | 4 | -55/+50 |
* | command: fix or document some property/option consistency issues | wm4 | 2016-09-01 | 5 | -26/+61 |
* | command: remove 2 deprecated properties | wm4 | 2016-09-01 | 3 | -68/+1 |
* | command: rename/deprecate some conflicting property names | wm4 | 2016-09-01 | 3 | -6/+21 |
* | command: add options to property list | wm4 | 2016-09-01 | 14 | -216/+160 |
* | m_config: fix "no-" option handling with sub-options | wm4 | 2016-09-01 | 1 | -1/+1 |
* | vo, ao: disable positional parameter suboptions | wm4 | 2016-09-01 | 5 | -8/+14 |
* | stream_cb: remove broken cast | wm4 | 2016-08-31 | 1 | -1/+1 |
* | m_config: remove an unused function | wm4 | 2016-08-31 | 2 | -24/+6 |
* | vo: update w32_common left out by 4d75514 | quilloss | 2016-08-31 | 1 | -3/+0 |
* | m_config: remove some aliasing checks | wm4 | 2016-08-31 | 1 | -19/+2 |
* | m_option: replace --no-video-aspect alias | wm4 | 2016-08-31 | 5 | -68/+35 |
* | m_config: deprecate top-level suboptions | wm4 | 2016-08-31 | 2 | -0/+7 |
* | client API: deprecate "no-..." option handling | wm4 | 2016-08-31 | 5 | -18/+31 |
* | m_config: introduce and use OPT_ALIAS for some options | wm4 | 2016-08-31 | 3 | -17/+21 |
* | m_config: handle --no-... options differently | wm4 | 2016-08-31 | 2 | -53/+49 |
* | m_property: remove pointless explicitly clamping | wm4 | 2016-08-31 | 3 | -63/+0 |
* | input: use OPT_REPLACED for an old option alias | wm4 | 2016-08-31 | 1 | -1/+1 |
* | vo_xv: remove an aliased option | wm4 | 2016-08-31 | 2 | -8/+10 |
* | vo: change messy handling of fullscreen and other flags | wm4 | 2016-08-30 | 6 | -20/+7 |
* | options: make mp_vo_opts options an actual sub-option group | wm4 | 2016-08-30 | 9 | -85/+94 |
* | m_config: pass parent option in m_config_add_option() | wm4 | 2016-08-30 | 1 | -9/+10 |
* | m_config: rename is_generated to is_hidden | wm4 | 2016-08-30 | 2 | -7/+7 |
* | m_option: remove M_OPT_TYPE_DYNAMIC flag | wm4 | 2016-08-30 | 3 | -17/+4 |
* | command: cosmetics: fix some minor whitespace mistakes | wm4 | 2016-08-30 | 1 | -2/+2 |
* | player: make --force-window work with opengl-cb | wm4 | 2016-08-30 | 1 | -0/+1 |
* | player: slightly adjust framerate guessing heuristic | wm4 | 2016-08-29 | 1 | -6/+8 |
* | Merge pull request #3467 from atomnuker/master | Rostislav Pehlivanov | 2016-08-29 | 1 | -0/+2 |
|\ |
|
| * | wayland: reject resize events with either dimension being 0 | Rostislav Pehlivanov | 2016-08-29 | 1 | -0/+2 |
|/ |
|
* | vo_opengl: explicitly check for GL errors around framebuffer depth check | wm4 | 2016-08-29 | 1 | -0/+4 |
* | sd_lavc: always set decoder timebase | wm4 | 2016-08-29 | 1 | -18/+2 |
* | vd_lavc: always force milliseconds for MMAL | wm4 | 2016-08-29 | 1 | -0/+5 |
* | vd_lavc, ad_lavc: set pkt_timebase, not time_base | wm4 | 2016-08-29 | 2 | -2/+8 |
* | m_config: profile option values can be NULL | wm4 | 2016-08-29 | 1 | -1/+2 |
* | command: export profile list as a property | wm4 | 2016-08-28 | 4 | -0/+54 |
* | misc: add some annoying mpv_node helpers | wm4 | 2016-08-28 | 3 | -0/+77 |
* | common: add assert.h include | wm4 | 2016-08-28 | 1 | -0/+1 |
* | player: add option to disable video OSD | wm4 | 2016-08-28 | 4 | -8/+33 |
* | command: add property for current subtitle text | wm4 | 2016-08-27 | 2 | -1/+28 |
* | player: fix minor spelling mistake in osc.lua | James Cowgill | 2016-08-27 | 1 | -1/+1 |
* | TOOLS/zsh.pl: add m4a to zsh completion filetype list | wgmk | 2016-08-26 | 1 | -1/+1 |
* | player: avoid some redundant terminal status updates | wm4 | 2016-08-26 | 1 | -11/+9 |
* | x11, wayland: always round up wait times | wm4 | 2016-08-26 | 2 | -2/+2 |
* | vo: remove redundant wakeup | wm4 | 2016-08-26 | 1 | -1/+3 |
* | demux: close underlying stream if it's fully read anyway | wm4 | 2016-08-26 | 3 | -3/+34 |
* | player: don't directly access demuxer->stream | wm4 | 2016-08-26 | 4 | -6/+7 |
* | cache: don't use a backbuffer if the cache is as large as the file | wm4 | 2016-08-26 | 1 | -10/+14 |
* | stream_memory: disable stream cache | wm4 | 2016-08-26 | 1 | -0/+1 |
* | w32_common: use hooks to detect parent window resize | James Ross-Gowan | 2016-08-26 | 1 | -35/+117 |
* | vo_opengl: angle: new opengl flag to control DirectComposition | Avi Halachmi (:avih) | 2016-08-25 | 4 | -2/+23 |
* | x11: work around mutter fullscreen issue | wm4 | 2016-08-25 | 1 | -3/+11 |
* | audio: avoid missed wakeups with ab-loops | wm4 | 2016-08-24 | 1 | -1/+5 |
* | vd_lavc: minor simplification | wm4 | 2016-08-23 | 1 | -3/+1 |
* | ad_lavc: actually tell decoder about the timebase | wm4 | 2016-08-23 | 1 | -0/+1 |
* | ao_alsa: log if retrieving supported channel maps fails | wm4 | 2016-08-22 | 1 | -1/+3 |
* | audio: do not apply --audio-channels if spdif passthrough is in use | wm4 | 2016-08-22 | 1 | -5/+9 |
* | demux: demote packet queue overflow to a warning | wm4 | 2016-08-22 | 1 | -3/+3 |
* | player: log if video is considered an image | wm4 | 2016-08-21 | 1 | -0/+1 |
* | manpage: fix typo | wm4 | 2016-08-20 | 1 | -1/+1 |
* | vo: be more trusting to estimated display FPS | wm4 | 2016-08-20 | 1 | -8/+5 |
* | player: update Windows playback state asynchronously | wm4 | 2016-08-20 | 3 | -8/+33 |
* | ta: add a helper macro | wm4 | 2016-08-20 | 1 | -0/+4 |
* | vo: fix mismatching types in pointer operation | wm4 | 2016-08-20 | 2 | -3/+3 |
* | af_lavrresample: better swr reinitialization | Paul B Mahol | 2016-08-20 | 1 | -4/+5 |
* | manpage: info about --panscan vs. --video-unscaled | rr- | 2016-08-19 | 1 | -1/+4 |
* | aspect: add --video-unscaled=downscale-big | rr- | 2016-08-19 | 3 | -7/+13 |
* | af_lavrresample: fix error if resampler could not be recreated | wm4 | 2016-08-19 | 1 | -4/+5 |
* | command: prevent O(n^2) behaviour for playlist property | James Ross-Gowan | 2016-08-20 | 1 | -3/+25 |
* | vd_lavc: remove unnecessary initialization | wm4 | 2016-08-19 | 1 | -1/+0 |
* | demux: change fps field to double | wm4 | 2016-08-19 | 1 | -1/+1 |
* | video/audio: always provide "proper" timestamps to libavcodec | wm4 | 2016-08-19 | 8 | -5/+39 |
* | av_common: improve rounding for float->int timestamp conversions | wm4 | 2016-08-19 | 1 | -2/+4 |
* | player: refresh very low framerate video on filter changes | wm4 | 2016-08-19 | 1 | -1/+3 |
* | vf_rotate: allow arbitrary rotation | wm4 | 2016-08-19 | 2 | -4/+11 |
* | github: fix typo | wm4 | 2016-08-18 | 1 | -1/+1 |
* | github: encourage bug reports | wm4 | 2016-08-18 | 1 | -1/+3 |
* | demux_lavf: don't report start time for ogg | wm4 | 2016-08-18 | 1 | -2/+6 |
* | player: make looping slightly more seamless | wm4 | 2016-08-18 | 5 | -42/+38 |
* | audio: improve aspects of EOF handling | wm4 | 2016-08-18 | 3 | -19/+47 |
* | video: don't discard video frames after endpts | wm4 | 2016-08-18 | 3 | -3/+13 |
* | build: make avutil-mastering-metadata check slightly more robust | wm4 | 2016-08-18 | 1 | -1/+1 |
* | manpage: input: fix define-section syntax | jaseg | 2016-08-17 | 1 | -2/+2 |
* | player: add option to control duration of image display | wm4 | 2016-08-17 | 5 | -12/+48 |
* | m_option: add mechanism to allow inf/-inf float options | wm4 | 2016-08-17 | 1 | -1/+2 |
* | m_option: simplify float value range handling | wm4 | 2016-08-17 | 1 | -21/+3 |
* | demux: fix undefined behavior with ogg metadata update | wm4 | 2016-08-16 | 1 | -1/+1 |
* | af_lavrresample: work around libswresample misbehavior | wm4 | 2016-08-16 | 1 | -10/+10 |
* | player: allow passing flags to queue_seek() | wm4 | 2016-08-15 | 6 | -24/+31 |
* | DOCS: Update version | Martin Herkt | 2016-08-15 | 2 | -2/+2 |
* | vo_direct3d: add missing header | Paul B Mahol | 2016-08-14 | 1 | -0/+1 |
* | sub: don't potentially discard too many subtitles on seek | wm4 | 2016-08-14 | 3 | -3/+13 |
* | command: add replaygain information properties to track-list | wm4 | 2016-08-13 | 2 | -0/+26 |
* | demux: minor cleanup to replaygain error handling | wm4 | 2016-08-13 | 1 | -12/+9 |
* | demux: make ALBUM replaygain tags optional | wm4 | 2016-08-13 | 1 | -3/+7 |
* | audio: log replaygain values in af_volume instead demuxer | wm4 | 2016-08-13 | 2 | -12/+11 |
* | demux: add per-track metadata | wm4 | 2016-08-12 | 5 | -59/+143 |
* | audio/filter: remove delay audio filter | Paul B Mahol | 2016-08-12 | 4 | -225/+0 |
* | github: encourage providing sample files | wm4 | 2016-08-11 | 1 | -2/+6 |
* | command: add a property that returns filename without extension | wm4 | 2016-08-11 | 2 | -1/+19 |
* | manpage: remove the word "slave" | wm4 | 2016-08-11 | 1 | -6/+6 |
* | stream/stream_bluray: display list of available titles on verbose | Ricardo Constantino | 2016-08-11 | 1 | -0/+6 |
* | player: add --no-autoload-files option | wm4 | 2016-08-10 | 4 | -0/+19 |
* | ao_alsa: make pause state more robust, reduce minor code duplication | wm4 | 2016-08-09 | 1 | -22/+25 |
* | ao_alsa: handle --audio-stream-silence | wm4 | 2016-08-09 | 1 | -9/+51 |
* | player: add --audio-wait-open options | wm4 | 2016-08-09 | 5 | -0/+20 |
* | player: add --audio-stream-silence | wm4 | 2016-08-09 | 8 | -2/+27 |
* | ao_coreaudio: actually use stop callback | wm4 | 2016-08-09 | 2 | -2/+2 |
* | af_lavcac3enc: allow passing options to libavcodec | wm4 | 2016-08-09 | 1 | -0/+7 |
* | wscript: improve stdatomic check | Thomas Petazzoni | 2016-08-09 | 1 | -1/+1 |
* | stream: fix double-free if cache init fails | wm4 | 2016-08-08 | 1 | -1/+3 |
* | demux: do not add packets between refresh seek requested and done | wm4 | 2016-08-08 | 1 | -1/+1 |
* | stream_cb: fix stale comment | wm4 | 2016-08-08 | 1 | -1/+1 |
* | DOCS/release-policy.md: reminder to update certain version numbers | wm4 | 2016-08-07 | 1 | -1/+2 |
* | client API: bump API for stream_cb | wm4 | 2016-08-07 | 2 | -2/+4 |
* | client API: add stream_cb API for user-defined stream implementations | Aman Gupta | 2016-08-07 | 9 | -3/+428 |
* | client API: fix indentation | wm4 | 2016-08-07 | 1 | -1/+1 |
* | client API: add MPV_ERROR_GENERIC | wm4 | 2016-08-07 | 2 | -1/+6 |
* | w32_common: update window size on resize events | wm4 | 2016-08-07 | 1 | -0/+6 |
* | player: gross hack to improve non-hr seeking with external audio tracks | wm4 | 2016-08-07 | 3 | -0/+30 |
* | player: fix mid-stream audio sync condition | wm4 | 2016-08-07 | 1 | -3/+3 |
* | player: fix display-sync timing if audio take long on resume | wm4 | 2016-08-07 | 3 | -0/+15 |
* | demux_timeline: enable refresh seeks in some situations | wm4 | 2016-08-07 | 1 | -0/+5 |
* | demux: make refresh seek handling more generic | wm4 | 2016-08-06 | 4 | -19/+34 |
* | player: sync audio as well when enabling it mid-stream | wm4 | 2016-08-06 | 1 | -0/+3 |
* | demux: fix a minor race condition | wm4 | 2016-08-06 | 1 | -10/+12 |
* | player: improve instant track switching | wm4 | 2016-08-06 | 5 | -87/+80 |
* | build: always require atomics | wm4 | 2016-08-05 | 2 | -26/+10 |
* | ao_wasapi: in exclusive mode do not output multichannel by default | wm4 | 2016-08-05 | 1 | -1/+1 |
* | w32_common: don't wait for GUI thread when polling for events | wm4 | 2016-08-05 | 1 | -8/+12 |
* | ao_null: use channel list option type for channel-layouts suboption | wm4 | 2016-08-05 | 1 | -11/+5 |
* | options: fix channels options copy/free operations | wm4 | 2016-08-05 | 1 | -0/+6 |
* | tvi_v4l2: fix style in the uninit function | Ben Boeckel | 2016-08-05 | 1 | -4/+6 |
* | tvi_v4l2: explicitly brace the code | Ben Boeckel | 2016-08-05 | 1 | -1/+4 |
* | github: discourage bug reports | wm4 | 2016-08-05 | 1 | -0/+3 |
* | audio: use --audio-channels=auto behavior, except on ALSA | wm4 | 2016-08-04 | 17 | -82/+234 |
* | player: remove special-case for DL/DR speakers | wm4 | 2016-08-04 | 3 | -43/+0 |
* | options: un-restrict --audio-delay | wm4 | 2016-08-04 | 1 | -1/+1 |
* | player: offset demuxer on start/seek properly with audio/sub delay | wm4 | 2016-08-04 | 4 | -0/+22 |
* | vo_opengl_cb: log better error message if OpenGL not initialized by user | wm4 | 2016-08-03 | 1 | -0/+6 |
* | af_lavcac3enc: skip output if there was no input frame | wm4 | 2016-08-02 | 1 | -0/+3 |
* | wayland_common: check for NULL current_output on fs switching | Rostislav Pehlivanov | 2016-08-01 | 1 | -2/+3 |
* | af_lavcac3enc: fix buffering timestamps calculations | wm4 | 2016-08-01 | 1 | -3/+9 |
* | af_lavcac3enc: fix memory leak | wm4 | 2016-08-01 | 1 | -1/+1 |
* | wayland_common: provide the real scaled window resolution | Rostislav Pehlivanov | 2016-08-01 | 1 | -3/+5 |
* | af_lavcac3enc: fix a debug message | wm4 | 2016-07-31 | 1 | -1/+1 |
* | af_lavcac3enc: error out properly if encoding fails | wm4 | 2016-07-31 | 1 | -0/+4 |
* | af_lavcac3enc: fix aspects of AVFrame handling | wm4 | 2016-07-31 | 1 | -0/+3 |
* | audio: make mp_audio_realloc[_min] ensure frame is writeable | wm4 | 2016-07-31 | 1 | -1/+10 |
* | ytdl: Error out with http_dash_segments | Ricardo Constantino | 2016-07-30 | 1 | -0/+4 |
* | options: add vp9 to --hwdec-codecs | wm4 | 2016-07-30 | 2 | -4/+4 |
* | wayland_common: fix fullscreen image switching bug | Rostislav Pehlivanov | 2016-07-30 | 3 | -6/+4 |
* | wayland_common: prevent black bars on most non-native aspect ratios | Rostislav Pehlivanov | 2016-07-30 | 1 | -0/+3 |
* | demux_raw: s16be support was missing due to small typo | Eric Toombs | 2016-07-30 | 1 | -1/+1 |
* | wscript: add proper non-version'd SONAME for Android | Jan Ekström | 2016-07-30 | 1 | -1/+7 |
* | build: add --htmldir option | Chris Mayo | 2016-07-30 | 2 | -1/+2 |
* | wayland_common: clip window size to the display output size | Rostislav Pehlivanov | 2016-07-30 | 1 | -5/+7 |
* | wayland_common: flush wakeup_pipe on a wakeup | Rostislav Pehlivanov | 2016-07-30 | 1 | -8/+10 |
* | osdep/io: introduce mp_flush_wakeup_pipe() | Rostislav Pehlivanov | 2016-07-30 | 5 | -10/+14 |
* | wayland_common: remove untested/unusable wayland dnd code | Rostislav Pehlivanov | 2016-07-30 | 2 | -188/+1 |
* | vo_opengl: remove the 3dlut-size npot2 restriction | Niklas Haas | 2016-07-25 | 3 | -3/+4 |
* | vo_opengl: reduce default 3dlut-size to 64x64x64 | Niklas Haas | 2016-07-25 | 2 | -2/+2 |
* | x11: do not accidentally discard event flags | wm4 | 2016-07-25 | 2 | -6/+5 |
* | vo_opengl: increase 3DLUT accuracy at lower LUT sizes | Niklas Haas | 2016-07-25 | 1 | -1/+8 |
* | audio: use idiotic FFmpeg ABI rules for public-except-not-public fields | wm4 | 2016-07-24 | 1 | -5/+5 |
* | player: disable DS with spdif transcoding too | wm4 | 2016-07-24 | 1 | -2/+5 |
* | af_lavcac3enc: use common code for AVFrame setup | wm4 | 2016-07-24 | 3 | -16/+22 |
* | demux_lavf: remove subtitle seeking special-case | wm4 | 2016-07-24 | 1 | -22/+7 |
* | vo_opengl: glctx can be NULL during init | wm4 | 2016-07-21 | 1 | -1/+1 |
* | x11, wayland: do not accidentally close FD 0 | wm4 | 2016-07-21 | 2 | -2/+6 |
* | vo: remove now unused event_fd handling | wm4 | 2016-07-21 | 2 | -62/+8 |
* | wayland_common: make function declaration consistent | Rostislav Pehlivanov | 2016-07-21 | 1 | -23/+21 |
* | wayland: port to the new wakeup/wait_events framework | Rostislav Pehlivanov | 2016-07-21 | 4 | -71/+53 |
* | manpage: not-document tscale=linear | wm4 | 2016-07-21 | 1 | -0/+3 |
* | vo_opengl: add a tscale=linear direct implementation | Niklas Haas | 2016-07-21 | 1 | -3/+10 |
* | cocoa: remove unused icc profile variables | Akemi | 2016-07-21 | 1 | -2/+0 |
* | cocoa: update screen fps only if necessary | Akemi | 2016-07-21 | 1 | -1/+3 |
* | x11: stop using vo.event_fd | wm4 | 2016-07-20 | 8 | -1/+72 |
* | vo_opengl: allow backends to provide callbacks for custom event loops | wm4 | 2016-07-20 | 6 | -17/+51 |
* | vo_wayland: fix high CPU usage due to busy polling | Rostislav Pehlivanov | 2016-07-19 | 1 | -3/+3 |
* | x11: skip ICC update on every window move | wm4 | 2016-07-18 | 2 | -11/+26 |
* | libarchive: sanitize non-UTF8 archive entries | wm4 | 2016-07-18 | 1 | -2/+2 |
* | libarchive: unify entry iteration between stream/demux layers | wm4 | 2016-07-18 | 3 | -42/+54 |
* | audio: refactor mixer code and delete mixer.c | wm4 | 2016-07-17 | 14 | -225/+99 |
* | audio: fix crashes due to broken uninit check | wm4 | 2016-07-15 | 1 | -5/+0 |
* | vf_vavpp: get rid of mp_refqueue_is_interlaced() | wm4 | 2016-07-15 | 3 | -11/+1 |
* | vf_d3d11vpp: fix interlaced-only=no mode | wm4 | 2016-07-15 | 1 | -2/+2 |
* | vf_d3d11vpp: add video processor selection | wm4 | 2016-07-15 | 2 | -5/+26 |
* | player: do not cut off terminal status line if it contains newlines | wm4 | 2016-07-15 | 1 | -1/+1 |
* | af: avoid rebuilding filter chain in another minor case | wm4 | 2016-07-15 | 1 | -0/+3 |
* | videotoolbox: add yuv420p to --videotoolbox-format | wm4 | 2016-07-15 | 2 | -2/+12 |