summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* libhb: passthru mastering display metadata and content light level metadata.Damiano Galassi2021-02-0113-4/+462
* sync: tag the generated black buffer with the color code points, to avoid tri...Damiano Galassi2021-01-301-1/+5
* libhb: revert part of the previous colormatrix override commit.Damiano Galassi2021-01-2510-34/+85
* libhb: change the color-matrix cli option behavior. Set the color info at the...Damiano Galassi2021-01-2410-86/+35
* libhb: update the audio encoders list after the latest hb_encoder_internal_t ...Damiano Galassi2021-01-231-35/+35
* libhb: re-implement colorspace filter with zimg, add tonemap, and expose the ...Damiano Galassi2021-01-237-145/+446
* contrib: add zimg.Damiano Galassi2021-01-231-1/+1
* libhb: remove unused code of an old QSV zero-copy implementation.Damiano Galassi2021-01-231-26/+7
* qsv: add scaling modes and interpolation methods for qsv scale filteragalin892021-01-224-4/+117
* muxavformat: disable libavformat's mkv automatic handling of default flag. Fi...Damiano Galassi2021-01-211-0/+2
* sync: fix PtoP hangDamiano Galassi2021-01-211-2/+1
* bd: Mark an encode as having a read error if we get too many consecutive bad ...sr552021-01-131-1/+3
* libhb: properly set the 'PresetDisabled' presets property.Damiano Galassi2021-01-043-100/+53
* Update copyright dates to 2021.Bradley Sepos2021-01-0192-92/+92
* qsv: update Comet Lake, Ice Lake and Tiger Lake cpu idsagalin892020-12-153-0/+10
* libhb: Fix QSV preset validation for macOS.Bradley Sepos2020-12-121-6/+3
* presets: Disable autocrop for hardware accelerated presets.Bradley Sepos2020-12-121-4/+4
* qsv: use speed preset for qsv hw presetsagalin892020-12-121-2/+2
* qsv: remove asyncdepth from presetsagalin892020-12-121-81/+0
* presets: Add PresetDisabled key.Bradley Sepos2020-12-121-0/+1
* presets: Add hardware accelerated presets.agalin892020-12-121-0/+504
* libhb: Group video encoder fallbacks by implementation instead of specification.Bradley Sepos2020-12-121-17/+25
* libhb: Mark presets with invalid video encoders disabled.agalin892020-12-121-0/+63
* libhb: fix black buffer creation when the pixel format bit depth is 10 or more.Damiano Galassi2020-12-021-3/+9
* WinGui: Removing the dependency on Newtonsoft.Json library in HandBrake.Inter...sr552020-12-011-1/+1
* qsv: fixed corrupted images in scale_qsv filteragalin892020-11-291-0/+4
* qsv: enable 10bit for hw scale/resize filtersagalin892020-11-294-17/+47
* libhb: fix colorspace filter settings validation and actually combbine it wit...Damiano Galassi2020-11-192-0/+2
* libhb: use av_get_pix_fmt_name to get the pixel format string.Damiano Galassi2020-11-193-3/+2
* libhb: add 8bit to 10/12bit blend functions to rendersub.Damiano Galassi2020-11-1810-18/+181
* rendersub: set libass hinting to none to imporove vsfilter compatibility. Fix...Damiano Galassi2020-11-181-1/+1
* qsv: added AV1 HW decoding capabilitiesagalin892020-11-125-5/+22
* reader: fail early if the chapter indexes are out of bound. Fixes #2594.Damiano Galassi2020-11-091-0/+7
* libhb: Replace HB_ACODEC_FFMPEG with HB_ACODEC_MP2 in stream.c.Bradley Sepos2020-11-081-2/+2
* MP2 PassThru (libhb part)Nomis1012020-11-086-2/+19
* vt: disable constant quality availability check on Intel.Damiano Galassi2020-11-051-1/+1
* 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