Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-24 | VideoPlayer: fix aspec ratio of libass subs | Rainer Hochecker | |
2018-07-24 | [JSON]Fix AudioLibrary.GetSources to always return "file" property. Fix ↵ | DaveTBlake | |
GetGenres "sourceid" property. Bump patch to 9.4.4 | |||
2018-07-24 | Merge pull request #14056 from enen92/subtitlesoverlay | Cristiano Silva | |
[Subtitles] Background color and background opacity settings | |||
2018-07-24 | Merge pull request #14208 from garbear/rp-dimensions | Garrett Brown | |
RetroPlayer: Remove width and height state from renderers | |||
2018-07-24 | Merge pull request #13746 from pkerling/eglutils-wayland | pkerling | |
Use EGLContextUtil in Wayland | |||
2018-07-24 | RetroPlayer: Fix crash in zero-copy games if dimensions are changed | Garrett Brown | |
2018-07-24 | RetroPlayer: Use rotation provided by core | Garrett Brown | |
2018-07-24 | RetroPlayer: Remove width and height state from renderers | Garrett Brown | |
This removes the width and height state parameters from the Render Manager and its renderers. Instead, the state passed in-band with the render buffer is used. | |||
2018-07-24 | RetroPlayer: Fix documentation for CRPRenderManager::Flush() | Garrett Brown | |
2018-07-24 | RetroPlayer: Remove dead code | Garrett Brown | |
2018-07-24 | Merge pull request #14210 from AkariDN/plugin-scan-protection | Rainer Hochecker | |
[VideoLibrary] Do not scan unsupported plugin sources + fix database cleaning | |||
2018-07-23 | Merge pull request #14218 from Rechi/bumpPython | Rechi | |
[depends] bump python27 to 2.7.15 | |||
2018-07-23 | Merge pull request #13867 from FernetMenta/threads | Rainer Hochecker | |
make sure not to delete a CThread object while spawn thread is in pro… | |||
2018-07-23 | [depends] bump python27 to 2.7.15 | Rechi | |
2018-07-23 | [depends][python27] uniformize patches | Rechi | |
2018-07-23 | [VideoLibrary] Fix database cleaning for plugin sources | AkariDN | |
2018-07-23 | [VideoLibrary] Do not scan and refresh unsupported plugin sources | AkariDN | |
2018-07-23 | Merge pull request #14215 from wsnipex/fix-fmt | Rechi | |
[cmake] fix building with internal fmt | |||
2018-07-23 | Merge pull request #14165 from pkerling/db-cleanup-path-hash | pkerling | |
[database] Reset path hashes when cleaning up files in video database | |||
2018-07-23 | Merge pull request #14217 from Rechi/cmake/uwpFmt | Rechi | |
[cmake][win10] remove required_deps hack | |||
2018-07-23 | [cmake] fix building with internal fmt | wsnipex | |
2018-07-23 | [cmake][win10] remove required_deps hack | Rechi | |
2018-07-23 | Merge pull request #14216 from peak3d/xkbcommon | Markus Pfau | |
Rework FindXkbcommon.cmake | |||
2018-07-23 | [database] Reset path hashes when cleaning up files in video database | Philipp Kerling | |
By performing a video database clean-up, effectively the state in the video database is brought in sync with the state of the source in terms of files that were removed from the source. This has to be reflected by updating the hash of the path so the next library scan is not operating on outdated information. However, since added items are not reflected, it would be wrong to update the path hash to the actual directory contents. Just resetting the hash for any path that had changes (i.e. saw removed files) makes sure that the next library update does not miss both newly added files and files that were removed before a clean-up but later re-added. | |||
2018-07-23 | [wayland] Use CEGLContextUtil | Philipp Kerling | |
2018-07-23 | Make EGL display/surface/context/config private | Philipp Kerling | |
2018-07-23 | Split and rename destroy functions | Philipp Kerling | |
2018-07-23 | Use eglCreatePlatformWindowSurfaceEXT if available | Philipp Kerling | |
2018-07-23 | Allow to specify EGL platform enum for CreateDisplay() | Philipp Kerling | |
2018-07-23 | Add CEGLUtils::HasClientExtension | Philipp Kerling | |
2018-07-23 | Automatically call SurfaceAttrib() | Philipp Kerling | |
We set the SURFACE_TYPE automatically, no reason to not also do that for the swap behavior. | |||
2018-07-23 | Remove vertical alignment | Philipp Kerling | |
Code style guidelines say we don't do this | |||
2018-07-23 | Shuffle code around | Philipp Kerling | |
so that variable declaration and usage are closer together | |||
2018-07-23 | Move CEGLContextUtils default member initialization to variable declarations | Philipp Kerling | |
2018-07-23 | Improve CEGLContextUtils error handling | Philipp Kerling | |
always compare to EGL_TRUE, log errors with CEGLUtils and destroy context when initialization fails | |||
2018-07-23 | Add state checks in EGLUtils | Philipp Kerling | |
Also fixes potential memory leaks | |||
2018-07-23 | Do not recreate EGL context every time window is created | Philipp Kerling | |
This should not actually be necessary. | |||
2018-07-23 | Rename CEGLContextUtils parameter names to comply with coding style | Philipp Kerling | |
2018-07-22 | Rework FindXkbcommon.cmake | peak3d | |
2018-07-22 | Merge pull request #14214 from fritsch/forcesync | Rainer Hochecker | |
GLContextEGL: Adjust sleeptime when detecing missed msc increase | |||
2018-07-22 | GLContextEGL: Adjust sleeptime when detecting missed msc increase | fritsch | |
2018-07-22 | Merge pull request #14213 from FernetMenta/X11 | Rainer Hochecker | |
X11: implement GetFrameLatencyAdjustment | |||
2018-07-22 | Merge pull request #14212 from Rechi/bumpFFmpeg | Rechi | |
FFmpeg: Bump to 4.0.2-Leia-Alpha3 | |||
2018-07-22 | X11: implement GetFrameLatencyAdjustment | xbmc | |
2018-07-22 | FFmpeg: Bump to 4.0.2-Leia-Alpha3 | Rechi | |
2018-07-22 | Merge pull request #14211 from FernetMenta/X11 | Peter Frühberger | |
X11: some fixes to OML timings | |||
2018-07-22 | X11: some fixes to OML timings | xbmc | |
2018-07-21 | Merge pull request #14192 from Rechi/cleanup/warnings | Rechi | |
[cleanup] silence casts away qualifiers warnings | |||
2018-07-21 | [cleanup][windowing] silence casts away qualifiers warnings | Rechi | |
2018-07-21 | [cleanup][video] silence casts away qualifiers warnings | Rechi | |