log

age author description
2006-08-19 diego Ouch, I mistakenly overwrote the contents from this file with a non-working
2006-08-19 nicodvb corrected _very_ misleading comment
2006-08-19 nicodvb implemented STREAM_CTRL_GET_TIME_LENGTH (duration of the pgc playing)
2006-08-19 nicodvb removed #if-0 code that dereferenced dvdnav_t's internal members, violating the opaque interface (current dvdnav doesn't even install dvdnav_internal.h system-wide for very good reasons)
2006-08-19 nicodvb 10l: misplaced brace in a switch
2006-08-19 iive Fix xv and xinerama force on --enable-*
2006-08-19 diego Partial sync with message removal from DVD information output change.
2006-08-19 diego Print DVD audio channel and subtitle track information in non-verbose mode,
2006-08-19 diego trailing whitespace cosmetics
2006-08-19 diego Vorbis speedup, Windows GUI
2006-08-19 Gabrov help_mp-hu.h & xml/hu/ports.xml synced with r19449
2006-08-19 nicodvb seeking in dvdnav://
2006-08-19 nicodvb implemented seeking to chapter
2006-08-19 nicodvb sanity check: since chapter is 0-based it can't exceed nr_of_ptts-1
2006-08-18 nicodvb seeking by chapters in dvd://
2006-08-18 nicodvb support for seeking to chapter and getting current playing chapter
2006-08-18 nicodvb clarification in a comment
2006-08-18 nicodvb support relative seeking in the stream-driven case
2006-08-18 nicodvb new stream_ctrl to get currently playing chapter (needed for stream-driven relative chapter seeking)
2006-08-18 nicodvb seek to chapter using newly introduced demux_seek_chapter()
2006-08-18 nicodvb added first revision of demuxer_seek_chapter()
2006-08-18 nicodvb new STREAM_CTRL_SEEK_TO_CHAPTER (will be used by streams dvd[nav], maybe [s]vcd
2006-08-18 diego Some more consistency for the conditions under which tests are run.
2006-08-18 diego Also add uint_fast64_t to config.h when "int_fastXY_t in inttypes.h"