aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
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.
2011-03-21fixed: build with recent external ffmpeg (fixes #11259)Anssi Hannula
Libavcore was merged to libavutil in FFmpeg commit 737eb5976f6a on 2011-02-15. Fix build with an external FFmpeg where that is the case. Tested by Paul Menzel <paulepanter@users.sourceforge.net>.
2011-03-19Support for myth-0.23-fixesspiff
2011-03-19added: FreeBSD support in libhtsFneufneu
2011-03-19added: FreeBSD support in nosefartFneufneu
2011-03-19added: FreeBSD support in libRTVFneufneu
2011-03-19added: FreeBSD support in libXDAAPFneufneu
2011-03-19added: FreeBSD support in libXBMSFneufneu
2011-03-19added: FreeBSD support in stsoundFneufneu
2011-03-18[osx/ios] banish libass to xxx-depends, this removes the need for an ↵S. Davilla
external flag as osx/ios/linux/win are external libass but win is still dyloaded while the others are compile linked
2011-03-15[ios] final mergeS. Davilla
2011-03-15fixed, various compile fallout from ios mergeS. Davilla
2011-03-15cleanup of #ifdef _XBOXamet
2011-03-14[ios] various compile and makefile fixesS. Davilla
2011-03-13Ticket #11177: Fixed detection of Myth 0.23.1 protocol by specifically ↵David Teirney
handling the protocol version number abberation (23056).
2011-03-12[osx] removed lib/darwin/libSDL-OSX, lib/darwin/libcurl-OSX and ↵S. Davilla
system/libcurl-xxx-osx.so. These are in external build libs now
2011-03-13ffmpeg: add missing check for NULL pointerMarcel Groothuis
Extends commit 8ec66e240fe0a9f672d7ff1932022f22f8332ffb (fixed: playing mpegts over rtsp caused ffmpeg to read uninitialized stack values)
2011-03-09[darwin] changed, replace wrapping with wrapper.rb with linker alias_listS. Davilla
2011-03-08[ops] one more time for the folks in the backS. Davilla
2011-03-08[ops] restore avpicture_freeS. Davilla
2011-03-08[ios] update ffmepg dll exportsS. Davilla
2011-03-08[osx] fixed, script.module.pil buildbeenje
2011-03-07fixed: playing mpegts over rtsp caused ffmpeg to read uninitialized stack valuesJoakim Plate
This is an amendment to cdfab91b9c4b7ed2560071f5630567db174d6084 the memleak fix for mpegts. It's questionable if that change is needed. Since the main issue it was for has been fixed correctly. However it doesn't hurt to avoid potential memleaks this way.
2011-03-05[osx] changed, configure and makefiles to support new osx build systemS. Davilla