Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2011-03-21 | fixed: 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-19 | Support for myth-0.23-fixes | spiff | |
2011-03-19 | added: FreeBSD support in libhts | Fneufneu | |
2011-03-19 | added: FreeBSD support in nosefart | Fneufneu | |
2011-03-19 | added: FreeBSD support in libRTV | Fneufneu | |
2011-03-19 | added: FreeBSD support in libXDAAP | Fneufneu | |
2011-03-19 | added: FreeBSD support in libXBMS | Fneufneu | |
2011-03-19 | added: FreeBSD support in stsound | Fneufneu | |
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 merge | S. Davilla | |
2011-03-15 | fixed, various compile fallout from ios merge | S. Davilla | |
2011-03-15 | cleanup of #ifdef _XBOX | amet | |
2011-03-14 | [ios] various compile and makefile fixes | S. Davilla | |
2011-03-13 | Ticket #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-13 | ffmpeg: add missing check for NULL pointer | Marcel 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_list | S. Davilla | |
2011-03-08 | [ops] one more time for the folks in the back | S. Davilla | |
2011-03-08 | [ops] restore avpicture_free | S. Davilla | |
2011-03-08 | [ios] update ffmepg dll exports | S. Davilla | |
2011-03-08 | [osx] fixed, script.module.pil build | beenje | |
2011-03-07 | fixed: playing mpegts over rtsp caused ffmpeg to read uninitialized stack values | Joakim 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 system | S. Davilla | |