log dvdnav.c @ 428:10c91a9d6a2e src

age author description
Thu, 03 Oct 2013 22:39:38 +0000 rathann Fix integer overflow in dvdnav_convert_time(). src
Sun, 09 Dec 2012 21:45:02 +0000 rathann Fix strict aliasing warnings. src
Sun, 09 Dec 2012 21:22:15 +0000 rathann Make sure we get nav packets for all cells in multi angle features src
Fri, 30 Jul 2010 23:34:11 +0000 erik Prevent deadlock in dvdnav_reset src
Fri, 30 Jul 2010 23:34:08 +0000 erik Clear all of position_current src
Tue, 25 May 2010 23:33:59 +0000 rathann Provide a way to retrieve video resolution. src
Mon, 02 Feb 2009 22:55:58 +0000 nicodvb implement and export dvdnav_get_serial_string(); patch by Matthew Wire devel - mrwire - co - uk. Fixed by Erik src
Tue, 30 Dec 2008 14:48:46 +0000 reimar Move dvd_types.h, dvdnav_events.h and dvdnav.h into a dvdnav directory. src
Sun, 14 Sep 2008 20:31:43 +0000 diego Remove useless $Id$ and $Name$ keywords. src
Sun, 14 Sep 2008 15:40:51 +0000 diego Use consistent license headers everywhere: Fix wrong FSF address. src
Sat, 06 Sep 2008 21:55:51 +0000 rathann Remove all trailing whitespace, src
Sat, 30 Aug 2008 12:12:13 +0000 rathann Sync with current libdvdread header location. src
Sun, 29 Jun 2008 12:58:08 +0000 nicodvb after an AUDIO change event assign the logical stream to the returned event, src
Wed, 11 Jun 2008 18:06:43 +0000 rathann remove obsolete URL from info message (until we get a proper homepage) src
Sun, 08 Jun 2008 09:03:10 +0000 nicodvb include dvdread headers as <libdvdread/*> for upcoming dvdread removal patch src
Thu, 22 May 2008 20:29:08 +0000 nicodvb in dvdnav_close() protect the actual call do DVDCloseFile() with a mutex; patch by 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
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, 21 Apr 2007 22:27:26 +0000 nicodvb include sys/time.h for gettimeofday() prototype src
Sat, 21 Apr 2007 11:56:41 +0000 nicodvb moved away from dvdnav_internal.h inclusion of various system headers 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
Mon, 16 Apr 2007 22:43:56 +0000 nicodvb include inttypes.h wherever necessary 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
Sun, 08 Apr 2007 17:45:19 +0000 nicodvb implemented dvdnav_get_current_time() with obvious meaning 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, 15 Dec 2004 21:16:58 +0000 mroi killing a lot of asserts and turning them into forced executions of Exit, 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
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, 31 Dec 2003 16:56:12 +0000 mroi these variables are not needed any more 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 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 14:11:44 +0000 mroi when a command has been issued to leave a menu, filter all further commands src
Tue, 29 Apr 2003 14:22:22 +0000 jcdutton Remove log content from file. src
Sun, 27 Apr 2003 01:26:18 +0000 jcdutton Modified libdvdnav to do without libdvdread. src
Sun, 06 Apr 2003 13:05:45 +0000 mroi report start of PG as well src
Fri, 04 Apr 2003 14:21:32 +0000 mroi fill in new timing member in cell_change event 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
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
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
Wed, 12 Mar 2003 11:38:51 +0000 mroi stop the VM here 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
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
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
Tue, 17 Sep 2002 11:00:25 +0000 jcdutton First patch for personalized dvd viewing. I have not tested it yet. src
Thu, 05 Sep 2002 12:55:05 +0000 mroi fix memleaks in dvdnav_open 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
Sat, 31 Aug 2002 11:05:27 +0000 jcdutton Properly seed the DVD VM Instruction rand(). src
Sat, 31 Aug 2002 02:50:27 +0000 jcdutton Improve some debug messages. src
Tue, 27 Aug 2002 19:15:08 +0000 mroi more consistent console output src
Fri, 09 Aug 2002 21:34:27 +0000 mroi update spu clut, spu channel and audio channel more often 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
Fri, 12 Jul 2002 15:46:44 +0000 mroi use new memcopy'less read ahead cache src
Sat, 06 Jul 2002 16:24:54 +0000 mroi * fix debug messages 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
Tue, 02 Jul 2002 22:57:10 +0000 jcdutton Rename some of the functions in vm.c to help readability. src
Tue, 25 Jun 2002 13:37:11 +0000 jcdutton Revert back to old read_cache method. 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
Thu, 30 May 2002 23:15:14 +0000 richwareham First draft of removing HAVE_DVDREAD9 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
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
Tue, 23 Apr 2002 13:26:08 +0000 jcdutton Add some comments, FIXMEs. 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
Wed, 10 Apr 2002 16:45:57 +0000 jcdutton Actually fix the const this time! 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 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
Tue, 12 Mar 2002 19:45:53 +0000 richwareham Initial revision src