Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-31 | [cec] bump to libCEC 2.0.3 | Lars 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 constants | Memphiz | |
2012-10-26 | Platinum: fix missing filtering for extra metadata | Alasdair Campbell | |
2012-10-26 | Platinum: switch to NPT_UInt64 for bitmask flags | Alasdair Campbell | |
2012-10-25 | ffmpeg: reduce allowed mp4/mov a/v skew to 4 seconds | Joakim 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-25 | upnp: fixes support for filtering by the extended properties we need | Alasdair Campbell | |
2012-10-25 | Revert "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-16 | Merge pull request #1628 from Pulse-Eight/libcec2.0.2 | Arne Morten Kvarving | |
[cec] bump to libCEC 2.0.2 | |||
2012-10-16 | Merge pull request #1627 from huceke/ffmpeg-arm-fixes | Memphiz | |
[ffmpeg/armv6] fixed #13414 broken ac3 on armv6 | |||
2012-10-16 | changed: add silent rules to libcpluff to shut it up a little | spiff | |
2012-10-16 | Correct if statement in asap/xasm | NHellFire | |
2012-10-16 | Support building with older versions of gdc | NHellFire | |
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.2 | Lars Op den Kamp | |
2012-10-11 | Merge pull request #1573 from Memphiz/airtunesipv62ipv4fallback | Memphiz | |
[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 speed | Alasdair Campbell | |
up. | |||
2012-10-11 | Merge pull request #1582 from alcoheca/upnp-cache-notify | Alasdair Campbell | |
Upnp cache notify | |||
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. |