aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-06-23[WIN32] download boost libs (note to myself: for next boost use the libs with...WiSo
2011-06-23Fixed a few issues with Windows. ERROR was #defined so the TimedWaitResponse ...Jim Carroll
2011-06-23[WIN32] compile fixes for DXVA.cpp. there's still an CSingleExit RestoreWiSo
2011-06-23[WIN32] removed XCriticalSection.cpp/.hWiSo
2011-06-23[WIN32] added Interruptible.cpp/.h and ThreadLocal.cpp to projectWiSo
2011-06-23[WIN32] added Condition.h/cpp to projectWiSo
2011-06-23[WIN32] removed Mutex.h/cpp from projectWiSo
2011-06-23[WIN32] removed CriticalSection.cpp, SharedSection.cpp and SingleLock.cpp fro...WiSo
2011-06-23Minor formatting change.Jim Carroll
2011-06-23Refactored the Event object. Becasue the Event is used in filesystem/FileCach...Jim Carroll
2011-06-23Removed all SDL_* synchronization mechanisms and collapsed them to ConditionV...Jim Carroll
2011-06-23Removed platform specific Interlock* calls and replaced them with Atomics*Jim Carroll
2011-06-23Removed the Fls functionality which wasn't being used anywhere and would have...Jim Carroll
2011-06-23Removed raw SDL_[sync] calls from Application and introduced a raw condition ...Jim Carroll
2011-06-23Removed xbmc/threads/Mutex.h,cpp which was only used in one place and is tota...Jim Carroll
2011-06-23Removed redundant means of synchronization and collapsed uses to the remainin...Jim Carroll
2011-06-23Removed emu_* threading code which wasn't being used anyway.Jim Carroll
2011-06-23[ios/atv2] fix: libavfilter would fail to compile on armamet
2011-06-23added: ability to set custom fanart on moviesetsvdrfan
2011-06-23fixed: radio button images are not visible since dirtyregions merge (fixes #1...vdrfan
2011-06-23Fixed: [Confluence] Typo with last commitJezz_X
2011-06-23Fixed: [Confluence] Home Now Playing info visibility since re-adding Movies a...Jezz_X
2011-06-23Changed: [Confluence] color grey3 was a little too dark and hard to readJezz_X
2011-06-23[ios] diddle thread priority using NSThread routines instead of pthread. ty t...davilla
2011-06-23[ios] now we can enjoy artifact free dirty-region rendering toodavilla
2011-06-23[ios] fixed, memleakdavilla
2011-06-23Fix ios memory leak by implementing correct atomics in arm assembly.Chris Lance
2011-06-23Added: [Confluence] ("Videos" button always goes to video "Files") option sin...Jezz_X
2011-06-23Changed: [Confluence]Added back the option to have "Movies" and "TV Shows" bu...Jezz_X
2011-06-22changed: avoid branching code in code path hit for each pixel in imageelupus
2011-06-22changed: no need to include vsrc_buffer.helupus
2011-06-22changed: attempt to support some more recent libavfilter for the src filterelupus
2011-06-22changed: allow later libavfilter versions with changed avfilter_graph_free pr...elupus
2011-06-22[osx] fox libavfilter on osx, thx davillaamet
2011-06-22[OSX] fixes for 3b06819df95066384e57d4798c31666b1a06db4fgimli
2011-06-22added: only start with not flipping after one second of not rendering, this w...bobo1on1
2011-06-22add libavutil/mem.h checkFneufneu
2011-06-22correct avfilter_free and avfilter_graph_free definition for external ffmpegFneufneu
2011-06-22add missing libavfilter detection for external ffmpegFneufneu
2011-06-22fixed: only read the videoscreen.vsync guisetting once per iteration of CAppl...bobo1on1
2011-06-22simplify CGUIWindowManager::MarkDirty to just mark the whole screen as dirtyJonathan Marshall
2011-06-22refactored fps limiter in CApplication::Render()bobo1on1
2011-06-22added: only flip when there are dirty regions, and mark the entire window as ...bobo1on1
2011-06-22jsonrpc: fix JSONRPC.SetNotificationFlags by replacing "Library" with "AudioL...montellese
2011-06-22jsonrpc: show volume bar dialog when calling XBMC.SetVolume (fixes #11621)montellese
2011-06-22jsonrpc: always return the "thumbnail" field if it is requested (fixes #11436)montellese
2011-06-22jsonrpc: replace ScanLibrary and ExportLibrary permissions with UpdateData, R...montellese
2011-06-22jsonrpc: added (Video|Audio)Library.Cleanmontellese
2011-06-22jsonrpc: rename (Video|Audio)Library.ScanForContent to (Video|Audio)Library.Scanmontellese
2011-06-22jsonrpc: added (Video|Audio)Library.Exportmontellese