📄 changelog
字号:
2003-02-22 23:28 hjort * NEWS: Update NEWS for 0.9.4.2003-02-22 22:42 hjort * configure.in: Version 0.9.4.2003-02-16 18:53 norpan * libdvdread.spec: spec file (moved from oglespecs)2003-02-13 23:34 hjort * dvdread/dvd_reader.c: If environment variable DVDREAD_NOKEYS is set then skip the 'retrive all keys' step at start up.2003-02-13 23:10 hjort * configure.in, dvdread/Makefile.am, dvdread/dvd_reader.h: Bump version number, bump libtool so version, add DVDREAD_VERSION define. use $host not $target in the configure script.2003-02-13 23:09 hjort * dvdread/ifo_print.c: More detailed printing of PGC.PG Playback Mode and TT_SRPT.Playback Type.2003-02-13 23:06 hjort * dvdread/: dvd_input.c, dvd_input.h, dvd_reader.c, dvd_udf.c: Change names of fuctions not intended to be visible outside the library, so that they are not matched by the (DVD.*|ifo.*|nav.*) regex.2003-02-11 21:06 hjort * dvdread/: dvd_reader.c, dvd_reader.h: The volsetid char arrays should be unsigned.2003-01-31 22:03 hjort * dvdread/dvd_reader.c: Bugfix, init dvd->css_title in Open.2003-01-26 02:47 hjort * dvdread/dvd_reader.c: Ooops.2003-01-25 20:59 hjort * dvdread/: dvd_reader.c, dvd_reader.h: DVDDiscID, add sanity checks, fix coding style, add comments.2003-01-22 13:25 bjorn * dvdread/: dvd_reader.c, dvd_reader.h, dvd_udf.c, dvd_udf.h: fixed some warnings and changed some variables to unsigned2003-01-22 01:27 bjorn * dvdread/: dvd_reader.c, dvd_reader.h, dvd_udf.c, dvd_udf.h: Added DVDUDFVolumeInfo and DVDISOVolumeInfo. Implemented caching for part of the udf filesystem when read from a device.2003-01-22 01:25 bjorn * src/ifo_dump.c: removed an unused variable2003-01-17 22:31 hjort * TODO, configure.in, dvdread/ifo_read.c, dvdread/ifo_types.h: Add commets, make PLT_MAIT table have level 1 first in the array not last.2003-01-16 16:48 norpan * dvdread/dvd_reader.c: Seems like DVDReadBlocks tries to decrypt, which of course is not needed for ifo files. Back to using DVDReadBytes.2003-01-13 15:18 norpan * dvdread/Makefile.am: only export function names (in the so file) that starts with DVD, ifo, or nav2003-01-12 10:33 norpan * src/disc_id.c: lower case for disc id2003-01-12 10:33 norpan * dvdread/dvd_reader.c: fixed bug, DVDDiscID now reads all of the ifo file, and gives the same result as "cat *.ifo | md5sum -" in the video_ts directory2003-01-12 01:49 norpan * src/: .cvsignore, Makefile.am, disc_id.c: Added disc_id program, to report disc id of a dvd2003-01-12 01:49 norpan * dvdread/: Makefile.am, dvd_reader.c, dvd_reader.h: added implementation of DVDDiscID2003-01-12 01:46 norpan * dvdread/: md5.c, md5.h: md5 implementation (from textutils 2.1)2003-01-06 21:13 hjort * dvdread/dvd_reader.c, dvdread/dvd_udf.c, dvdread/ifo_print.c, dvdread/ifo_read.c, dvdread/nav_print.c, dvdread/nav_read.c, src/play_title.c, src/title_info.c: Make config.h be included first in all c files. Update copyright years.2003-01-06 20:57 hjort * src/ifo_dump.c: Don't use getopt.2003-01-06 20:36 hjort * dvdread/: ifo_print.c, ifo_read.c: Read and print Parental Management Information Table.2003-01-06 20:33 hjort * dvdread/: ifo_print.c, ifo_read.c: Read, keep around and print the extra offset tables. Add some checking to the multichannel audio attributes.2003-01-06 20:07 hjort * dvdread/ifo_types.h: Add MultiChannel Extension, correct Parental Management Information and add some fields to keep various offset tables around (req by Olaf Beck).2003-01-06 19:42 hjort * dvdread/ifo_read.c: Oops, remember to byte swap the TMAP data, since it's in bigendian format.2003-01-06 19:18 hjort * dvdread/ifo_print.c: Remove unused level argument that we earier used for controlling logging.2003-01-06 19:18 hjort * configure.in: Change the configure help text s that it's clear that the path argument to --with-libdvdcss is optional.2003-01-06 18:36 hjort * bootstrap, configure.in: Correct the use of build tools and the testing of the --enable-warnings flag.2003-01-02 21:13 hjort * dvdread/nav_types.h: Add some comments.2002-12-31 00:49 hjort * dvdread/nav_read.c: Argh, unbreak navRead_PCI for little endian systems.2002-12-29 01:06 hjort * configure.in, dvdread/Makefile.am, dvdread/dvd_input.c, dvdread/dvd_input.h, src/Makefile.am: Add --with-libdvdcss which if given makes us link to libdvdcss rather than trying to dlopen it at runtime.2002-12-28 00:57 hjort * dvdread/: ifo_print.c, ifo_types.h: Add application mode/info fields to the audio attributes.2002-12-28 00:35 hjort * dvdread/: ifo_print.c, ifo_types.h: More cleanups of the attribute code.2002-12-27 23:56 hjort * dvdread/: ifo_print.c, ifo_read.c, ifo_types.h: Add some more fields to the video/subpicture attributes and the pgci_lu struct. Only touches things that where previously zero and/or unknown.2002-12-27 23:16 hjort * configure.in: Change the behaviour of adding all the extra waring flags to default to off.2002-12-27 23:14 hjort * dvdread/ifo_types.h: Convert all // comments to /* .. */ ones.2002-12-27 22:58 hjort * configure.in, dvdread/dvd_udf.c, dvdread/ifo_print.c, dvdread/ifo_read.c, dvdread/nav_print.c, dvdread/nav_read.c: Remove the last uses of assert.h from dvdread/. Update comments in configure.in.2002-12-24 18:01 hjort * dvdread/dvd_reader.c: Opps, you shouldn't compare intergers with NULL, thanks harm.2002-12-15 18:50 hjort * configure.in, dvdread/nav_read.c, dvdread/nav_types.h: Fix problem with alignment for Sun's Forte compiler. Now you can use either Forte or GCC to compile libdvdread.2002-12-15 18:00 bjorn * dvdread/: Makefile.am, dvdread_internal.h, ifo_read.c, nav_read.c: changed asserts to fprintfs2002-12-15 16:40 hjort * .cvsignore: Update.2002-12-15 00:53 hjort * dvdread/: ifo_read.c, ifo_read.h: The first play PGC structure is only optional.2002-12-15 00:47 hjort * configure.in, dvdread/bswap.h: Add support for FreeBSD endian swap functions.2002-11-18 21:20 hjort * dvdread/dvd_reader.c: Add some argument checking to the functions.2002-08-18 17:19 hjort * dvdread/: ifo_print.c, ifo_print.h, ifo_read.c, ifo_read.h, ifo_types.h: Add types for VTS_TMAPT. Add read/parse functions for VTS_TMAPT. Add printing functions for VTS_TMAPT.2002-08-15 19:40 hjort * bootstrap, acinclude.m4, configure.in: Check for inttypes.h, if not found create a file with default choices.2002-08-11 18:50 hjort * dvdread/nav_types.h: Update doxygen comments.2002-08-02 14:09 hjort * dvdread/: dvd_input.c, dvd_input.h: Declare the function pointers extern in the header file so there doesn't end up beeing more than one instance.2002-07-26 23:27 hjort * dvdread/: dvd_reader.h, nav_print.h, nav_read.h: More doxygen comments.2002-07-12 21:44 hjort * dvdread/dvd_reader.h: Big Doxygen documentation update.2002-07-12 20:38 hjort * INSTALL: Newer version of the auto* tools.2002-07-11 23:48 hjort * dvdread/ifo_read.c: Make DVDFileSeek_ inline and try opening .BUP if .IFO fails.2002-07-11 23:40 hjort
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -