Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-11 | [cosmetic] update copyright headers | Martijn Kaijser | |
2013-08-01 | Merge pull request #2966 from Voyager1/uniquedvdid-use-libdvdnav | Voyager1 | |
Uniquedvdid use libdvdnav | |||
2013-08-01 | Merge pull request #2957 from jmbreuer/upstream-libdvdnav-seek | Martijn Kaijser | |
More accurate seeking with libdvdnav | |||
2013-08-01 | Merge pull request #2601 from sraue/automake-1.13-fixes | Martijn Kaijser | |
[fix] change AM_CONFIG_HEADER to AC_CONFIG_HEADERS for automake-1.13 support | |||
2013-07-18 | [libdvd] add patch for reenable serial string | Voyager1 | |
2013-07-18 | [libdvdnav] fix redundant close | Voyager1 | |
2013-07-18 | [libdvdnav] re-enable reading DVD serial string | Voyager1 | |
2013-07-13 | Update to rev. 7 from upstream | Joachim Breuer | |
http://lists.mplayerhq.hu/pipermail/dvdnav-discuss/2012-December/001837.html | |||
2013-07-13 | Add diff in lib/libdvd/patches for tracking against upstream | Joachim Breuer | |
2013-07-13 | More accurate seeking with libdvdnav | Joachim 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 resolution | Voyager1 | |
2013-05-15 | [libdvdread] Remove symlink checking as this is not needed by xbmc | Voyager1 | |
2013-05-15 | [libdvdread] Revert previous fixups | Voyager1 | |
2013-05-10 | [libdvd] update patch for libdvdread | Voyager1 | |
2013-05-10 | [libdvdread] Fix Playback of VIDEO_TS folders broken on SMB and NFS - thx ↵ | Voyager1 | |
@kraqh3d | |||
2013-05-10 | Revert "[libdvd] - added missing patches" | Voyager1 | |
This reverts commit 217532dfa495abd883d98b068394fe2452362274. | |||
2013-04-21 | [libdvd] - added missing patches | Memphiz | |
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 support | Stephan 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-21 | libdvdread: replace perror by fprintf so that it gets picked up in xbmc logs | Voyager1 | |
2013-02-20 | Fix 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-09 | libdvdccs: allow use of automake >1.11, thx brianf21 | wsnipex | |
this check should be reworked upstream | |||
2013-02-08 | Added diffs for XBMC changes to libdvd libs | Pär Björklund | |
cores.diff is the differences between include files in lib/libdvd and xbmc/cores/dvdplayer/dvdinputstreams/dvdnav | |||
2013-02-05 | Updated libdvdcss, read and nav to the latest versions | Pä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-01-27 | Fix format string which causes compilation error when --enable-dvdcss is set ↵ | Hugo Rodenburg | |
on Ubuntu | |||
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-08-08 | [droid] libs: add a few links to libmath | theuni | |
Since android is so picky about undefined symbols, as a test-build I disabled --unresolved-symbols=ignore-all and enabled -Wl,--no-unresolved I then changed the wrapper.def to point to the real libxbmc so that our wrapped symbols could be found. In addition to the previous cmyth commit, these turned up as needing -lm. With this, all libs that link against libxbmc as well as the ones we build are verified as having no undefined symbols. Curse you bionic. | |||
2012-08-08 | [droid] fix libdvd | theuni | |
2012-03-22 | fixed: libdvdnav objects was not updated on first make after a change | elupus | |
Rules must contain empty recipe's for the file date to be reconsidered after having made the prerequsits | |||
2012-03-21 | fixed: make sure we find the correct cell when we search for the requested time | elupus | |
cells in a pgc doesn't need to have continous sectors | |||
2012-02-22 | Fix libdvdnav searching routine for discs with multiple main titles | James Laird | |
Prevents crashes when attempting to seek/skip within DVDs and DVD ISOs of things like TV shows. | |||
2011-09-16 | build: 3rd party lib linking symbols cleanup | theuni | |
Fix several linking concerns that are usually masked in one way or another. To see, add -Wl,--unresolved-symbols=ignore-in-shared-libs to LDFLAGS 1. The 3rd party libs that we build can't resolve our wrapped functions until runtime, so tell the linker not to expect them. 2. Various vis and screensavers were relying on XBMC bringing in GL libs. With these fixes, linking opts like --unresolved-symbols=ignore-in-shared-libs now work properly. This is useful for annoying libs like gles or egl which may depend on other libs that cannot resolve at link-time. TODO: ProjectM still neeeds attention | |||
2011-08-30 | Use the more portable "=" in shell test usage, rather than "==" | David Brownlee | |
2011-07-04 | [WIN32] changed mingw: use NUMBER_OF_PROCESSORS jobs for compiling ↵ | WiSo | |
(-jNUMBER_OF_PROCESSORS) | |||
2011-05-21 | [WIN32] changed: mingw libs source directories are only cleaned if ↵ | WiSo | |
BuildSetup.bat was started with the clean option set | |||
2011-05-02 | [osx] cross-compile powerpc-osx | beenje | |
2011-03-30 | dvdplayer: fix build with gcc-4.6. Flags to the Linker must be passed via ↵ | Stephan Raue | |
-Wl,. This fixes ticket #11383 | |||
2011-03-14 | [ios] various compile and makefile fixes | S. Davilla | |
2011-03-09 | [darwin] changed, replace wrapping with wrapper.rb with linker alias_list | S. Davilla | |
2011-02-07 | [WIN32] fix make distclean in libdvd* | CrystalP | |
- initial make distclean in a freshly checked out tree fails because of missing Makefile/config.mak - make distclean needs the xargs command | |||
2011-02-05 | [WIN32] set path in buildmingwlibs rather in every build script | WiSo | |
2011-01-29 | [WIN32] build libdvd in the right directory | WiSo | |
2011-01-29 | [WIN32] changed: copy dll to the right location. bootstrap doesn't work ↵ | WiSo | |
anymore. Dunno how it worked ever (despite what I'm stated) | |||
2011-01-24 | Merged cptspiff's code-reshuffle branch. | theuni | |
Squashed commit due to build breakage during code-reshuffle history. Conflicts: xbmc/Util.cpp xbmc/cdrip/CDDARipper.cpp xbmc/filesystem/Directory.cpp xbmc/filesystem/File.cpp |