summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
...
* OpenCL: ship our own headers, to reduce our dependency on external OpenCL SDKs.Rodeo2013-10-207-24/+2483
* libhb: fix pgs timestamp problemsjstebbins2013-10-191-23/+35
* encx264: remove some long dead code.Rodeo2013-10-191-6/+0
* encx264: don't log unparsed options if the string is NULL.Rodeo2013-10-191-1/+4
* encx264: remove duplicate logging (libx264 already logs the SAR), and log the...Rodeo2013-10-191-4/+2
* encx264: log the unparsed advanced options string for informational purposes.Rodeo2013-10-191-0/+10
* libhb: remove dead codejstebbins2013-10-145-1616/+0
* QSV: improve CopyFrame bug workaround a bit.Rodeo2013-10-123-14/+21
* HW: fix for compile and runtime behavior and support of the features/RB601maxd2013-10-113-11/+20
* hb_get_opencl_env: remove dead code.Rodeo2013-10-111-36/+3
* QSV: use encode-only path when we have CPU filters enabled and CopyFrame is u...Rodeo2013-10-113-2/+54
* scan: print CPU info, GPU info, then QSV info.Rodeo2013-10-113-22/+59
* QSV: move LookAheadDepth miminum to commmon code.Rodeo2013-09-252-4/+2
* QSV: miscellaneous option-related improvements.Rodeo2013-09-242-6/+11
* QSV: improve ExtBRC workaround.Rodeo2013-09-241-8/+6
* QSV: remove RateDistortionOpt control.Rodeo2013-09-242-24/+5
* QSV: fix a hang with lookahead RC and some graphics drivers.Rodeo2013-09-241-0/+3
* QSV: ExtBRC/MBBRC and lookahead are mutually exclusive, plus miscelleanous st...Rodeo2013-09-241-11/+24
* QSV: fix stupid mistake; MBBRC requires API version 1.6, not 1.7.Rodeo2013-09-241-1/+4
* QSV: libhb-based preset system.Rodeo2013-09-246-28/+109
* QSV: use ifdefs rather than filtering to bypass libmfx references during comp...Rodeo2013-09-246-5/+20
* Prettify CPU info in the log.Rodeo2013-09-241-7/+6
* QSV: fix cropping with some brainfart sources.Rodeo2013-09-241-13/+45
* QSV: MBBRC is actually Haswell-only.Rodeo2013-09-243-10/+16
* QSV: re-use the encqsvInit MFX session when using the encode-only path.Rodeo2013-09-241-13/+14
* QSV: fix for VPP if VFRmaxd2013-09-231-2/+2
* libhb: make libhb internal character code utf8jstebbins2013-09-2212-30/+230
* libhb: remove windows ^M line endingsjstebbins2013-09-222-1219/+1219
* Tidyup a warning in oclscale.csr552013-09-211-8/+8
* Merging-in the OpenCL Scaling code from the OpenCL branch to trunk. sr552013-09-2127-60/+6720
* libhb: fix scanning some dvdsjstebbins2013-09-191-9/+0
* Interop: Removed unused structs and constants and added warnings in libhb cod...randomengy2013-09-191-2/+16
* QSV: adjust trellis logging when B- or P-frames are disabled.Rodeo2013-09-151-3/+5
* QSV: minor refactoring.Rodeo2013-09-1511-130/+144
* libhb: unbreak probe_dts_profilejstebbins2013-09-071-1/+1
* QSV: add an option to control B-pyramid.Rodeo2013-09-053-33/+156
* libhb: svn rm mcdeint.*jstebbins2013-09-032-0/+0
* libhb: remove mcdeint deinterlacerjstebbins2013-09-034-347/+12
* QSV: minor cleanup.Rodeo2013-09-013-69/+26
* QSV: choose and re-use a "preferred" implementation instead of using MFX_IMPL...Rodeo2013-09-014-25/+65
* libhb: fix potential pgs timestamp problemjstebbins2013-08-261-1/+20
* enc_qsv: fix crash.Rodeo2013-08-261-0/+6
* Print QSV info in all logs in a libhb-friendly manner, via hb_scan (was print...Rodeo2013-08-262-6/+8
* Fix display size when anamorphic is disabled.Rodeo2013-08-251-4/+14
* QSV: don't use AVBR rate control.Rodeo2013-08-252-43/+21
* Big merge, QSV to trunk: part 2 (new files).Rodeo2013-08-2211-0/+4385
* Big merge, QSV to trunk: part 1 (tracked files).Rodeo2013-08-2217-74/+688
* libhb: fix compiler warning...jstebbins2013-08-191-1/+8
* encx264: auto-enable metrics when the relevant tune is requested.Rodeo2013-08-171-0/+22
* encx264: don't force-enable metrics (PSNR, SSIM).Rodeo2013-08-171-5/+0