Mercurial > libdvdnav.hg
log
age | author | description |
---|---|---|
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 |