Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-26 | add CacheCircular.* to OSX build projects | Jonathan Marshall | |
2011-03-24 | [osx] remove unnessary static linking | S. Davilla | |
2011-03-23 | [osx/ios] changed libmpeg2 from static link to xbmc binary to ↵ | S. Davilla | |
dyloaded/unloaded on demand. | |||
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-23 | [osx] silence xcode warning, remove unused LIBRARY_SEARCH_PATH | amet | |
2011-03-22 | refactor dylib packaging and include those in DllPaths_generated.h that we ↵ | S. Davilla | |
do not link with | |||
2011-03-19 | Fix XCode build on case sensitive filesystems. | Jonathan Lane | |
2011-03-19 | [osx/ios] fixed. resolve special://frameworks for all three osx cases ↵ | S. Davilla | |
(xbmc.app, xbmc xcode, xbmc command-line) as well as for ios and atv2. python gets treated special as it does strange things based on if app packaged or in prefix location. | |||
2011-03-19 | [osx/ios] add libbluray and bump project min xcode version to 3.1 | S. Davilla | |
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-16 | [osx/ios] changed, banish libmicrohttp and libmodplug to the backlands of ↵ | S. Davilla | |
xxx-depends. Remember to make -C tools/osx/xxx-depends to pick them up | |||
2011-03-15 | [ios] final merge | S. Davilla | |
2011-03-14 | [ios] prep, breakout pool handling and add path/framework path handing | S. Davilla | |
2011-03-14 | [osx] preflight and XBMCHelper installed paths changed | S. Davilla | |
2011-03-11 | [osx] fixed make build and changed xcode to match. Moral... don't mix SDL ↵ | S. Davilla | |
dynamic and static libs when linking. | |||
2011-03-09 | utilise the arabic shaping of fribidi 0.19.1 and higher rather than the ↵ | Jonathan Marshall | |
home-brew solution - fixes #11258 | |||
2011-03-08 | merged: files_in_lib branch, removing the separate video files window and ↵ | Jonathan Marshall | |
placing it in the library hierarchy instead. Files mode now also fetches information from the database for each item, if available. | |||
2011-03-08 | cleanup: removed GUIWindowVideoFiles as it's no longer required | Jonathan Marshall | |
2011-03-08 | added: sources://<type_of_source>/ vfs entry to allow listing of sources ↵ | Jonathan Marshall | |
outside of the files windows | |||
2011-03-05 | [osx] changed, osx readme and xcode project to support new osx build system | S. Davilla | |
2011-03-05 | Modified the xcode project file to reflect the removed files. | jimfcarroll | |
2011-02-22 | added GlobalsHandling.h to xcode project. | Jim | |
2011-02-19 | Merge removal of unneeded libdts and liba52 | Anssi Hannula | |
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 | |||
2011-02-18 | [osx] xcode project sync to c22dcafcb3984248d287f7eb310d651b6d67775e | S. Davilla | |
2011-02-17 | added: method of capturing videoframes from the renderer, from any thread | bobo1on1 | |
2011-02-17 | Removed use of libfaad2. It was already disabled on all platforms. | theuni | |
2011-02-17 | [osx-ppc] fixed, update osx-ppc app packaging | S. Davilla | |
2011-02-16 | added: xbmcvfs.(copy,delete,rename) and xbmc.subHashAndFileSize | S. Davilla | |
Thanks to jcarroll,davilla and jmarshall for a lot of the code here, Montellese for the VS2010 project fixup. usage: success = xbmcvfs.copy(source, destination) xbmcvfs.delete(file) success = xbmcvfs.rename(file,newFileName) size, hash = xbmc.subHashAndFileSize(file) | |||
2011-02-09 | [LINUX][OSX] Abstract platform log opening routine. | althekiller | |
2011-02-09 | Move GL utility functions out of logging class | althekiller | |
2011-02-06 | sync osx project | spiff | |
2011-02-06 | removed: unused DVDAudioCodecPassthrough.cpp | Anssi Hannula | |
It has been replaced by DVDAudioCodecPassthroughFFmpeg.cpp. | |||
2011-02-06 | removed: use of deprecated libdts | Anssi Hannula | |
libdts hasn't been used by default for a while. Remove the use of it completely in favor of ffmpeg. | |||
2011-02-06 | removed: use of deprecated liba52 | Anssi Hannula | |
liba52 hasn't been used by default for a while. Remove the use of it completely in favor of ffmpeg. | |||
2011-01-27 | update xcode project for new developmentRegion setting | S. Davilla | |
2011-01-26 | refactor: Introduce CAddonInstaller/CAddonInstallJob to handle addon ↵ | Jonathan Marshall | |
installation, ensuring it's done serially (per-addon) and to ensure that we don't attempt to install the same addon simultaneously | |||
2011-01-24 | Merged cptspiff's code-reshuffle branch. | theuni | |
Squashed commit due to build breakage during code-reshuffle history. Conflicts: xbmc/Util.cpp xbmc/cdrip/CDDARipper.cpp xbmc/filesystem/Directory.cpp xbmc/filesystem/File.cpp | |||
2011-01-23 | Revert "Merge remote branch 'upstream/master'" | Lars Op den Kamp | |
This reverts commit 4e98a514c6a2975ec234fe19fe058e7e74bcfb7d, reversing changes made to 8d73cbde1dcd240d80bee9301d0321703a15c995. | |||
2011-01-07 | Merge remote branch 'upstream/master' | Lars Op den Kamp | |
2011-01-07 | fixed: show Git revision number instead of SVN. commiting for TheUni | amet | |
2011-01-05 | Merge remote branch 'upstream/master' | Lars Op den Kamp | |
2011-01-04 | added: bd iso support. credit boxee | spiff | |
2011-01-04 | sync xcode project after merge | Lars Op den Kamp | |
2010-12-08 | grrr, need absolute path to dylibs | davilla | |
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35592 568bbfeb-2a22-0410-94d2-cc84cf5bfa90 | |||
2010-12-08 | fixed, trac #10830, OGG files can be played but don't get scanned, this has ↵ | davilla | |
been broke a long time git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35591 568bbfeb-2a22-0410-94d2-cc84cf5bfa90 | |||
2010-11-27 | finish removal of libshout from xcode project | davilla | |
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35485 568bbfeb-2a22-0410-94d2-cc84cf5bfa90 | |||
2010-11-26 | changed: ditch libshout and replace with curl-based code | spiff_ | |
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35468 568bbfeb-2a22-0410-94d2-cc84cf5bfa90 | |||
2010-11-20 | changed: updated build systems for service addons. | blinkseb | |
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35349 568bbfeb-2a22-0410-94d2-cc84cf5bfa90 | |||
2010-11-17 | [osx] sync xcode project | ametovic | |
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35306 568bbfeb-2a22-0410-94d2-cc84cf5bfa90 |