Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libhb: fix colorspace filter settings validation and actually combbine it ↵ | Damiano Galassi | 2020-11-19 | 2 | -0/+2 |
| | | | | with the others avfilters. | ||||
* | libhb: use av_get_pix_fmt_name to get the pixel format string. | Damiano Galassi | 2020-11-19 | 3 | -3/+2 |
| | |||||
* | libhb: add 8bit to 10/12bit blend functions to rendersub. | Damiano Galassi | 2020-11-18 | 10 | -18/+181 |
| | | | | decode video to 10bit or 12bit yuv if there is no 8bit filter in the chain. | ||||
* | rendersub: set libass hinting to none to imporove vsfilter compatibility. ↵ | Damiano Galassi | 2020-11-18 | 1 | -1/+1 |
| | | | | Fixes #2489. | ||||
* | qsv: added AV1 HW decoding capabilities | agalin89 | 2020-11-12 | 5 | -5/+22 |
| | |||||
* | reader: fail early if the chapter indexes are out of bound. Fixes #2594. | Damiano Galassi | 2020-11-09 | 1 | -0/+7 |
| | |||||
* | libhb: Replace HB_ACODEC_FFMPEG with HB_ACODEC_MP2 in stream.c. | Bradley Sepos | 2020-11-08 | 1 | -2/+2 |
| | |||||
* | MP2 PassThru (libhb part) | Nomis101 | 2020-11-08 | 6 | -2/+19 |
| | |||||
* | vt: disable constant quality availability check on Intel. | Damiano Galassi | 2020-11-05 | 1 | -1/+1 |
| | |||||
* | vt: cache the hardware encoders availability state. | Damiano Galassi | 2020-10-25 | 1 | -7/+36 |
| | |||||
* | preset: support the 'PictureUseMaximumSize' key in hb_preset_apply_title() | Damiano Galassi | 2020-10-21 | 1 | -1/+11 |
| | |||||
* | qsv: better adjustments of pool sizes for LA case to prevent corner cases ↵ | agalin89 | 2020-10-17 | 4 | -10/+29 |
| | | | | regressions | ||||
* | qsv: fix AVC encoding hang when LA is enabled on Windows | agalin89 | 2020-10-11 | 4 | -11/+22 |
| | |||||
* | qsv: multi adapters improvements | agalin89 | 2020-10-10 | 2 | -18/+41 |
| | |||||
* | qsv: fix full path encode when multiple monitors configuration | agalin89 | 2020-10-04 | 1 | -4/+7 |
| | |||||
* | qsv: added hb_qsv_adapters_list function and make proper multiple gpu ↵ | agalin89 | 2020-10-04 | 5 | -124/+227 |
| | | | | adapters implementation | ||||
* | nvenc: Fix duplicate logging of nvenc message. Also moved it to log level 2. | sr55 | 2020-09-26 | 1 | -3/+9 |
| | |||||
* | libhb: fix a memory leak. | Damiano Galassi | 2020-09-24 | 1 | -1/+1 |
| | |||||
* | qsv: add gpu adapter index selection | agalin89 | 2020-09-06 | 4 | -10/+147 |
| | |||||
* | libhb: fix off by one tx3g style record end position. | Damiano Galassi | 2020-09-01 | 1 | -1/+1 |
| | |||||
* | decavsub: remove stale file | Josh Soref | 2020-08-30 | 1 | -146/+0 |
| | | | | 494a548865e20767076f2caaa4f23522ee750687 | ||||
* | libhb: improve videotoolbox detection and add support for constant quality ↵ | Damiano Galassi | 2020-08-23 | 6 | -66/+170 |
| | | | | encoding mode when available. | ||||
* | qsv: update dx11 patch for ffmpeg 4.3.1 | agalin89 | 2020-08-22 | 6 | -49/+68 |
| | |||||
* | dvdnav: set HB_ERROR_READ when exiting early due to errors | John Stebbins | 2020-08-20 | 1 | -0/+25 |
| | |||||
* | qsv: remove globals | agalin89 | 2020-08-20 | 7 | -56/+50 |
| | |||||
* | fix: SW encoding when crop/resize is used | agalin89 | 2020-08-04 | 1 | -8/+11 |
| | |||||
* | libhb: do not set thread priorities on Darwin arm. Original patch ↵ | Damiano Galassi | 2020-08-03 | 1 | -3/+4 |
| | | | | contributed by Apple. | ||||
* | qsv: fix incorrect async depth values in GUI binary | agalin89 | 2020-07-29 | 4 | -16/+20 |
| | |||||
* | qsv: fix of speed preset to be effective as ↵ | agalin89 | 2020-07-28 | 1 | -1/+8 |
| | | | | MFX_TARGETUSAGE_7/MFX_TARGETUSAGE_BEST_SPEED | ||||
* | qsv: holding frames context that associated with surface in the hb_buffer | agalin89 | 2020-07-28 | 6 | -53/+34 |
| | |||||
* | qsv: improved memory management | agalin89 | 2020-07-28 | 5 | -71/+37 |
| | |||||
* | qsv: fixing linux build | Dmitrichenko, Max | 2020-07-22 | 5 | -38/+49 |
| | |||||
* | NVEnc: Allow bitrate to be variable for Average Bitrate Mode in HB. Fixes #3020 | sr55 | 2020-07-21 | 1 | -3/+3 |
| | |||||
* | hb_json: make it easier for UI to zero out metadata | John Stebbins | 2020-07-20 | 1 | -13/+35 |
| | | | | | | | | By default, the job is populated with the metadata from the source title. If the metadata dict is present in the json job, assume any fields not present are to be removed from the job's metadata | ||||
* | fix: adding TODOs for future refactoring | Artem Galin | 2020-07-20 | 2 | -0/+4 |
| | |||||
* | fix: unconditionally whether QSV is used or not | Artem Galin | 2020-07-20 | 3 | -76/+104 |
| | |||||
* | qsv: reimplemented context memory management and small fixes | Artem Galin | 2020-07-20 | 9 | -118/+99 |
| | |||||
* | qsv: move hw filters flag check into function | Artem Galin | 2020-07-20 | 8 | -19/+21 |
| | |||||
* | qsv: remove globals | Artem Galin | 2020-07-20 | 10 | -126/+151 |
| | |||||
* | qsv: fix gui issue with when av_frame is null | Artem Galin | 2020-07-20 | 1 | -3/+11 |
| | |||||
* | qsv: added HW offload of resize filter | Artem Galin | 2020-07-20 | 9 | -321/+567 |
| | | | | | | | Started to close gap of filters to be offloaded for HW acceleration, when possible. Resize filter is validated and others are in the pipeline, including DX11. | ||||
* | qsv: more depth helps for better performance | Dmitrichenko, Max | 2020-07-11 | 4 | -99/+29 |
| | |||||
* | qsv: default usage is balanced | Dmitrichenko, Max | 2020-07-11 | 1 | -1/+1 |
| | |||||
* | qsv: fix memory leak while closing session | Dmitrichenko, Max | 2020-07-11 | 5 | -10/+9 |
| | |||||
* | Fix a typo in decavcodec.c | Martin Storsjö | 2020-07-11 | 1 | -1/+1 |
| | |||||
* | Only dither audio when necessary | John Stebbins | 2020-07-01 | 4 | -6/+15 |
| | | | | | If dither is "auto", only enable dither if source depth > dest depth Lossy codecs do not have a fixed bit depth, so we treat them as >= 24 | ||||
* | libhb: fix a possible unitialized variable access. | Damiano Galassi | 2020-06-27 | 1 | -1/+1 |
| | |||||
* | presets: Drop Apple 240p30 and Xbox Legacy 1080p30. | Bradley Sepos | 2020-06-19 | 1 | -227/+1 |
| | | | | Old and non-mod-2, will allow us to remove the modulus control on the dimensions tab. #2437 | ||||
* | presets: Move Amazon Fire to top of Devices category. | Bradley Sepos | 2020-06-19 | 1 | -214/+214 |
| | | | | I apparently forgot to alphabetize after renaming Fire TV -> Amazon Fire. No need to bump preset revision number for this. | ||||
* | Added track number to audio and subtitle scan JSON | RandomEngy | 2020-06-17 | 1 | -2/+4 |
| | | | | | | Technically not needed, but makes working with the objects easier. As long as you have the object, you have the track number needed to put it into the output. |