Age | Commit message (Collapse) | Author |
|
UPnP track file state on remote server when supported
|
|
Make picture tags complete and consistent
|
|
|
|
lib/DllAvFormat.h
lib/Makefile.in
lib/ffmpeg/build_xbmc_win32.sh
project/Win32BuildSetup/BuildSetup.bat
project/Win32BuildSetup/buildmingwlibs.sh
tools/depends/native/gas-preprocessor-native/gas-preprocessor.pl
xbmc/DllPaths_win32.h
xbmc/cores/dvdplayer/DVDAudio.h
xbmc/cores/dvdplayer/DVDCodecs/DVDCodecs.h
xbmc/cores/dvdplayer/DVDCodecs/Video/DVDVideoCodecFFmpeg.cpp
xbmc/cores/dvdplayer/DVDCodecs/Video/DVDVideoCodecFFmpeg.h
xbmc/cores/dvdplayer/DVDCodecs/Video/DVDVideoCodecLibMpeg2.cpp
xbmc/cores/dvdplayer/DVDCodecs/Video/DXVA.cpp
xbmc/cores/dvdplayer/DVDDemuxers/DVDDemux.h
xbmc/cores/dvdplayer/DVDPlayerAudio.h
xbmc/cores/dvdplayer/DVDStreamInfo.h
|
|
This commit now contains the original patches sub directory:
patches - Org dir that contains applied xbmc custom patches.
patches/README-patches - New README file with info about xbmc patches.
patches/obsolete-patches - New dir with obsolete xbmc patches.
|
|
|
|
In non-blocking mode, lowest-level read protocols are
supposed block only for a short amount of time to let
retry_transfer_wrapper() check for interrupts.
Also, checking the interrupt_callback in the receiving thread is
wrong, as interrupt_callback is not guaranteed to be thread-safe
and the job is already done by retry_transfer_wrapper(). The error
code was also incorrect.
Bug reported by Andrey Utkin.
|
|
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
|
Unify the assignment and usage of the name and language of streams
|
|
numbers, e.g. DTS is 6 not 5, 5 is unknown.
|
|
|
|
|
|
depends
|
|
"non-latin characters in the path" issue. Closes #13517
|
|
|
|
Github issue #1816
|
|
issue #2251
|
|
|
|
|
|
|
|
non-Windows OSs.
Fixes http://trac.xbmc.org/ticket/14115.
|
|
WakeOnLan allows addons to send a wol magic packet.
This can be used for example in pvr addons to wake up a pvr backend.
|
|
|
|
libdvdccs: allow use of automake >1.11, thx brianf21
|
|
this check should be reworked upstream
|
|
|
|
updated libdvdcss, read and nav to the latest versions - 4.2.0
|
|
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.
|