summaryrefslogtreecommitdiffstats
path: root/libhb/vce_common.c
Commit message (Collapse)AuthorAgeFilesLines
* vce: use HB_PROJECT_FEATURE_VCE instead of USE_VCEJohn Stebbins2019-04-171-3/+5
|
* qsv: use HB_PROJECT_FEATURE_QSV instead of USE_QSVJohn Stebbins2019-04-171-2/+2
|
* Libhb: Some minor logging cleanupsr552019-03-301-4/+4
|
* libhb: Add a hb_global_init_no_hardware that disables all the hardware ↵sr552019-02-111-0/+10
| | | | encoder/decode init and check code. For users where drivers or other system issues prevent HandBrake from loading.
* Update copyright dates to 2019.Bradley Sepos2019-01-011-1/+1
|
* VCE: Remove unnecessary VCE logging.sr552018-10-011-6/+0
|
* VCE: Try to improve the reliability of the VCE hardware detection.sr552018-09-291-3/+4
|
* VCE: Add positive logging.sr552018-09-251-0/+4
|
* VCE: Add temp logging to vce_common.c to give a hint as to why some users ↵sr552018-09-241-0/+6
| | | | can't use VCE.
* Amf enc availability check (#1489)OvchinnikovDmitrii2018-07-211-2/+84
| | | | * AMF encoder availability check. #1408
* VCE: Stub out VCE available methods for the UI. This will need to check for ↵sr552018-06-081-0/+34
hardware and potentially driver. TBD