1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-20 23:07:02 +00:00
mpv/dvdread
nicodvb a8449bf462 replaced audio_mapping_t and sub_mapping_t with uint16_t and uint32_t
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
2007-11-23 21:09:06 +00:00
..
bswap.h Replace dvdread bswap.h by something more sane for us. 2007-08-19 09:07:56 +00:00
cmd_print.c 1000l: Forgot to add new files, *sigh*. 2007-08-15 11:48:23 +00:00
cmd_print.h 1000l: Forgot to add new files, *sigh*. 2007-08-15 11:48:23 +00:00
dvd_input.c Remove modification comments from files that are no longer modified. 2007-08-15 12:01:48 +00:00
dvd_input.h Sync libdvdread with version 0.9.5 (cosmetic changes). 2007-08-15 11:57:30 +00:00
dvd_reader.c Remove Windows-only replacement gettimeofday() implementation, both Cygwin 2007-08-21 17:12:30 +00:00
dvd_reader.h Sync libdvdread with version 0.9.7. 2007-08-17 07:57:13 +00:00
dvd_udf.c Remove modification comments from files that are no longer modified. 2007-08-15 12:01:48 +00:00
dvd_udf.h Sync libdvdread with version 0.9.6. 2007-08-16 06:57:43 +00:00
dvdread_internal.h Sync libdvdread with version 0.9.5 (cosmetic changes). 2007-08-15 11:57:30 +00:00
ifo_print.c replaced audio_mapping_t and sub_mapping_t with uint16_t and uint32_t 2007-11-23 21:09:06 +00:00
ifo_print.h Sync libdvdread with version 0.9.5 (cosmetic changes). 2007-08-15 11:57:30 +00:00
ifo_read.c replaced audio_mapping_t and sub_mapping_t with uint16_t and uint32_t 2007-11-23 21:09:06 +00:00
ifo_read.h Sync libdvdread with version 0.9.5 (cosmetic changes). 2007-08-15 11:57:30 +00:00
ifo_types.h replaced audio_mapping_t and sub_mapping_t with uint16_t and uint32_t 2007-11-23 21:09:06 +00:00
libdvdread_changes.diff Remove Windows-only replacement gettimeofday() implementation, both Cygwin 2007-08-21 17:12:30 +00:00
Makefile cosmetics: alphabetical order 2007-08-15 11:49:17 +00:00
md5.c Sync libdvdread with version 0.9.5 (cosmetic changes). 2007-08-15 11:57:30 +00:00
md5.h Sync libdvdread with version 0.9.5 (cosmetic changes). 2007-08-15 11:57:30 +00:00
nav_print.c Sync libdvdread with version 0.9.5 (cosmetic changes). 2007-08-15 11:57:30 +00:00
nav_print.h Sync libdvdread with version 0.9.5 (cosmetic changes). 2007-08-15 11:57:30 +00:00
nav_read.c reimplemented nav_read_PCI() and nav_read_DSI() using getbits() rather than relying on bitfields layout in memory 2007-08-20 21:27:44 +00:00
nav_read.h Sync libdvdread with version 0.9.5 (cosmetic changes). 2007-08-15 11:57:30 +00:00
nav_types.h reimplemented nav_read_PCI() and nav_read_DSI() using getbits() rather than relying on bitfields layout in memory 2007-08-20 21:27:44 +00:00