aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2012-10-31[cec] bump to libCEC 2.0.3Lars Op den Kamp
2012-10-30[afpfs-ng] - add patch for fixing some more spaghetti pointer arithmetic - ↵Memphiz
fixes afp on 64bit builds - also sync patches to lib/afpfs-ng (for building on linux)
2012-10-26[osx] - fix compilation by using the right suffix for 64bit constantsMemphiz
2012-10-26Platinum: fix missing filtering for extra metadataAlasdair Campbell
2012-10-26Platinum: switch to NPT_UInt64 for bitmask flagsAlasdair Campbell
2012-10-25ffmpeg: reduce allowed mp4/mov a/v skew to 4 secondsJoakim Plate
Our video queue's are not guaranteed to handle exactly 8 seconds it can be a small amount less. For files that are not interleaved this meant we we unable to get proper playback This closes ticket #13176
2012-10-25upnp: fixes support for filtering by the extended properties we needAlasdair Campbell
2012-10-25Revert "Platinum - allow sub classes of PltSyncMediaBrowser to specify ↵Alasdair Campbell
property filter mask" This reverts commit aa93b7516cabe08eafe8b7c2ea15500c6bae128c. Conflicts: lib/libUPnP/Platinum/Source/Devices/MediaServer/PltSyncMediaBrowser.cpp
2012-10-21[osx/iosx] fixed build, remove read_only_relocs flag on linker, you only ↵davilla
need it for wacky asm code and it is not present for x86_64 gcc-4.2
2012-10-20[ffmpeg] - patch file for "ARM: fix overreads in neon h264 chroma mc"Memphiz
2012-10-20[ARM/ffmpeg] - fix overreads in neon h264 chroma mc - fixes #13283 - thx to ↵Memphiz
Mans Rullgard from team libav for taking the time for looking into it and throwing out a patch in zero time :o)
2012-10-16Merge pull request #1628 from Pulse-Eight/libcec2.0.2Arne Morten Kvarving
[cec] bump to libCEC 2.0.2
2012-10-16Merge pull request #1627 from huceke/ffmpeg-arm-fixesMemphiz
[ffmpeg/armv6] fixed #13414 broken ac3 on armv6
2012-10-16changed: add silent rules to libcpluff to shut it up a littlespiff
2012-10-16Correct if statement in asap/xasmNHellFire
2012-10-16Support building with older versions of gdcNHellFire
2012-10-16[ffmpeg/armv6] fixed broken ac3 on armv6 backported ffmpeg commit ↵huceke
cd2f98f365dfd83f0debac030413e57a73c7ecd5 fixes #13414 backported ffmpeg commit http://git.videolan.org/?p=ffmpeg.git;a=commit;h=cd2f98f365dfd83f0debac030413e57a73c7ecd5 : ARM: ac3: fix ac3_bit_alloc_calc_bap_armv6 This function was broken when the start bin was not at the start of a band. Fixes : ------ XBMC log ----- 20:21:47 T:1403229280 ERROR: ffmpeg[53A39460]: [ac3] exponent out-of-range 20:21:47 T:1403229280 ERROR: ffmpeg[53A39460]: [ac3] error decoding the audio block 20:21:48 T:1403229280 ERROR: ffmpeg[53A39460]: [ac3] exponent out-of-range 20:21:48 T:1403229280 ERROR: ffmpeg[53A39460]: [ac3] error decoding the audio block 20:21:48 T:1403229280 ERROR: ffmpeg[53A39460]: [ac3] exponent out-of-range 20:21:48 T:1403229280 ERROR: ffmpeg[53A39460]: [ac3] error decoding the audio block 20:21:48 T:1403229280 ERROR: ffmpeg[53A39460]: [ac3] exponent out-of-range 20:21:48 T:1403229280 ERROR: ffmpeg[53A39460]: [ac3] error decoding the audio block 20:21:48 T:1403229280 ERROR: ffmpeg[53A39460]: [ac3] exponent out-of-range 20:21:48 T:1403229280 ERROR: ffmpeg[53A39460]: [ac3] error decoding the audio block ---------------------
2012-10-16[cec] bump to libCEC 2.0.2Lars Op den Kamp
2012-10-11Merge pull request #1573 from Memphiz/airtunesipv62ipv4fallbackMemphiz
[libshairport] - add patch for fixing fallback from ipv6 to ipv4 (needed...
2012-10-11[UPnP] increase number of requested items per iteration. gives 2-3 times speedAlasdair Campbell
up.
2012-10-11Merge pull request #1582 from alcoheca/upnp-cache-notifyAlasdair Campbell
Upnp cache notify
2012-10-11[UPnP] support video ratingsAlasdair Campbell
2012-10-11Platinum: use PersonRole for directors. Also fixes ::FromDidl for authors,Alasdair Campbell
actors, directors - previously duplicate entries were present
2012-10-11Platinum - 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-10Merge pull request #1576 from Pulse-Eight/libcec2Lars 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-09Platinum: 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-05libid3tag/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-01Merge 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 fixesMemphiz
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-25upnp: report and support proper mimetypes for matroskaJoakim Plate
2012-09-25[addons] fixed return type of XBMC_get_file_chunk_size (int instead ofChristian Fetzer
in64_t)
2012-09-25[addons] Modified vc project files to generate debug information forChristian Fetzer
libXBMC_addon / libXBMC_gui / libXBMC_pvr
2012-09-25[addons] Removed global variables in addon callback shared librariesChristian Fetzer
2012-09-19Merge pull request #1432 from opdenkamp/fetchurlLars Op den Kamp
[pvr] expose CFile methods to PVR add-ons
2012-09-18fixed - space after \ in libid3tag's Makefile.amLars Op den Kamp
2012-09-18added CanOpenDirectory() to AddonCallbacksAddonLars Op den Kamp
2012-09-18expose CFile operations to add-onsLars Op den Kamp
2012-09-16[hack] replace pointers to temporaries with a memleakKyle 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-13Merge pull request #1385 from margro/fix_trac_13165Arne Morten Kvarving
ffmpeg: fixed: DXVA2 playback artifacts on H264 content with mbaff frame...
2012-09-13[libexif] Added character set conversion to UserCommentChristian Fetzer
closes #12628
2012-09-12fixed compiler warning by removing an unused variable.WiSo
2012-09-10Merge pull request #1290 from aballier/swresampledavilla
[ffmpeg] Convert from av_audio_convert API to the swresample one.