summaryrefslogtreecommitdiffstats
path: root/libhb/dvdnav.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates to 2021.Bradley Sepos2021-01-011-1/+1
* dvdnav: set HB_ERROR_READ when exiting early due to errorsJohn Stebbins2020-08-201-0/+25
* decavsub: use libav to decode dvd subtitlesJohn Stebbins2020-03-291-1/+2
* dvdnav: fix a potential uninitialised memory read.Damiano Galassi2020-01-041-1/+1
* Update copyright dates to 2020.Bradley Sepos2020-01-011-1/+1
* dvdnav: check pgcn validity before starting a pgc walk.Damiano Galassi2019-12-191-0/+6
* Gardening: Clean up trailing whitespaceNomis1012019-11-041-31/+31
* libhb: make hb_buffer_t libhb privateJohn Stebbins2019-09-121-0/+2
* libhb: resolve header conflicts with pango/harfbuzzJohn Stebbins2019-09-121-3/+3
* Resolve conflict with harfbuzz include file hb.hJohn Stebbins2019-09-101-1/+1
* dvdnav: fix double free on closeJohn Stebbins2019-08-261-1/+1
* libhb: eliminate file path length limitsJohn Stebbins2019-08-111-19/+23
* dvd: create track named from dvd track attributesJohn Stebbins2019-08-111-0/+21
* dvd: remove dvd specific details from hb_title_tJohn Stebbins2019-07-121-211/+239
* Fix gcc 9 compiler warningsJohn Stebbins2019-06-281-9/+9
* dvdnav: fix potentially unterminated stringJohn Stebbins2019-02-111-1/+2
* dvd: Add support for MPEG-1 on DVDJohn Stebbins2019-02-111-0/+18
* Update copyright dates to 2019.Bradley Sepos2019-01-011-1/+1
* Fix PGS subtitle decoding...John Stebbins2018-06-131-1/+6
* Misc. typosluz.paz2018-02-201-1/+1
* Update copyright dates to 2018.Bradley Sepos2018-01-011-1/+1
* CLI: add option to log version, title, and progress in jsonJohn Stebbins2017-11-061-4/+38
* subtitles: simplify and shorten subtitle descriptions (#591)John Stebbins2017-03-101-15/+18
* dvd: add widescreen/letterbox/pan&scan/4:3 to vobsub descriptionJohn Stebbins2017-02-211-5/+25
* dvd: add widescreen vobsubs when letterbox is permittedJohn Stebbins2017-02-211-77/+114
* Update copyright dates to 2017.Bradley Sepos2017-01-011-1/+1
* libhb: send initial chapter through pipelineJohn Stebbins2016-05-171-11/+2
* Update copyright dates to 2016.Bradley Sepos2016-01-011-1/+1
* libhb: use LL for int64 constants to make mingw happyJohn Stebbins2015-12-261-2/+2
* libhb: detect read errors and propagatejstebbins2015-06-291-2/+10
* Update year to 2015.bradleys2015-02-011-1/+1
* Fix libdvdnav dvd name and add additional fallback if no name is foundritsuka2015-01-131-1/+8
* Revert a change Xcode committed on its own.ritsuka2015-01-131-8/+1
* MacGui: Move the audio/subtitles selection logic out of the view controllers....ritsuka2015-01-131-1/+8
* json: add json APIsjstebbins2014-12-161-4/+7
* ilibhb: Fix reading from DVDISO files with non-ASCII filenames on Windowsjstebbins2014-10-131-5/+20
* libhb: fix overwriting of source pathjstebbins2014-05-271-2/+2
* libhb: clean up handling dir directory separatorjstebbins2014-02-221-1/+4
* libhb: remove a52decjstebbins2014-02-201-0/+1
* Update some copyright dates to 2014.Rodeo2014-02-181-1/+1
* libhb: fix missing format specifier in printfjstebbins2014-01-261-1/+1
* libhb: set audio description in LookForAudio (scan.c).Rodeo2014-01-251-21/+3
* libhb: fix scanning some dvdsjstebbins2013-09-191-9/+0
* libhb: fix calculation of chapter durations in dvdread and dvdnav.Rodeo2013-06-161-9/+2
* libhb: fix incorrect sizeof()jstebbins2013-06-151-1/+1
* Updated all the copyright headers to 2013.sr552013-03-091-1/+1
* libhb: Fix main feature detection for some DVDs (Brave)jstebbins2013-01-281-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-20/+52