summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* vt: cache the hardware encoders availability state.Damiano Galassi2020-10-251-7/+36
* preset: support the 'PictureUseMaximumSize' key in hb_preset_apply_title()Damiano Galassi2020-10-211-1/+11
* qsv: better adjustments of pool sizes for LA case to prevent corner cases reg...agalin892020-10-174-10/+29
* qsv: fix AVC encoding hang when LA is enabled on Windowsagalin892020-10-114-11/+22
* qsv: multi adapters improvementsagalin892020-10-102-18/+41
* qsv: fix full path encode when multiple monitors configurationagalin892020-10-041-4/+7
* qsv: added hb_qsv_adapters_list function and make proper multiple gpu adapter...agalin892020-10-045-124/+227
* nvenc: Fix duplicate logging of nvenc message. Also moved it to log level 2.sr552020-09-261-3/+9
* libhb: fix a memory leak.Damiano Galassi2020-09-241-1/+1
* qsv: add gpu adapter index selectionagalin892020-09-064-10/+147
* libhb: fix off by one tx3g style record end position.Damiano Galassi2020-09-011-1/+1
* decavsub: remove stale fileJosh Soref2020-08-301-146/+0
* libhb: improve videotoolbox detection and add support for constant quality en...Damiano Galassi2020-08-236-66/+170
* qsv: update dx11 patch for ffmpeg 4.3.1agalin892020-08-226-49/+68
* dvdnav: set HB_ERROR_READ when exiting early due to errorsJohn Stebbins2020-08-201-0/+25
* qsv: remove globalsagalin892020-08-207-56/+50
* fix: SW encoding when crop/resize is usedagalin892020-08-041-8/+11
* libhb: do not set thread priorities on Darwin arm. Original patch contributed...Damiano Galassi2020-08-031-3/+4
* qsv: fix incorrect async depth values in GUI binaryagalin892020-07-294-16/+20
* qsv: fix of speed preset to be effective as MFX_TARGETUSAGE_7/MFX_TARGETUSAGE...agalin892020-07-281-1/+8
* qsv: holding frames context that associated with surface in the hb_bufferagalin892020-07-286-53/+34
* qsv: improved memory managementagalin892020-07-285-71/+37
* qsv: fixing linux buildDmitrichenko, Max2020-07-225-38/+49
* NVEnc: Allow bitrate to be variable for Average Bitrate Mode in HB. Fixes #3020sr552020-07-211-3/+3
* hb_json: make it easier for UI to zero out metadataJohn Stebbins2020-07-201-13/+35
* fix: adding TODOs for future refactoringArtem Galin2020-07-202-0/+4
* fix: unconditionally whether QSV is used or notArtem Galin2020-07-203-76/+104
* qsv: reimplemented context memory management and small fixesArtem Galin2020-07-209-118/+99
* qsv: move hw filters flag check into functionArtem Galin2020-07-208-19/+21
* qsv: remove globalsArtem Galin2020-07-2010-126/+151
* qsv: fix gui issue with when av_frame is nullArtem Galin2020-07-201-3/+11
* qsv: added HW offload of resize filterArtem Galin2020-07-209-321/+567
* qsv: more depth helps for better performanceDmitrichenko, Max2020-07-114-99/+29
* qsv: default usage is balancedDmitrichenko, Max2020-07-111-1/+1
* qsv: fix memory leak while closing sessionDmitrichenko, Max2020-07-115-10/+9
* Fix a typo in decavcodec.cMartin Storsjö2020-07-111-1/+1
* Only dither audio when necessaryJohn Stebbins2020-07-014-6/+15
* libhb: fix a possible unitialized variable access.Damiano Galassi2020-06-271-1/+1
* presets: Drop Apple 240p30 and Xbox Legacy 1080p30.Bradley Sepos2020-06-191-227/+1
* presets: Move Amazon Fire to top of Devices category.Bradley Sepos2020-06-191-214/+214
* Added track number to audio and subtitle scan JSONRandomEngy2020-06-171-2/+4
* encavcodec: Set the framerate field in addition to time_baseMartin Storsjö2020-06-161-0/+1
* libhb: Formatting and const correctness in preview image functions.Bradley Sepos2020-06-151-46/+52
* gtk: libhb: macosx: test: Only link libturbojpeg and not libjpeg.Bradley Sepos2020-06-151-1/+1
* libhb: Save/load preview images to/from disk using libjpeg-turbo.Bradley Sepos2020-06-153-53/+191
* contrib: gtk: libhb: macosx: make: test: Add libjpeg-turbo.Bradley Sepos2020-06-151-3/+3
* qsv: performance optimization of dx11 texture copyingArtem Galin2020-06-132-56/+122
* decssasub: fix PtoP start/stop timesJohn Stebbins2020-06-071-2/+21
* decssasub: allow out of order timestampsJohn Stebbins2020-06-061-266/+77
* sync: fix handling of overlapping SSA import subsJohn Stebbins2020-06-061-0/+1