summaryrefslogtreecommitdiffstats
path: root/libhb/work.c
Commit message (Expand)AuthorAgeFilesLines
* Add ability to apply filters to previewsJohn Stebbins2021-04-121-98/+1
* qsv: fix adapter details info when multiple runsagalin892021-03-211-1/+4
* qsv: redesigned adapter capabilities collection and reporingagalin892021-03-121-2/+4
* libhb: add videotoolbox 10bit hevc encoder.Damiano Galassi2021-02-281-0/+2
* fixed typosfreddii2021-02-251-1/+1
* libhb: Decode directly to NV12 for MediaFoundation encoder where possible.Bradley Sepos2021-02-201-0/+34
* Gate MediaFoundation encoder behind --enable-mf.Bradley Sepos2021-02-201-1/+1
* Add support for using the ffmpeg MediaFoundation encoder wrapperMartin Storsjö2021-02-201-0/+15
* libhb: passthru mastering display metadata and content light level metadata.Damiano Galassi2021-02-011-0/+22
* libhb: revert part of the previous colormatrix override commit.Damiano Galassi2021-01-251-3/+3
* libhb: change the color-matrix cli option behavior. Set the color info at the...Damiano Galassi2021-01-241-3/+3
* libhb: re-implement colorspace filter with zimg, add tonemap, and expose the ...Damiano Galassi2021-01-231-0/+3
* libhb: remove unused code of an old QSV zero-copy implementation.Damiano Galassi2021-01-231-26/+7
* Update copyright dates to 2021.Bradley Sepos2021-01-011-1/+1
* qsv: enable 10bit for hw scale/resize filtersagalin892020-11-291-12/+39
* libhb: add 8bit to 10/12bit blend functions to rendersub.Damiano Galassi2020-11-181-6/+46
* qsv: added hb_qsv_adapters_list function and make proper multiple gpu adapter...agalin892020-10-041-1/+0
* qsv: add gpu adapter index selectionagalin892020-09-061-0/+3
* qsv: improved memory managementagalin892020-07-281-3/+4
* qsv: fixing linux buildDmitrichenko, Max2020-07-221-1/+1
* fix: unconditionally whether QSV is used or notArtem Galin2020-07-201-70/+14
* qsv: reimplemented context memory management and small fixesArtem Galin2020-07-201-32/+27
* qsv: remove globalsArtem Galin2020-07-201-8/+31
* qsv: added HW offload of resize filterArtem Galin2020-07-201-146/+25
* Only dither audio when necessaryJohn Stebbins2020-07-011-2/+4
* filters: fix 'color_range'John Stebbins2020-05-201-1/+2
* work: fix initial crop value provided to filtersJohn Stebbins2020-03-251-1/+1
* Update copyright dates to 2020.Bradley Sepos2020-01-011-1/+1
* Gardening: Clean up trailing whitespaceNomis1012019-11-041-7/+7
* libhb: fix filter sanitizationJohn Stebbins2019-10-201-1/+1
* crop/resize and vfr filters used only when needed (#2353)Artem2019-10-151-3/+46
* libhb: resolve header conflicts with pango/harfbuzzJohn Stebbins2019-09-121-5/+5
* Resolve conflict with harfbuzz include file hb.hJohn Stebbins2019-09-101-1/+1
* Logging: Changed wordingsr552019-09-081-2/+2
* Logging: Reset the time clock.sr552019-09-081-0/+1
* Logging Improvements "Change Job" -> "Work"sr552019-09-081-4/+7
* Improve detail in logging of jobs. #2285sr552019-09-081-1/+12
* add subtitle name to job configuration log outputJohn Stebbins2019-08-111-0/+4
* Fix some typos (#2202)Nomis1012019-07-311-1/+1
* encx265: set levelJohn Stebbins2019-07-111-0/+3
* work: fix logging of SSA import tracksJohn Stebbins2019-07-111-0/+12
* LinGui: add queue statisticsJohn Stebbins2019-06-251-20/+19
* vce: use HB_PROJECT_FEATURE_VCE instead of USE_VCEJohn Stebbins2019-04-171-1/+1
* nvenc: use HB_PROJECT_FEATURE_NVENC instead of USE_NVENCJohn Stebbins2019-04-171-1/+1
* qsv: use HB_PROJECT_FEATURE_QSV instead of USE_QSVJohn Stebbins2019-04-171-7/+7
* encx265: Use HB_PROJECT_FEATURE_X265 instead of USE_X265John Stebbins2019-04-171-1/+1
* work: fix pix_fmt init input to filter pipelineJohn Stebbins2019-04-141-1/+5
* libhb: propagate color matrix info through the pipelineJohn Stebbins2019-04-081-1/+2
* avfilter: simplify internal API to avfilterJohn Stebbins2019-04-081-12/+33
* fix setting sequence_id of final job statusJohn Stebbins2019-03-091-1/+1