Fri, 09 May 2008 21:33:31 +0000 |
nicodvb |
removed unnecessary inclusion of bswap.h - patch by Erik Hovland org
src
|
Sat, 03 May 2008 08:22:40 +0000 |
nicodvb |
read_subp_attr() uses getbits() instead of relying on endianness-specific bitfields
src
|
Sat, 03 May 2008 08:05:35 +0000 |
nicodvb |
removed forgotten debug
src
|
Sat, 03 May 2008 08:04:34 +0000 |
nicodvb |
read_multichannel_ext() uses getbits() instead of relying on endianness-specific bitfields
src
|
Sat, 03 May 2008 07:50:09 +0000 |
nicodvb |
read_audio_attr() uses getbits() instead of relying on endianness-specific bitfields
src
|
Fri, 02 May 2008 08:27:21 +0000 |
nicodvb |
video_attr_t is now defined and read correctly, rather than relying on conditional bitfields
src
|
Thu, 01 May 2008 17:13:36 +0000 |
nicodvb |
split bitstream reader functions in 2 separate files for reuse
src
|
Sun, 27 Apr 2008 09:53:45 +0000 |
nicodvb |
some debug message to identify the cause of 'Invalid main menu IFO'
src
|
Tue, 22 Apr 2008 07:36:49 +0000 |
nicodvb |
10l to me: in vm_get_current_menu() I forgot to attach
src
|
Sun, 20 Apr 2008 08:29:02 +0000 |
nicodvb |
in get_PGCIT() check the validity of vm->vtsi before risking to dereference NULL;
src
|
Sun, 20 Apr 2008 08:18:52 +0000 |
nicodvb |
check that dvdcss_version is not NULL before dereferencing it; patch by Erik Hovland - erik hovland org
src
|
Sat, 19 Apr 2008 10:35:25 +0000 |
nicodvb |
in remap_loadmap() close the file pointer before exiting ; patch by Erik Hovland - erik hovland org
src
|
Sat, 19 Apr 2008 10:34:31 +0000 |
nicodvb |
in remap_loadmap() free map before exiting in case of failure ; patch by Erik Hovland - erik hovland org
src
|
Sat, 19 Apr 2008 10:27:37 +0000 |
nicodvb |
in DVDDiscID() call DVDCloseFile() before exiting with an error ; patch by Erik Hovland - erik hovland org
src
|
Sat, 19 Apr 2008 10:11:36 +0000 |
nicodvb |
in dvdnav_get_next_cache_block() release the mutex if vm_start() failed ; patch by Erik Hovland - erik hovland org
src
|
Sat, 19 Apr 2008 10:07:47 +0000 |
nicodvb |
added missing mutex around the code in dvdnav_clear() ; patch by Erik Hovland - erik hovland org
src
|
Sat, 19 Apr 2008 09:44:15 +0000 |
nicodvb |
in dvdnav_open() make sure to NULL-terminate this->path and to not overrun its length; patch by Erik Hovland - erik hovland org
src
|
Sat, 19 Apr 2008 09:40:03 +0000 |
nicodvb |
prevent access to index ouf of bounds when iterating over titles; patch by Erik Hovland - erik hovland org
src
|
Sat, 19 Apr 2008 09:34:55 +0000 |
nicodvb |
#define TITLES_MAX as 9 instead of using an hardcodec value ; patch by Erik Hovland - erik hovland org
src
|
Sat, 19 Apr 2008 09:29:18 +0000 |
nicodvb |
prevent string overflow in static buffer using strncat(MAX_UDF_FILE_NAME_LEN-1) instead of strcat() ; patch by Erik Hovland - erik hovland org
src
|
Sat, 19 Apr 2008 09:19:24 +0000 |
nicodvb |
set cached_dir_base=NULL after free()ing it; patch by Erik Hovland - erik hovland org
src
|
Sat, 19 Apr 2008 09:11:14 +0000 |
nicodvb |
removed unnecessary inclusion of vmcmd.h; patch by Erik Hovland - erik hovland org
src
|
Sat, 05 Jan 2008 15:17:28 +0000 |
nicodvb |
make static const various tables; NULL were changed to emtpy strings; patch by Diego Petten
src
|
Sat, 05 Jan 2008 09:22:45 +0000 |
nicodvb |
static-ize a const; patch by Diego Petten
src
|
Mon, 31 Dec 2007 18:17:34 +0000 |
nicodvb |
in DVDOpen(), if path_copy ends up being an empty string transform it to /; part of ogle-1778 fixed by me
src
|
Mon, 31 Dec 2007 18:08:06 +0000 |
nicodvb |
malloc() a buffer large enough before calling getcwd() - part of ogle-1778
src
|
Mon, 31 Dec 2007 17:56:30 +0000 |
nicodvb |
fix potential memleak, part of ogle-1778
src
|
Mon, 31 Dec 2007 17:48:08 +0000 |
nicodvb |
more 0->NULL changes, part of ogle-1778
src
|
Mon, 31 Dec 2007 17:44:05 +0000 |
nicodvb |
call dvdinput_close() after having successfully opened it but before exiting in case of errors; part of ogle-1778
src
|
Mon, 31 Dec 2007 17:25:55 +0000 |
nicodvb |
more 0->NULL in functions returning pointers
src
|