Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-29 | Optimize CPVRRecording. No more copies, just shared pointers. | Kai Sommerfeld | |
2015-01-29 | Fix for crash on startup on iOS | Ben Avison | |
CGUIFontTTFGL::LastEnd relied on CGUIFontTTFGL::CreateStaticVertexBuffers having been called for GLES platforms, and this was being done in CWinSystemEGL::CreateWindow for Linux but not for iOS. It wasn't easy to adapt the iOS code in a similar way, so this patch waits until the first call of CGUIFontTTFGL::LastEnd to create the VBO. | |||
2015-01-29 | Merge pull request #6292 from ronie/re-touched | Martijn Kaijser | |
[Re-Touched] Add PVR support | |||
2015-01-29 | [confluence] disable the "Download" item in the subtitle menu when in | Sam Stenvall | |
live TV | |||
2015-01-29 | [confluence] display the subtitle button in live TV too | Sam Stenvall | |
(fixes #15688) | |||
2015-01-29 | [confluence] move the teletext button to the left button group | Sam Stenvall | |
2015-01-29 | Merge pull request #6093 from Jalle19/drop-virtual-channels | Sam Stenvall | |
[pvr] Drop support for virtual channels | |||
2015-01-29 | video library: overwrite the scraped runtime if the one from stream details ↵ | montellese | |
is more accurate | |||
2015-01-29 | VideoThumbLoader: use already available reference variable | montellese | |
2015-01-29 | videodb: add SetDetailsForItem() | montellese | |
2015-01-29 | [gui] bump version | Sam Stenvall | |
2015-01-29 | [confluence] bump version | Sam Stenvall | |
2015-01-29 | [pvr] remove the "edit" and "delete" buttons from the channel manager | Sam Stenvall | |
These have never been implemented for anything but virtual channels | |||
2015-01-29 | [pvr] remove support for "virtual" channels | Sam Stenvall | |
A virtual channel is/was a fake channel with a URL. These are the only types of channels that it's been possible to add directly from the channel manager. Alas, it doesn't actually work anymore, most likely because no one uses this feature so no one has bothered to test it. | |||
2015-01-29 | [Re-Touched] Add PVR support | ronie | |
2015-01-28 | mips: Pass --disable-mips.* flags to FFmpeg to cover more platforms | Balint Reczey | |
2015-01-28 | mips: Use #pragma once instead of C style header guard | Balint Reczey | |
2015-01-28 | mips: Fix addon shared library naming | Andriy Prystupa | |
2015-01-28 | mips: Fix build with using OpenGL rendering | Balint Reczey | |
2015-01-28 | mips: Don't use ASM rounding on MIPS | Balint Reczey | |
2015-01-28 | mips: Add configure option for mips and mipsel | Balint Reczey | |
2015-01-28 | mips: add atomics | theuni | |
Most taken from the Linux kernel. Updated for Helix by Balint Reczey | |||
2015-01-28 | [Confluence] don't hide header during radio playback | ronie | |
2015-01-28 | [osx/ios/atv2] - sync xcode project | Memphiz | |
2015-01-28 | Merge pull request #6286 from ksooo/fix-pvr-wakeuptime-calculation | Lars Op den Kamp | |
[PVR] Fixed: Calculation of PVR wakeuptime. | |||
2015-01-28 | Merge pull request #6276 from Memphiz/win32_packaging | Memphiz | |
[Win32] - use formed packages for all depends | |||
2015-01-28 | Merge pull request #6287 from Memphiz/curldowngrade | Memphiz | |
[osx] - downgrade curl to former version for now until a serious symbol ... | |||
2015-01-28 | Merge pull request #6277 from mkortstiege/cutting | Matthias Kortstiege | |
[gui] fix font cutting in auto height textboxes | |||
2015-01-27 | Merge pull request #6274 from Jalle19/channelgroup-persist | Martijn Kaijser | |
[pvr] only update a group's last watched timestamp if the timestamp has actually changed | |||
2015-01-28 | [osx] - downgrade curl to former version for now until a serious symbol ↵ | Memphiz | |
clash with system libcurl is solved | |||
2015-01-28 | Merge pull request #6285 from Memphiz/tp_fixanimgif | Memphiz | |
[depends/TexturePacker] - fix extraction of delay and disposal from anim... | |||
2015-01-27 | [depends/TexturePacker] - fix extraction of delay and disposal from animated ↵ | Memphiz | |
gifs (wrong assumption what ExtensionBlockCount was ...) - add delay as printout too | |||
2015-01-27 | Merge pull request #6254 from kmihelich/giflib5 | Wolfgang Schupp | |
Fixes for using giflib 5.1 in GifHelper.cpp | |||
2015-01-27 | [python] prevent segfault when calling DialogProgress(BG) methods before ↵ | Thomas Amland | |
create() | |||
2015-01-27 | [PVR] Fixed: Calculation of PVR wakeuptime. Did not take margin start of | ksooo | |
timer into account. | |||
2015-01-27 | binary addons: bring win32 in line with how the "kodi" dependency is ↵ | montellese | |
prepared/provided | |||
2015-01-27 | cmake: add missing get_filename_component() for DEPENDS_PATH | montellese | |
2015-01-27 | cosmetics: fix indentation in binary addons cmake buildsystem | montellese | |
2015-01-27 | Merge pull request #6279 from Montellese/cmake_refactor_depends | Sascha Montellese | |
cmake: refactor/cleanup addon dependency buildsystem | |||
2015-01-27 | [depends/ffmpeg] - force ffmpeg build to use AR and RANLIB from the toolchain | Memphiz | |
2015-01-27 | [depends/droid] - get rid of the NDK_VER parsing/define - not needed anymore ↵ | Memphiz | |
as we rely on ndk r9c now (sed works differently on darwin and never got the parsing right) | |||
2015-01-27 | [depends/PIL] - force "toolchain-gcc -shared" as linker command for shared ↵ | Memphiz | |
libs (LDSHARED) - else it will pull stupid flags based on the building system into it (e.x. -bundle because i compile on osx - stupid python) | |||
2015-01-27 | [depends/openssl] - force openssl to use the ar from the toolchain | Memphiz | |
2015-01-27 | [depends/libplist] - stop rebuilding libplist when not compiling for darwin | Memphiz | |
2015-01-27 | [docs] - clarify android readme a bit and added extra bits for building on osx | Memphiz | |
2015-01-27 | [depends] - probe if build os supports sort -V - if not - use sort for ↵ | Memphiz | |
determining android build-tools | |||
2015-01-27 | [depends/TexturePacker] - make the decisions based on the build mashine and ↵ | Memphiz | |
pass the NATIVE_ARCH_DEFINES to the build - not the target defines | |||
2015-01-27 | [depends] - expose NATIVE_ARCH_DEFINES and build_os via the Makefile.include ↵ | Memphiz | |
to our depends | |||
2015-01-27 | [depends/configure] - add build_os - defining our os strings for the os the ↵ | Memphiz | |
compilation is run on | |||
2015-01-27 | [m4] - add NATIVE_ARCH_DEFINES which present the -DTARGET_ defines for the ↵ | Memphiz | |
system the compilation is run on |