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
*
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
*
libhb: do not set HB_STATE_WORKDONE before all the work threads are closed.
Damiano Galassi
2019-02-05
1
-3
/
+2
*
work: fix videotoolbox encoder logging
John Stebbins
2019-01-18
1
-0
/
+5
*
Add SSA subtitle import
John Stebbins
2019-01-14
1
-4
/
+4
*
Update copyright dates to 2019.
Bradley Sepos
2019-01-01
1
-1
/
+1
*
Add VideoToolbox hardware encoding thru FFmpeg.
Damiano Galassi
2018-11-15
1
-0
/
+10
*
Refactor the color tag code, and pass it to the FFmpeg encoders.
Damiano Galassi
2018-08-28
1
-12
/
+2
*
fix race in getting sequence_id of completed job
John Stebbins
2018-08-07
1
-4
/
+23
*
Add NVEnc encoder. (Round 3) (#1437)
Scott
2018-06-29
1
-0
/
+15
*
libhb: test: Guard VCE encoders behind USE_VCE.
Bradley Sepos
2018-06-08
1
-0
/
+2
*
Add support for VCE hardware encoding.
Michael Wootton
2018-06-06
1
-0
/
+12
*
Misc. typos
luz.paz
2018-02-20
1
-2
/
+2
*
Update copyright dates to 2018.
Bradley Sepos
2018-01-01
1
-1
/
+1
*
add align a/v start to log
John Stebbins
2017-11-22
1
-0
/
+4
*
Add adaptive streaming support (#972)
John Stebbins
2017-11-09
1
-0
/
+4
*
opencl: removit it (#777)
John Stebbins
2017-06-12
1
-35
/
+0
*
decsrt: fix p-to-p start time after seeking
John Stebbins
2017-04-15
1
-0
/
+7
*
subtitles: simplify and shorten subtitle descriptions (#591)
John Stebbins
2017-03-10
1
-15
/
+19
*
qsv: added HEVC 10-bit as encoder, should help for GUI integration
maxd
2017-03-05
1
-0
/
+3
*
work: set orig_vrate correctly
John Stebbins
2017-02-28
1
-1
/
+3
*
opencl: better release of OpenCL context to avoid more leaks
maxd
2017-02-20
1
-0
/
+6
*
libhb: fix Bob + CFR Same As Source + 2 Pass encode
John Stebbins
2017-02-09
1
-4
/
+5
*
libhb: force title rescan after completing a job encode (#488)
John Stebbins
2017-01-16
1
-0
/
+6
*
Update copyright dates to 2017.
Bradley Sepos
2017-01-01
1
-1
/
+1
*
fix unreachable code, really fix boolean logic this time
John Stebbins
2016-12-21
1
-1
/
+2
*
fix compiler warning and operator precedence problem
John Stebbins
2016-12-21
1
-1
/
+1
*
libhb: add new color tags for Bt 2020 and SMPTE ST 2084
Damiano Galassi
2016-12-21
1
-4
/
+5
*
fix chapter markers when encoding with libav video encoder
John Stebbins
2016-12-17
1
-1
/
+1
*
potential fix for hard to reproduce crash
John Stebbins
2016-12-17
1
-3
/
+12
*
decavcodec: enable QSV-accelerated H.264 decoding with libavcodec.
Tim Walker
2016-12-17
1
-5
/
+9
*
fix logging of of PtoP frame range in job
John Stebbins
2016-11-11
1
-2
/
+3
*
contrib: Add opus audio encoder.
John Stebbins
2016-09-02
1
-3
/
+2
*
vpx: add encoder presets
John Stebbins
2016-05-29
1
-15
/
+3
*
enable libvpx VP9 encoder
John Stebbins
2016-05-27
1
-0
/
+4
*
work: add log to track work object shutdown
John Stebbins
2016-05-18
1
-0
/
+1
*
work: add comments
John Stebbins
2016-05-18
1
-0
/
+3
*
work: make video decoder input fifo smaller
John Stebbins
2016-05-18
1
-1
/
+1
*
work: don't allocate fifos that are not needed for indepth_scan
John Stebbins
2016-05-18
1
-9
/
+18
*
libhb: remove unused subtitle fifo_sync
John Stebbins
2016-05-17
1
-2
/
+0
*
remove dxva hw decode (#189)
John Stebbins
2016-05-17
1
-24
/
+0
*
libhb: fix incorrect assumption that video quality is always positive.
Tim Walker
2016-03-31
1
-1
/
+1
*
qsv: fix build
John Stebbins
2016-03-11
1
-19
/
+21
[next]