summaryrefslogtreecommitdiffstats
path: root/libhb/dvd.c
Commit message (Expand)AuthorAgeFilesLines
* libhb: fix calculation of chapter durations in dvdread and dvdnav.Rodeo2013-06-161-14/+2
* Updated all the copyright headers to 2013.sr552013-03-091-1/+1
* Bump libav to v9_beta3.Rodeo2012-12-311-2/+2
* Improve management of titles and jobsjstebbins2012-11-121-1/+3
* libhb: Fix crash found on some dvd'sjstebbins2012-10-131-16/+22
* libhb: fix logging of container aspect in dvd.c and dvdnav.cjstebbins2012-07-221-1/+1
* Use libav for dts audio decoding instead of libdca jstebbins2012-07-151-0/+1
* bump libav to libav-v0.8-2197-g1a068bfjstebbins2012-07-111-0/+1
* Updated file copyright / GPL headerssr552012-06-151-3/+6
* audio->config.lang.description: code cleanup.Rodeo2012-05-031-72/+58
* libhb: if no source chapter name information is available, set default chapte...Rodeo2012-05-031-10/+11
* merge assorted fixes provided by Rogerio Britojstebbins2012-05-011-1/+1
* Fix a potential null pointer referencejstebbins2012-04-281-1/+1
* PGS (bluray) subtitle support \o/jstebbins2012-04-261-0/+4
* Rework filter pipelinejstebbins2012-03-271-3/+2
* libhb: fix a couple small memory leaksjstebbins2011-07-071-3/+1
* Add DTS-HD passthru \o/jstebbins2011-06-141-2/+2
* Add support for TrueHD and DTS-HD from BD sourcesjstebbins2011-04-221-8/+16
* Make logging of audio and subtitle id's more consistantjstebbins2011-04-021-2/+2
* [libhb] Change bad block handling using libdvdread to scan forward foreddyg2010-11-301-7/+22
* Add Bluray supportjstebbins2010-09-081-8/+8
* Support for reading VOB subtitle tracks from file inputs initital implementat...dynaflash2010-05-201-4/+4
* add dvd main feature title detectionjstebbins2010-04-201-1/+26
* batch file scanning and scan canceljstebbins2009-11-251-0/+2
* Allow dvd sources that have no audiojstebbins2009-09-141-6/+0
* libhb: DVD drive region detection on linuxjstebbins2009-07-091-0/+11
* - 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
* softsubtitles:jstebbins2009-06-021-1/+1
* Minor cleanup in chapter size computation (backported from dvdnav.c).van2009-05-161-24/+7
* Stage 1 Soft Subtitle Support - Allow multiple subtitle tracks to be selected...eddyg2009-05-041-0/+4
* dvdnav: improve title scanningjstebbins2009-05-011-5/+6
* add libdvdnav supportjstebbins2009-04-271-58/+166
* Don't crash during scan when a DVD contains an invalid PTT or PGC index. (Bug...van2009-04-121-0/+10
* Fix botched r2256 as suggested by forum user greed in post http://forum.handb...van2009-04-051-31/+31
* Detect bogus cell start and last addresses while scanning each title so we do...van2009-03-111-0/+31
* Added support for extracting the audio and subtitle types and adding those to...eddyg2008-10-231-4/+83
* - change aspect from a scaled int to a double so we can handle the widervan2008-08-081-3/+3
* Getting rid of dvd open failure error, it is not an error when eddyg2008-06-191-1/+4
* Saearch & Replace domain names to move from .m0k.org to handbrake.fr. Only co...jbrjake2008-04-151-1/+1
* During conversion only log when there's an error or anomaly.van2008-04-061-5/+12
* Minor chapter cleanups.van2008-04-041-3/+2
* New internal audio handling.saintdev2008-04-011-11/+12
* Don't crash just because some dvd title uses an illegal pgn number.van2008-03-021-0/+6
* Formatting: Remove a lot of trailing whitespace.saintdev2008-02-211-16/+16
* - rather than completely giving up on a dvd because we got a read error on ne...van2008-01-221-5/+13
* - get rid of 'chapter merging'.van2008-01-201-110/+143
* Exit gracefully when trying to ifoOpen a title with no VTS entry, instead of ...jbrjake2007-11-191-0/+7
* Detect and workaround missing end of cell markers caused by corrupted DVD con...eddyg2007-10-111-9/+83