Age | Commit message (Collapse) | Author |
|
cores.diff is the differences between include files in lib/libdvd
and xbmc/cores/dvdplayer/dvdinputstreams/dvdnav
|
|
|
|
basically cximage was referencing internal tiff headers instead of system headers, opps
|
|
cximage.
|
|
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
|
|
Trivial changes to improve libav support in xbmc
|
|
Support controlling external xbmc/upnp instance over UPnP
|
|
|
|
on Ubuntu
|
|
> 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>
|
|
|
|
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.
|
|
prototypes.
|
|
present in libav.
|
|
are removed finally in automake-1.13
Signed-off-by: Stephan Raue <stephan@openelec.tv>
|
|
|
|
Fixed forced subtitles display in PGS stream
|
|
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
|
|
is available: d039b6074ca68da9b6dc88d8bb40056fee9fecb6
|
|
|
|
This detects and removes single timestamp wraps, which fixes seeking for affected video files.
|
|
|
|
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.
|
|
fix: addon gui
|
|
|
|
|
|
|
|
GetLocalizedString and GetDVDMenuLanguage. use strdup to dupe the strings
|
|
https://github.com/opdenkamp/xbmc-pvr-addons/issues/68
|
|
|
|
fixes afp on 64bit builds - also sync patches to lib/afpfs-ng (for building on linux)
|
|
|
|
|
|
|
|
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
|
|
|
|
property filter mask"
This reverts commit aa93b7516cabe08eafe8b7c2ea15500c6bae128c.
Conflicts:
lib/libUPnP/Platinum/Source/Devices/MediaServer/PltSyncMediaBrowser.cpp
|
|
need it for wacky asm code and it is not present for x86_64 gcc-4.2
|
|
|
|
Mans Rullgard from team libav for taking the time for looking into it and throwing out a patch in zero time :o)
|
|
[cec] bump to libCEC 2.0.2
|
|
[ffmpeg/armv6] fixed #13414 broken ac3 on armv6
|
|
|
|
|
|
|
|
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
---------------------
|
|
|
|
[libshairport] - add patch for fixing fallback from ipv6 to ipv4 (needed...
|
|
up.
|
|
Upnp cache notify
|