Age | Commit message (Collapse) | Author |
|
slight fps increase
|
|
|
|
limited platforms and does not effect mainline platforms
|
|
|
|
credit goes to mostly WiSo and blinkseb.
[WIN32] added include/python to the include path and removed lib/python/PC
[WIN32] added python27.lib to the linker
[WIN32] removed Py_NO_ENABLE_SHARED
Still need the python directory that was under system because linux internal python build still put things there.
There is a bug in the Windows external python because on Windows, the DLL that python is linked against may not be the DLL that xbmc is linked against. So passing a FILE* to python from an fopen has the potential to crash. This resolves that problem. Credit to blinkseb.
added: download python dependencies with our script.
changed: use Python 2.6.6 on Windows. Debug build is included in the archive, but not copied by default. Set DEBUG to true to copy these.
[WIN32] changed: in case of debug python is used, be sure to exclude it from our installer
[WIN32] fixed: get debug python working. The following has to be defined:
- Py_NO_ENABLE_SHARED
- Py_TRACE_REFS
[WIN32] fixed: oups...
[WIN32] changed: got external python work. It needs more testing to be sure. We don't link against a .lib to be able to load python from where we want (that's why Py_NO_ENABLE_SHARED is defined). We don't define USE_EXTERNAL_PYTHON because we need to use our dll loader.
Fixed a couple of problems: 1) The Makefile.in file was merged incorrectly. 2) We cannot call PyEval_AcquireLock prior to the threads being initialized in linux.
OSX shouldn't build the internal python ... ever ... but especially when USE_EXTERNAL_PYTHON is set.
|
|
system
[WIN32] removed internal python from the visual studio solution file.
[WIN32] deleted old python leftovers
|
|
|
|
|
|
anymore
|
|
|
|
|
|
|
|
|
|
closes #11325
|
|
system/libcurl-xxx-osx.so. These are in external build libs now
|
|
libmpeg2-0.dll
|
|
|
|
Conflicts:
.gitignore
XBMC.xcodeproj/project.pbxproj
configure.in
lib/Makefile.in
project/VS2010Express/XBMC.vcxproj
project/VS2010Express/XBMC.vcxproj.filters
tools/Linux/packaging/debian/copyright
xbmc/DllPaths_win32.h
xbmc/cores/dvdplayer/DVDCodecs/Audio/Makefile.in
|
|
|
|
|
|
nearest neighbour
|
|
|
|
buildsetup process. Make sure you have a working mingw environment by running project\BuildDependencies\DownloadMingwBuildEnv.bat before compiling. If you just want the dlls run project\Win32BuildSetup\buildmingwlibs.bat
|
|
liba52 hasn't been used by default for a while. Remove the use of it
completely in favor of ffmpeg.
|
|
Conflicts:
lib/ffmpeg/build_xbmc_win32.sh
|
|
|
|
|
|
fixed: add multi_blendcolor shader
|
|
|
|
- fixed multitexturing second texture have not been used
- fixed alpha channel of color hasn't been used for font rendering
|
|
This reverts commit 4e98a514c6a2975ec234fe19fe058e7e74bcfb7d, reversing
changes made to 8d73cbde1dcd240d80bee9301d0321703a15c995.
|
|
|
|
|
|
Fixed conflicts:
system/keymaps/keyboard.xml
|
|
#10894 (some cosmetic changes by me) - thanks to fellbeast
|
|
|
|
|
|
|
|
|
|
|
|
Fixed conflicts:
addons/skin.confluence/720p/DialogFullScreenInfo.xml
addons/skin.confluence/720p/Home.xml
addons/skin.confluence/720p/PlayerControls.xml
addons/skin.confluence/720p/Settings.xml
addons/skin.confluence/720p/SettingsSystemInfo.xml
addons/skin.confluence/720p/VideoFullScreen.xml
addons/skin.confluence/720p/VideoOSD.xml
addons/skin.confluence/720p/custom_SkinSetting_1111.xml
addons/skin.confluence/720p/defaults.xml
addons/skin.confluence/720p/includes.xml
addons/skin.confluence/language/English/strings.xml
language/Dutch/strings.xml
project/VS2008Express/XBMC for Windows.sln
project/VS2008Express/XBMC.vcproj
project/VS2008Express/guilib.vcproj
xbmc/addons/AddonDll.h
|
|
|
|
|
|
stuttering while playing radio streams.
|
|
|
|
Broke AC3 passthrough for emotiva and NAD receivers.
Patch sent to ffmpeg by Anssi and accepted.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35739 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
|
|
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35603 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
|
|
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35201 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
|
|
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35195 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
|
|
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35061 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
|