aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdvdkit2
Commit message (Collapse)AuthorAge
* libmpdvdkit2 --> libdvdread, it just contains libdvdread now.Gravatar diego2006-11-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20631 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove stray line.Gravatar diego2006-11-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20630 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move libdvdcss into its own subdirectory.Gravatar diego2006-11-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20629 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove useless/redundant SYS_LINUX and _REENTRANT defines from CFLAGS.Gravatar diego2006-11-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20628 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove useless default target.Gravatar diego2006-11-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20627 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move the rest of the config.h parameters to the Makefile.Gravatar diego2006-11-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20626 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove HAVE_MPLAYER check, we unconditionally compile with HAVE_MPLAYER set.Gravatar diego2006-11-03
| | | | | | | Also remove the corresponding else case, it was unreachable. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20625 b3059339-0415-0410-9bf9-f77b7e298cf2
* bump version numberGravatar diego2006-11-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20624 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove options not present in upstream config.h.in.Gravatar diego2006-11-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20623 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync some cosmetics from upstream.Gravatar diego2006-11-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20622 b3059339-0415-0410-9bf9-f77b7e298cf2
* Typo: lseek --> lseek64, the former is not used in the code.Gravatar diego2006-11-01
| | | | | | | Fixes linking on MinGW. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20579 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cygwin linking fix.Gravatar diego2006-10-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20547 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with upstream r201.Gravatar diego2006-10-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20443 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with upstream r201.Gravatar diego2006-10-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20441 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync one more warning fix from upstream libdvdcss.Gravatar diego2006-10-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20434 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync warning fixes from upstream libdvdcss.Gravatar diego2006-10-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20433 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove modification notice from unmodified file.Gravatar diego2006-10-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20432 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync cosmetics from upstream libdvdcss.Gravatar diego2006-10-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20431 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add md5.[ch] to the list of files.Gravatar diego2006-10-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20428 b3059339-0415-0410-9bf9-f77b7e298cf2
* This file is not modified from the upstream version,Gravatar diego2006-10-17
| | | | | | | remove comment claiming otherwise. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20290 b3059339-0415-0410-9bf9-f77b7e298cf2
* 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