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
Commit message (
Expand
)
Author
Age
Files
Lines
*
libhb: Consolidate plane functions and eliminate a malloc in Chroma Smooth.
Bradley Sepos
2019-03-28
1
-48
/
+38
*
libhb: Tweak Chroma Smooth filter presets and tunes.
Bradley Sepos
2019-03-28
2
-122
/
+30
*
libhb: Initial implementation of Chroma Smooth filter.
Bradley Sepos
2019-03-28
7
-1
/
+875
*
qsv: fix build when qsv is disabled
John Stebbins
2019-03-13
1
-4
/
+4
*
qsv: add i965 VA driver fallback
John Stebbins
2019-03-12
3
-25
/
+63
*
qsv: allow user to override VA driver name
John Stebbins
2019-03-12
1
-1
/
+4
*
fix spurious libswscale warning
John Stebbins
2019-03-12
1
-0
/
+2
*
sync: imporve accuracy of logged min/max fps
John Stebbins
2019-03-12
1
-2
/
+2
*
encavcodec: fix bitrate ceiling overflow for VP8/9
John Stebbins
2019-03-12
1
-16
/
+2
*
qsv: fix logging of implementation 'via' option
John Stebbins
2019-03-10
1
-4
/
+4
*
fix setting sequence_id of final job status
John Stebbins
2019-03-09
1
-1
/
+1
*
qsv: fix building without qsv when libdrm is not present
John Stebbins
2019-03-09
1
-0
/
+2
*
LinGui: make QSV encoding actually work
John Stebbins
2019-03-07
5
-7
/
+219
*
libhb: Only display audio source bitrates greater than one, resolves #1944
Andrew Brezovsky
2019-03-01
1
-5
/
+9
*
Fix a warning.
Damiano Galassi
2019-02-15
1
-1
/
+1
*
decavcodec: fix setting up AVCodecContext extradata
John Stebbins
2019-02-14
1
-8
/
+9
*
libhb: enable SWS_CS_BT2020 matrix.
Damiano Galassi
2019-02-14
1
-3
/
+2
*
Add WebM support (#1822)
Justin Bull
2019-02-13
6
-24
/
+49
*
nvenc: silence a compiler warning.
sr55
2019-02-11
1
-1
/
+1
*
nvenc_common: fix compiler warning
John Stebbins
2019-02-11
1
-0
/
+2
*
encavcodec: fix potential use of uninitialized variable
John Stebbins
2019-02-11
1
-1
/
+1
*
dvdnav: fix potentially unterminated string
John Stebbins
2019-02-11
1
-1
/
+2
*
scan: fix potential buffer overflow in sprintf
John Stebbins
2019-02-11
1
-7
/
+6
*
Fix return value of hb_blobal_init_no_hardware
John Stebbins
2019-02-11
1
-1
/
+1
*
decavcodec: fix error when ffmpeg parser changes the codec_id
John Stebbins
2019-02-11
1
-4
/
+17
*
dvd: Add support for MPEG-1 on DVD
John Stebbins
2019-02-11
2
-0
/
+36
*
stream: Improve probing of unknown streams
John Stebbins
2019-02-11
1
-48
/
+146
*
libhb: Add a hb_global_init_no_hardware that disables all the hardware encode...
sr55
2019-02-11
7
-39
/
+91
*
libhb: Append input bitrate to end of audio source description. Closes #1718.
Andrew Brezovsky
2019-02-08
1
-0
/
+6
*
libhb: do not set HB_STATE_WORKDONE before all the work threads are closed.
Damiano Galassi
2019-02-05
1
-3
/
+2
*
libhb: Temporarily log out the error code for unlink to figure out why previe...
sr55
2019-01-28
1
-1
/
+4
*
Fix an annoying warning in Xcode.
Damiano Galassi
2019-01-23
1
-2
/
+2
*
encavcodec: enable "row-mt=1" for vp9
John Stebbins
2019-01-22
1
-1
/
+14
*
scan: only apply min duration filter to BD and DVD
John Stebbins
2019-01-21
3
-11
/
+4
*
bd: Add support for UHD discs
Petri Hintukainen
2019-01-20
1
-0
/
+7
*
Fix potential NULL pointer dereference
John Stebbins
2019-01-20
1
-2
/
+5
*
Align data in hb_buffer_t buffers
John Stebbins
2019-01-20
1
-31
/
+18
*
lapsharp: mirror image data into stride region
John Stebbins
2019-01-20
3
-13
/
+59
*
lapsharp: blank frame buffer stride region
John Stebbins
2019-01-20
3
-0
/
+30
*
libhb: Remove some NLMeans TODO comments.
Bradley Sepos
2019-01-19
1
-2
/
+0
*
libhb: Reduce the number of threads NLMeans uses with many logical cores.
Bradley Sepos
2019-01-19
1
-2
/
+14
*
encavcodec: improve comment about ffmpeg timestamp handling
John Stebbins
2019-01-18
1
-6
/
+14
*
encavcodec: Make VCE h.265 encoder emit an IDR for every GOP
John Stebbins
2019-01-18
1
-0
/
+6
*
work: fix videotoolbox encoder logging
John Stebbins
2019-01-18
1
-0
/
+5
*
encavcodec: Fix dts timestamps in VT h.265 encoding
John Stebbins
2019-01-18
1
-2
/
+12
*
encavcodec: set frame.key_frame for AMD VCE encoder
John Stebbins
2019-01-16
1
-0
/
+1
*
muxavformat: use better approximation for duration of last video frame
John Stebbins
2019-01-16
1
-0
/
+10
*
encavcodec: remove unused 'job' variable
John Stebbins
2019-01-14
1
-1
/
+0
*
encavcodec: respect inline_parameter_sets setting
John Stebbins
2019-01-14
1
-1
/
+4
*
ssautil: fix strndup on mingw
John Stebbins
2019-01-14
3
-3
/
+38
[next]