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
*
presets: Drop Apple 240p30 and Xbox Legacy 1080p30.
Bradley Sepos
2020-06-19
1
-227
/
+1
*
presets: Move Amazon Fire to top of Devices category.
Bradley Sepos
2020-06-19
1
-214
/
+214
*
Added track number to audio and subtitle scan JSON
RandomEngy
2020-06-17
1
-2
/
+4
*
encavcodec: Set the framerate field in addition to time_base
Martin Storsjö
2020-06-16
1
-0
/
+1
*
libhb: Formatting and const correctness in preview image functions.
Bradley Sepos
2020-06-15
1
-46
/
+52
*
gtk: libhb: macosx: test: Only link libturbojpeg and not libjpeg.
Bradley Sepos
2020-06-15
1
-1
/
+1
*
libhb: Save/load preview images to/from disk using libjpeg-turbo.
Bradley Sepos
2020-06-15
3
-53
/
+191
*
contrib: gtk: libhb: macosx: make: test: Add libjpeg-turbo.
Bradley Sepos
2020-06-15
1
-3
/
+3
*
qsv: performance optimization of dx11 texture copying
Artem Galin
2020-06-13
2
-56
/
+122
*
decssasub: fix PtoP start/stop times
John Stebbins
2020-06-07
1
-2
/
+21
*
decssasub: allow out of order timestamps
John Stebbins
2020-06-06
1
-266
/
+77
*
sync: fix handling of overlapping SSA import subs
John Stebbins
2020-06-06
1
-0
/
+1
*
bd: fix out of array bounds access
John Stebbins
2020-06-05
1
-6
/
+11
*
muxavformat: fix setting iso639_2b lang code in mkv
John Stebbins
2020-06-03
1
-1
/
+2
*
stream: don't reject video with pix_fmt AV_PIX_FMT_NONE
John Stebbins
2020-05-28
1
-2
/
+6
*
qsv: Increase buffer memory for hevc QSV.
Yuichiro NAITO
2020-05-26
1
-3
/
+3
*
filters: fix 'color_range'
John Stebbins
2020-05-20
1
-1
/
+2
*
log: Make it easier to see when hardware support is disabled.
sr55
2020-05-09
1
-0
/
+1
*
libhb: Fix decavsub copyright date.
Bradley Sepos
2020-05-07
2
-2
/
+2
*
qsv: remove unnecessary code
Artem Galin
2020-05-07
1
-5
/
+0
*
preset: fix recursive searches for preset name
John Stebbins
2020-05-05
1
-0
/
+4
*
nvenc: Remove hq, hp and default as these appear to simply be mappings.
sr55
2020-05-02
1
-1
/
+1
*
detelecine: fix initialization when params are empty
John Stebbins
2020-04-29
1
-5
/
+5
*
presets: fix lookup of presets with identical names
John Stebbins
2020-04-29
1
-7
/
+8
*
hb_dict: fix loading preset files with unicode path
John Stebbins
2020-04-22
1
-1
/
+9
*
log when auto-rotation is applied
John Stebbins
2020-04-17
1
-0
/
+3
*
libhb: Silence pkg-config errors during libxml2 search.
Bradley Sepos
2020-04-03
1
-2
/
+2
*
scan: Fix aspect ratio warning for DVD and BD
John Stebbins
2020-03-31
2
-2
/
+20
*
decavsub: fix decoding PGS from ffmpeg streams
John Stebbins
2020-03-30
1
-2
/
+10
*
libhb: Attempt finding libxml2 via pkg-config on Linux.
Bradley Sepos
2020-03-30
1
-1
/
+10
*
decavsub: patch ffmpeg to fix workaround hacks
John Stebbins
2020-03-29
1
-37
/
+6
*
decavsub: reduce EIA 608 font size
John Stebbins
2020-03-29
1
-1
/
+1
*
fix job logging of dvb subtitle source
John Stebbins
2020-03-29
1
-0
/
+2
*
decavsub: fix dvb subtitle passthrough
John Stebbins
2020-03-29
2
-3
/
+8
*
decavsub: remove dvb subtitle post-stuffing during demux
John Stebbins
2020-03-29
2
-10
/
+10
*
decavsub: use libav to decode dvd subtitles
John Stebbins
2020-03-29
11
-858
/
+105
*
decavsub: use libav to decode EIA 608 subtitles
John Stebbins
2020-03-29
7
-1915
/
+63
*
decavsub: enable dvb subtitle passthrough in mkv
John Stebbins
2020-03-29
2
-0
/
+6
*
decavsub: add DVB subtitle *burn-only* support
John Stebbins
2020-03-29
5
-26
/
+76
*
decavsub: add general purpose avcodec subtitle decoder
John Stebbins
2020-03-29
16
-874
/
+835
*
scan: log warning when video par != container par
John Stebbins
2020-03-28
1
-0
/
+8
*
work: fix initial crop value provided to filters
John Stebbins
2020-03-25
1
-1
/
+1
*
detelecine: error check skip parameters
John Stebbins
2020-03-25
1
-4
/
+12
*
cropscale: fix color range conversion
John Stebbins
2020-03-24
1
-16
/
+0
*
sync: fix PtoP end detection during flush
John Stebbins
2020-03-24
1
-148
/
+32
*
json: improve logging of json pack failures
John Stebbins
2020-03-16
1
-9
/
+9
*
json: fix PtoP range when converting job struct to json
John Stebbins
2020-03-15
1
-6
/
+6
*
qsv: remove unnecessary check
Artem Galin
2020-03-11
1
-1
/
+1
*
qsv: encoder fixes for newer cpus
agalin89
2020-03-11
2
-6
/
+6
*
qsv: decrease memory footprint
agalin89
2020-03-08
2
-67
/
+4
[next]