summaryrefslogtreecommitdiffstats
path: root/libhb/dvdnav.c
Commit message (Expand)AuthorAgeFilesLines
* [libhb] Change bad block handling using libdvdread to scan forward foreddyg2010-11-301-1/+1
* log the title duration before throwing it out when it's too shortjstebbins2010-11-051-9/+9
* Add Bluray supportjstebbins2010-09-081-8/+8
* Support for reading VOB subtitle tracks from file inputs initital implementat...dynaflash2010-05-201-4/+4
* speed up main feature search in most circumstancesjstebbins2010-04-201-209/+284
* add dvd main feature title detectionjstebbins2010-04-201-3/+422
* fix some dvdnav hangsjstebbins2010-04-171-0/+18
* dvdnav: fix seeking on some dvds that use multiple pgc's in a titlejstebbins2010-02-061-2/+7
* fix dvdnav read error retry jstebbins2009-12-101-1/+1
* batch file scanning and scan canceljstebbins2009-11-251-0/+1
* Rate limit hb_error() messages to at most 1 message per second of the same me...eddyg2009-11-241-3/+3
* Allow dvd sources that have no audiojstebbins2009-09-141-6/+0
* dvdnav: read error recoveryjstebbins2009-09-121-1/+15
* libhb: DVD drive region detection on linuxjstebbins2009-07-091-0/+11
* dvdnav: jstebbins2009-06-291-15/+1
* dvdnav: add read error recoveryjstebbins2009-06-281-1/+15
* - cleanup gcc format warnings showing up on linux 64-bitkonablend2009-06-251-2/+2
* Format cleanup.konablend2009-06-251-1/+1
* - fixed gcc warnings for various unused vars, implicit function decls, signed...konablend2009-06-241-0/+1
* dvdnav: oops. initialize d->chapter to 0 instead of first chapterjstebbins2009-06-131-1/+1
* dvdnav: fix title scanning issuejstebbins2009-06-131-0/+1
* Some DVD titles end with a 'link' command back to the beginning chapter which...van2009-06-081-1/+9
* softsubtitles:jstebbins2009-06-021-1/+1
* dvdnav: fix crash that occurs when a PGC has no programs jstebbins2009-05-291-0/+11
* mkv soft subtitle supportjstebbins2009-05-191-0/+4
* - I confused max program chains (999) with max programs (99) and made loop d...van2009-05-161-11/+27
* - Handle titles that use more than one PGC (like the one in this thread: htt...van2009-05-161-60/+47
* dvdnav: improve title scanningjstebbins2009-05-011-153/+284
* dvdnav: fix problem with vm entering stopped statejstebbins2009-04-291-0/+64
* add libdvdnav supportjstebbins2009-04-271-0/+1097