Mercurial > libdvdnav.hg
graph
-
various reports about audio stream (bits, quantization, etc) . ogle-1721 srcSun, 30 Dec 2007 13:49:03 +0000, by nicodvb
-
in B2N_64 always append ULL to the hex bitmasks to force conversion of srcTue, 04 Dec 2007 23:03:58 +0000, by nicodvb
-
now dvdnav_describe_title_chapters() also returns the duration of the title srcThu, 29 Nov 2007 23:24:05 +0000, by nicodvb
-
in dvdnav_describe_title_chapters() init *times to NULL, so if something fails we don't leave the ptr uninited srcThu, 29 Nov 2007 23:09:59 +0000, by nicodvb
-
added utility functions vm_get_title_ifo() and vm_ifo_close() srcWed, 28 Nov 2007 23:13:50 +0000, by nicodvb
-
export UDF symbols in the symbol table for some programs that use them srcSun, 11 Nov 2007 11:57:34 +0000, by nicodvb
-
include dvdread/ifo_types.h instead of dvdnav/ifo_types.h srcSun, 11 Nov 2007 11:29:53 +0000, by nicodvb
-
- fix compilation of C++ code using dvdnav.h (this is a reserved C++ keyword) srcSun, 19 Aug 2007 21:25:04 +0000, by rathann
-
dvdread is now built as independent library and installed system-wide alongside libdvdnav srcSun, 05 Aug 2007 20:27:59 +0000, by nicodvb
-
make dvdnav_sector_search() work correctly for blocks in the last vobu; patch by ggurov+abv-bg srcSat, 14 Jul 2007 11:25:44 +0000, by nicodvb
-
fixed off-by-one bug in scan_admap (copied reference code from ifo_print.c); reported by ggurov+abv-bg srcThu, 12 Jul 2007 20:09:45 +0000, by nicodvb
-
since sectors range in [0..len-1] the target offset must be validated not to exceed length-1; reported by ggurov@abv.bg srcWed, 11 Jul 2007 21:53:36 +0000, by nicodvb
-
in dvdnav_sector_search() replaced check (length-offset<0) with safer (length<offset) ; patch by ggurob abv bg srcWed, 11 Jul 2007 21:21:45 +0000, by nicodvb
-
implemented dvdnav_get_audio_attr and dvdnav_get_spu_attr; patch by Attila Otvos srcMon, 11 Jun 2007 21:14:12 +0000, by nicodvb
-
in DVDOpen() exit if strdup() fails; part of a patch by Videolan team srcSat, 05 May 2007 10:52:11 +0000, by nicodvb
-
define B2xx macros for BEOS as for WIN32 variants; patch by Videolan team srcSat, 05 May 2007 10:32:13 +0000, by nicodvb
-
in dvdnav_sector_search() when playing multiangle titles skip cells not corresponding to BLOCK_MODE_FIRST_CELL srcSun, 29 Apr 2007 20:20:42 +0000, by nicodvb
-
added targets to build a version of the library (libdvdnavmini) without dvdread embedded and corresponding dvdnav-config --minilibs srcSun, 29 Apr 2007 18:10:02 +0000, by nicodvb
-
when compiling against external dvdread add a compile time macro to srcSat, 28 Apr 2007 09:27:27 +0000, by nicodvb
-
include limits.h; it was included in the previous dvdnav_internal.h and without it players segfault srcTue, 24 Apr 2007 23:06:22 +0000, by nicodvb
-
removed more silly checks on !this before every public function srcSun, 22 Apr 2007 21:29:21 +0000, by nicodvb
-
include dvdnav/nav_types.h in the installed dvdnav.h srcSun, 22 Apr 2007 20:01:44 +0000, by nicodvb
-
include sys/time.h from decoder.c instead of decoder.h srcSat, 21 Apr 2007 12:02:37 +0000, by nicodvb
-
moved away from dvdnav_internal.h inclusion of various system headers srcSat, 21 Apr 2007 11:56:41 +0000, by nicodvb
-
moved inclusion of inttypes.h from dvd_types.h to the including .c files srcSat, 21 Apr 2007 11:08:56 +0000, by nicodvb
-
moved all header inclusions from .h to .c files; my word, I've never seen such a horrible entanglement as in this mess srcFri, 20 Apr 2007 23:24:59 +0000, by nicodvb
-
avoid leaking file descriptors obtained by opendir(); synced with upstream as reported by Diego Petteno' srcWed, 18 Apr 2007 22:41:10 +0000, by nicodvb
-
replaced sequency of strncpy() and strncat() by 1 snprintf() and fixed off-by-1 possible buffer oveflow; patch by Diego Petteno' srcWed, 18 Apr 2007 22:36:58 +0000, by nicodvb
-
support for dvdcss in Darwin; patch by Diego Petteno' and Reimar srcWed, 18 Apr 2007 22:34:52 +0000, by nicodvb
-
removed redefinition of memcpy() as bcopy() (maybe done for some probably inexistent systems); patch by Diego Petteno srcTue, 17 Apr 2007 21:02:51 +0000, by nicodvb
-
support for non-linux GLIBC-based systems and OSX; patch by Diego Petteno' (flameeyes gmail com) srcMon, 16 Apr 2007 21:24:01 +0000, by nicodvb
-
removed unused format variable in dvdnav_audio_stream_channels() srcWed, 11 Apr 2007 20:16:09 +0000, by nicodvb
-
removed nonsensical checks on the sanity of dvdnav_t *this srcWed, 11 Apr 2007 20:13:56 +0000, by nicodvb
-
added dvdnav_audio_stream_channels(); patch by Andreas Oman (andreas olebyn nu) srcWed, 11 Apr 2007 19:52:10 +0000, by nicodvb
-
renamed dvdnav_audio_stream_to_format() as dvdnav_audio_stream_format() as implemeted in dvdnav.c; patch by Andreas Oman (andreas olebyn nu) srcTue, 10 Apr 2007 20:50:09 +0000, by nicodvb
-
in dvdnav_time_search() skip secondary angles when searching the cell to hump to srcMon, 09 Apr 2007 09:56:41 +0000, by nicodvb
-
implemented dvdnav_get_current_time() with obvious meaning srcSun, 08 Apr 2007 17:45:19 +0000, by nicodvb
-
define MP_DVDNAV to identify the version of the library used used srcSun, 08 Apr 2007 17:41:12 +0000, by nicodvb
-
fix the printerr macro again to have \0-terminated strings srcSat, 15 Jan 2005 14:48:35 +0000, by mroi
-
newer versions of libtool claim the LT_* namespace for themselves, so srcMon, 03 Jan 2005 20:24:21 +0000, by mroi
-
killing a lot of asserts and turning them into forced executions of Exit, srcWed, 15 Dec 2004 21:16:58 +0000, by mroi
-
fix a long-standing problem: sometimes, hitting Escape in the movie and then srcThu, 30 Sep 2004 19:16:36 +0000, by mroi
-
I added this code myself a long time ago, but now I am quite convinced that srcSun, 12 Sep 2004 15:12:43 +0000, by mroi
-
fix some error conditions (fixes dvdnav_title_part_play()) srcSun, 20 Jun 2004 16:49:08 +0000, by mroi
-
very small build system change: automake suggests to add headers for internal srcWed, 19 May 2004 18:31:11 +0000, by mroi
-
removing O_EXCL, since it does not work with DVD images srcFri, 09 Apr 2004 12:15:26 +0000, by mroi
-
* assert(0) does not always and the program (see NDEBUG) srcWed, 03 Mar 2004 16:50:42 +0000, by mroi
-
porting AMD64 patches from xine (provided by Goetz Waschk and Gwenole Beauchesne srcWed, 03 Mar 2004 16:48:36 +0000, by mroi
-
typo fix from libdvdread, found by Yi-Shin Li, patch seen on Ogle-devel by Daniel srcMon, 23 Feb 2004 18:14:42 +0000, by mroi
-
nesting and indentation do not match, but I think the braces do not actually srcMon, 16 Feb 2004 15:53:20 +0000, by mroi
-
merge the two #ifdef blocks that both check for WIN32 to improve readability srcFri, 13 Feb 2004 19:16:17 +0000, by mroi
-
Makefiles have to use tabs for indentation (GNU make does not care, but other srcWed, 11 Feb 2004 15:05:02 +0000, by mroi
-
Make libdvdnav compile when using a standard gentoo install. srcWed, 21 Jan 2004 22:51:49 +0000, by jcdutton
-
Fix a bug. We pass pci_t as a function param, so why bother looking at an srcTue, 20 Jan 2004 01:22:24 +0000, by jcdutton
-
fix assertion failure when someone asks for the position between an Exit srcWed, 07 Jan 2004 19:35:12 +0000, by mroi
-
we should not start the VM on dvdnav_get_number_of_titles, srcWed, 07 Jan 2004 19:34:28 +0000, by mroi
-
Include vmcmd.c in all libdvdnav builds, so tools like ifodump work without having to include their own versions. srcThu, 01 Jan 2004 15:09:19 +0000, by jcdutton
-
Some fixes to that libdvdnav compiles under cygwin. srcWed, 31 Dec 2003 21:37:16 +0000, by jcdutton
-
we have a PGC pointer and the PGC number in dvd_state_t, srcFri, 14 Nov 2003 18:55:52 +0000, by mroi
-
finally a disc with a PGC still, current code seems to work, so the assertion can go srcMon, 10 Nov 2003 17:46:53 +0000, by mroi
-
port Daniel's changes to xine-lib cvs to minimize difference srcWed, 27 Aug 2003 13:54:19 +0000, by mroi
-
use uintptr_t for pointer arithmetics for AMD64 compatibility srcMon, 25 Aug 2003 14:23:13 +0000, by mroi
-
(broken) still cells with zero still time can also appear in the middle of srcSun, 03 Aug 2003 09:40:58 +0000, by mroi
-
this function actually has (void) parameters, not (...) srcFri, 27 Jun 2003 13:41:42 +0000, by mroi
-
this assertion should be checked on LinkPrevC, not on LinkNextC srcTue, 10 Jun 2003 15:11:18 +0000, by mroi
-
Update to allow events sent to the gui to tell it whether we are in a button or not. srcSun, 01 Jun 2003 21:55:22 +0000, by jcdutton
-
dvdnav_internal.h is an internal header, only used at compile time; srcFri, 16 May 2003 10:17:11 +0000, by mroi
-
This one should also be reset to an invalid value, but 0 is not invalid. srcTue, 13 May 2003 20:24:45 +0000, by mroi
-
last_cmd_nav_lbn has to be initialized with an invalid value, so that the first srcMon, 12 May 2003 19:43:11 +0000, by mroi
-
when a command has been issued to leave a menu, filter all further commands srcTue, 06 May 2003 14:11:44 +0000, by mroi
-
Fixed the link order again and changed a return value to match better with Win32 srcTue, 06 May 2003 02:28:28 +0000, by tchamp
-
Fix some win32 stuff to make reading files work as opposed to dirs or disks srcThu, 01 May 2003 20:19:19 +0000, by tchamp
-
fix some conditions where the following assertion would fail srcTue, 29 Apr 2003 14:48:53 +0000, by mroi
-
there is no such autoconf substitute, so this is useless srcTue, 29 Apr 2003 14:48:19 +0000, by mroi
-
Implement ESCAPE key jumping from TITLE to MENU and back again. srcSun, 06 Apr 2003 16:56:22 +0000, by jcdutton
-
Return details about menu number in dvdnav_current_title_info() srcSun, 06 Apr 2003 10:59:28 +0000, by jcdutton
-
Use more common sense values for div 0. I.E. As close to infinity as a 16 bit number can get! srcSat, 05 Apr 2003 21:23:02 +0000, by jcdutton
-
Remove byte references. Convert them to bit references. srcSat, 05 Apr 2003 09:18:12 +0000, by jcdutton
-
do not stop the VM here, get_next_block will do that without races srcThu, 03 Apr 2003 12:55:22 +0000, by mroi
-
merge James fixes from xine-lib cvs back into libdvdnav cvs so they will not be lost srcTue, 01 Apr 2003 11:30:56 +0000, by mroi
-
some more sanity checking will prevent segfaults in these functions srcTue, 01 Apr 2003 11:28:54 +0000, by mroi
-
update position on HOP_CHANNEL, do not rely on a following CELL_CHANGE srcMon, 31 Mar 2003 13:48:36 +0000, by mroi
-
* only install the headers that really are intended for public use srcSat, 29 Mar 2003 14:16:28 +0000, by mroi
-
dvd_read_name can be static and does not need the whole vm_t* srcSat, 29 Mar 2003 12:21:15 +0000, by mroi
-
reorganize mutual header inclusion to fix warnings when compiling with TRACE defined srcThu, 27 Mar 2003 15:12:26 +0000, by mroi
-
- new event on cell changes to report program and cell number and some time info srcTue, 25 Mar 2003 12:46:29 +0000, by mroi
-
determine correct PG and PTT numbers when seeking across PG boundaries srcMon, 24 Mar 2003 16:42:59 +0000, by mroi
-
do not assume PGs to be physically layed out in sequence on the disc srcThu, 20 Mar 2003 12:22:59 +0000, by mroi
-
use the new VM copy mechanism to try-run program skipping and report failure in case srcWed, 12 Mar 2003 11:39:49 +0000, by mroi
-
- provide the means to make copies of the VM to try certain operations on a copy and srcWed, 12 Mar 2003 11:38:11 +0000, by mroi
-
current versions of libdvdread use a nav_types.h we cannot use any more, because the srcThu, 06 Mar 2003 22:43:52 +0000, by mroi
-
loosening this test a bit makes "Spy Game" German RC2 work srcSun, 24 Nov 2002 15:09:18 +0000, by mroi
-
patch from Marco Z«ählke for reporting correct title number srcSat, 23 Nov 2002 11:05:45 +0000, by mroi
-
warning: ugly fix ahead! (see comment in the code for details) srcFri, 22 Nov 2002 17:14:26 +0000, by mroi
-
include some fixes done in xine's copy to avoid merging conflicts srcThu, 24 Oct 2002 16:48:19 +0000, by mroi
-
port Stephen's comment fixing to avoid problems when syncing xine-lib's copy of srcWed, 23 Oct 2002 11:38:09 +0000, by mroi
-
changes to read cache behaviour inspired by Thibaut Mattern: srcSun, 29 Sep 2002 21:51:06 +0000, by mroi
-
- allow seeking to offset 0 (pressing '0' in xine won't work otherwise) srcFri, 27 Sep 2002 13:18:02 +0000, by mroi
-
First patch for personalized dvd viewing. I have not tested it yet. srcTue, 17 Sep 2002 11:00:25 +0000, by jcdutton
-
Adding "Personalizing DVD Viewing" files from <kevin_smathers@hp.com> srcTue, 17 Sep 2002 10:47:02 +0000, by jcdutton
-
Get xine dvd:///dev/dvd:1.2 i.e. title play working again. srcMon, 16 Sep 2002 16:27:18 +0000, by jcdutton
-
Add a new API function, to allow for more flexible menu button control. srcWed, 04 Sep 2002 11:41:52 +0000, by jcdutton
-
Add a comment so I can tell which version of the CVS a user is using. srcTue, 03 Sep 2002 00:41:48 +0000, by jcdutton
-
Improve debugging output to help with debugging button activations. srcSun, 01 Sep 2002 12:33:06 +0000, by jcdutton
-
Add a bit more debug info. Now print PGCN in debug. srcSun, 01 Sep 2002 10:57:15 +0000, by jcdutton
-
Fix bug whereby libdvdnav would totally fail if run with #define TRACE enabled. srcThu, 29 Aug 2002 04:59:00 +0000, by jcdutton