Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-01 | AE: update VS for ActiveAE | unknown | |
2013-07-16 | [configure] don't use relative include paths in addon headers | wsnipex | |
this breaks xbmc dev packages where all headers are installed in standard include paths | |||
2013-07-10 | [win32] - fix crashing with libnfs 1.6 by bumping to 1.6.1 (which is 1.6.0 | Memphiz | |
+ a compile fix - 32bit time_t define was missing in the release target of vs project for libnfs) | |||
2013-07-08 | Merge pull request #2934 from aballier/cdripupdate | Arne Morten Kvarving | |
Resurect FFmpeg encoder for audio CD ripping. | |||
2013-07-08 | Improve recompile speed: Don't include git_revision.h in system.h (leads to ↵ | Garrett Brown | |
excessive recompiles) | |||
2013-07-09 | [pvr] bump add-ons | Lars Op den Kamp | |
2013-07-09 | added callback methods for binary add-ons to get codec id information from ↵ | Lars Op den Kamp | |
XBMC, so the dep on avcodec.h can be removed. only IDs used by pvr.hts and pvr.vdr.vnsi have been included | |||
2013-07-08 | Merge pull request #2846 from Montellese/multi_language_addons | Sascha Montellese | |
language agnostic script invocation | |||
2013-07-05 | CDRip: Add definitions for ripping audio CDs to M4A (AAC) and WMA with FFmpeg. | Alexis Ballier | |
More formats can easily be added but I think we should be parcimonious: If we add too much of them the users will likely be lost. So far, M4A seems interesting for iTunes users (iOS, OSX, etc.) and WMA for windows users. Also add the files to the vcxproj since they were missing from there. | |||
2013-07-01 | [win32] update VS project files | montellese | |
2013-06-18 | [win32] Enable SSE2 everywhere | Karlson2k | |
2013-06-17 | [mingw] added pkg-config to fix configure finding not all available libs | wsoltys | |
2013-06-11 | [jenkins] - do the mingw build in a backgroundthread and echo "." on the ↵ | Memphiz | |
foreground thread for giving continuous output to the jenkins slave - should fix the disconnect issue on win32 slave | |||
2013-06-11 | [win32] cosmetic in BuildSetup.bat | montellese | |
2013-06-11 | [win32] use MSBuild.exe or devenv.com (if available) in BuildSetup.bat to ↵ | montellese | |
get verbose console output | |||
2013-06-10 | [pvr] sync add-ons | Lars Op den Kamp | |
2013-06-09 | [zeroconf] - cleanup ifdefs use HAS_MDNS and HAS_MDNS_EMBEDDED (similar to ↵ | Memphiz | |
what we do with HAS_AVAHI already) instead of making TARGET_blah assumptions - rename Zeroconf*WIN.* to Zeroconf*MDNS.* and move it into its own subdir mdns - its not windows specific anymore - add support for libmDnsEmbedded for allowing zeroconf support without running daemon (embedded server) | |||
2013-06-08 | [pvr] bump API version to 1.8.0 and sync add-ons | Lars Op den Kamp | |
2013-06-04 | [RFC] convert CFavourites into CFavouritesDirectory | Fice | |
2013-06-04 | Remove DownloadQueue & DownloadQueueManager | Rawk | |
2013-06-02 | [win32] Finally remove win32env.c | Karlson2k | |
2013-05-29 | [win32] - bump libnfs to 1.6 | Memphiz | |
2013-05-13 | [win32] update VS project files | montellese | |
2013-05-12 | Environment: Implement "CEnvironment" class with functions for environment ↵ | Karlson2k | |
manipulation and add it files to project and to Makefile.in | |||
2013-05-09 | wake on access | t4.ravenbird | |
2013-05-06 | [WIN32] removed glew lib. | WiSo | |
2013-05-04 | PAPlayer plays CD audio using dvdplayer demuxer | Hubert Miś | |
2013-05-04 | Add CDDA demuxer | hmis | |
OMXPlayer use DVDFactoryDemuxer for every media. With new CDDA demuxer RPi xbmc plays audio CDs. | |||
2013-05-02 | [win32] - bump libshairplay to the same version we use in unified deps | Memphiz | |
2013-05-02 | [win32] fixed broken build, missing FavouritesOperations.xx | ace20022 | |
2013-05-01 | Merge pull request #2680 from Karlson2k/Remove_dead_code_01 | Martijn Kaijser | |
Remove unused DVDPlayerAudioResampler | |||
2013-05-01 | [win32] update VS project files | montellese | |
2013-05-01 | Remove unused DVDPlayerAudioResampler from VC project and from Makefile.in | Karlson2k | |
2013-04-18 | [WIN32] fixed: forgot to update windows package list. | wsoltys | |
2013-04-16 | [WIN32] fixed trailing space at the end of the branch name (I will do more ↵ | wsoltys | |
tests...I will do more tests...I will do more tests...) | |||
2013-04-16 | [WIN32] fixed: setup file name got the branch name back (2. try) | wsoltys | |
2013-04-15 | [win32] fixed: DX runtime setup was not included after 9eaf1cd | a11599 | |
2013-04-14 | [WIN32] fixed: setup file name got the branch name back. | wsoltys | |
2013-04-13 | [WIN32] fixed: hopefully this time. use the new mingw make only for ffmpeg ↵ | wsoltys | |
and use the old make for the rest. | |||
2013-04-13 | [WIN32] fixed build setup by reverting to the old scripts. | wsoltys | |
2013-04-13 | [WIN32] fixed: use gnu make 3.82 to compile newer ffmpeg | wsoltys | |
2013-04-12 | [WIN32] fixed: use sh shell for jenkins mode. | wsoltys | |
2013-04-12 | [WIN32] fixed buildsetup syntax error. The code looks absolute correct to me ↵ | wsoltys | |
but windows didn't liked it somehow. | |||
2013-04-11 | Merge pull request #2554 from FlyingRat/ffmpeg-n1.2 | davilla | |
[FFmpeg] version bump to n1.2 (rev e820e3a) | |||
2013-04-11 | [WIN32] fixed BuildSetup.bat: copy the pdb file to the build setup directory. | FlyingRat | |
Since Jenkins is dependent of the "pdb" file, it is copied to the setup directory with the new name "XBMCSetup-%GIT_REV%-%target%.pdb" | |||
2013-04-08 | musicdatabasedirectory: replace all the CDirectoryNode implementations that ↵ | montellese | |
provide a list of grouped items with CDirectoryNodeGrouped | |||
2013-04-08 | videodatabasedirectory: replace all the CDirectoryNode implementations that ↵ | montellese | |
provide a list of grouped items with CDirectoryNodeGrouped | |||
2013-04-07 | [FFmpeg] version bump to n1.2 (rev e820e3a) - xbmc files | FlyingRat | |
lib/DllAvFormat.h lib/Makefile.in lib/ffmpeg/build_xbmc_win32.sh project/Win32BuildSetup/BuildSetup.bat project/Win32BuildSetup/buildmingwlibs.sh tools/depends/native/gas-preprocessor-native/gas-preprocessor.pl xbmc/DllPaths_win32.h xbmc/cores/dvdplayer/DVDAudio.h xbmc/cores/dvdplayer/DVDCodecs/DVDCodecs.h xbmc/cores/dvdplayer/DVDCodecs/Video/DVDVideoCodecFFmpeg.cpp xbmc/cores/dvdplayer/DVDCodecs/Video/DVDVideoCodecFFmpeg.h xbmc/cores/dvdplayer/DVDCodecs/Video/DVDVideoCodecLibMpeg2.cpp xbmc/cores/dvdplayer/DVDCodecs/Video/DXVA.cpp xbmc/cores/dvdplayer/DVDDemuxers/DVDDemux.h xbmc/cores/dvdplayer/DVDPlayerAudio.h xbmc/cores/dvdplayer/DVDStreamInfo.h | |||
2013-04-06 | [WIN32] updated sqlite to 3.7.16.1 | WiSo | |
2013-04-06 | Merge pull request #2552 from wsoltys/dirent | wsoltys | |
[WIN32] replace old dirent emulation with a more complete one. |