Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-18 | [pvr] configure and build pvr add-ons if the tree is found in /pvr-addons, ↵ | Lars Op den Kamp | |
so these can be built and run within the tree. | |||
2012-09-09 | @Montellese, @Memphiz, @jimfcarroll Replace the scripting engine with a ↵ | Jim Carroll | |
codegenerated one. | |||
2012-09-07 | [UPnP] changed: make UPnP optional (enabled by default), fix some missing ↵ | Alasdair Campbell | |
#ifdef HAS_UPNP guards | |||
2012-09-07 | [git] - add xbmc/main/Makefile to gitignore | Memphiz | |
2012-09-05 | [GSOC] Add xbmc-test to .gitignore. | Andres Mejia | |
2012-09-05 | [GSOC] Add files from gtest to be ignored by git. | Andres Mejia | |
2012-09-04 | Merge pull request #1282 from huceke/raspberrypi | huceke | |
RaspberryPI support | |||
2012-09-05 | [pvr] added PVR support to XBMC (taken from ↵ | Lars Op den Kamp | |
https://github.com/opdenkamp/xbmc/commit/c576c080532a0e4c4ffc7babd57782f80a6951ba) add-ons are not included, but can be found here: https://github.com/opdenkamp/xbmc-pvr-addons | |||
2012-08-18 | [rbp] added omxplayer Makefile to .gitignore | gimli | |
2012-08-08 | [droid] add new internal player for amlogic based SoCs | davilla | |
2012-08-08 | [droid] update gitignore | Cory Fields | |
2012-08-08 | [droid] quit fighting it and just use a new file for android paths | theuni | |
2012-08-08 | [droid] generate Makefile for exports | theuni | |
2012-05-24 | [osx/ios] ignore xcode4 user settings | davilla | |
2012-05-10 | Merge pull request #37 from Fneufneu/freebsd | Fneufneu | |
add FreeBSD support | |||
2012-05-10 | [AE] update .gitignore | Geoffrey McRae | |
2012-05-07 | add freebsd Makefile to gitignore | Fneufneu | |
2012-04-21 | Tests working under windows. | Jim Carroll | |
2012-04-04 | [WIN32] changed: adapt .gitignore to new ffmpeg version | WiSo | |
2012-01-15 | Stop tracking autotools generated files in git. | Andres Mejia | |
2012-01-07 | added system/librtmp.dll to .gitignore. libcurl brings this additional library. | WiSo | |
2011-10-13 | changed libcec to be dyloaded like others, also change lib/libcec/Makefile ↵ | davilla | |
to be pure convenence make and remove the internal/external bits, libcec is a system lib. treat it that way. | |||
2011-10-11 | [WIN32] added libcec.dll and pthread*.dll to .gitignore. | WiSo | |
2011-10-11 | cec: use libcec as an internal lib and fetch it in "bootstrap". added ↵ | Lars Op den Kamp | |
--enable-external-libcec option to configure. to keep a permanent copy, remove "make download" from bootstrap to change the location of the tarball to another mirror, change lib/libcec/Makefile.in | |||
2011-10-08 | update to include more Goom autogenerated files | davilla | |
2011-10-08 | changed: added goom2k4 files to .gitignore | vdrfan | |
2011-10-01 | [WIN32] add dnssd.dll and /system/airplay to .gitignore. move liplist.dll to ↵ | WiSo | |
/system/airplay as it has a bunch of other dll dependencies. | |||
2011-09-30 | cec: added support for the Pulse-Eight CEC Adaptor. split up ↵ | Lars Op den Kamp | |
linux/PeripheralBusUSB into PeripheralBusUSBLibUdev and PeripheralBusUSBLibUSB. fixed automake files | |||
2011-09-30 | Squashed original peripherals PR #383 | Lars Op den Kamp | |
This is a PR for a new "peripherals manager", /xbmc/peripherals, that detects devices and automatically configures them for use with XBMC. The device mappings and configurations can be defined in system/peripherals.xml. Users can modify settings via system->system->input->peripherals. It works as follows: - CPeripherals contains one or more CPeripheralBus instances. - CPeripheralBus contains the device scanning implementations for the different platforms we support. - The implementations for the devices can be found in peripheral/devices and all devices inherit from CPeripheral. - The devices that are detected are looked up in peripherals.xml, starting at the top of the file and going down. If no mapping was found for the device, an instance of one of the default classes will be created: CPeripheralHID, CPeripheralDisk or CPeripheralNIC. - in peripherals.xml, devices can be matched by vendor id (vendor="xxxx"), product id (product="xxxx"), bus type (bus="xxxx"), device class (class="xxxx") or a combination of these values. The class that will be instantiated for that device is defined in mapTo="xxxx" - the configuration for the device can be defined in peripherals.xml as well. Have a look at system/peripherals.xml, where you can find the possible settings in the demo entry at the bottom. When a device is inserted and there are any settings with configurable="true" present for that device, these settings will be added to the settings dialog, under system->system->input->peripherals. - an example of how these settings can be used can be found in CPeripheralHID, which checks for a "keymap" setting and will automatically switch the keymap XBMC uses to the one that is defined in the setting. TODO: - keep separate configs when the same device is found more than once - general review of this code. | |||
2011-09-11 | [WIN32] added libnfs.dll to .gitignore | wsoltys | |
2011-09-05 | update gitignore, remove old tools/osx, add ._* (editor temp files) | S. Davilla | |
2011-08-29 | [remove] - removed EGLSpectrum because it is refactored into Waveform and ↵ | Memphiz | |
OpenGLSpectrum viz | |||
2011-08-27 | [WIN32] fixed: BuildLog.htmwas renamed to XBMC.log | WiSo | |
2011-08-09 | [change] - added glesspectrum Makefile and vis to gitignore | Memphiz | |
2011-07-24 | Add libtool file from libapetag to .gitignore. | Andres Mejia | |
2011-07-24 | Add WiiRemote to .gitignore. | Andres Mejia | |
2011-07-20 | cosmetic: git ignore entire win32 dependencies directory, doesn't contain ↵ | Martin van Beurden | |
any files that are in git anymore. | |||
2011-07-05 | cosmetic: delete re-added files from .gitignore that are not used anymore | elupus | |
2011-07-03 | cosmetic: some more files to .gitignore | elupus | |
2011-06-26 | [WIN32] updated .gitignore and NSIS installer to work with new libcdio-12.dll | WiSo | |
2011-06-23 | Merge pull request #209 from jimfcarroll/remove-circ-deps | jimfcarroll | |
Step-by-step refactor all threading synchronization mechanisms. This is a significant change that collapses all threading synchronization mechanisms the ThreadLocal down to a small set of boost based classes. It removes the circular dependencies from the threading library with the exception of the Thread class itself, which is next. | |||
2011-06-23 | [WIN32] changed: moved vcredist dependency to mirror servers, include ↵ | Martin van Beurden | |
vc90(2008) redist which python needs in setup. | |||
2011-06-23 | Added a couple more tests and cleaned up test Makefile. | Jim Carroll | |
2011-06-21 | added: build libavfilter and add dll loader for it | elupus | |
Original Author: CrHasher <farkas.szilard@gmail.com> | |||
2011-06-21 | changed: restore ffmpeg's normal naming of swscale-0.dll | elupus | |
2011-06-08 | Revert "added: updated advancedsettings to work via commandline" | Martin Ellis | |
This reverts commit edbd033e0c912a3789e96f321aaadd6aac2ce590. | |||
2011-06-08 | added: updated advancedsettings to work via commandline | Malard | |
2011-06-07 | changed: removed libwavpack as it's fully supported by ffmpeg (fixes #11615) | vdrfan | |
2011-05-29 | Ignore .project and .cproject files for Eclipse IDE settings files in .gitignore | David Teirney | |
2011-05-22 | [osx/ios] refactor ios depends build system to use config.site | beenje | |