Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-03 | replace jsoncpp with yajl (thanks topfs2) | montellese | |
* topfs2/remove_jsoncpp: (21 commits) Fix. Added explicit typecast to platform int to quench warnings for variant use in jsonrpc [win32] replace jsoncpp with yajl Removed jsoncpp Added pragma and license to IClient.h Removed the dependency of jsoncpp in CVariant Switched to use CVariant instead of jsoncpp values in JSON-RPC Added yajl writer for Variant Added yajl parser for Variant Added c_str and have size of variant work with strings Added check for libyajl to configure Added CVariant::type which returns the type of the current variant (easier than multiple isFoo queries) Switched Variant to use double internally, still accepts floats Added swap method to CVariant Moved to use explicit type in CVariant instead of isFoo Added operator== to CVariant Added array and map iterators to CVariant Added CVariant constructor which takes a string pointer and length Added append to CVariant Added isMember to CVariant Removed debug in CVariant ... Conflicts: Makefile.in configure.in project/VS2010Express/XBMC.vcxproj xbmc/interfaces/json-rpc/AudioLibrary.cpp xbmc/interfaces/json-rpc/FileItemHandler.cpp xbmc/interfaces/json-rpc/FileItemHandler.h xbmc/interfaces/json-rpc/VideoLibrary.cpp | |||
2011-06-01 | Merge pull request #77 from HarryMuscle/Slingbox | Joakim Plate | |
Slingbox Stream Support (trac ticket 10464) | |||
2011-05-29 | revert 85f5169f9f7402a1aa192778a20cd0200f18bafe, breaks osx build | S. Davilla | |
2011-05-29 | Fixed deadlock when starting LiveTV through myth:// | David Teirney | |
libcmyth now uses a recursive mutex to allow the thread holding the connection lock to get passed another lock. | |||
2011-05-28 | changed: [win32] disable warnings that ffmpeg always emit when including ↵ | elupus | |
it's headers | |||
2011-05-26 | Fix autoconf warnings on newer versions: | Mariusz Bialonczyk | |
warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body reference: http://www.flameeyes.eu/autotools-mythbuster/forwardporting/autoconf.html | |||
2011-05-24 | no need to static link these, dyload them on demand like we do on the other ↵ | Scott Davilla | |
platforms | |||
2011-05-24 | Slingbox Linux Build | Harry Muscle | |
2011-05-24 | Slingbox Code | Harry Muscle | |
2011-05-22 | fixed: upnp server's http server would not provide content length on HEAD ↵ | elupus | |
requests | |||
2011-05-22 | [WIN32] fixed typo | WiSo | |
2011-05-21 | [WIN32] changed: only mkdir if directory won't exist | WiSo | |
2011-05-21 | [WIN32] fixed: only remove .libs when doing a clean build | WiSo | |
2011-05-21 | [WIN32] changed: mingw libs source directories are only cleaned if ↵ | WiSo | |
BuildSetup.bat was started with the clean option set | |||
2011-05-20 | Removed jsoncpp | Tobias Arrskog | |
2011-05-18 | fixed, remove libapetag/m4 since we autoreconf it in bootstrap. These will ↵ | S. Davilla | |
get regenerated and you do not want a mix of versions. Add gitignore to keep git from removing the directory and causing autoreconf to fail as it expects the m4 dir to exist | |||
2011-05-17 | [all] remove autoreconf created files from trunk | S. Davilla | |
2011-05-14 | [WIN32] deleted old boost in our repo | WiSo | |
2011-05-12 | [WIN32] libsquish already uses SQUISH_USE_SSE=2 so compile it that way. | WiSo | |
2011-05-12 | [WIN32] removed unnecessary include paths | WiSo | |
2011-05-12 | [WIN32] removed repo freetype 2.3.9 from XBMC main project and used external ↵ | WiSo | |
freetype | |||
2011-05-12 | [WIN32] removed libcionv from our repo | WiSo | |
2011-05-12 | [WIN32] change projects to use external libiconv | WiSo | |
2011-05-10 | changed: remap WSAGetLastError() errors to errno errors in hts client to ↵ | elupus | |
avoid ifdef in xbmc | |||
2011-05-07 | [WIN32] enable sse for all projects in release target | WiSo | |
2011-05-07 | [WIN32] enable sse for libsquish release target | WiSo | |
2011-05-07 | [WIN32] deleted libcdio 0.72 | WiSo | |
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 | |