summaryrefslogtreecommitdiffstats
path: root/dvdread
Commit message (Collapse)AuthorAgeFilesLines
* Use consistent #include paths without "../".diego2008-04-281-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26576 b3059339-0415-0410-9bf9-f77b7e298cf2
* Merge dvdread/Makefile into top-level Makefile.diego2008-04-251-19/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26528 b3059339-0415-0410-9bf9-f77b7e298cf2
* DVDCSS_INTERNAL has been renamed to LIBDVDCSS_INTERNAL.diego2008-04-251-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26527 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use directory name as library name template.diego2008-04-221-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26498 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l, removing the conditional bitfields from (audio|sub)_mapping_t requires ↵nicodvb2007-11-251-0/+4
| | | | | | the big->native conversion git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25161 b3059339-0415-0410-9bf9-f77b7e298cf2
* replaced audio_mapping_t and sub_mapping_t with uint16_t and uint32_tnicodvb2007-11-233-55/+6
| | | | | | | | | | respectively: conditional bitfields don't have the slightest chance to be cross-platform, thus they are definitively broken. Fixed the other files to use bitmasks instead of accessing the previous bitfield members git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25150 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove Windows-only replacement gettimeofday() implementation, both Cygwindiego2007-08-212-16/+24
| | | | | | | and MinGW have gettimeofday() in recent versions. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24115 b3059339-0415-0410-9bf9-f77b7e298cf2
* reimplemented nav_read_PCI() and nav_read_DSI() using getbits() rather than ↵nicodvb2007-08-202-105/+123
| | | | | | relying on bitfields layout in memory git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24108 b3059339-0415-0410-9bf9-f77b7e298cf2
* added from dvdnav's dvdread getbits() code to be used in forthcoming patch ↵nicodvb2007-08-191-0/+70
| | | | | | to read correctly NAV data git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24101 b3059339-0415-0410-9bf9-f77b7e298cf2
* Replace dvdread bswap.h by something more sane for us.reimar2007-08-192-209/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24100 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync local diff with latest changes.diego2007-08-171-24/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24086 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync libdvdread with version 0.9.7.diego2007-08-173-8/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24085 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove local MinGW gettimeofday() implementation, there is now a nativediego2007-08-162-24/+1
| | | | | | | one in the same file. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24077 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync local diff with current version.diego2007-08-161-32/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24076 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync libdvdread with version 0.9.6.diego2007-08-164-17/+253
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24075 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync local diff with current version.diego2007-08-151-236/+132
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24074 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Do not add trailing whitespace to lines we change.diego2007-08-151-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24073 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync another change from upstream.diego2007-08-151-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24072 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove modification comments from files that are no longer modified.diego2007-08-152-8/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24071 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync libdvdread with version 0.9.5 (cosmetic changes).diego2007-08-1520-1385/+1406
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24070 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: alphabetical orderdiego2007-08-151-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24069 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1000l: Forgot to add new files, *sigh*.diego2007-08-152-0/+601
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24068 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync libdvdread with version 0.9.5 (functional changes).diego2007-08-1515-232/+1080
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24067 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move some more compiler flags to configure.diego2007-08-091-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24043 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove CFLAGS that are already set by configure.diego2007-03-161-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22641 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify CFLAGS handling.diego2007-03-131-3/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22553 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Fix indentation, reorder some lines for consistency.diego2007-03-131-7/+7
| | | | 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
* __CPU__ will be x86-64 under amd64 and fail the check "#if __CPU__ > 386".diego2006-12-132-2/+2
| | | | | | | patch by Zuxy Meng, zuxy.meng gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21608 b3059339-0415-0410-9bf9-f77b7e298cf2
* Merge common parts of all Makefiles into one file included by all.diego2006-11-261-27/+3
| | | | 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
* Drop some unnecessary local changes.diego2006-11-188-113/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20999 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make sure to pick up internal dvdcss.h before a globally installed one.diego2006-11-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20998 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rename libdvdread to dvdread. We really only include only the dvdreaddiego2006-11-1822-0/+9746
subdirectory of libdvdread. This will also allow getting rid of some local modifications. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20997 b3059339-0415-0410-9bf9-f77b7e298cf2