Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-12 | Merge pull request #3065 from elupus/apk | Joakim Plate | |
Apk path fixes | |||
2013-08-12 | update skin Touched | M. Kaijser | |
2013-08-12 | Merge pull request #3083 from fritsch/active-ae-compile-fixes | Martijn Kaijser | |
ActiveAE: Remove compile warnings | |||
2013-08-11 | [osx/ios/atv2] restore missing -DSILENT compiler flag for UnrarXLib | davilla | |
2013-08-11 | smartplaylists: "Date added" rule is not supported for songs (fixes #14539) | montellese | |
2013-08-11 | [osx/atv2/ios] - sync xcode project after json-rpc profile pr | Memphiz | |
2013-08-11 | Merge pull request #3093 from ronie/confluence-scanning | ronie | |
[Confluence] fix 'Update library' button | |||
2013-08-11 | FIX: [stagefright] blaclist software components | Chris "Koying" Browet | |
2013-08-11 | FIX: [stagefright] random strong pointer crashes | Chris "Koying" Browet | |
2013-08-11 | FIX: [stagefright] do not exit decoding thread in case of potentially | Chris "Koying" Browet | |
recoverable error | |||
2013-08-11 | [Confluence] fix 'Update library' button | ronie | |
2013-08-11 | [cosmetic] update copyright headers | Martijn Kaijser | |
2013-08-11 | Merge pull request #3081 from theuni/jni-update | Cory Fields | |
Jni update | |||
2013-08-10 | Merge pull request #3075 from popcornmix/ffmpeg_mepgts | popcornmix | |
[ffmpeg] Backport of mpegts optimisations | |||
2013-08-10 | jni: fixed local ref leak | davilla | |
2013-08-10 | Merge pull request #3017 from Montellese/context_menu_cleanup | Sascha Montellese | |
context menu: cleanup & initial reorganisation | |||
2013-08-09 | Merge pull request #3087 from ulion/takescreenshot_support_params | ulion | |
Builtin function TakeScreenshot support savepath and sync params. | |||
2013-08-10 | Builtin function TakeScreenshot support savepath and sync params. | ulion | |
2013-08-09 | jsonrpc: fix stray " in methods.json | montellese | |
2013-08-09 | droid: remove old android audio depends | davilla | |
2013-08-09 | CGUIWindowSettingsCategory: fix handling/reverting of invalid input | montellese | |
2013-08-09 | AESinkALSA: Fix compiler warnings | fritsch | |
2013-08-09 | ActiveAEStream: Fix compiler warnings | fritsch | |
2013-08-09 | ActiveAE: Remove Compiler warnings | fritsch | |
2013-08-09 | ActiveAESink: Fix compiler warnings | fritsch | |
2013-08-09 | Merge pull request #2049 from DoraXBMC/master | Sascha Montellese | |
Adding profiles support to the JSON-RPC and to the default web server. | |||
2013-08-09 | Adding Profiles support to the XBMC default web interface. | DoraXBMC | |
2013-08-09 | Adding JSON-RPC support for Profiles operations to XBMC. | DoraXBMC | |
2013-08-08 | jni: fixup stagefright after JNISurface change | Cory Fields | |
2013-08-08 | jni: fix forward-declare | Cory Fields | |
2013-08-08 | jni: hook up new classes | Cory Fields | |
2013-08-08 | jni: add new classes | Cory Fields | |
2013-08-08 | jni: const'ify Intent as necessary | Cory Fields | |
2013-08-08 | jni: add function for determining runtime sdk version in classes | Cory Fields | |
2013-08-08 | jni: add missing WifiManager functions | Cory Fields | |
2013-08-08 | jni: switch WifiConfiguration to getters and setters | Cory Fields | |
It can be instantiated. | |||
2013-08-08 | jni: clean and fixup SurfaceTexture | Cory Fields | |
2013-08-08 | jni: fill in Surface class | Cory Fields | |
2013-08-08 | jni: fix cursor long type | Cory Fields | |
2013-08-08 | jni: fix BitSet classname and missing setGlobal | Cory Fields | |
2013-08-08 | Merge pull request #3049 from popcornmix/visualisation_sync | huceke | |
[rbp/omxplayer] Fix audio sync with visualisation | |||
2013-08-08 | Merge pull request #3068 from popcornmix/avoid_flush_sync | Martijn Kaijser | |
[rbp/omxplayer] Avoid flushing fifos when audio/video fifos out of sync | |||
2013-08-08 | Merge pull request #3069 from popcornmix/frame_advance | Martijn Kaijser | |
[rbp/omxplayer] Support frame advance with right arrow when paused | |||
2013-08-08 | Merge pull request #3070 from popcornmix/immediate_deinterlace | Martijn Kaijser | |
[rbp/omxplayer] Apply deinterlace changes immediately | |||
2013-08-07 | Merge pull request #3060 from Montellese/settings_visible_dependency | Sascha Montellese | |
settings: dynamically show/hide settings | |||
2013-08-07 | Merge pull request #3077 from popcornmix/libshairplay | huceke | |
[rbp] Switch from libshairport to libshairplay for airplay | |||
2013-08-07 | [rbp] Switch from libshairport to libshairplay for airplay | popcornmix | |
2013-08-07 | Merge pull request #3073 from popcornmix/transform_type | huceke | |
[rbp] Fix type of transform parameter to match latest firmware | |||
2013-08-07 | Merge pull request #3076 from Montellese/tagloader_fix | Martijn Kaijser | |
music: fix crash when calling CTagLoaderTagLib::Load() through IMusicInfoTagLoader::Load() | |||
2013-08-07 | music: fix crash when calling CTagLoaderTagLib::Load() through ↵ | montellese | |
IMusicInfoTagLoader::Load() (introduced by d0a5a97e0c6c7831db382dfdc3e8650ff500acb9) The class definition of CTagLoaderTagLib was completely screwed up. It is used as if it was derived from IMusicInfoTagLoader but it actually wasn't. Furthermore the signature of the CTagLoaderTagLib::Load() method was not completely identical to the pure virtual method definition in IMusicInfoTagLoader (std::string instead of CStdString) so it's a miracle this didn't blow into our faces earlier. |