aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* client API: remove SIGPIPE overriding codeGravatar wm42016-09-15
* manpage: explain "speed-adjusted" FPS for --interpolation-thresholdGravatar wm42016-09-15
* vo_opengl: fix OSD with icc-profile after previous commitGravatar wm42016-09-14
* vo_opengl: dynamically manage texture unitsGravatar wm42016-09-14
* vo_opengl: require explicit reset on shader cache after renderingGravatar wm42016-09-14
* vo_opengl: remove a redundant glActiveTexture() callGravatar wm42016-09-14
* vo_opengl: make the number of PBOs tunableGravatar Niklas Haas2016-09-14
* vo_opengl: drm: use new EGL context creation codeGravatar wm42016-09-14
* vo_opengl: wayland: use new EGL context creation codeGravatar wm42016-09-14
* vo_opengl: EGL: dump some version infoGravatar wm42016-09-14
* vo_opengl: EGL: better desktop-GL context creationGravatar wm42016-09-14
* vo_opengl: EGL: silence eglBindAPI() error messageGravatar wm42016-09-13
* vo_rpi, vo_opengl: separate RPI/EGL-specific code for both VOsGravatar wm42016-09-13
* vo_opengl: rpi: use new egl context creation helper functionGravatar wm42016-09-13
* vo_x11: fix some ifdefferyGravatar wm42016-09-13
* vo_opengl: mali fbdev supportGravatar wm42016-09-13
* vo_opengl: factor some EGL context creation codeGravatar wm42016-09-13
* DOCS/interface-changes.rst: minor cleanupGravatar wm42016-09-13
* manpage: vo_rpi -> vo_openglGravatar wm42016-09-13
* vo_opengl: fix typo in bt.601 auto-guessing logicGravatar Niklas Haas2016-09-13
* player: Save sub-speed value when resuming playbackGravatar Vladimir Panteleev2016-09-13
* player: Improve OSD formatting of sub-speed optionGravatar Vladimir Panteleev2016-09-13
* player: Apply new sub-speed values during playbackGravatar Vladimir Panteleev2016-09-13
* sub: Add SD_CTRL_UPDATE_SPEEDGravatar Vladimir Panteleev2016-09-13
* ytdl_hook: don't bother adding subtitles if duration isn't knownGravatar Ricardo Constantino2016-09-13
* ytdl_hook: Support playlist entries without subtitlesGravatar Ricardo Constantino2016-09-13
* vo_rpi: deprecate this VOGravatar wm42016-09-12
* vo: change defines to an enumGravatar wm42016-09-12
* vo_opengl: fix non-C11 TLS fallback for gccGravatar wm42016-09-12
* vo_opengl: better behavior in GL error corner casesGravatar wm42016-09-12
* vo_opengl: rpi: merge vo_rpi featuresGravatar wm42016-09-12
* vo_opengl: redirect window screenshot requests to backendGravatar wm42016-09-12
* vo_opengl: add hw overlay support and use it for RPIGravatar wm42016-09-12
* man: fix building pdfGravatar shinchiro2016-09-12
* command: don't log "ignore" command with -v verbosityGravatar wm42016-09-11
* client API: don't miss property changes after updatesGravatar James Ross-Gowan2016-09-11
* hwdec_cuda: Add trivial cuda-copy wrapperGravatar Philip Langdale2016-09-11
* options: fix another minor regressionGravatar wm42016-09-11
* hwdec_cuda: Implement download_image for screenshotsGravatar Philip Langdale2016-09-10
* build: recompile zsh completion if zsh.pl changesGravatar Philip Sequeira2016-09-10
* TOOLS/zsh.pl: don't filter files by extensionGravatar Philip Sequeira2016-09-10
* TOOLS/zsh.pl: die if we can't parse main optionsGravatar Philip Sequeira2016-09-10
* options: fix --list-options after previous commitGravatar wm42016-09-10
* options: make --h list options according to a pattern passed to itGravatar wm42016-09-10
* m_config: remove another unused leftoverGravatar wm42016-09-10
* stream_cb: don't add "*://" to protocol listGravatar wm42016-09-10
* command: do not call mp_switch_track() before proper initializationGravatar wm42016-09-10
* man: fix typoGravatar bugdone2016-09-10
* hwdec_cuda: Use the non-deprecated CUDA-GL interop APIGravatar Philip Langdale2016-09-10
* player: fix average frame duration calculationGravatar sda89ha92016-09-09