Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
This reverts commit 4949be256667f3e500e52b7084476ae1f2b00d92.
|
|
|
|
|
|
|
|
upstreamed for inclusion - patch by karlson2k
|
|
(which doesn't use libdvdcss and therefore hits this bug)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SlingboxLib: Fix alternative CSlingbox constructor
|
|
|
|
results; check for negative values; update types to ssize_t
|
|
|
|
return values; some fixes for new types in "Read()"; update types in code to match 'ssize_t' returned by 'Read()'; some usage of negative return values for Read()
|
|
timidity: Fix "Stage 1 -> Hall 1" reverb effect type
|
|
CSlingbox::CSlingbox(const char * szAddress, unsigned int uiPort /* = 5001 */) {
// Call default constructor
CSlingbox();
...
}
"CSlingbox();" - object is created and immediately removed.
Therefore with CSlingbox(const char * szAddress, unsigned int uiPort /* = 5001 */) class members will not be initialized.
|
|
[bluray] Add mouse support in menus.
|
|
|
|
d13aee8e81be9032ed78fd707d485fdcb4ed5bd6
|
|
|
|
|
|
Removecrystalhd
|
|
|
|
|
|
|
|
|
|
|
|
direct from UnrarXLib
|
|
ref dcd92b3769a0e4db0fceb568f9e3ccd71fbc4b74
|
|
finding that one
|
|
|
|
|
|
|
|
|
|
artwork
xbmc:dateadded to pass dateadded with items and not need to stat upnp resources for that
xbmc:rating for number-based rating
xbmc:votes for string-based votes number
xbmc:artwork for a type-url-based mapping of artwork
|
|
ContentDirectory v4
|
|
|
|
|
|
|
|
|
|
Win32: cmyth remove local copy of mysqlclient and inttypes.h
|
|
|
|
|