summaryrefslogtreecommitdiffstats
path: root/libhb/scan.c
Commit message (Expand)AuthorAgeFilesLines
...
* libhb: use source colorimetry information when available.Rodeo2012-03-281-0/+3
* Rework filter pipelinejstebbins2012-03-271-20/+6
* Add path to log when decoding previews in batch scanjstebbins2011-12-291-1/+8
* use more sensitive threshold for pullup detectionjstebbins2011-10-251-1/+1
* fix a problem with resolution changes in h.264jstebbins2011-10-171-0/+17
* fix silly patch errorjstebbins2011-09-241-1/+1
* fix framerate detection for AVCHD-Litejstebbins2011-09-241-4/+20
* Fix corrupt first frame in BD point-to-pointjstebbins2011-09-191-31/+0
* Improve mpeg PS supportjstebbins2011-09-141-52/+51
* libhb: Use h.264 recovery points as key frames when decodingjstebbins2011-08-161-0/+3
* add more audio passthru optionsjstebbins2011-08-011-0/+1
* libhb: fix or simplify several hacks involved with Libav supportjstebbins2011-07-271-62/+71
* libhb: plug a few memory leaksjstebbins2011-07-191-10/+29
* libhb: fix progress information for batch scansjstebbins2011-06-231-0/+1
* libhb: generalize channel remapping between decoders and encodersjstebbins2011-06-121-0/+1
* Add support for TrueHD and DTS-HD from BD sourcesjstebbins2011-04-221-9/+15
* Fix garbled previews from BD h.264 sourcesjstebbins2011-04-021-2/+2
* get rid of an superfluous test and decrimentjstebbins2011-03-311-10/+7
* Add mpeg-2 encoding support to libhb, cli, and linguijstebbins2011-03-191-1/+1
* Add build option --enable-ff-mpeg2 to use ffmpeg for mpeg2 decodingjstebbins2010-10-231-0/+8
* fix cli issue with batch scan and encodejstebbins2010-09-151-9/+18
* Add Bluray supportjstebbins2010-09-081-21/+93
* preserve vobsub palette, width, and height from mkv and mp4 vobsub tracksjstebbins2010-05-301-0/+16
* add dvd main feature title detectionjstebbins2010-04-201-0/+3
* fix stupid error in my last commitjstebbins2010-04-031-10/+10
* fix audio detection problem during scan of ffmpeg audio sourcesjstebbins2010-04-021-7/+41
* make it possible to dynamically create and close multiple libhb instancesjstebbins2010-03-261-2/+2
* fix title index issue in batch scanningjstebbins2009-11-251-1/+4
* batch file scanning and scan canceljstebbins2009-11-251-14/+55
* libhb: remove duplicate title detection from scanjstebbins2009-07-301-27/+0
* - mingw fixes to use fopen() with 'b' flag.konablend2009-06-061-1/+1
* Soft Subs Part 2: Auto-detect CC during scan, add CC to subtitle list in titl...eddyg2009-05-041-0/+1
* Stage 1 Soft Subtitle Support - Allow multiple subtitle tracks to be selected...eddyg2009-05-041-2/+1
* dvdnav: improve title scanningjstebbins2009-05-011-1/+1
* add libdvdnav supportjstebbins2009-04-271-0/+4
* Remove unneeded preview files at the beginning of a scan.jstebbins2009-03-271-1/+1
* Organizes anamorphic parameters in a struct, requiring some minor search and ...jbrjake2009-01-261-4/+4
* Get previews from H.264 content even if it's missing IDR frames (e.g., NZ TV ...van2009-01-101-0/+26
* fix some floating point rounding errors in aspect ratio calculationsjstebbins2008-12-051-3/+3
* - allow titles with video but no audio.van2008-12-021-9/+4
* Adds two new parameters to hb_scan, to control the number of preview frames g...jbrjake2008-11-301-23/+35
* - add John A. Stebbins' changes to handle TrueHD and DTS-HD multiplexed stre...van2008-11-251-8/+1
* ETSI TS 102 366 V1.2.1 compliant AC3 in MP4, replaces older hacked version th...eddyg2008-10-291-0/+2
* Adds a logging message to let the user know when a title is being ignored due...jbrjake2008-10-181-0/+1
* After discussion with eddyg, extending verbose logging level 2 from just memo...jbrjake2008-10-091-3/+3
* Sorry - just fix the indentation in 1626 that Xcode stuffed up.eddyg2008-08-121-3/+3
* Don't crash HB when the video decoder (MPEG2 or ffmpeg) doesn't understand th...eddyg2008-08-121-1/+10
* - change aspect from a scaled int to a double so we can handle the widervan2008-08-081-22/+28
* Splits the display of job settings off from the actual work of beginning of a...jbrjake2008-08-011-0/+2
* Cropping fix for matted content that has a border top & bottom (rather than j...van2008-07-041-14/+38