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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
contrib: Remove workaround building x264 before FFmpeg.
Bradley Sepos
2018-06-03
1
-4
/
+0
*
opus: fix opus.pc pkg-config file for static builds (#1380)
John Stebbins
2018-06-02
1
-0
/
+38
*
ffmpeg: enable all bitstream filters
John Stebbins
2018-06-02
1
-2
/
+0
*
encavcodec: set AVFrame width and height
John Stebbins
2018-06-02
1
-0
/
+2
*
WinGui: Make nuspec file visible in project.
sr55
2018-06-01
1
-1
/
+2
*
WinGui: Initial NuGet nuspec file.
sr55
2018-06-01
1
-0
/
+25
*
contrib: Explicitly pass arch to FFmpeg on macOS x86_64.
Bradley Sepos
2018-06-01
1
-0
/
+3
*
build: Detected Xcode clobbered PATH and reconfigure if necessary.
Bradley Sepos
2018-06-01
1
-0
/
+2
*
avfilter: fix flushing final frame
John Stebbins
2018-05-31
1
-2
/
+11
*
Update WinGUI build script: allow SignTool.exe location to be specified and a...
Frederick Ding
2018-05-31
1
-10
/
+10
*
scan: fix crash due to last commit
John Stebbins
2018-05-30
1
-1
/
+2
*
scan: rationalize ffmpeg codec/profile names
John Stebbins
2018-05-30
1
-45
/
+66
*
encx264: fix encoding of very short duration frames
John Stebbins
2018-05-30
2
-46
/
+3
*
contrib: Add libogg as a libspeex dependency.
Bradley Sepos
2018-05-29
1
-2
/
+2
*
libhb: build: README: Replace instances of Libav with FFmpeg.
Bradley Sepos
2018-05-29
10
-17
/
+17
*
cli: Update help to list FFmpeg yadif.
Bradley Sepos
2018-05-29
1
-1
/
+1
*
contrib: Another FFmpeg module revision.
Bradley Sepos
2018-05-29
1
-1
/
+1
*
contrib: Revise FFmpeg module.
Bradley Sepos
2018-05-29
1
-22
/
+2
*
Revert "contrib: Explicitly disable bzlib and zlib during FFmpeg configure."
Bradley Sepos
2018-05-29
1
-3
/
+1
*
macosx: Add liblzma (xz) on Mac.
Bradley Sepos
2018-05-29
2
-0
/
+10
*
LinGui: add liblzma dependency for Ubuntu nightly builds
John Stebbins
2018-05-29
4
-4
/
+4
*
contrib: add lzma support
John Stebbins
2018-05-29
9
-4
/
+45
*
LinGui: remove Ubuntu xenial and trusty from nightly builds
John Stebbins
2018-05-29
3
-32
/
+2
*
LinGui: add libspeex dependency for Ubuntu nightly builds
John Stebbins
2018-05-29
4
-4
/
+4
*
libhb: fix segfault when decoding empty audio track
John Stebbins
2018-05-29
1
-1
/
+2
*
lame: disable frontend
John Stebbins
2018-05-29
1
-0
/
+1
*
LinGui: add speex decoder lib
John Stebbins
2018-05-29
1
-1
/
+1
*
contrib: Explicitly disable bzlib and zlib during FFmpeg configure.
Bradley Sepos
2018-05-29
1
-1
/
+3
*
contrib: Fix FFmpeg configure warning.
Bradley Sepos
2018-05-29
1
-1
/
+0
*
Update .gitignore for new Xcode notification.
Bradley Sepos
2018-05-29
1
-2
/
+3
*
contrib: Add Speex decoder libspeex.
Bradley Sepos
2018-05-29
7
-6
/
+25
*
contrib: test: Strip dll and cli binary in build phase if debug=none.
Bradley Sepos
2018-05-29
2
-0
/
+10
*
contrib: Remove unused Libav patches from FFmpeg.
Bradley Sepos
2018-05-29
17
-1051
/
+0
*
contrib: Do not enable bzlib and zlib in FFmpeg.
Bradley Sepos
2018-05-29
1
-2
/
+0
*
libhb: cli: Link to libbcrypt on mingw-w64.
Bradley Sepos
2018-05-29
2
-2
/
+2
*
contrib: Only enable pthreads for non-win32 FFmpeg.
Bradley Sepos
2018-05-29
1
-4
/
+3
*
contrib: Update to FFmpeg 4.0.
Bradley Sepos
2018-05-29
1
-4
/
+3
*
contrib: Disable AudioToolbox, CoreImage, VideoToolbox in FFmpeg.
Bradley Sepos
2018-05-29
1
-0
/
+4
*
Mac: Link to FFmpeg's libpostproc and libswresample.
Bradley Sepos
2018-05-29
1
-0
/
+12
*
contrib: Remove unnecessary FFmpeg ifeq for Mac/Darwin.
Bradley Sepos
2018-05-29
1
-3
/
+0
*
contrib: Use AV_CODEC_ID_ASS for FFmpeg.
Bradley Sepos
2018-05-28
2
-4
/
+4
*
FFMPEG: Use avcodec_free_context(..) instead of deprecated leaking avcodec_cl...
Sven Gothel
2018-05-28
6
-22
/
+16
*
FFMPEG decavcodec: Consider returned error from av_buffersrc_add_frame(..)
Sven Gothel
2018-05-28
1
-2
/
+6
*
FFMPEG: Enable A01-matroskaenc-pgs-duration patch
Sven Gothel
2018-05-28
1
-11
/
+12
*
Using AV_CODEC_ID_SUBRIP instead of AV_CODEC_ID_SRT (libav->ffmpeg)
Sven Gothel
2018-05-28
1
-2
/
+2
*
FFMPEG #974: Use latest FFMPEG 3.4.1 (2/2)
Sven Gothel
2018-05-28
18
-0
/
+0
*
FFMPEG #974: Use latest FFMPEG 3.4.1 (1/2)
Sven Gothel
2018-05-28
5
-9
/
+21
*
Fix diff command check for FreeBSD.
Yuichiro NAITO
2018-05-28
1
-0
/
+11
*
x265: Upgrade to version 2.8
sr55
2018-05-27
4
-20
/
+20
*
x264: Upgrade to snapshot 7d0ff22 r2901
sr55
2018-05-27
3
-79
/
+5
[prev]
[next]