summaryrefslogtreecommitdiffstats
path: root/libhb/scan.c
Commit message (Expand)AuthorAgeFilesLines
* Resolve conflict with harfbuzz include file hb.hJohn Stebbins2019-09-101-1/+1
* libhb: eliminate file path length limitsJohn Stebbins2019-08-111-3/+3
* Fix some typos (#2202)Nomis1012019-07-311-1/+1
* LinGui: add queue statisticsJohn Stebbins2019-06-251-0/+3
* libhb: propagate color matrix info through the pipelineJohn Stebbins2019-04-081-0/+2
* libhb: Only display audio source bitrates greater than one, resolves #1944Andrew Brezovsky2019-03-011-5/+9
* scan: fix potential buffer overflow in sprintfJohn Stebbins2019-02-111-7/+6
* libhb: Append input bitrate to end of audio source description. Closes #1718.Andrew Brezovsky2019-02-081-0/+6
* scan: only apply min duration filter to BD and DVDJohn Stebbins2019-01-211-3/+2
* Update copyright dates to 2019.Bradley Sepos2019-01-011-1/+1
* scan: fix crash due to last commitJohn Stebbins2018-05-301-1/+2
* scan: rationalize ffmpeg codec/profile namesJohn Stebbins2018-05-301-45/+66
* Update copyright dates to 2018.Bradley Sepos2018-01-011-1/+1
* scan: don't abort on empty buffersJohn Stebbins2017-11-221-4/+4
* CLI: add option to log version, title, and progress in jsonJohn Stebbins2017-11-061-12/+16
* scan: fix vobsub & pgs width/height for some stream typesJohn Stebbins2017-06-261-12/+12
* opencl: removit it (#777)John Stebbins2017-06-121-8/+0
* scan: improve support for very short source video streamsJohn Stebbins2017-06-091-55/+43
* scan: fix very slow scanning for some filesJohn Stebbins2017-04-121-4/+4
* scan: enable HBTF_NO_IDR when not enough previews foundJohn Stebbins2017-04-111-0/+4
* batch: Support --min-duration when doing batch scansJohn Stebbins2017-02-271-2/+3
* opencl: Workaround broken drivers that crash when you call clGetPlatformIDs w...Scott2017-01-151-2/+6
* Update copyright dates to 2017.Bradley Sepos2017-01-011-1/+1
* fix memory leaksJohn Stebbins2016-12-171-1/+1
* libhb: fix small leaksJohn Stebbins2016-12-141-0/+6
* remove dxva hw decode (#189)John Stebbins2016-05-171-3/+2
* scan: quit looking for audio if a preview scan reaches EOFJohn Stebbins2016-03-231-44/+58
* scan: check if the video decoder was properly initialized before decoding the...Damiano Galassi2016-03-011-1/+10
* Update copyright dates to 2016.Bradley Sepos2016-01-011-1/+1
* scan: increase sensitivity to video flagsJohn Stebbins2015-11-091-26/+34
* libhb: make muxer, sync, and reader behave like other work objectsJohn Stebbins2015-11-091-1/+1
* scan: fix rescan avoidance logicJohn Stebbins2015-09-291-0/+1
* libhb: add hb_buffer_listJohn Stebbins2015-09-241-27/+20
* libhb: detect read errors and propagatejstebbins2015-06-291-1/+1
* DXVA2: cleanup decode support checks.Rodeo2015-06-231-0/+8
* scan: skip scan if title has already been scannedjstebbins2015-05-261-0/+9
* scan: increase scan size thresh to accomodate raw 4K avijstebbins2015-05-121-1/+1
* libhb: Eliminate global variable hb_gui_use_hwd_flagjstebbins2015-03-291-13/+13
* json: automatically scan title when processing json jobsjstebbins2015-03-071-2/+21
* New audio output options.Rodeo2015-02-151-0/+13
* scan: work around libav mpeg2 dummy first framejstebbins2015-02-151-1/+11
* scan: improve preview generation for short videos that have no IDRsjstebbins2015-02-021-1/+14
* Update year to 2015.bradleys2015-02-011-1/+1
* libhb: remove dead codejstebbins2014-12-231-3/+0
* json: add json APIsjstebbins2014-12-161-49/+57
* scan: potential fix for missing audio tracksjstebbins2014-12-121-2/+4
* scan: eliminate duplicate activity log stream infojstebbins2014-11-171-2/+2
* libhb: improve CC detectionjstebbins2014-10-281-7/+15
* libhb: improve preview generateion when there are no IDRsjstebbins2014-10-021-0/+17
* libhb: fix scanning of video that is a single GOPjstebbins2014-09-091-14/+47