aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-08-12Merge pull request #3065 from elupus/apkJoakim Plate
Apk path fixes
2013-08-12update skin TouchedM. Kaijser
2013-08-12Merge pull request #3083 from fritsch/active-ae-compile-fixesMartijn Kaijser
ActiveAE: Remove compile warnings
2013-08-11[osx/ios/atv2] restore missing -DSILENT compiler flag for UnrarXLibdavilla
2013-08-11smartplaylists: "Date added" rule is not supported for songs (fixes #14539)montellese
2013-08-11[osx/atv2/ios] - sync xcode project after json-rpc profile prMemphiz
2013-08-11Merge pull request #3093 from ronie/confluence-scanningronie
[Confluence] fix 'Update library' button
2013-08-11FIX: [stagefright] blaclist software componentsChris "Koying" Browet
2013-08-11FIX: [stagefright] random strong pointer crashesChris "Koying" Browet
2013-08-11FIX: [stagefright] do not exit decoding thread in case of potentiallyChris "Koying" Browet
recoverable error
2013-08-11[Confluence] fix 'Update library' buttonronie
2013-08-11[cosmetic] update copyright headersMartijn Kaijser
2013-08-11Merge pull request #3081 from theuni/jni-updateCory Fields
Jni update
2013-08-10Merge pull request #3075 from popcornmix/ffmpeg_mepgtspopcornmix
[ffmpeg] Backport of mpegts optimisations
2013-08-10jni: fixed local ref leakdavilla
2013-08-10Merge pull request #3017 from Montellese/context_menu_cleanupSascha Montellese
context menu: cleanup & initial reorganisation
2013-08-09Merge pull request #3087 from ulion/takescreenshot_support_paramsulion
Builtin function TakeScreenshot support savepath and sync params.
2013-08-10Builtin function TakeScreenshot support savepath and sync params.ulion
2013-08-09jsonrpc: fix stray " in methods.jsonmontellese
2013-08-09droid: remove old android audio dependsdavilla
2013-08-09CGUIWindowSettingsCategory: fix handling/reverting of invalid inputmontellese
2013-08-09AESinkALSA: Fix compiler warningsfritsch
2013-08-09ActiveAEStream: Fix compiler warningsfritsch
2013-08-09ActiveAE: Remove Compiler warningsfritsch
2013-08-09ActiveAESink: Fix compiler warningsfritsch
2013-08-09Merge pull request #2049 from DoraXBMC/masterSascha Montellese
Adding profiles support to the JSON-RPC and to the default web server.
2013-08-09Adding Profiles support to the XBMC default web interface.DoraXBMC
2013-08-09Adding JSON-RPC support for Profiles operations to XBMC.DoraXBMC
2013-08-08jni: fixup stagefright after JNISurface changeCory Fields
2013-08-08jni: fix forward-declareCory Fields
2013-08-08jni: hook up new classesCory Fields
2013-08-08jni: add new classesCory Fields
2013-08-08jni: const'ify Intent as necessaryCory Fields
2013-08-08jni: add function for determining runtime sdk version in classesCory Fields
2013-08-08jni: add missing WifiManager functionsCory Fields
2013-08-08jni: switch WifiConfiguration to getters and settersCory Fields
It can be instantiated.
2013-08-08jni: clean and fixup SurfaceTextureCory Fields
2013-08-08jni: fill in Surface classCory Fields
2013-08-08jni: fix cursor long typeCory Fields
2013-08-08jni: fix BitSet classname and missing setGlobalCory Fields
2013-08-08Merge pull request #3049 from popcornmix/visualisation_synchuceke
[rbp/omxplayer] Fix audio sync with visualisation
2013-08-08Merge pull request #3068 from popcornmix/avoid_flush_syncMartijn Kaijser
[rbp/omxplayer] Avoid flushing fifos when audio/video fifos out of sync
2013-08-08Merge pull request #3069 from popcornmix/frame_advanceMartijn Kaijser
[rbp/omxplayer] Support frame advance with right arrow when paused
2013-08-08Merge pull request #3070 from popcornmix/immediate_deinterlaceMartijn Kaijser
[rbp/omxplayer] Apply deinterlace changes immediately
2013-08-07Merge pull request #3060 from Montellese/settings_visible_dependencySascha Montellese
settings: dynamically show/hide settings
2013-08-07Merge pull request #3077 from popcornmix/libshairplayhuceke
[rbp] Switch from libshairport to libshairplay for airplay
2013-08-07[rbp] Switch from libshairport to libshairplay for airplaypopcornmix
2013-08-07Merge pull request #3073 from popcornmix/transform_typehuceke
[rbp] Fix type of transform parameter to match latest firmware
2013-08-07Merge pull request #3076 from Montellese/tagloader_fixMartijn Kaijser
music: fix crash when calling CTagLoaderTagLib::Load() through IMusicInfoTagLoader::Load()
2013-08-07music: 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.