aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2011-05-04[WIN32] moved libcrystalhd to /lib/win32 and adapted pathsWiSo
2011-05-04[WIN32] fixed compilationWiSo
2011-05-04[chd] update crystalhd headers for windowsS. Davilla
2011-05-02[osx] cross-compile powerpc-osxbeenje
2011-05-02Fix 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.1S. Davilla
2011-04-30add option to build native version of libsquishS. Davilla
2011-04-30clean up libsquish makefileS. Davilla
2011-04-30[osx] fixed powerpc-osx buildbeenje
2011-04-29[WIN32] fixed: libcmyth didn't export cmyth_set_dbg_msgcallback. fixes #11477WiSo
2011-04-29[WIN32] fixed build of libadpcm_dllmontellese
2011-04-29fixed: adpcm codec could crash on 64 bit because it stored a pointer in intbobo1on1
2011-04-22Don'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-19changed: comment cpluff log line to reduce log spewspiff
2011-04-18Added a backward compatibility stub for pysqlite2.Jim Carroll
2011-04-16WIN32: add missing boost dependencies to fix b6efc55e8690da2304a6montellese
2011-04-10Revert "[WIN32] removed the pcre sources from our repo"WiSo
This reverts commit ddaf3ea72771d5b3c172d31be7ccb4a44c437e31.
2011-04-09[WIN32] changed: libid3tag should use external zlibWiSo
2011-04-09[WIN32] removed internal zlibWiSo
2011-04-09[WIN32] use external zlibWiSo
2011-04-09[WIN32] removed the pcre sources from our repoWiSo
2011-04-09[WIN32] removed ogg/vorbis sources and binaries from our repoWiSo
2011-04-09[WIN32] enabled minimal rebuild on libid3tagWiSo
2011-04-07Removed internal python from linux.Jim Carroll
2011-04-05Remove xbms support due to licensing issue with libXBMS.Andres Mejia
Reference trac ticket #11396.
2011-04-05Make JSON RPC compliant with the JSON RPC 2.0 specificationmontellese
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 libWiSo
2011-04-04[WIN32] removed libsamplerate from the repoWiSo
2011-04-04[WIN32] removed "internal" libsshWiSo
2011-04-03[WIN32] XBMPS on Windows Fix. solves #11395 (thanks donno)WiSo
2011-04-01JSONRPC: update of jsoncpp library to latest revisionmontellese
2011-03-30dvdplayer: fix build with gcc-4.6. Flags to the Linker must be passed via ↵Stephan Raue
-Wl,. This fixes ticket #11383
2011-03-28fixes #11373, use results from mysql_config in configure to determine mysql ↵S. Davilla
link flags
2011-03-29changed: avoid pointless seek backs in libapetagelupus
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.dllWiSo
2011-03-26removed /lib/libflac since all major ports use an external lib nowWiSo
2011-03-26[WIN32] fixed: make timidity independent of some mingw libsWiSo
2011-03-26[WIN32] fixed timidity makefile, add clean commandWiSo
2011-03-26[WIN32] enabled minimal rebuild of some more libsWiSo
2011-03-26fixed: missing include for HANDLE typesJoakim
2011-03-26changed: avoid including filesystem/File.h in the whole UnrarXLibelupus
2011-03-26changed, libcmyth from two static libs to dyloaded on demandS. Davilla
2011-03-25Merge branch 'xbox_cleanup' of github.com:amet/xbmc into amet-xbox_cleanupamet
2011-03-23[osx/ios] fixed broken build, libwavpack has no way to detect versionsS. Davilla
2011-03-24fixed: compile on windowselupus
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.