aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2013-04-08Merge pull request #2547 from alcoheca/upnp-savestateAlasdair Campbell
UPnP track file state on remote server when supported
2013-04-08Merge pull request #2494 from smfontes/pictureinfojmarshallnz
Make picture tags complete and consistent
2013-04-08upnp: add support for UpdateObject action to PlatinumAlasdair Campbell
2013-04-07[FFmpeg] version bump to n1.2 (rev e820e3a) - xbmc filesFlyingRat
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
2013-04-07[FFmpeg] version bump to n1.2 (rev e820e3a) - lib/ffmpegFlyingRat
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.
2013-04-07Make picture INFO correct and completesfontes
2013-04-06udp: fix non-blocking and interrupt handling.Nicolas George
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.
2013-04-06udp: Fix sign of error codes.Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-02Merge pull request #2162 from ace20022/unify_stream_langArne Morten Kvarving
Unify the assignment and usage of the name and language of streams
2013-03-20[Fix] Fixes dvdnav_audio_stream_format(...). Don't change the audio format ↵ace20022
numbers, e.g. DTS is 6 not 5, 5 is unknown.
2013-03-20[Cosmetics] Fix indentations.ace20022
2013-03-20[Fix] Correct the audio format recognition.ace20022
2013-03-19depends: remove python pil helper scripts and docs, they've been moved to ↵Cory Fields
depends
2013-03-16[fix] Update the groovy library to the lastest 1.x version to fix the ↵Jim Carroll
"non-latin characters in the path" issue. Closes #13517
2013-03-10[cec] minor bump to 2.1.1. fixes some issues for Pi users and LG ownersLars Op den Kamp
2013-03-07Merge remote-tracking branch 'fernetmenta/addongui' into pvrapi_1_7_0. ↵Lars Op den Kamp
Github issue #1816
2013-03-07Merge remote-tracking branch 'fetzerch/pvr-wol' into pvrapi_1_7_0. Github ↵Lars Op den Kamp
issue #2251
2013-03-02fix libcec build and version bump to matchdavilla
2013-03-01expose GUIRenderingControl to addongui libxbmc
2013-02-21libdvdread: replace perror by fprintf so that it gets picked up in xbmc logsVoyager1
2013-02-20Fix inability of libdvd 4.2.0 to read DVDs stored as VIDEO_TS files on ↵Voyager1
non-Windows OSs. Fixes http://trac.xbmc.org/ticket/14115.
2013-02-16addons: Add WakeOnLan functionChristian Fetzer
WakeOnLan allows addons to send a wol magic packet. This can be used for example in pvr addons to wake up a pvr backend.
2013-02-11bluray: support BDJ menusJoakim Plate
2013-02-09Merge pull request #2201 from wsnipex/libdvd-fixMartijn Kaijser
libdvdccs: allow use of automake >1.11, thx brianf21
2013-02-09libdvdccs: allow use of automake >1.11, thx brianf21wsnipex
this check should be reworked upstream
2013-02-09[cosmetics] update date in GPL headerMartijn Kaijser
2013-02-08Merge pull request #2128 from Paxxi/libdvdVoyager1
updated libdvdcss, read and nav to the latest versions - 4.2.0
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.