aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2013-04-25[darwin] - revert the revert the revert - well fix the build for darwin ↵Memphiz
broken in a7703fb74603192f087db90c60877eeed1097f66
2013-04-25Merge pull request #2633 from aballier/messJoakim Plate
Revert broken part of [6f653c5a2ba30008d62ab589ff5686df8a29ef72].
2013-04-21[libdvd] - added missing patchesMemphiz
2013-04-21Rename our local copy of av_read_frame_flush to xbmc_read_frame_flush as ↵Alexis Ballier
suggested by elupus on PR2633. That way it makes it clear the function is from xmbc and not ffmpeg.
2013-04-20[dvdread] - don't check the return value of chdir in xbmc - this function is ↵Memphiz
not wrapped and might fail (and so will the whole dvd open in that case). This is non fatal for our vfs!
2013-04-19[ffmpeg] updated and reformated ffmpeg/patches/README-patchesFlyingRat
2013-04-19Revert broken part of [6f653c5a2ba30008d62ab589ff5686df8a29ef72].Alexis Ballier
This was obviously untested as it breaks external ffmpeg build and only changes this code path. xbmc/cores/dvdplayer/DVDDemuxers/DVDDemuxers.a(DVDDemuxFFmpeg.o): In function `DllAvFormat::av_read_frame_flush(AVFormatContext*): /home/alexis/xbmc/lib/DllAvFormat.h:121: undefined reference to `ff_read_frame_flush' Even if it did not break, the change is wrong anyway.
2013-04-15[ffmpeg] fix shared library versionswsnipex
2013-04-14Merge pull request #2597 from Alphix/ffmpeg-libav-fixesJoakim Plate
ffmpeg and libav compatibility fixes
2013-04-14Update libavfilter version checkDavid Härdeman
Make the version check compatible with both ffmpeg and libav. Also add comments describing when the API change was made for both libraries.
2013-04-14ffmpeg compatibility fix for matroska embedded subtitlesDavid Härdeman
Commit 2626cc4580bfd560c6983338d77b2c11c16af94f in the ffmpeg repo changed the codec id of matroska embedded S_TEXT/UTF-8 subtitles from CODEC_ID_TEXT to AV_CODEC_ID_SUBRIP. That commit is part of ffmpeg 1.0 and later. Add the new codec id to provide compatibility for the updated ffmpeg library and external ffmpeg libraries.
2013-04-13[WIN32] fixed make distclean for ffmpeg (thanks Voyager1)wsoltys
2013-04-13[WIN32] fixed: hopefully this time. use the new mingw make only for ffmpeg ↵wsoltys
and use the old make for the rest.
2013-04-13ffmpeg 1.2 - fixed dvd still frames ended up in internal lavfVoyager1
2013-04-13[WIN32] fixed build setup by reverting to the old scripts.wsoltys
2013-04-13[WIN32] fixed: removed accidentally test commit.wsoltys
2013-04-13Merge pull request #2599 from BtbN/ffmpeg_vaapi_partialfixJoakim Plate
Partial fix for ffmpeg VAAPI
2013-04-13Add backported vaapi fix to ffmpeg/patchesBtbN
2013-04-13vaapi: fix argument for ff_vaapi_common_end_frame callJanne Grunau
2013-04-12[WIN32] fixed: if we get someday ffmpeg compiled properly, enable hw ↵wsoltys
acceleration
2013-04-12[WIN32] fixed: missing headerswsoltys
2013-04-11Merge pull request #2554 from FlyingRat/ffmpeg-n1.2davilla
[FFmpeg] version bump to n1.2 (rev e820e3a)
2013-04-11fixed compiler warning about unused vardavilla
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