aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2013-02-08Added diffs for XBMC changes to libdvd libsPär Björklund
cores.diff is the differences between include files in lib/libdvd and xbmc/cores/dvdplayer/dvdinputstreams/dvdnav
2013-02-07changed, remove wrapping from cximage, obsolete with new Imagefactorydavilla
2013-02-07fixes #14030, osx x86_64 would crash on a throw, trying to open tiffs, ↵davilla
basically cximage was referencing internal tiff headers instead of system headers, opps
2013-02-06added an imagefactory to XBMC. The only libs currently are libjpeg-turbo and ↵wsoltys
cximage.
2013-02-05Updated libdvdcss, read and nav to the latest versionsPär Björklund
All XBMC modifications are kept intact Moved get/set state functions from vm.h to dvdnav_internal.h where they should be Added comments to clarify which functions are added by XBMC
2013-02-03Merge pull request #2092 from aballier/libavJoakim Plate
Trivial changes to improve libav support in xbmc
2013-02-03Merge pull request #1597 from elupus/upnp-playerJoakim Plate
Support controlling external xbmc/upnp instance over UPnP
2013-01-27removed internal liblame as all ports using external libs.wsoltys
2013-01-27Fix format string which causes compilation error when --enable-dvdcss is set ↵Hugo Rodenburg
on Ubuntu
2013-01-25Merge ffmpeg fix for sagetv recordings from upstreamAndrew Gallatin
> commit c071b006436d663b977068f8d23cbc061f40491f > Author: Michael Niedermayer <michaelni@gmx.at> > Date: Mon Jan 21 04:21:56 2013 +0100 > > mpeg12demux: Fallback to startcode for stream type identification. > > Fixes Ticket2147 > Fixes SageTV support > > Based-on patch by Andrew Gallatin > Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-01-20Platinum: add SetNextAVTransportURI support to media renderer baseJoakim Plate
2013-01-19Platinum: don't disregard PLT_MediaObjects only for lacking resourcesJoakim Plate
This could cause us to misscount the number of media objects in a upnp browse request, and re-request items we already had in list giving us duplicated items in lists.
2013-01-18DllSwResample: use uint8_t types for avresample_convert. libav changed their ↵Alexis Ballier
prototypes.
2013-01-18DllAvFormat: drop mapping of url_feof, it is unused in xbmc code and not ↵Alexis Ballier
present in libav.
2013-01-13[automake] remove long time deprecated automake macros and variables which ↵Stephan Raue
are removed finally in automake-1.13 Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-12-29ffmpeg: added patch for supporting S_DVBSUB's in MKV as stored by tvheadendJoakim Plate
2012-12-27Merge pull request #1992 from GreenOnyx/FrodoPGSForceddavilla
Fixed forced subtitles display in PGS stream
2012-12-27ffmpeg: Fixed forced subtitles display in PGS streamGreenOnyx
Associated ffmpeg commits: https://github.com/FFmpeg/FFmpeg/commit/36436a4032b022f5439fa86a0986065d24cd51fd Add option forced_subs_only for Bluray subtitles. 2012-01-30 04:25:59 https://github.com/FFmpeg/FFmpeg/commit/1885ffb03d0af28e6bac2bcc8725fa15b93f6ac9 PGS subtitles: Expose forced flag 2012-10-20 11:56:11 https://github.com/FFmpeg/FFmpeg/commit/1c5805521c3e406886341d752ebf38f8d41e1d13 PGS subtitles: Set AVSubtitle pts value 2012-11-02 11:30:39 https://github.com/FFmpeg/FFmpeg/commit/6549a9b75333027f66cdaac450a66b6a6186fc6e pgssubdec: remove unused variable 2012-11-28 10:20:08 https://github.com/FFmpeg/FFmpeg/commit/1f46b50a9591f68b697e943f829c79a4f4829dd6 Added AVClass for AVSubtitleRect 2012-04-18 01:08:25
2012-12-25ffmpeg: backport latm: fix initialization on some streams when no extradata ↵xbmc
is available: d039b6074ca68da9b6dc88d8bb40056fee9fecb6
2012-12-21[ffmpeg] fixed missing S_DVBSUB subtitlesAllan Kristensen
2012-12-16lavf: Provide a monotonic timestamp to the outside worldHarald Axmann
This detects and removes single timestamp wraps, which fixes seeking for affected video files.
2012-12-16[libdcr] fix thread safetyJonathan Marshall
2012-12-08[WIN32] fixed: lame_enc.dll couldn't be loaded due to missing symbols. added ↵WiSo
some exports and removed id3tag_set_textinfo_utf16 because its not available in our internal liblame. I ifdefed it for windows but since it seems not to be used in XBMC it could be removed entirely.
2012-11-15Merge pull request #1786 from FernetMenta/addonguiLars Op den Kamp
fix: addon gui
2012-11-14addon GUI: fix segault in destroy windowxbmc
2012-11-13[osx] fixed borked include pathsdavilla
2012-11-10[pvr] added FreeString()Lars Op den Kamp
2012-11-10[pvr] return char* instead of const char* from UnknownToUTF8, ↵Lars Op den Kamp
GetLocalizedString and GetDVDMenuLanguage. use strdup to dupe the strings
2012-11-10[pvr] fixed UnknownToUTF8() on the PVR interface. fixes ↵Lars Op den Kamp
https://github.com/opdenkamp/xbmc-pvr-addons/issues/68
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