aboutsummaryrefslogtreecommitdiffhomepage
path: root/dvdread
Commit message (Collapse)AuthorAge
* Use consistent #include paths without "../".Gravatar diego2008-04-28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26576 b3059339-0415-0410-9bf9-f77b7e298cf2
* Merge dvdread/Makefile into top-level Makefile.Gravatar diego2008-04-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26528 b3059339-0415-0410-9bf9-f77b7e298cf2
* DVDCSS_INTERNAL has been renamed to LIBDVDCSS_INTERNAL.Gravatar diego2008-04-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26527 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use directory name as library name template.Gravatar diego2008-04-22
| | | | 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 ↵Gravatar nicodvb2007-11-25
| | | | | | 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_tGravatar nicodvb2007-11-23
| | | | | | | | | | 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 CygwinGravatar diego2007-08-21
| | | | | | | 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 ↵Gravatar nicodvb2007-08-20
| | | | | | 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 ↵Gravatar nicodvb2007-08-19
| | | | | | 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.Gravatar reimar2007-08-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24100 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync local diff with latest changes.Gravatar diego2007-08-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24086 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync libdvdread with version 0.9.7.Gravatar diego2007-08-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24085 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove local MinGW gettimeofday() implementation, there is now a nativeGravatar diego2007-08-16
| | | | | | | 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.Gravatar diego2007-08-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24076 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync libdvdread with version 0.9.6.Gravatar diego2007-08-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24075 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync local diff with current version.Gravatar diego2007-08-15
| | | | 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.Gravatar diego2007-08-15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24073 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync another change from upstream.Gravatar diego2007-08-15
| | | | 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.Gravatar diego2007-08-15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24071 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync libdvdread with version 0.9.5 (cosmetic changes).Gravatar diego2007-08-15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24070 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: alphabetical orderGravatar diego2007-08-15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24069 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1000l: Forgot to add new files, *sigh*.Gravatar diego2007-08-15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24068 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync libdvdread with version 0.9.5 (functional changes).Gravatar diego2007-08-15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24067 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move some more compiler flags to configure.Gravatar diego2007-08-09
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24043 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove CFLAGS that are already set by configure.Gravatar diego2007-03-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22641 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify CFLAGS handling.Gravatar diego2007-03-13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22553 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Fix indentation, reorder some lines for consistency.Gravatar diego2007-03-13
| | | | 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 splitGravatar diego2007-03-13
| | | | | | | 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".Gravatar diego2006-12-13
| | | | | | | 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.Gravatar diego2006-11-26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21275 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unconditionally include config.mak for consistency.Gravatar diego2006-11-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21231 b3059339-0415-0410-9bf9-f77b7e298cf2
* more consistency with the other Makefiles.Gravatar diego2006-11-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21230 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove superfluous comment.Gravatar diego2006-11-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21222 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unify dep/depend targets.Gravatar diego2006-11-20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21096 b3059339-0415-0410-9bf9-f77b7e298cf2
* Drop some unnecessary local changes.Gravatar diego2006-11-18
| | | | 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.Gravatar diego2006-11-18
| | | | 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 dvdreadGravatar diego2006-11-18
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