index
:
slackcoder/xbmc
master
Kodi is an award-winning free and open source home theater media center software and entertainment hub for digital media
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2011-06-23
[WIN32] download boost libs (note to myself: for next boost use the libs with...
WiSo
2011-06-23
Fixed 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 Restore
WiSo
2011-06-23
[WIN32] removed XCriticalSection.cpp/.h
WiSo
2011-06-23
[WIN32] added Interruptible.cpp/.h and ThreadLocal.cpp to project
WiSo
2011-06-23
[WIN32] added Condition.h/cpp to project
WiSo
2011-06-23
[WIN32] removed Mutex.h/cpp from project
WiSo
2011-06-23
[WIN32] removed CriticalSection.cpp, SharedSection.cpp and SingleLock.cpp fro...
WiSo
2011-06-23
Minor formatting change.
Jim Carroll
2011-06-23
Refactored the Event object. Becasue the Event is used in filesystem/FileCach...
Jim Carroll
2011-06-23
Removed all SDL_* synchronization mechanisms and collapsed them to ConditionV...
Jim Carroll
2011-06-23
Removed platform specific Interlock* calls and replaced them with Atomics*
Jim Carroll
2011-06-23
Removed the Fls functionality which wasn't being used anywhere and would have...
Jim Carroll
2011-06-23
Removed raw SDL_[sync] calls from Application and introduced a raw condition ...
Jim Carroll
2011-06-23
Removed xbmc/threads/Mutex.h,cpp which was only used in one place and is tota...
Jim Carroll
2011-06-23
Removed redundant means of synchronization and collapsed uses to the remainin...
Jim Carroll
2011-06-23
Removed emu_* threading code which wasn't being used anyway.
Jim Carroll
2011-06-23
[ios/atv2] fix: libavfilter would fail to compile on arm
amet
2011-06-23
added: ability to set custom fanart on moviesets
vdrfan
2011-06-23
fixed: radio button images are not visible since dirtyregions merge (fixes #1...
vdrfan
2011-06-23
Fixed: [Confluence] Typo with last commit
Jezz_X
2011-06-23
Fixed: [Confluence] Home Now Playing info visibility since re-adding Movies a...
Jezz_X
2011-06-23
Changed: [Confluence] color grey3 was a little too dark and hard to read
Jezz_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 too
davilla
2011-06-23
[ios] fixed, memleak
davilla
2011-06-23
Fix ios memory leak by implementing correct atomics in arm assembly.
Chris Lance
2011-06-23
Added: [Confluence] ("Videos" button always goes to video "Files") option sin...
Jezz_X
2011-06-23
Changed: [Confluence]Added back the option to have "Movies" and "TV Shows" bu...
Jezz_X
2011-06-22
changed: avoid branching code in code path hit for each pixel in image
elupus
2011-06-22
changed: no need to include vsrc_buffer.h
elupus
2011-06-22
changed: attempt to support some more recent libavfilter for the src filter
elupus
2011-06-22
changed: allow later libavfilter versions with changed avfilter_graph_free pr...
elupus
2011-06-22
[osx] fox libavfilter on osx, thx davilla
amet
2011-06-22
[OSX] fixes for 3b06819df95066384e57d4798c31666b1a06db4f
gimli
2011-06-22
added: only start with not flipping after one second of not rendering, this w...
bobo1on1
2011-06-22
add libavutil/mem.h check
Fneufneu
2011-06-22
correct avfilter_free and avfilter_graph_free definition for external ffmpeg
Fneufneu
2011-06-22
add missing libavfilter detection for external ffmpeg
Fneufneu
2011-06-22
fixed: only read the videoscreen.vsync guisetting once per iteration of CAppl...
bobo1on1
2011-06-22
simplify CGUIWindowManager::MarkDirty to just mark the whole screen as dirty
Jonathan Marshall
2011-06-22
refactored fps limiter in CApplication::Render()
bobo1on1
2011-06-22
added: only flip when there are dirty regions, and mark the entire window as ...
bobo1on1
2011-06-22
jsonrpc: fix JSONRPC.SetNotificationFlags by replacing "Library" with "AudioL...
montellese
2011-06-22
jsonrpc: show volume bar dialog when calling XBMC.SetVolume (fixes #11621)
montellese
2011-06-22
jsonrpc: always return the "thumbnail" field if it is requested (fixes #11436)
montellese
2011-06-22
jsonrpc: replace ScanLibrary and ExportLibrary permissions with UpdateData, R...
montellese
2011-06-22
jsonrpc: added (Video|Audio)Library.Clean
montellese
2011-06-22
jsonrpc: rename (Video|Audio)Library.ScanForContent to (Video|Audio)Library.Scan
montellese
2011-06-22
jsonrpc: added (Video|Audio)Library.Export
montellese
[next]