log

age author description
Sun, 30 Dec 2007 13:49:03 +0000 nicodvb various reports about audio stream (bits, quantization, etc) . ogle-1721 src
Sun, 30 Dec 2007 11:35:06 +0000 nicodvb define _SIZE macros as unsigned; part of ogle-1675 src
Tue, 04 Dec 2007 23:03:58 +0000 nicodvb in B2N_64 always append ULL to the hex bitmasks to force conversion of src
Thu, 29 Nov 2007 23:24:05 +0000 nicodvb now dvdnav_describe_title_chapters() also returns the duration of the title src
Thu, 29 Nov 2007 23:09:59 +0000 nicodvb in dvdnav_describe_title_chapters() init *times to NULL, so if something fails we don't leave the ptr uninited src
Wed, 28 Nov 2007 23:19:00 +0000 nicodvb added dvdnav_describe_title_chapters(title) src
Wed, 28 Nov 2007 23:13:50 +0000 nicodvb added utility functions vm_get_title_ifo() and vm_ifo_close() src
Sun, 11 Nov 2007 11:57:34 +0000 nicodvb export UDF symbols in the symbol table for some programs that use them src
Sun, 11 Nov 2007 11:29:53 +0000 nicodvb include dvdread/ifo_types.h instead of dvdnav/ifo_types.h src
Sun, 11 Nov 2007 11:23:05 +0000 nicodvb install dvd_udf.h (some program needs it) src
Sun, 19 Aug 2007 21:25:04 +0000 rathann - fix compilation of C++ code using dvdnav.h (this is a reserved C++ keyword) src
Sun, 05 Aug 2007 20:27:59 +0000 nicodvb dvdread is now built as independent library and installed system-wide alongside libdvdnav src
Thu, 02 Aug 2007 21:58:59 +0000 nicodvb don't call dvdnav functions from within dvdread src
Sat, 14 Jul 2007 11:28:12 +0000 nicodvb a beauty mask src
Sat, 14 Jul 2007 11:25:44 +0000 nicodvb make dvdnav_sector_search() work correctly for blocks in the last vobu; patch by ggurov+abv-bg src
Thu, 12 Jul 2007 20:09:45 +0000 nicodvb fixed off-by-one bug in scan_admap (copied reference code from ifo_print.c); reported by ggurov+abv-bg src
Wed, 11 Jul 2007 21:53:36 +0000 nicodvb since sectors range in [0..len-1] the target offset must be validated not to exceed length-1; reported by ggurov@abv.bg src
Wed, 11 Jul 2007 21:21:45 +0000 nicodvb in dvdnav_sector_search() replaced check (length-offset<0) with safer (length<offset) ; patch by ggurob abv bg src
Mon, 11 Jun 2007 21:14:12 +0000 nicodvb implemented dvdnav_get_audio_attr and dvdnav_get_spu_attr; patch by Attila Otvos src
Sat, 05 May 2007 10:52:11 +0000 nicodvb in DVDOpen() exit if strdup() fails; part of a patch by Videolan team src
Sat, 05 May 2007 10:32:13 +0000 nicodvb define B2xx macros for BEOS as for WIN32 variants; patch by Videolan team src
Sun, 29 Apr 2007 20:20:42 +0000 nicodvb in dvdnav_sector_search() when playing multiangle titles skip cells not corresponding to BLOCK_MODE_FIRST_CELL src
Sun, 29 Apr 2007 18:10:02 +0000 nicodvb added targets to build a version of the library (libdvdnavmini) without dvdread embedded and corresponding dvdnav-config --minilibs src
Sat, 28 Apr 2007 09:27:27 +0000 nicodvb when compiling against external dvdread add a compile time macro to src
Tue, 24 Apr 2007 23:06:22 +0000 nicodvb include limits.h; it was included in the previous dvdnav_internal.h and without it players segfault src
Sun, 22 Apr 2007 21:29:21 +0000 nicodvb removed more silly checks on !this before every public function src
Sun, 22 Apr 2007 20:01:44 +0000 nicodvb include dvdnav/nav_types.h in the installed dvdnav.h src
Sat, 21 Apr 2007 22:27:26 +0000 nicodvb include sys/time.h for gettimeofday() prototype src
Sat, 21 Apr 2007 22:01:34 +0000 nicodvb decoder.h needs inclusion of sys/time.h src
Sat, 21 Apr 2007 12:02:37 +0000 nicodvb include sys/time.h from decoder.c instead of decoder.h src
Sat, 21 Apr 2007 11:56:41 +0000 nicodvb moved away from dvdnav_internal.h inclusion of various system headers src
Sat, 21 Apr 2007 11:41:56 +0000 nicodvb include config.h (if present) src
Sat, 21 Apr 2007 11:08:56 +0000 nicodvb moved inclusion of inttypes.h from dvd_types.h to the including .c files src
Fri, 20 Apr 2007 23:24:59 +0000 nicodvb moved all header inclusions from .h to .c files; my word, I've never seen such a horrible entanglement as in this mess src
Thu, 19 Apr 2007 15:45:30 +0000 reimar Move identical dlopen statements outside #ifdef mess src
Wed, 18 Apr 2007 22:41:10 +0000 nicodvb avoid leaking file descriptors obtained by opendir(); synced with upstream as reported by Diego Petteno' src
Wed, 18 Apr 2007 22:36:58 +0000 nicodvb replaced sequency of strncpy() and strncat() by 1 snprintf() and fixed off-by-1 possible buffer oveflow; patch by Diego Petteno' src
Wed, 18 Apr 2007 22:34:52 +0000 nicodvb support for dvdcss in Darwin; patch by Diego Petteno' and Reimar src
Tue, 17 Apr 2007 21:02:51 +0000 nicodvb removed redefinition of memcpy() as bcopy() (maybe done for some probably inexistent systems); patch by Diego Petteno src
Tue, 17 Apr 2007 20:57:17 +0000 nicodvb replaced 08llx with PRIx64; patch by Diego Petteno' src
Mon, 16 Apr 2007 22:43:56 +0000 nicodvb include inttypes.h wherever necessary src
Mon, 16 Apr 2007 21:24:01 +0000 nicodvb support for non-linux GLIBC-based systems and OSX; patch by Diego Petteno' (flameeyes gmail com) src
Sat, 14 Apr 2007 07:35:36 +0000 nicodvb removed unused 'result' from dvdnav_time_search() src
Sat, 14 Apr 2007 07:33:38 +0000 nicodvb in dvdnav_time_search() vobu and start are uint32_t src
Wed, 11 Apr 2007 20:16:09 +0000 nicodvb removed unused format variable in dvdnav_audio_stream_channels() src
Wed, 11 Apr 2007 20:13:56 +0000 nicodvb removed nonsensical checks on the sanity of dvdnav_t *this src
Wed, 11 Apr 2007 19:52:10 +0000 nicodvb added dvdnav_audio_stream_channels(); patch by Andreas Oman (andreas olebyn nu) src
Tue, 10 Apr 2007 20:50:09 +0000 nicodvb renamed dvdnav_audio_stream_to_format() as dvdnav_audio_stream_format() as implemeted in dvdnav.c; patch by Andreas Oman (andreas olebyn nu) src
Mon, 09 Apr 2007 09:56:41 +0000 nicodvb in dvdnav_time_search() skip secondary angles when searching the cell to hump to src
Sun, 08 Apr 2007 17:45:19 +0000 nicodvb implemented dvdnav_get_current_time() with obvious meaning src
Sun, 08 Apr 2007 17:41:12 +0000 nicodvb define MP_DVDNAV to identify the version of the library used used src
Sat, 07 Apr 2007 18:05:14 +0000 nicodvb removed .cvsignore files src
Thu, 14 Dec 2006 13:28:07 +0000 jcdutton Implement: src
Mon, 03 Oct 2005 21:07:14 +0000 mroi commit Miguel's approach on the time search function src
Wed, 20 Apr 2005 16:16:20 +0000 mroi fix compiler warnings related to aliasing violations src
Wed, 20 Apr 2005 16:05:43 +0000 mroi prevent races src
Fri, 18 Mar 2005 20:27:14 +0000 mrouthier added dvdnav_get_restrictions() src
Wed, 09 Feb 2005 17:07:27 +0000 mroi fix memleak reported by Jerome src
Sun, 16 Jan 2005 16:47:05 +0000 mroi fixing typos noticed by Jeff Smith src
Sat, 15 Jan 2005 14:48:35 +0000 mroi fix the printerr macro again to have \0-terminated strings src
Sat, 15 Jan 2005 14:42:50 +0000 mroi * fix the printerr() macros src
Mon, 03 Jan 2005 20:24:21 +0000 mroi newer versions of libtool claim the LT_* namespace for themselves, so src
Wed, 15 Dec 2004 21:16:58 +0000 mroi killing a lot of asserts and turning them into forced executions of Exit, src
Sat, 20 Nov 2004 21:10:25 +0000 jcdutton Patch from V«¡radi Istv«¡n. src
Fri, 22 Oct 2004 12:14:12 +0000 jcdutton Fix segfault if the DVD does not contain a FP_PGC. src
Fri, 22 Oct 2004 11:36:19 +0000 jcdutton Stop seg fault when using ifo_dump. src
Thu, 30 Sep 2004 19:16:36 +0000 mroi fix a long-standing problem: sometimes, hitting Escape in the movie and then src
Mon, 27 Sep 2004 12:24:01 +0000 jcdutton Add extra info to printout when using ifo_dump. src
Sun, 12 Sep 2004 15:18:16 +0000 mroi patch from Franti¡¯ek to avoid symbol name clashes src
Sun, 12 Sep 2004 15:12:43 +0000 mroi I added this code myself a long time ago, but now I am quite convinced that src
Sun, 20 Jun 2004 16:49:08 +0000 mroi fix some error conditions (fixes dvdnav_title_part_play()) src
Sun, 20 Jun 2004 16:47:37 +0000 mroi small indentation fix src
Fri, 21 May 2004 19:32:25 +0000 mroi division by zero fix reported by david huber src
Wed, 19 May 2004 18:31:11 +0000 mroi very small build system change: automake suggests to add headers for internal src
Fri, 09 Apr 2004 12:15:26 +0000 mroi removing O_EXCL, since it does not work with DVD images src
Wed, 03 Mar 2004 16:50:42 +0000 mroi * assert(0) does not always and the program (see NDEBUG) src
Wed, 03 Mar 2004 16:48:36 +0000 mroi porting AMD64 patches from xine (provided by Goetz Waschk and Gwenole Beauchesne src
Mon, 23 Feb 2004 18:14:42 +0000 mroi typo fix from libdvdread, found by Yi-Shin Li, patch seen on Ogle-devel by Daniel src
Mon, 16 Feb 2004 15:53:20 +0000 mroi nesting and indentation do not match, but I think the braces do not actually src
Fri, 13 Feb 2004 19:16:17 +0000 mroi merge the two #ifdef blocks that both check for WIN32 to improve readability src
Fri, 13 Feb 2004 19:15:30 +0000 mroi lower impact solution for the win32 build src
Wed, 11 Feb 2004 15:05:20 +0000 mroi unused define src
Wed, 11 Feb 2004 15:05:02 +0000 mroi Makefiles have to use tabs for indentation (GNU make does not care, but other src
Fri, 06 Feb 2004 23:45:15 +0000 jcdutton Allow -export-symbols-regex again. src
Sun, 01 Feb 2004 17:59:57 +0000 jcdutton Add dlfcn.h and dlfcn.c to the distribution. src
Sun, 01 Feb 2004 17:55:19 +0000 jcdutton Add support for building under MINGW. src
Sun, 01 Feb 2004 00:44:43 +0000 jcdutton libdvdnav now builds a .DLL on cygwin. src
Sat, 31 Jan 2004 17:12:58 +0000 jcdutton Fix a missing include file. src
Sat, 31 Jan 2004 13:27:40 +0000 jcdutton Patch to compile with mingw32 from: - src
Wed, 21 Jan 2004 23:11:05 +0000 jcdutton Remove all occurances to off64_t and lseek64 src
Wed, 21 Jan 2004 22:51:49 +0000 jcdutton Make libdvdnav compile when using a standard gentoo install. src
Tue, 20 Jan 2004 01:22:24 +0000 jcdutton Fix a bug. We pass pci_t as a function param, so why bother looking at an src
Mon, 12 Jan 2004 19:29:53 +0000 mroi include O_EXCL patch from Bastien Nocera src
Sun, 11 Jan 2004 21:43:13 +0000 mroi big build system changes src
Wed, 07 Jan 2004 19:35:12 +0000 mroi fix assertion failure when someone asks for the position between an Exit src
Wed, 07 Jan 2004 19:34:28 +0000 mroi we should not start the VM on dvdnav_get_number_of_titles, src
Thu, 01 Jan 2004 15:13:13 +0000 jcdutton Put ifo_print.c and .h back in. src
Thu, 01 Jan 2004 15:09:19 +0000 jcdutton Include vmcmd.c in all libdvdnav builds, so tools like ifodump work without having to include their own versions. src
Wed, 31 Dec 2003 21:50:05 +0000 jcdutton Update TTN_REG (SPRM4) correctly. src
Wed, 31 Dec 2003 21:38:49 +0000 jcdutton Get libdvdnav to compile with libtool 1.4.3 src
Wed, 31 Dec 2003 21:37:16 +0000 jcdutton Some fixes to that libdvdnav compiles under cygwin. src
Wed, 31 Dec 2003 16:56:12 +0000 mroi these variables are not needed any more src
Fri, 14 Nov 2003 18:55:52 +0000 mroi we have a PGC pointer and the PGC number in dvd_state_t, src
Mon, 10 Nov 2003 17:46:53 +0000 mroi finally a disc with a PGC still, current code seems to work, so the assertion can go src
Tue, 07 Oct 2003 14:53:29 +0000 mroi kill one gcc warning src
Tue, 16 Sep 2003 14:51:02 +0000 jcdutton Add more info printed when playing DVD fails. src
Wed, 27 Aug 2003 13:54:19 +0000 mroi port Daniel's changes to xine-lib cvs to minimize difference src
Mon, 25 Aug 2003 14:23:13 +0000 mroi use uintptr_t for pointer arithmetics for AMD64 compatibility src
Sun, 03 Aug 2003 09:40:58 +0000 mroi (broken) still cells with zero still time can also appear in the middle of src
Fri, 27 Jun 2003 13:41:42 +0000 mroi this function actually has (void) parameters, not (...) src
Tue, 10 Jun 2003 15:11:18 +0000 mroi this assertion should be checked on LinkPrevC, not on LinkNextC src
Mon, 09 Jun 2003 15:17:44 +0000 mroi clarify these functions src
Thu, 05 Jun 2003 20:03:18 +0000 jcdutton Filter exported symbols src
Sun, 01 Jun 2003 21:55:22 +0000 jcdutton Update to allow events sent to the gui to tell it whether we are in a button or not. src
Fri, 23 May 2003 22:12:51 +0000 jcdutton patch for compiling under cygwin. src
Sun, 18 May 2003 19:55:39 +0000 jcdutton Add some more getbit code. src
Sun, 18 May 2003 18:03:29 +0000 jcdutton Minor bugfix for getbits. src
Fri, 16 May 2003 10:17:11 +0000 mroi dvdnav_internal.h is an internal header, only used at compile time; src
Fri, 16 May 2003 09:25:48 +0000 mroi message beautification from Jeff Smith src
Fri, 16 May 2003 09:24:33 +0000 mroi some header include/install cleanup src
Tue, 13 May 2003 20:24:45 +0000 mroi This one should also be reset to an invalid value, but 0 is not invalid. src
Mon, 12 May 2003 19:43:11 +0000 mroi last_cmd_nav_lbn has to be initialized with an invalid value, so that the first src
Sun, 11 May 2003 13:18:04 +0000 jcdutton Fix failure of some DVDs to activate buttons. src
Sun, 11 May 2003 01:13:40 +0000 jcdutton Start some cleanups. src
Sun, 11 May 2003 00:53:28 +0000 jcdutton Oops! We like still menus really. src
Sun, 11 May 2003 00:25:24 +0000 jcdutton Remove all references to S_OK and S_ERR. src
Tue, 06 May 2003 20:54:59 +0000 mroi revert strange changes from Tim that broke compilation src
Tue, 06 May 2003 14:11:44 +0000 mroi when a command has been issued to leave a menu, filter all further commands src
Tue, 06 May 2003 02:28:28 +0000 tchamp Fixed the link order again and changed a return value to match better with Win32 src
Mon, 05 May 2003 00:25:12 +0000 tchamp Changed the linkage for msvc src
Thu, 01 May 2003 20:19:19 +0000 tchamp Fix some win32 stuff to make reading files work as opposed to dirs or disks src
Thu, 01 May 2003 15:44:30 +0000 jcdutton These are not used in libdvdnav. src
Tue, 29 Apr 2003 22:11:46 +0000 jcdutton Comment update. src
Tue, 29 Apr 2003 19:31:37 +0000 tchamp First update for Win32/msvc support src
Tue, 29 Apr 2003 15:25:20 +0000 jcdutton Remove log info from file. src
Tue, 29 Apr 2003 15:14:00 +0000 mroi merging patch from xine-lib's libdvdread src
Tue, 29 Apr 2003 14:49:15 +0000 mroi be more clear with the type src
Tue, 29 Apr 2003 14:48:53 +0000 mroi fix some conditions where the following assertion would fail src
Tue, 29 Apr 2003 14:48:19 +0000 mroi there is no such autoconf substitute, so this is useless src
Tue, 29 Apr 2003 14:22:22 +0000 jcdutton Remove log content from file. src
Mon, 28 Apr 2003 18:39:04 +0000 jcdutton Included later on. src
Mon, 28 Apr 2003 18:23:54 +0000 jcdutton MSVC updates. src
Mon, 28 Apr 2003 16:29:22 +0000 jcdutton Helping with the WIN32 port. src
Mon, 28 Apr 2003 15:32:19 +0000 tchamp Fixed the msvc packing problem src
Mon, 28 Apr 2003 15:13:51 +0000 jcdutton Missing header file. src
Sun, 27 Apr 2003 23:29:12 +0000 jcdutton More getbits work. src
Sun, 27 Apr 2003 22:37:31 +0000 jcdutton First steps towards better bit-field handling. src
Sun, 27 Apr 2003 02:28:32 +0000 jcdutton Quiet please. src
Sun, 27 Apr 2003 01:39:21 +0000 jcdutton Minor fix. src
Sun, 27 Apr 2003 01:26:18 +0000 jcdutton Modified libdvdnav to do without libdvdread. src
Sun, 27 Apr 2003 00:00:49 +0000 jcdutton Add files from libdvdread. src
Mon, 21 Apr 2003 13:24:31 +0000 mroi some code beautification: src
Mon, 21 Apr 2003 13:18:06 +0000 mroi * fix warnings with gcc 3.3 src
Tue, 08 Apr 2003 13:51:55 +0000 mroi comments reviewed src
Tue, 08 Apr 2003 13:32:11 +0000 mroi update comment src
Mon, 07 Apr 2003 16:41:08 +0000 mroi first try resuming, then check if it worked src
Sun, 06 Apr 2003 16:56:22 +0000 jcdutton Implement ESCAPE key jumping from TITLE to MENU and back again. src
Sun, 06 Apr 2003 13:05:45 +0000 mroi report start of PG as well src
Sun, 06 Apr 2003 12:47:32 +0000 jcdutton Remove an unneeded printf. src
Sun, 06 Apr 2003 12:45:12 +0000 jcdutton Fix Menu type display. src
Sun, 06 Apr 2003 11:07:09 +0000 jcdutton Tidy up a bit. src
Sun, 06 Apr 2003 10:59:28 +0000 jcdutton Return details about menu number in dvdnav_current_title_info() src
Sat, 05 Apr 2003 21:23:02 +0000 jcdutton Use more common sense values for div 0. I.E. As close to infinity as a 16 bit number can get! src
Sat, 05 Apr 2003 16:45:45 +0000 jcdutton Some updates from ifodump at dvd.sf.net src
Sat, 05 Apr 2003 14:28:07 +0000 mroi vm_getbits should be in decoder.c, because src
Sat, 05 Apr 2003 13:11:13 +0000 jcdutton Minor changes. src
Sat, 05 Apr 2003 09:18:12 +0000 jcdutton Remove byte references. Convert them to bit references. src
Fri, 04 Apr 2003 14:21:32 +0000 mroi fill in new timing member in cell_change event src
Fri, 04 Apr 2003 14:21:00 +0000 mroi elaborate the comments src
Thu, 03 Apr 2003 16:18:06 +0000 jcdutton Add some FIXMEs. src
Thu, 03 Apr 2003 15:42:08 +0000 jcdutton Fix getbits to be more sensible. src
Thu, 03 Apr 2003 12:57:41 +0000 mroi since noone objected, I will get serious with that: src
Thu, 03 Apr 2003 12:55:22 +0000 mroi do not stop the VM here, get_next_block will do that without races src
Thu, 03 Apr 2003 12:48:30 +0000 mroi merge James changes from xine-lib cvs src
Tue, 01 Apr 2003 11:35:39 +0000 mroi * fix TRACE output for play_PGC_PG src
Tue, 01 Apr 2003 11:30:56 +0000 mroi merge James fixes from xine-lib cvs back into libdvdnav cvs so they will not be lost src
Tue, 01 Apr 2003 11:28:54 +0000 mroi some more sanity checking will prevent segfaults in these functions src
Mon, 31 Mar 2003 13:48:36 +0000 mroi update position on HOP_CHANNEL, do not rely on a following CELL_CHANGE src
Sun, 30 Mar 2003 10:57:14 +0000 mroi one additional sanity check on the part number src
Sat, 29 Mar 2003 14:16:28 +0000 mroi * only install the headers that really are intended for public use src
Sat, 29 Mar 2003 12:21:15 +0000 mroi dvd_read_name can be static and does not need the whole vm_t* src
Fri, 28 Mar 2003 11:56:40 +0000 mroi title/part jumping does not need a valid vtsi src
Thu, 27 Mar 2003 15:12:26 +0000 mroi reorganize mutual header inclusion to fix warnings when compiling with TRACE defined src
Wed, 26 Mar 2003 14:37:23 +0000 mroi I should get a brain and learn how to handle BCD... src
Tue, 25 Mar 2003 12:46:29 +0000 mroi - new event on cell changes to report program and cell number and some time info src
Mon, 24 Mar 2003 16:42:59 +0000 mroi determine correct PG and PTT numbers when seeking across PG boundaries src
Sun, 23 Mar 2003 15:24:31 +0000 mroi PGC based positioning src
Fri, 21 Mar 2003 18:06:44 +0000 mroi fix comment src
Thu, 20 Mar 2003 12:22:59 +0000 mroi do not assume PGs to be physically layed out in sequence on the disc src
Mon, 17 Mar 2003 15:15:38 +0000 mroi release stills when jumping to a menu src
Sat, 15 Mar 2003 20:21:44 +0000 mroi - do not rely on 1:1 mappings between PTTs and PGs src
Sat, 15 Mar 2003 20:18:50 +0000 mroi start blockN from 0 src
Fri, 14 Mar 2003 18:49:28 +0000 mroi less overwhelming TRACE info src
Fri, 14 Mar 2003 18:48:25 +0000 mroi try-run menu jumps src
Fri, 14 Mar 2003 18:47:51 +0000 mroi - fix vm copying when the vtsN has not yet been set src
Wed, 12 Mar 2003 11:40:10 +0000 mroi update some comments src
Wed, 12 Mar 2003 11:39:49 +0000 mroi use the new VM copy mechanism to try-run program skipping and report failure in case src
Wed, 12 Mar 2003 11:38:51 +0000 mroi stop the VM here src
Wed, 12 Mar 2003 11:38:11 +0000 mroi - provide the means to make copies of the VM to try certain operations on a copy and src
Sat, 08 Mar 2003 14:04:20 +0000 mroi this is causing more harm than good src
Thu, 06 Mar 2003 22:43:52 +0000 mroi current versions of libdvdread use a nav_types.h we cannot use any more, because the src
Wed, 26 Feb 2003 20:31:56 +0000 mroi return the correct current hightlight src
Tue, 25 Feb 2003 14:08:16 +0000 mroi new event DVDNAV_WAIT src
Mon, 24 Feb 2003 18:19:27 +0000 mroi fix seek detection src
Thu, 20 Feb 2003 15:32:21 +0000 mroi big libdvdnav cleanup, quoting the ChangeLog: src
Mon, 13 Jan 2003 13:33:45 +0000 mroi slightly improved logic of program skipping: src
Mon, 06 Jan 2003 19:59:28 +0000 mroi implement LinkNoLink src
Sun, 24 Nov 2002 15:09:18 +0000 mroi loosening this test a bit makes "Spy Game" German RC2 work src
Sat, 23 Nov 2002 11:05:45 +0000 mroi patch from Marco Z«ählke for reporting correct title number src
Fri, 22 Nov 2002 17:14:26 +0000 mroi warning: ugly fix ahead! (see comment in the code for details) src
Mon, 28 Oct 2002 13:08:12 +0000 f1rmb Remove C++ism. src
Thu, 24 Oct 2002 16:48:19 +0000 mroi include some fixes done in xine's copy to avoid merging conflicts src
Wed, 23 Oct 2002 11:38:09 +0000 mroi port Stephen's comment fixing to avoid problems when syncing xine-lib's copy of src
Mon, 21 Oct 2002 12:42:53 +0000 mroi new read cache with better performance on slow drives src
Sat, 12 Oct 2002 10:38:11 +0000 jcdutton Make seek work better. src
Sun, 29 Sep 2002 21:51:06 +0000 mroi changes to read cache behaviour inspired by Thibaut Mattern: src
Fri, 27 Sep 2002 13:18:02 +0000 mroi - allow seeking to offset 0 (pressing '0' in xine won't work otherwise) src
Sun, 22 Sep 2002 11:53:32 +0000 mroi small output beautification src
Thu, 19 Sep 2002 04:48:28 +0000 jcdutton Update version info. src
Wed, 18 Sep 2002 14:26:42 +0000 mroi fix possible unlock on not locked mutex src
Wed, 18 Sep 2002 04:21:45 +0000 jcdutton Improved DVD menu selection. src
Tue, 17 Sep 2002 11:00:25 +0000 jcdutton First patch for personalized dvd viewing. I have not tested it yet. src
Tue, 17 Sep 2002 10:47:02 +0000 jcdutton Adding "Personalizing DVD Viewing" files from <kevin_smathers@hp.com> src
Mon, 16 Sep 2002 16:54:41 +0000 jcdutton Start to get dvd mrl working in xine. src
Mon, 16 Sep 2002 16:27:18 +0000 jcdutton Get xine dvd:///dev/dvd:1.2 i.e. title play working again. src
Mon, 16 Sep 2002 07:58:59 +0000 jcdutton Small changes to check for invalid parameters. src
Thu, 05 Sep 2002 12:55:05 +0000 mroi fix memleaks in dvdnav_open src
Wed, 04 Sep 2002 11:41:52 +0000 jcdutton Add a new API function, to allow for more flexible menu button control. src
Tue, 03 Sep 2002 07:50:45 +0000 jcdutton Improve chapter selection functions. src
Tue, 03 Sep 2002 00:41:48 +0000 jcdutton Add a comment so I can tell which version of the CVS a user is using. src
Mon, 02 Sep 2002 03:20:01 +0000 jcdutton Implement proper prev/next chapter/part. src
Mon, 02 Sep 2002 00:27:14 +0000 jcdutton Fix bug in JumpVTS_PTT command. src
Sun, 01 Sep 2002 12:33:06 +0000 jcdutton Improve debugging output to help with debugging button activations. src
Sun, 01 Sep 2002 10:57:15 +0000 jcdutton Add a bit more debug info. Now print PGCN in debug. src
Sat, 31 Aug 2002 11:05:27 +0000 jcdutton Properly seed the DVD VM Instruction rand(). src
Sat, 31 Aug 2002 10:51:01 +0000 jcdutton Handle badly written DVDs better. src
Sat, 31 Aug 2002 02:50:27 +0000 jcdutton Improve some debug messages. src
Thu, 29 Aug 2002 11:53:25 +0000 jcdutton Patches from mathieu_lacage@realmagic.fr. src
Thu, 29 Aug 2002 05:33:54 +0000 jcdutton Slight changes to help debugging. src
Thu, 29 Aug 2002 04:59:00 +0000 jcdutton Fix bug whereby libdvdnav would totally fail if run with #define TRACE enabled. src
Thu, 29 Aug 2002 04:45:54 +0000 jcdutton Nice to have in compiling with #define TRACE switched on! src
Thu, 29 Aug 2002 04:01:43 +0000 jcdutton Remove an assert() so that user initiated jumps to particlar menus does not seg fault if src
Tue, 27 Aug 2002 19:15:08 +0000 mroi more consistent console output src
Wed, 21 Aug 2002 15:25:50 +0000 mroi fix playback of the following dvds src
Mon, 19 Aug 2002 16:52:21 +0000 mroi align read cache chunks in memory to allow use of raw devices src
Fri, 09 Aug 2002 21:34:27 +0000 mroi update spu clut, spu channel and audio channel more often src
Fri, 02 Aug 2002 15:55:18 +0000 mroi my automake 1.6.1 shouted "blank line after trailing \" src
Fri, 02 Aug 2002 08:46:57 +0000 richwareham Write version info in the _correct_ place. src
Fri, 02 Aug 2002 08:39:45 +0000 richwareham Use libtool versioning from now on -- breaks binary compatibility (sorry) but better in the long run. src
Fri, 26 Jul 2002 07:38:26 +0000 richwareham Modified version of button selection patch from src
Fri, 26 Jul 2002 07:27:52 +0000 richwareham Some NULL-pointer check from aschultz@cs.uni-magdeburg.de src
Thu, 25 Jul 2002 14:51:40 +0000 richwareham Moved get_current_nav_pci into dvdnac.c, changed example to use it instead of 'home-rolled' src
Thu, 25 Jul 2002 14:42:33 +0000 richwareham Patch from aschultz@cs.uni-magdeburg.de to allow for still-frame 'peek-ahead' src
Sun, 21 Jul 2002 10:16:45 +0000 mroi ensure serialized access to the cache to avoid concurrent access on the src
Wed, 17 Jul 2002 15:04:28 +0000 mroi We need to update the button info when moving around in menus. src
Tue, 16 Jul 2002 16:24:19 +0000 mroi hop on menu calls, patch by Phil Hassey <philhassey@users.sourceforge.net> src
Sun, 14 Jul 2002 11:09:42 +0000 mroi disable cache noise src
Sat, 13 Jul 2002 20:42:55 +0000 mroi fix stupid bug: test if the buffer is there before using it src
Fri, 12 Jul 2002 15:46:44 +0000 mroi use new memcopy'less read ahead cache src
Fri, 12 Jul 2002 14:02:52 +0000 richwareham Move documentation around a little src
Sat, 06 Jul 2002 16:24:54 +0000 mroi * fix debug messages src
Sat, 06 Jul 2002 11:10:11 +0000 jcdutton Fix problem with Still menus that have NO BUTTONS. src
Sat, 06 Jul 2002 10:14:04 +0000 mroi .cvsignore convenience files src
Fri, 05 Jul 2002 14:18:55 +0000 mroi report all spu types (widescreen, letterbox and pan&scan), not widescreen src
Fri, 05 Jul 2002 01:42:30 +0000 jcdutton Add more debug info for Menu language selection. src
Thu, 04 Jul 2002 00:38:51 +0000 jcdutton Add some menu language printf's. src
Wed, 03 Jul 2002 02:41:31 +0000 jcdutton Fix another long standing bug. src
Wed, 03 Jul 2002 00:24:47 +0000 jcdutton Slight changes to comply with src
Tue, 02 Jul 2002 22:57:10 +0000 jcdutton Rename some of the functions in vm.c to help readability. src
Sun, 30 Jun 2002 16:02:55 +0000 f1rmb Fix macro (my 2.95.3 don't accept it). src
Wed, 26 Jun 2002 14:59:48 +0000 jcdutton Compile why don't you. :-( src
Wed, 26 Jun 2002 14:53:41 +0000 jcdutton Disable the read_cache miss dprintf when read_cache is disabled. src
Tue, 25 Jun 2002 20:36:04 +0000 jcdutton Add some readcache profiling code. src
Tue, 25 Jun 2002 13:37:11 +0000 jcdutton Revert back to old read_cache method. src
Sat, 15 Jun 2002 02:10:18 +0000 jcdutton Add dvd menu language selection api. src
Thu, 06 Jun 2002 15:03:09 +0000 richwareham Biiiiiiig change to let doxygen generate some docs for the library. Note that I'm in no way sure that the autoconf stuff plays nice. src
Tue, 04 Jun 2002 13:35:16 +0000 richwareham Removed more C++ style comments src
Sat, 01 Jun 2002 14:52:11 +0000 richwareham Experimental multi-threaded cache now enabled by default so that it can get tested during change from 0.1.1 to 0.1.2 src
Sat, 01 Jun 2002 12:00:40 +0000 richwareham Added some packaging patches from Philipp Matthias Hahn <pmhahn@titan.lahn.de> and an initial (non-working) multi-threaded read-ahead cache. src
Thu, 30 May 2002 23:15:14 +0000 richwareham First draft of removing HAVE_DVDREAD9 src
Thu, 30 May 2002 19:25:08 +0000 richwareham Another small fix src
Thu, 30 May 2002 15:56:41 +0000 richwareham Fixed (what appears to be) an error in JumpVTS_PTT implementation, it didn't call play_PGC after jumping. src
Thu, 30 May 2002 14:26:59 +0000 f1rmb We don't need this file anymore, it's dynamically created now. src
Thu, 30 May 2002 14:25:53 +0000 f1rmb Avoid config.h needs for WORDS_BIGENDIANS define. src
Thu, 30 May 2002 09:52:29 +0000 richwareham 'Objectified' the read-ahead cache in preparation to implement a 'proper' threaded cache a-la that recommended in the DVD Demystified book. src
Thu, 09 May 2002 11:57:24 +0000 richwareham Angles now work (still a few wrinkles though -- e.g. angle does not reset to '1' when returning to menus) src
Mon, 29 Apr 2002 09:15:52 +0000 richwareham Make sure that the library gets installed as libdvdnav-major.minor.sub.so src
Wed, 24 Apr 2002 21:15:25 +0000 jcdutton Quiet please!!! src
Wed, 24 Apr 2002 00:47:46 +0000 jcdutton Some more cleanups. src
Wed, 24 Apr 2002 00:19:12 +0000 jcdutton Enable auto action buttons. src
Tue, 23 Apr 2002 13:26:08 +0000 jcdutton Add some comments, FIXMEs. src
Tue, 23 Apr 2002 13:18:31 +0000 jcdutton Insert some assert commands to hopefully catch a DVD which will give us information on what to do if these values are != 0. src
Tue, 23 Apr 2002 12:55:40 +0000 jcdutton Removed un-needed variables. src
Tue, 23 Apr 2002 12:34:39 +0000 f1rmb Why rewrite vm function, use it instead (this remark is for me, of course ;-) ). src
Tue, 23 Apr 2002 02:12:58 +0000 jcdutton Re-implemented seeking. src
Tue, 23 Apr 2002 00:07:16 +0000 jcdutton Name stills work better. src
Mon, 22 Apr 2002 22:01:28 +0000 jcdutton Start of rewrite of libdvdnav. Still need to re-implement seeking. src
Mon, 22 Apr 2002 20:57:15 +0000 f1rmb Change/fix SPU active stream id. Same for audio. Few new functions, largely src
Mon, 22 Apr 2002 01:10:42 +0000 f1rmb Take care of ENDIAN words. src
Fri, 12 Apr 2002 20:06:41 +0000 jcdutton Implement General Register Counters or GPRM counters. src
Fri, 12 Apr 2002 12:43:36 +0000 jcdutton Display DVD disk region setting. src
Wed, 10 Apr 2002 16:45:57 +0000 jcdutton Actually fix the const this time! src
Wed, 10 Apr 2002 16:40:52 +0000 jcdutton Fix a const problem. src
Wed, 10 Apr 2002 13:33:12 +0000 jcdutton only one bits function now. src
Wed, 10 Apr 2002 13:09:40 +0000 jcdutton Some improvements to decoder.c src
Wed, 10 Apr 2002 00:24:55 +0000 jcdutton Removed another global. src
Tue, 09 Apr 2002 23:32:45 +0000 jcdutton Removed some static variables from decoder.c src
Tue, 09 Apr 2002 20:13:06 +0000 jcdutton Change the bits function so that there are no global variables left. src
Tue, 09 Apr 2002 15:19:07 +0000 jcdutton Added some debug info, to hopefully help in tracking bugs in libdvdnav. src
Sun, 07 Apr 2002 19:35:54 +0000 jcdutton Added some comments into the code. src
Sun, 07 Apr 2002 14:10:11 +0000 richwareham Stop C++ bitching about some things and extend the menus example src
Sat, 06 Apr 2002 18:42:05 +0000 jcdutton Slight correction to handle quicker menu transitions. src
Sat, 06 Apr 2002 18:31:50 +0000 jcdutton Some cleaning up. src
Tue, 02 Apr 2002 22:25:21 +0000 richwareham Add API call to get number of programmes in current title. src
Tue, 02 Apr 2002 18:22:27 +0000 richwareham Added reset patch from Kees Cook <kees@outflux.net> src
Mon, 01 Apr 2002 18:56:28 +0000 richwareham Added initial example programs directory and make sure all debug/error output goes to stderr. src
Wed, 20 Mar 2002 23:41:30 +0000 f1rmb Add 'debug' and 'install-debug' make steps. src
Sat, 16 Mar 2002 16:06:56 +0000 richwareham Add dvdnav-config script src
Tue, 12 Mar 2002 19:45:53 +0000 richwareham Initial revision src