index
:
HandBrake.git
0.10.x
1.0.x
259-add-nvenc-encoder
ffmpeg_sgothel
hw-encoder-base
hw-encoder-joint
hw-encoder-nvenc
hw-encoder-vaapi
master
nvenc-encoder
nvenc-encoder-libav
opencl
release_1.3.1
release_1.3.3
vaapi-encoder
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libhb
/
work.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add ability to apply filters to previews
John Stebbins
2021-04-12
1
-98
/
+1
*
qsv: fix adapter details info when multiple runs
agalin89
2021-03-21
1
-1
/
+4
*
qsv: redesigned adapter capabilities collection and reporing
agalin89
2021-03-12
1
-2
/
+4
*
libhb: add videotoolbox 10bit hevc encoder.
Damiano Galassi
2021-02-28
1
-0
/
+2
*
fixed typos
freddii
2021-02-25
1
-1
/
+1
*
libhb: Decode directly to NV12 for MediaFoundation encoder where possible.
Bradley Sepos
2021-02-20
1
-0
/
+34
*
Gate MediaFoundation encoder behind --enable-mf.
Bradley Sepos
2021-02-20
1
-1
/
+1
*
Add support for using the ffmpeg MediaFoundation encoder wrapper
Martin Storsjö
2021-02-20
1
-0
/
+15
*
libhb: passthru mastering display metadata and content light level metadata.
Damiano Galassi
2021-02-01
1
-0
/
+22
*
libhb: revert part of the previous colormatrix override commit.
Damiano Galassi
2021-01-25
1
-3
/
+3
*
libhb: change the color-matrix cli option behavior. Set the color info at the...
Damiano Galassi
2021-01-24
1
-3
/
+3
*
libhb: re-implement colorspace filter with zimg, add tonemap, and expose the ...
Damiano Galassi
2021-01-23
1
-0
/
+3
*
libhb: remove unused code of an old QSV zero-copy implementation.
Damiano Galassi
2021-01-23
1
-26
/
+7
*
Update copyright dates to 2021.
Bradley Sepos
2021-01-01
1
-1
/
+1
*
qsv: enable 10bit for hw scale/resize filters
agalin89
2020-11-29
1
-12
/
+39
*
libhb: add 8bit to 10/12bit blend functions to rendersub.
Damiano Galassi
2020-11-18
1
-6
/
+46
*
qsv: added hb_qsv_adapters_list function and make proper multiple gpu adapter...
agalin89
2020-10-04
1
-1
/
+0
*
qsv: add gpu adapter index selection
agalin89
2020-09-06
1
-0
/
+3
*
qsv: improved memory management
agalin89
2020-07-28
1
-3
/
+4
*
qsv: fixing linux build
Dmitrichenko, Max
2020-07-22
1
-1
/
+1
*
fix: unconditionally whether QSV is used or not
Artem Galin
2020-07-20
1
-70
/
+14
*
qsv: reimplemented context memory management and small fixes
Artem Galin
2020-07-20
1
-32
/
+27
*
qsv: remove globals
Artem Galin
2020-07-20
1
-8
/
+31
*
qsv: added HW offload of resize filter
Artem Galin
2020-07-20
1
-146
/
+25
*
Only dither audio when necessary
John Stebbins
2020-07-01
1
-2
/
+4
*
filters: fix 'color_range'
John Stebbins
2020-05-20
1
-1
/
+2
*
work: fix initial crop value provided to filters
John Stebbins
2020-03-25
1
-1
/
+1
*
Update copyright dates to 2020.
Bradley Sepos
2020-01-01
1
-1
/
+1
*
Gardening: Clean up trailing whitespace
Nomis101
2019-11-04
1
-7
/
+7
*
libhb: fix filter sanitization
John Stebbins
2019-10-20
1
-1
/
+1
*
crop/resize and vfr filters used only when needed (#2353)
Artem
2019-10-15
1
-3
/
+46
*
libhb: resolve header conflicts with pango/harfbuzz
John Stebbins
2019-09-12
1
-5
/
+5
*
Resolve conflict with harfbuzz include file hb.h
John Stebbins
2019-09-10
1
-1
/
+1
*
Logging: Changed wording
sr55
2019-09-08
1
-2
/
+2
*
Logging: Reset the time clock.
sr55
2019-09-08
1
-0
/
+1
*
Logging Improvements "Change Job" -> "Work"
sr55
2019-09-08
1
-4
/
+7
*
Improve detail in logging of jobs. #2285
sr55
2019-09-08
1
-1
/
+12
*
add subtitle name to job configuration log output
John Stebbins
2019-08-11
1
-0
/
+4
*
Fix some typos (#2202)
Nomis101
2019-07-31
1
-1
/
+1
*
encx265: set level
John Stebbins
2019-07-11
1
-0
/
+3
*
work: fix logging of SSA import tracks
John Stebbins
2019-07-11
1
-0
/
+12
*
LinGui: add queue statistics
John Stebbins
2019-06-25
1
-20
/
+19
*
vce: use HB_PROJECT_FEATURE_VCE instead of USE_VCE
John Stebbins
2019-04-17
1
-1
/
+1
*
nvenc: use HB_PROJECT_FEATURE_NVENC instead of USE_NVENC
John Stebbins
2019-04-17
1
-1
/
+1
*
qsv: use HB_PROJECT_FEATURE_QSV instead of USE_QSV
John Stebbins
2019-04-17
1
-7
/
+7
*
encx265: Use HB_PROJECT_FEATURE_X265 instead of USE_X265
John Stebbins
2019-04-17
1
-1
/
+1
*
work: fix pix_fmt init input to filter pipeline
John Stebbins
2019-04-14
1
-1
/
+5
*
libhb: propagate color matrix info through the pipeline
John Stebbins
2019-04-08
1
-1
/
+2
*
avfilter: simplify internal API to avfilter
John Stebbins
2019-04-08
1
-12
/
+33
*
fix setting sequence_id of final job status
John Stebbins
2019-03-09
1
-1
/
+1
[next]