summaryrefslogtreecommitdiffstats
path: root/libmpdvdkit2
Commit message (Collapse)AuthorAgeFilesLines
* DragonFly BSD supportdiego2005-05-252-2/+7
| | | | | | | patch by Joerg Sonnenberger <joerg - at - britannica - dot - bec - dot - de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15567 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update for latest Cygwin-related changes.diego2005-05-211-2/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15536 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support playing DVDs from harddrive directories.diego2005-05-211-4/+4
| | | | | | | idea from Björn Hermansson < Bjorn dot Hermansson at teliasonera dot com > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15535 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove the MPlayer-specific copyright notices. The diff would not applydiego2005-03-221-95/+0
| | | | | | | | cleanly anyway due to $Id$ expansion shenanigans that are a royal PITA to circumvent. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14990 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mark modified files as such to comply more closely with GPL §2a.diego2005-03-1115-0/+60
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14939 b3059339-0415-0410-9bf9-f77b7e298cf2
* MPlayer-specific changes to libdvdreaddiego2005-03-111-0/+961
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14938 b3059339-0415-0410-9bf9-f77b7e298cf2
* MPlayer-specific changes to libdvdcssdiego2005-03-011-0/+596
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14862 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mark modified files as such to comply more closely with GPL §2a.diego2005-03-018-0/+25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14861 b3059339-0415-0410-9bf9-f77b7e298cf2
* Preserve $Id$ keyword from upstream on unmodified files.diego2005-03-011-0/+4
| | | | | | | Keyword expansion disabled with the -ko sticky flag. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14860 b3059339-0415-0410-9bf9-f77b7e298cf2
* bzero is deprecated patch by  Gianluigi Tiesi <mplayer at netfarm.it>faust32005-02-041-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14644 b3059339-0415-0410-9bf9-f77b7e298cf2
* several sets of headers declare global variables in them, which causes ↵iive2005-01-292-6/+12
| | | | | | | | | multiple definition errors with gcc 4.x patch by Alexander Strange <astrange ithinksw.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14608 b3059339-0415-0410-9bf9-f77b7e298cf2
* Adding doxygen stuff.attila2004-08-231-1/+1
| | | | | | | From now on every function has to be documented. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13098 b3059339-0415-0410-9bf9-f77b7e298cf2
* mpdvdkit now accepts X:\ as a device name, as well as X:joey2004-08-121-2/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13012 b3059339-0415-0410-9bf9-f77b7e298cf2
* ranlib cleanup by Dan Christiansenalex2004-06-241-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12633 b3059339-0415-0410-9bf9-f77b7e298cf2
* Encrypted dvd playback now accepts -dvd-drive e: on mingw. fix from ↵faust32004-05-061-0/+11
| | | | | | libdvdread, left out the various cosmetics changes for now git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12432 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix (possible) memory corruption. dvd_input_t is pointer to struct ↵lumag2004-01-111-1/+1
| | | | | | dvd_input_s and not a struct. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11777 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix debug compilation on mingwfaust32003-09-061-0/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10826 b3059339-0415-0410-9bf9-f77b7e298cf2
* patch by Joey Parrish <joey@nicewarrior.org>:arpi2003-08-301-58/+205
| | | | | | | | - updated from libdvdread 0.9.4 and removed udf caching (fixes mpdvdkit on cygwin) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10724 b3059339-0415-0410-9bf9-f77b7e298cf2
* __CYGWIN__->SYS_CYGWIN define moved to the right placearpi2003-08-302-4/+4
| | | | | | | (cut from Joey's dvdkit2 update patch) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10722 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced to libdvdcss 1.2.8 (except the DVDCSS_PATH guessing, we use ourarpi2003-08-304-60/+75
| | | | | | | get_path() instead). anyway it's mostly cosmetics only. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10721 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l fix by Bjrn Sandell <biorn@dce.chalmers.se>alex2003-08-031-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10512 b3059339-0415-0410-9bf9-f77b7e298cf2
* MinGW support in mpdvdkitdiego2003-07-191-0/+2
| | | | | | | patch by Sascha Sommer git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10444 b3059339-0415-0410-9bf9-f77b7e298cf2
* Ported from videolan CVS:diego2003-07-191-1/+1
| | | | | | | | grmblgrmbl!! Fixed a bug that prevented encrypted dvds from working under win32. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10442 b3059339-0415-0410-9bf9-f77b7e298cf2
* renames: DATADIR->MPLAYER_DATADIR, CONFDIR->MPLAYER_CONFDIR, ↵arpi2003-06-091-1/+0
| | | | | | LIBDIR->MPLAYER_LIBDIR git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10273 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove ssize_t messfaust32003-05-301-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10211 b3059339-0415-0410-9bf9-f77b7e298cf2
* There are conflicting definitions for DVDFileSeek in the .c and .h file.diego2003-04-291-1/+1
| | | | | | | Fix ported from libdvdread CVS. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10018 b3059339-0415-0410-9bf9-f77b7e298cf2
* MINGW32 portfaust32003-04-182-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9929 b3059339-0415-0410-9bf9-f77b7e298cf2
* forwardport: warning fix and netbsd fixalex2003-04-081-1/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9883 b3059339-0415-0410-9bf9-f77b7e298cf2
* HPUX DVD fix by Martin Gansser <MGansser@rand.de>, checked by Arpi.diego2003-02-231-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9490 b3059339-0415-0410-9bf9-f77b7e298cf2
* cygwin compilefix by Joey Parrish <joey at nicewarrior.org>faust32003-02-111-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9397 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with libdvdcss 1.2.5 (including u8->uint8_t and whitespace cosmetics...)arpi2003-02-0816-485/+932
| | | | | | | patch by Andreas Hess <jaska@gmx.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9334 b3059339-0415-0410-9bf9-f77b7e298cf2
* not neededpontscho2003-01-181-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8982 b3059339-0415-0410-9bf9-f77b7e298cf2
* Function DVDOpenVOBPath only decrypts first VOB file and since each VOB file hasarpi2003-01-101-3/+2
| | | | | | | | | separate structure for title key, all other title keys remains empty. My fix is very conservative and simply tries to find title key for every VOB file. Tomas Hurka <tom@hukatronic.cz> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8882 b3059339-0415-0410-9bf9-f77b7e298cf2
* do not create bogus filenamesarpi2003-01-081-5/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8842 b3059339-0415-0410-9bf9-f77b7e298cf2
* For solaris, sys/smedia.h header is not needed any more. Compilation wasjkeil2003-01-081-1/+0
| | | | | | | failing on Solaris 7, where sys/smedia.h is not available. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8840 b3059339-0415-0410-9bf9-f77b7e298cf2
* The attached patch fixes a crash on *my* environment with certain DVD's.arpi2002-12-291-1/+1
| | | | | | | | | The sprintf function has been replaced by an snprintf function to prevent the buffer overflow. Erik Oomen <erik.oomen@home.nl> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8639 b3059339-0415-0410-9bf9-f77b7e298cf2
* update libdvdcss in libmpdvdkit to latest version (1.2.4)arpi2002-12-297-363/+481
| | | | | | | patch by Andreas Hess <jaska@gmx.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8638 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix DVD authentication on Solaris 9.jkeil2002-12-271-11/+62
| | | | | | | | | | | | | | | | | | | | Solaris 9 does not allow USCSICMD ioctls for non-root users on vold devices any more; they are failing with an EPERM "permission denied" error. Now, only root is allowed to run USCSICMD ioctls on vold devices. Fortunatelly there's a new subroutine exported from libsmedia.so (smedia_uscsi_cmd) which allows non-root users to perform user mode SCSI commands on a vold device. (This works with a help of a daemon running as user root, /usr/lib/smedia/rpc.smserverd) This change detects the presence of function "smedia_uscsi_cmd" in library libsmedia.so at runtime, and uses this function if it's found (i.e. on solaris 9 smedia_uscsi_cmd() is used to execture user mode scsi commands). On solaris 8 or older, "smedia_uscsi_cmd" is not available and the code falls back to the old ioctl(.. USCSICMD ..) method. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8576 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100l patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)michael2002-11-231-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8258 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)michael2002-11-231-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8255 b3059339-0415-0410-9bf9-f77b7e298cf2
* small cygwin-current w32api-2.0 compile fixatmos42002-11-111-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8143 b3059339-0415-0410-9bf9-f77b7e298cf2
* *HUGE* set of compiler warning fixes, unused variables removalarpi2002-11-062-4/+4
| | | | | | | based on patch by Dominik Mierzejewski <dominik@rangers.eu.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8124 b3059339-0415-0410-9bf9-f77b7e298cf2
* hpux DVD support fixes by Martin Gansser <mgansser@ngi.de>arpi2002-09-161-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7424 b3059339-0415-0410-9bf9-f77b7e298cf2
* hpux scsi dvd support by Martin Gansser <mgansser@ngi.de>alex2002-09-131-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7392 b3059339-0415-0410-9bf9-f77b7e298cf2
* I experienced several segfaults when trying to play (unencrypted) DVDsarpi2002-09-101-1/+4
| | | | | | | | | | | | | | | | from harddisk using xine/ogle/mplayer with the respective libdvdnav support feature. I found that while libdvdnav itself may do something wrong by trying to read beyond the end of the files, it was actually the fault of libdvdread that a segfault resulted. The following tiny patch fixes the problem and it seems that libdvdnav can very well live with the "short read" result it gets then - navigation worked fine after applying the patch: patch by Peter Niemayer <niemayer@isg.de> & H}kan Hjort <d95hjort@dtek.chalmers.se> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7359 b3059339-0415-0410-9bf9-f77b7e298cf2
* *** empty log message ***jaf2002-09-011-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7228 b3059339-0415-0410-9bf9-f77b7e298cf2
* Bah, if we start spellchecking this, we might as well do it right ;-)diego2002-08-171-8/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7038 b3059339-0415-0410-9bf9-f77b7e298cf2
* typojaf2002-08-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7036 b3059339-0415-0410-9bf9-f77b7e298cf2
* apply mplayer-specific patchesarpi2002-08-1619-195/+94
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7034 b3059339-0415-0410-9bf9-f77b7e298cf2
* applying css-key cache patcharpi2002-08-163-3/+79
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7033 b3059339-0415-0410-9bf9-f77b7e298cf2
* importing libmpdvdkit filesarpi2002-08-163-0/+140
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7032 b3059339-0415-0410-9bf9-f77b7e298cf2
* importing libdvdread 0.9.3 filesarpi2002-08-1617-0/+6757
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7030 b3059339-0415-0410-9bf9-f77b7e298cf2
* importing libdvdcss 1.2.2 filesarpi2002-08-1614-0/+6866
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7028 b3059339-0415-0410-9bf9-f77b7e298cf2