Age | Commit message (Expand) | Author |
2011-03-27 | [WIN32] added build script for xbmc_asap.dll | WiSo |
2011-03-27 | fixed: return false on empty string | WiSo |
2011-03-26 | removed /lib/libflac since all major ports use an external lib now | WiSo |
2011-03-26 | [WIN32] removed libshnplay.dll since there's no reference to it in the code a... | WiSo |
2011-03-26 | [WIN32] removed libflac include path | WiSo |
2011-03-26 | removed ifdef's in DllFlacEnc.h since OSX and win32 uses now external libFLAC... | WiSo |
2011-03-26 | added libFLAC.dll to .gitignore | WiSo |
2011-03-26 | [WIN32] removed libFLAC.dll | WiSo |
2011-03-26 | [WIN32] added download scripts for libFLAC | WiSo |
2011-03-26 | [WIN32] cosmetics | WiSo |
2011-03-26 | [WIN32] added timidity.dll to .gitignore | WiSo |
2011-03-26 | [WIN32] deleted timidity.dll as its build during compile time | WiSo |
2011-03-26 | [WIN32] fixed: make timidity independent of some mingw libs | WiSo |
2011-03-26 | [WIN32] add timidity to the XBMC main build process | WiSo |
2011-03-26 | [WIN32] fixed timidity makefile, add clean command | WiSo |
2011-03-26 | [WIN32] enabled minimal rebuild of some more libs | WiSo |
2011-03-26 | changed, add lib/cmyth/Makefile to gitignore | S. Davilla |
2011-03-26 | changed: silence compile output on linux | Joakim |
2011-03-26 | changed: reduce header dependency pollution | Joakim |
2011-03-26 | fixed, its #elif not #else | S. Davilla |
2011-03-26 | fixed: missing include for HANDLE types | Joakim |
2011-03-26 | fixed: warning of type mismatches | elupus |
2011-03-26 | changed: avoid including filesystem/File.h in the whole UnrarXLib | elupus |
2011-03-26 | added: Thread name to CThread. | spiff |
2011-03-26 | don't zero pad the disc number infolabel | Jonathan Marshall |
2011-03-26 | add listitem.discnumber infolabel | Jonathan Marshall |
2011-03-26 | changed, libcmyth from two static libs to dyloaded on demand | S. Davilla |
2011-03-26 | fixes #11348, videotoolbox hw decode support under iOS/ATV 4.3.x | S. Davilla |
2011-03-26 | use GL_BGRA_EXT instead of GL_BGRA to remind us that it is an apple extension... | S. Davilla |
2011-03-26 | cosmetics and remove duplicate check for myth/cmyth protocol | S. Davilla |
2011-03-26 | Merge branch 'master' of git://github.com/a11599/xbmc into a11599-master | Jonathan Marshall |
2011-03-26 | Bugfix, probably a copy-paste error: m_pDS->exec(columns.c_str()); should be ... | Istvan Stikrad |
2011-03-26 | Merge branch 'master' of git://github.com/a11599/xbmc into a11599-master | Jonathan Marshall |
2011-03-25 | Enable saving scaling method per video. | Istvan Stikrad |
2011-03-26 | if we replace folders with the file it represents in the video library, then ... | Jonathan Marshall |
2011-03-26 | add CacheCircular.* to OSX build projects | Jonathan Marshall |
2011-03-25 | changed: since nothing implemented ICacheInterface, let's drop it. | elupus |
2011-03-25 | changed: since the close function never return errors change return type to void | elupus |
2011-03-25 | changed: no other seeks are supported for the cache strategies than absolute,... | elupus |
2011-03-25 | changed: CACHE_RC_EOF = 0 which is normal posix for eof file, so drop the define | elupus |
2011-03-25 | changed: allow circular cache to fill to m_size if no back buffer is needed yet | elupus |
2011-03-25 | fixed: makefile order for new circular filecache | elupus |
2011-03-25 | added: some doxygen for the new circular cache | elupus |
2011-03-25 | added: allocate the file cache buffer as a memory mapped file in system page ... | elupus |
2011-03-25 | added: simplified circular buffer for CFileCache | elupus |
2011-03-25 | remove nop in cachemembuffer | elupus |
2011-03-25 | changed: refactored the view creation and fixed the tvshowview count by repla... | firnsy |
2011-03-25 | changed: cosmetics and log when an unsupported field type is detected by the ... | firnsy |
2011-03-25 | Merge branch 'xbox_cleanup' of github.com:amet/xbmc into amet-xbox_cleanup | amet |
2011-03-25 | fixes missing header on keyboard dialog when searching or filtering | Jonathan Marshall |