aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdvdkit2
Commit message (Collapse)AuthorAge
* Move dvdcss.h to a dvdcss subdirectory, just like upstream libdvdcss does.Gravatar diego2006-09-13
| | | | | | | This considerably reduces our local patch size. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19826 b3059339-0415-0410-9bf9-f77b7e298cf2
* OPTFLAGS already includes EXTRA_INC.Gravatar diego2006-07-12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19042 b3059339-0415-0410-9bf9-f77b7e298cf2
* MinGW 3.1 has added gettimeofday.Gravatar diego2006-07-05
| | | | | | | based on a patch by Gianluigi Tiesi mplayer++at++netfarm++dot++it git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18915 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update with changes from r18894 (get_path as const).Gravatar diego2006-07-05
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18914 b3059339-0415-0410-9bf9-f77b7e298cf2
* get_path as const, patch by Stefan Huehner, stefan AT huehner-orgGravatar reynaldo2006-07-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18894 b3059339-0415-0410-9bf9-f77b7e298cf2
* rm unnecesary casts from void* - part 3Gravatar reynaldo2006-07-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18884 b3059339-0415-0410-9bf9-f77b7e298cf2
* CVS --> Subversion in copyright noticesGravatar diego2006-06-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18786 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove now obsolete .cvsignore files.Gravatar diego2006-06-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18556 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make depend targets consistent: Remove redirection through .depend target.Gravatar diego2006-05-13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18484 b3059339-0415-0410-9bf9-f77b7e298cf2
* Makefile and config.h are not generated files.Gravatar diego2006-05-13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18482 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Make patch apply cleanly.Gravatar diego2006-05-01
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18372 b3059339-0415-0410-9bf9-f77b7e298cf2
* fallback to USERPROFILE environment variable for caching CSS keys whenGravatar reimar2006-04-15
| | | | | | | HOME is not set (for MinGW builds running outside of MinGW). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18110 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove shared libmpdvdkit leftovers.Gravatar diego2006-04-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18021 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix another sizeof(dvd_input_t) bug (must be struct dvd_input_s instead)Gravatar reimar2006-03-09
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17787 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make clean/distclean behave uniformly in all directories.Gravatar diego2006-01-27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17489 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Make the patch apply without offsets.Gravatar diego2006-01-04
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17314 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update with current changes.Gravatar diego2006-01-04
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17312 b3059339-0415-0410-9bf9-f77b7e298cf2
* libdvdread configure script defines __DARWIN__ on darwin to triggerGravatar diego2005-12-13
| | | | | | | | the definition of SYS_BSD in dvd_reader.c. hint by Emanuele Giaquinta < emanuele . . . giaquinta . @ . gmail . . . com > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17188 b3059339-0415-0410-9bf9-f77b7e298cf2
* Switch from our own to the upstream DVD key caching strategy and directory.Gravatar diego2005-10-24
| | | | | | | | Should work just as well while reducing our diff towards upstream and enhancing compatibility with external libdvdcss implementations. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16849 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l to Reimar: common.h belongs to libdvdcss, not libdvdread.Gravatar diego2005-10-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16848 b3059339-0415-0410-9bf9-f77b7e298cf2
* Compile fix: _lseeki64 is not available under cygwinGravatar reimar2005-10-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16727 b3059339-0415-0410-9bf9-f77b7e298cf2
* Replace unconditional #defines by build system trickery.Gravatar diego2005-10-09
| | | | | | | This reduces our local diff considerably. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16715 b3059339-0415-0410-9bf9-f77b7e298cf2
* whitespace cosmeticsGravatar diego2005-10-09
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16714 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add changes from last patch (stream mapping).Gravatar reimar2005-10-04
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16660 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix DVD audio and subtitle stream mapping, esp. for DVD with both 4:3 andGravatar reimar2005-10-03
| | | | | | | | 16:9 subtitles. Patch by Lehel Bernadt (lehel at pmc-services hu) with minor modifications. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16650 b3059339-0415-0410-9bf9-f77b7e298cf2
* modification notices according to GPL 2aGravatar diego2005-10-01
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16632 b3059339-0415-0410-9bf9-f77b7e298cf2
* upgrade to libdvdcss 1.2.9Gravatar diego2005-10-01
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16631 b3059339-0415-0410-9bf9-f77b7e298cf2
* long obsoleteGravatar diego2005-10-01
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16630 b3059339-0415-0410-9bf9-f77b7e298cf2
* add FreeBSD default cd/dvd devicesGravatar nexus2005-09-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16511 b3059339-0415-0410-9bf9-f77b7e298cf2
* File list like in termorGravatar alex2005-07-28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16129 b3059339-0415-0410-9bf9-f77b7e298cf2
* drop annoying debug messages from libdvdreadGravatar aurel2005-07-01
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15881 b3059339-0415-0410-9bf9-f77b7e298cf2
* add missing files from libdvdread 0.9.4Gravatar henry2005-07-01
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15877 b3059339-0415-0410-9bf9-f77b7e298cf2
* update mplayer specific libdvdread diff to match v0.9.4Gravatar aurel2005-06-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15876 b3059339-0415-0410-9bf9-f77b7e298cf2
* update libdvdread to v0.9.4Gravatar aurel2005-06-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15875 b3059339-0415-0410-9bf9-f77b7e298cf2
* Be more patch-friendlyGravatar aurel2005-06-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15874 b3059339-0415-0410-9bf9-f77b7e298cf2
* merge the mingw gcc 4.1 diffGravatar faust32005-06-07
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15693 b3059339-0415-0410-9bf9-f77b7e298cf2
* mingw gcc 4.1 support patch by Gianluigi Tiesi <mplayer at netfarm.it>Gravatar faust32005-06-07
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15690 b3059339-0415-0410-9bf9-f77b7e298cf2
* DragonFly BSD supportGravatar diego2005-05-25
| | | | | | | 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.Gravatar diego2005-05-21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15536 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support playing DVDs from harddrive directories.Gravatar diego2005-05-21
| | | | | | | 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 applyGravatar diego2005-03-22
| | | | | | | | 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.Gravatar diego2005-03-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14939 b3059339-0415-0410-9bf9-f77b7e298cf2
* MPlayer-specific changes to libdvdreadGravatar diego2005-03-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14938 b3059339-0415-0410-9bf9-f77b7e298cf2
* MPlayer-specific changes to libdvdcssGravatar diego2005-03-01
| | | | 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.Gravatar diego2005-03-01
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14861 b3059339-0415-0410-9bf9-f77b7e298cf2
* Preserve $Id$ keyword from upstream on unmodified files.Gravatar diego2005-03-01
| | | | | | | 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>Gravatar faust32005-02-04
| | | | 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 ↵Gravatar iive2005-01-29
| | | | | | | | | 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.Gravatar attila2004-08-23
| | | | | | | 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:Gravatar joey2004-08-12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13012 b3059339-0415-0410-9bf9-f77b7e298cf2