aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-07-24VideoPlayer: fix aspec ratio of libass subsRainer 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-24Merge pull request #14056 from enen92/subtitlesoverlayCristiano Silva
[Subtitles] Background color and background opacity settings
2018-07-24Merge pull request #14208 from garbear/rp-dimensionsGarrett Brown
RetroPlayer: Remove width and height state from renderers
2018-07-24Merge pull request #13746 from pkerling/eglutils-waylandpkerling
Use EGLContextUtil in Wayland
2018-07-24RetroPlayer: Fix crash in zero-copy games if dimensions are changedGarrett Brown
2018-07-24RetroPlayer: Use rotation provided by coreGarrett Brown
2018-07-24RetroPlayer: Remove width and height state from renderersGarrett 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-24RetroPlayer: Fix documentation for CRPRenderManager::Flush()Garrett Brown
2018-07-24RetroPlayer: Remove dead codeGarrett Brown
2018-07-24Merge pull request #14210 from AkariDN/plugin-scan-protectionRainer Hochecker
[VideoLibrary] Do not scan unsupported plugin sources + fix database cleaning
2018-07-23Merge pull request #14218 from Rechi/bumpPythonRechi
[depends] bump python27 to 2.7.15
2018-07-23Merge pull request #13867 from FernetMenta/threadsRainer Hochecker
make sure not to delete a CThread object while spawn thread is in pro…
2018-07-23[depends] bump python27 to 2.7.15Rechi
2018-07-23[depends][python27] uniformize patchesRechi
2018-07-23[VideoLibrary] Fix database cleaning for plugin sourcesAkariDN
2018-07-23[VideoLibrary] Do not scan and refresh unsupported plugin sourcesAkariDN
2018-07-23Merge pull request #14215 from wsnipex/fix-fmtRechi
[cmake] fix building with internal fmt
2018-07-23Merge pull request #14165 from pkerling/db-cleanup-path-hashpkerling
[database] Reset path hashes when cleaning up files in video database
2018-07-23Merge pull request #14217 from Rechi/cmake/uwpFmtRechi
[cmake][win10] remove required_deps hack
2018-07-23[cmake] fix building with internal fmtwsnipex
2018-07-23[cmake][win10] remove required_deps hackRechi
2018-07-23Merge pull request #14216 from peak3d/xkbcommonMarkus Pfau
Rework FindXkbcommon.cmake
2018-07-23[database] Reset path hashes when cleaning up files in video databasePhilipp 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 CEGLContextUtilPhilipp Kerling
2018-07-23Make EGL display/surface/context/config privatePhilipp Kerling
2018-07-23Split and rename destroy functionsPhilipp Kerling
2018-07-23Use eglCreatePlatformWindowSurfaceEXT if availablePhilipp Kerling
2018-07-23Allow to specify EGL platform enum for CreateDisplay()Philipp Kerling
2018-07-23Add CEGLUtils::HasClientExtensionPhilipp Kerling
2018-07-23Automatically call SurfaceAttrib()Philipp Kerling
We set the SURFACE_TYPE automatically, no reason to not also do that for the swap behavior.
2018-07-23Remove vertical alignmentPhilipp Kerling
Code style guidelines say we don't do this
2018-07-23Shuffle code aroundPhilipp Kerling
so that variable declaration and usage are closer together
2018-07-23Move CEGLContextUtils default member initialization to variable declarationsPhilipp Kerling
2018-07-23Improve CEGLContextUtils error handlingPhilipp Kerling
always compare to EGL_TRUE, log errors with CEGLUtils and destroy context when initialization fails
2018-07-23Add state checks in EGLUtilsPhilipp Kerling
Also fixes potential memory leaks
2018-07-23Do not recreate EGL context every time window is createdPhilipp Kerling
This should not actually be necessary.
2018-07-23Rename CEGLContextUtils parameter names to comply with coding stylePhilipp Kerling
2018-07-22Rework FindXkbcommon.cmakepeak3d
2018-07-22Merge pull request #14214 from fritsch/forcesyncRainer Hochecker
GLContextEGL: Adjust sleeptime when detecing missed msc increase
2018-07-22GLContextEGL: Adjust sleeptime when detecting missed msc increasefritsch
2018-07-22Merge pull request #14213 from FernetMenta/X11Rainer Hochecker
X11: implement GetFrameLatencyAdjustment
2018-07-22Merge pull request #14212 from Rechi/bumpFFmpegRechi
FFmpeg: Bump to 4.0.2-Leia-Alpha3
2018-07-22X11: implement GetFrameLatencyAdjustmentxbmc
2018-07-22FFmpeg: Bump to 4.0.2-Leia-Alpha3Rechi
2018-07-22Merge pull request #14211 from FernetMenta/X11Peter Frühberger
X11: some fixes to OML timings
2018-07-22X11: some fixes to OML timingsxbmc
2018-07-21Merge pull request #14192 from Rechi/cleanup/warningsRechi
[cleanup] silence casts away qualifiers warnings
2018-07-21[cleanup][windowing] silence casts away qualifiers warningsRechi
2018-07-21[cleanup][video] silence casts away qualifiers warningsRechi