aboutsummaryrefslogtreecommitdiff
path: root/lib/libdvd
AgeCommit message (Collapse)Author
2017-06-21[cleanup] remove autotools leftoverRechi
2016-10-26libdvd/Makefile: cross-compile, allow to specify the ar commandTimo Gurr
Allow specifying the AR variable to fix build in cross environments that have the ar command prefixed with e.g. the host triplet, like x86_64-pc-linux-gnu-ar.
2016-03-05remove libdvd artifactswsnipex
2016-03-04libdvd/Makefile: rename LDFLAGS to SO_LDFLAGSMax Kellermann
Under certain circumstances, these flags can leak into the environment, where "-shared" will break all linker calls which produce executables, leading to segmentation faults. This is not a "generic" LDFLAGS variable to be used everywhere; this is just one special variable for local use.
2016-02-23[posix] move libdvd to dependswsnipex
2015-12-06rename dvdplayer to VideoPlayerRainer Hochecker
2015-03-01added: support grabbing chapter name and position from bluray/dvdsArne Morten Kvarving
2014-12-16Revert "change xbmc/ path to src/ in all files"Rainer Hochecker
This reverts commit 4949be256667f3e500e52b7084476ae1f2b00d92.
2014-12-15change xbmc/ path to src/ in all filesFneufneu
2014-11-25[libdvdread] - add patch for fixing partial reads in file_read - also ↵Memphiz
upstreamed for inclusion - patch by karlson2k
2014-11-25[libdvdread] - fix partial reads in file_read - fixes iso playback on ios ↵Memphiz
(which doesn't use libdvdcss and therefore hits this bug)
2014-11-24[libdvdread] - fix out of bound access when playing some iso filesMemphiz
2014-11-17libdvdcss: add custom patches as files to lib/libdvd/patches/Karlson2k
2014-11-17libdvdcss: better handle partial read in libc_readKarlson2k
2014-11-12libdvdcss: fix position after partial read in libc_readKarlson2k
2014-02-11libdvdread-libdvdnav - updated diff filesVoyager1
2014-02-11libdvdread-libdvdnav - remove unused xbmc patchesVoyager1
2014-02-11libdvdread-libdvdnav update to 4.2.1Voyager1
2014-02-11libdvdcss update to 1.2.13 - incl diff fileVoyager1
2014-02-11libdvdcss-1.2.12 updated diff filesVoyager1
2014-02-11libdvdcss-1.2.12 removed _XBOX unneeded patchesVoyager1
2013-09-05libdvdnav runs dvdread-config to update CFLAGS and LDFLAGS with libdirs, ↵Stephan Raue
includirs and libraries but wrongly with locations on the buildsystem. this breaks crosscompiling. We fix this with providing a own 'dvdread-config' file which dont inject /usr/include and /usr/lib in our *CFLAGS.
2013-08-11[cosmetic] update copyright headersMartijn Kaijser
2013-08-01Merge pull request #2966 from Voyager1/uniquedvdid-use-libdvdnavVoyager1
Uniquedvdid use libdvdnav
2013-08-01Merge pull request #2957 from jmbreuer/upstream-libdvdnav-seekMartijn Kaijser
More accurate seeking with libdvdnav
2013-08-01Merge pull request #2601 from sraue/automake-1.13-fixesMartijn Kaijser
[fix] change AM_CONFIG_HEADER to AC_CONFIG_HEADERS for automake-1.13 support
2013-07-18[libdvd] add patch for reenable serial stringVoyager1
2013-07-18[libdvdnav] fix redundant closeVoyager1
2013-07-18[libdvdnav] re-enable reading DVD serial stringVoyager1
2013-07-13Update to rev. 7 from upstreamJoachim Breuer
http://lists.mplayerhq.hu/pipermail/dvdnav-discuss/2012-December/001837.html
2013-07-13Add diff in lib/libdvd/patches for tracking against upstreamJoachim Breuer
2013-07-13More accurate seeking with libdvdnavJoachim Breuer
http://trac.xbmc.org/ticket/12212 applied to current codebase full credit should go to gnosygnu, see http://forum.videolan.org/viewtopic.php?f=32&t=76308&start=20#p316583
2013-06-11[jenkins] - do the mingw build in a backgroundthread and echo "." on the ↵Memphiz
foreground thread for giving continuous output to the jenkins slave - should fix the disconnect issue on win32 slave
2013-05-15[libdvdread] added patch file elimination of symlink resolutionVoyager1
2013-05-15[libdvdread] Remove symlink checking as this is not needed by xbmcVoyager1
2013-05-15[libdvdread] Revert previous fixupsVoyager1
2013-05-10[libdvd] update patch for libdvdreadVoyager1
2013-05-10[libdvdread] Fix Playback of VIDEO_TS folders broken on SMB and NFS - thx ↵Voyager1
@kraqh3d
2013-05-10Revert "[libdvd] - added missing patches"Voyager1
This reverts commit 217532dfa495abd883d98b068394fe2452362274.
2013-04-21[libdvd] - added missing patchesMemphiz
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-12[fix] change AM_CONFIG_HEADER to AC_CONFIG_HEADERS for automake-1.13 supportStephan Raue
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-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-09libdvdccs: allow use of automake >1.11, thx brianf21wsnipex
this check should be reworked upstream
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-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