Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-11 | [UPnP] support video ratings | Alasdair Campbell | |
2012-10-11 | Platinum: use PersonRole for directors. Also fixes ::FromDidl for authors, | Alasdair Campbell | |
actors, directors - previously duplicate entries were present | |||
2012-10-11 | Platinum - allow sub classes of PltSyncMediaBrowser to specify property ↵ | Alasdair Campbell | |
filter mask [UPnP] when browsing a UPnP server, retrieve ALL metadata | |||
2012-10-11 | [UPnP] add support for upnp:lastPlaybackPosition, upnp:lastPlaybackTime and ↵ | Alasdair Campbell | |
upnp:playbackCount | |||
2012-10-10 | Merge pull request #1576 from Pulse-Eight/libcec2 | Lars Op den Kamp | |
[cec] libCEC 2.0.0 support | |||
2012-10-09 | [pvr] added TriggerEpgUpdate to the PVR interface, so an add-on can force an ↵ | Lars Op den Kamp | |
EPG update for a channel | |||
2012-10-09 | Platinum: allow some statevariables to reset to default value after sending ↵ | Alasdair Campbell | |
completed (needed for ContainerUpdateIDs usage) | |||
2012-10-09 | [cec] bump to libCEC 2.0.0. only minor changes, but the API was cleaned up, ↵ | Lars Op den Kamp | |
and is not compatible with the previous version anymore | |||
2012-10-08 | [libshairport] - add patch for fixing fallback from ipv6 to ipv4 (needed ↵ | Memphiz | |
where AF_INET6 is defined at buildtime - but ipv6 is not available at runtime - rbpi for example) - thx to ribbon10 | |||
2012-10-05 | libid3tag/libapetag win/mac/linux/android removal (thanks theuni for the ↵ | Cory Fields | |
linux/android parts and montellese for win32) | |||
2012-10-02 | [UPnP] Platinum should also support sort criterias in format res@<property> | Alasdair Campbell | |
2012-10-01 | Merge pull request #1472 from 'fetzerch/bugfix-multiple-addons'. | Lars Op den Kamp | |
[pvr] Fix problems with multiple PVR Addons running at the same time | |||
2012-09-30 | [ffmpeg] - patch file for PGS subtitle fixes | Memphiz | |
2012-09-30 | [ffmpeg] - backport PGS subtitle fixes from ffmpeg (git revisions ↵ | Memphiz | |
37bbc9eb8bdae43d38a6fb7cc1356d1ce7d41e1c and 9dd82724315d651891f2a1ed733c4de06e9cb07a) | |||
2012-09-29 | [addons] Added FileExists, StatFile, DeleteFile, CreateDirectory, ↵ | Christian Fetzer | |
DirectoryExists and RemoveDirectory to libXBMCaddon | |||
2012-09-26 | [osx/ios] fixed, log message is incorrect, darwin uses internal ffmpeg but ↵ | S. Davilla | |
compiled static so it just looks like external | |||
2012-09-25 | upnp: report and support proper mimetypes for matroska | Joakim Plate | |
2012-09-25 | [addons] fixed return type of XBMC_get_file_chunk_size (int instead of | Christian Fetzer | |
in64_t) | |||
2012-09-25 | [addons] Modified vc project files to generate debug information for | Christian Fetzer | |
libXBMC_addon / libXBMC_gui / libXBMC_pvr | |||
2012-09-25 | [addons] Removed global variables in addon callback shared libraries | Christian Fetzer | |
2012-09-19 | Merge pull request #1432 from opdenkamp/fetchurl | Lars Op den Kamp | |
[pvr] expose CFile methods to PVR add-ons | |||
2012-09-18 | fixed - space after \ in libid3tag's Makefile.am | Lars Op den Kamp | |
2012-09-18 | added CanOpenDirectory() to AddonCallbacksAddon | Lars Op den Kamp | |
2012-09-18 | expose CFile operations to add-ons | Lars Op den Kamp | |
2012-09-16 | [hack] replace pointers to temporaries with a memleak | Kyle Hill | |
Patch from spiff: this is the proper solution as such, but it needs to be made clear in the API docs that the caller is reponsible for freeing the strings | |||
2012-09-13 | Merge pull request #1385 from margro/fix_trac_13165 | Arne Morten Kvarving | |
ffmpeg: fixed: DXVA2 playback artifacts on H264 content with mbaff frame... | |||
2012-09-13 | [libexif] Added character set conversion to UserComment | Christian Fetzer | |
closes #12628 | |||
2012-09-12 | fixed compiler warning by removing an unused variable. | WiSo | |
2012-09-10 | Merge pull request #1290 from aballier/swresample | davilla | |
[ffmpeg] Convert from av_audio_convert API to the swresample one. | |||
2012-09-10 | [tags] Add Makefile and taglib dependency, add taglib to xcode, android, ↵ | Chris Roberts | |
linux and win32 depends | |||
2012-09-09 | Add the groovy jars to be used in the codegenerator. | Jim Carroll | |
2012-09-08 | [WIN32] [libass] fixed heap corruption when using in debug | Sébastien Brochet | |
2012-09-08 | [libass] build with harfbuzz support | Sébastien Brochet | |
2012-09-08 | [libass] fixed build on Windows | Sébastien Brochet | |
2012-09-08 | added: support for OTF fonts | Sébastien Brochet | |
2012-09-07 | [UPnP] changed: make UPnP optional (enabled by default), fix some missing ↵ | Alasdair Campbell | |
#ifdef HAS_UPNP guards | |||
2012-09-07 | ffmpeg: fixed: DXVA2 playback artifacts on H264 content with mbaff frames | Marcel Groothuis | |
Backported commit b5e6aa6c3337dc740d67aa68116530fe604bae76 from ffmpeg upstream This fixes #13165 | |||
2012-09-05 | [osx] fixed command-line make, duplicate symbol NPT_GetSystemMachineName, ↵ | davilla | |
choose cocoa flavor over posix | |||
2012-09-05 | [win32] remove "Debug Testsuite" configuration from all projects except ↵ | montellese | |
gtest and XBMC | |||
2012-09-05 | [WIN32] forgot vs2010 project files of gtest | WiSo | |
2012-09-05 | [WIN32] added a new target called Debug Testsuite which includes the gtest ↵ | WiSo | |
libs and builds a xbmc-test.exe console application. | |||
2012-09-05 | [GSOC] Add latest snapshot of google test (r619). | Andres Mejia | |
2012-09-05 | [UPnP] Platinum now stats files before serving via http. This means serving ↵ | Alasdair Campbell | |
files from vfs was broken. Solution is to remove all filesystem access to Platinum and expand NPT_XbmcFile. Anything apart from GetInfo:: (stat) is ignored as Platinum only serves up library items, not file systems. Thanks to elupus for fix, and pieh for spotting this in the first place | |||
2012-09-05 | [UPnP] reinstated: '[UPnP] use server provided item count to iterate browse ↵ | Alasdair Campbell | |
req' by elupus @ cb110ea28b7506cb31d6ab4fd347fad1c96ec9ed all other modifications to libPlatinum/Neptune since codiqs last commit have been checked and are not required / have been included upstream the following patches therefore do not need to be reinstated: 5e5156bde70bb4250c9d912e43656a19d008f110 4df0a4cb1cd059f585de289a10ab915ce1bd95a8 a6eaa587174f73c0fdd7a5130774772c7d475fec 964b08aed02ee52d7f88250409b4e3fdd0363be3 2f70d124f75d76813e48ecc26ffd9aa3625072aa 299d326314619aa3a085f2c026e55860a75b3a5c 5bbf59fbc049325ec4205fadaa0903a753b866ee 370c8366ed83115558e4dcb00561207854c4f971 755f17fe4353b7047ca04c16b7461d1ef3b8ed1b 20c1ed61030f7a5bada60821507f29e54821b1a9 0b11444d6e405fa17e73ef0abc9ceba25a559cce f96d966e7575b4d9f7c864ad153dd9fb968344c9 99479c384176fd3f82d518506e560ba08ad57e40 347aa55b6c55e2801ff7a421e8bcc02ce0314cab a1993bf0380b9ced60c39064833435e458aa5434 f13f20aaa9493d58264c55f2a5b2cafd09435b0e 95df1d019cb7ea64a6f748a9104db1ecd666af42 887728b93d0a8cddd6a08bfddc4079f4c2ae82f8 66d2daf7bd90f7be2cb4cdbc5088488627953e3f ec70e260e95becc5bfcd86512b245776ef9653ea 296435b9a9262b23b49cbfb2302e36e730f292e7 99e0a1eaf18ed07625143e4fadc6eb027f822857 588a66a55067433ade77769a39c81552a995b38d 3fd25488ba88b30cfa0f5b834bbde91a21f05a73 | |||
2012-09-05 | [UPnP] reinstated: 'fixed: upnp server's http server would not provide ↵ | Alasdair Campbell | |
content length on HEAD requests' by elupus @ 9cbcf5063c3af350d385f1992017f6883f37a8e0 | |||
2012-09-05 | [UPnP] reinstated: 'changed: make sure Neptune threads are named' by elupus ↵ | Alasdair Campbell | |
@ 42d7b6b9180f634f988e12673de655228233b305 | |||
2012-09-05 | [UPnP] Platinum - log allowed values with state variable errors | Alasdair Campbell | |
2012-09-05 | [UPnP] update Platinum/Neptune to 0.6.9.1 | Alasdair Campbell | |
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 |