Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-04 | [WIN32] moved libcrystalhd to /lib/win32 and adapted paths | WiSo | |
2011-05-04 | [WIN32] fixed compilation | WiSo | |
2011-05-04 | [chd] update crystalhd headers for windows | S. Davilla | |
2011-05-02 | [osx] cross-compile powerpc-osx | beenje | |
2011-05-02 | Fix trac 11461. third party python library PIL now builds correctly under linux. | Jim Carroll | |
2011-05-02 | [osx] fixed libsquish/texturepacker build when native g++ is 4.2.1 | S. Davilla | |
2011-04-30 | add option to build native version of libsquish | S. Davilla | |
2011-04-30 | clean up libsquish makefile | S. Davilla | |
2011-04-30 | [osx] fixed powerpc-osx build | beenje | |
2011-04-29 | [WIN32] fixed: libcmyth didn't export cmyth_set_dbg_msgcallback. fixes #11477 | WiSo | |
2011-04-29 | [WIN32] fixed build of libadpcm_dll | montellese | |
2011-04-29 | fixed: adpcm codec could crash on 64 bit because it stored a pointer in int | bobo1on1 | |
2011-04-22 | Don't mark generated dummy frame output from mpeg1/2 decoder as keyframe. | elupus | |
We use this flag to tell when to assume decoded data is free from artifacts after a seek. The mpeg1/2 decoder will generate a dummy frame if decoding is started on a non keyframe. This will sadly be output from decoder to player and displayed as a gray screen. | |||
2011-04-19 | changed: comment cpluff log line to reduce log spew | spiff | |
2011-04-18 | Added a backward compatibility stub for pysqlite2. | Jim Carroll | |
2011-04-16 | WIN32: add missing boost dependencies to fix b6efc55e8690da2304a6 | montellese | |
2011-04-10 | Revert "[WIN32] removed the pcre sources from our repo" | WiSo | |
This reverts commit ddaf3ea72771d5b3c172d31be7ccb4a44c437e31. | |||
2011-04-09 | [WIN32] changed: libid3tag should use external zlib | WiSo | |
2011-04-09 | [WIN32] removed internal zlib | WiSo | |
2011-04-09 | [WIN32] use external zlib | WiSo | |
2011-04-09 | [WIN32] removed the pcre sources from our repo | WiSo | |
2011-04-09 | [WIN32] removed ogg/vorbis sources and binaries from our repo | WiSo | |
2011-04-09 | [WIN32] enabled minimal rebuild on libid3tag | WiSo | |
2011-04-07 | Removed internal python from linux. | Jim Carroll | |
2011-04-05 | Remove xbms support due to licensing issue with libXBMS. | Andres Mejia | |
Reference trac ticket #11396. | |||
2011-04-05 | Make JSON RPC compliant with the JSON RPC 2.0 specification | montellese | |
These changes make our JSON RPC API compliant with the JSON RPC 2.0 specification by adding support for both by-name and by-position parameters. Additionally every exposed method is described with a JSON Schema definition which allows parameter checking and detailed description of method parameters and return values. * Montellese/jsonrpc_clean: JSONRPC: sync xcode JSONRPC: cleanup warnings JSONRPC: Fix compiler error on linux x64 JSONRPC: Fix Compare() for arrays and objects JSONRPC: Fix usage of "uniqueItems" for arrays JSONRPC: Rename "Announcement" to "Notification" (as defined in the specification) for external usage JSONRPC: replace usage of const char* with std::string JSONRPC: Migration of AudioPlaylist JSONRPC: Migration of VideoPlaylist JSONRPC: Migration of Playlist JSONRPC: Migration of VideoLibrary JSONRPC: Several minor fixes and renames JSONRPC: Migration of AudioLibrary JSONRPC: Migration of Files JSONRPC: Migration of XBMC JSONRPC: Migration of System JSONRPC: Migration of PicturePlayer JSONRPC: Migration of Player, AudioPlayer and VideoPlayer JSONRPC: Initial commit for JSON schema service description based JSON RPC handling JSONRPC: update of jsoncpp library to latest revision Conflicts: project/VS2010Express/XBMC.vcxproj.filters | |||
2011-04-04 | [WIN32] removed sqlite sources in favor of external lib | WiSo | |
2011-04-04 | [WIN32] removed libsamplerate from the repo | WiSo | |
2011-04-04 | [WIN32] removed "internal" libssh | WiSo | |
2011-04-03 | [WIN32] XBMPS on Windows Fix. solves #11395 (thanks donno) | WiSo | |
2011-04-01 | JSONRPC: update of jsoncpp library to latest revision | montellese | |
2011-03-30 | dvdplayer: fix build with gcc-4.6. Flags to the Linker must be passed via ↵ | Stephan Raue | |
-Wl,. This fixes ticket #11383 | |||
2011-03-28 | fixes #11373, use results from mysql_config in configure to determine mysql ↵ | S. Davilla | |
link flags | |||
2011-03-29 | changed: avoid pointless seek backs in libapetag | elupus | |
These cause our file cache to drop cache and restart all the time, making it very slow over http | |||
2011-03-27 | [osx/ios/linux] changed, drop arch from various static lib names, this syncs ↵ | S. Davilla | |
all built static libs with same nameing | |||
2011-03-27 | [WIN32] added build script for xbmc_asap.dll | WiSo | |
2011-03-26 | removed /lib/libflac since all major ports use an external lib now | WiSo | |
2011-03-26 | [WIN32] fixed: make timidity independent of some mingw libs | 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 | fixed: missing include for HANDLE types | Joakim | |
2011-03-26 | changed: avoid including filesystem/File.h in the whole UnrarXLib | elupus | |
2011-03-26 | changed, libcmyth from two static libs to dyloaded on demand | S. Davilla | |
2011-03-25 | Merge branch 'xbox_cleanup' of github.com:amet/xbmc into amet-xbox_cleanup | amet | |
2011-03-23 | [osx/ios] fixed broken build, libwavpack has no way to detect versions | S. Davilla | |
2011-03-24 | fixed: compile on windows | elupus | |
No idea if this is correct. #ifndef can't check typedefs. So if WavpackStreamReader was a typedef before this check would not have worked. | |||
2011-03-23 | [osx/ios] changed. bump libvorbis to 1.2.3 to get rid of unused static ↵ | S. Davilla | |
warnings. drop patches and sedify them in the Makefiles | |||
2011-03-23 | [osx/ios] changed from using internal build of libflac to xxx-depends and ↵ | S. Davilla | |
removed internal osx/ios build bits | |||
2011-03-23 | [osx/ios] changed libwavpack from static link to xbmc binary to ↵ | S. Davilla | |
dyloaded/unloaded on demand. | |||
2011-03-23 | [osx/ios] changed libmodplug, libmad, libogg, libvorbis, libvorbisfile, ↵ | S. Davilla | |
libvorbisenc from static links to xbmc binary to dyloaded/unloaded on demand. |