summaryrefslogtreecommitdiffstats
path: root/libdvdcss
Commit message (Collapse)AuthorAgeFilesLines
* Sync libdvdcss with upstream version 1.2.10.diego2008-08-299-15/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27494 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync libdvdcss with upstream version r212.diego2008-08-219-14/+33
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27474 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused file, it has never been compiled.diego2008-05-111-770/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26740 b3059339-0415-0410-9bf9-f77b7e298cf2
* Merge libdvdcss/Makefile into top-level Makefile.diego2008-04-241-14/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26524 b3059339-0415-0410-9bf9-f77b7e298cf2
* Ignore if we fail to get disc key, fixes playback of one of my DVDs whichreimar2008-03-211-4/+2
| | | | | | | | claims to be scrambled but actually is not, and always allows to fallback to cached keys. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26266 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix #endif comment, sync with libdvdcss r208.diego2008-01-071-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25645 b3059339-0415-0410-9bf9-f77b7e298cf2
* Leading underscores in identifiers are reserved in C.diego2007-09-173-10/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24555 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fix:diego2007-09-171-1/+0
| | | | | | | | libdvdcss.c:145: warning: redundant redeclaration of 'dvdcss_interface_2' dvdcss/dvdcss.h:70: warning: previous declaration of 'dvdcss_interface_2' was here git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24554 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move some #defines into configure/config.h.diego2007-08-081-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24031 b3059339-0415-0410-9bf9-f77b7e298cf2
* HAVE_INTTYPES_H is already declared in config.h.diego2007-08-071-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24018 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix crash on some DVDsiive2007-07-061-2/+3
| | | | | | | | | | sprintf(tmp,"%.02x",(char)0xef); would print "ffffffef" instead of "ef", in this case this leads to local array buffer overflow and hard to trace stack corruption. The quick, easy & durty solution is to use (unsigned char) or (uint8_t) Fixes Bugzilla 860 & 845 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23728 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix CSS format strings, they could print more than two digits forreimar2007-07-061-2/+2
| | | | | | | "negative" numbers. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23727 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move setting Cygwin specific CFLAGS to configure.diego2007-03-191-4/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22739 b3059339-0415-0410-9bf9-f77b7e298cf2
* whitespace cosmeticsdiego2007-03-161-3/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22644 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove duplicate largefile CFLAGS that are set from configure.diego2007-03-161-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22643 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unnecessary Darwin entry from CFLAGS.diego2007-03-151-4/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22614 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Fix indentation, reorder some lines for consistency.diego2007-03-131-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22549 b3059339-0415-0410-9bf9-f77b7e298cf2
* Give more descriptive names to the source and library variables and splitdiego2007-03-131-3/+3
| | | | | | | between common, MPlayer-specific and MEncoder-specific parts. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22546 b3059339-0415-0410-9bf9-f77b7e298cf2
* Merge common parts of all Makefiles into one file included by all.diego2006-11-261-26/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21275 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unconditionally include config.mak for consistency.diego2006-11-251-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21231 b3059339-0415-0410-9bf9-f77b7e298cf2
* more consistency with the other Makefiles.diego2006-11-251-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21230 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove superfluous comment.diego2006-11-251-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21222 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unify dep/depend targets.diego2006-11-201-3/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21096 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove bogus OPTFLAGS settings.diego2006-11-091-4/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20819 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix linking on Cygwin and remove nonsense lseek64 --> lseek indirection,diego2006-11-072-6/+3
| | | | | | | all in one fell swoop. Patch by yours truly accepted upstream. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20746 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove bogus comment lines.diego2006-11-071-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20745 b3059339-0415-0410-9bf9-f77b7e298cf2
* WIN32 was already being set from config.h.diego2006-11-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20729 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 to CFLAGS like upstream does.diego2006-11-051-3/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20724 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move libdvdcss into its own subdirectory.diego2006-11-0315-0/+8061
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20629 b3059339-0415-0410-9bf9-f77b7e298cf2