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
*
libhb: fix building with QSV enabled.
Rodeo
2015-03-13
1
-2
/
+2
*
WinGui: Add the word "sources" to the quality tooltip to make it marginally c...
sr55
2015-03-12
2
-2
/
+2
*
json: fix crash when foreign audio search is *not* enabled
jstebbins
2015-03-11
2
-1
/
+8
*
WinGui: Fix the Encoder Tune option.
sr55
2015-03-09
1
-1
/
+4
*
libhb: use jansson for hb_dict
jstebbins
2015-03-09
8
-377
/
+814
*
MacGui: simplify the encoding state string creation code
ritsuka
2015-03-08
1
-13
/
+6
*
WinGui: Updating the app to handle the latest JSON API change regarding the A...
sr55
2015-03-07
10
-281
/
+75
*
json: automatically scan title when processing json jobs
jstebbins
2015-03-07
23
-735
/
+928
*
LinGui: remove unused function
jstebbins
2015-03-07
2
-32
/
+0
*
LinGui: convert resource files to json
jstebbins
2015-03-07
7
-2050
/
+1072
*
LinGui: rename resource file since it's no longer a plist
jstebbins
2015-03-07
1
-4
/
+4
*
LinGui: clean settings better before writing to presets file
jstebbins
2015-03-07
1
-2
/
+29
*
WinGui: Stripping out a lot of legacy abstraction code for the scan service.
sr55
2015-03-06
18
-808
/
+80
*
LinGui: add methods for reading and writing json config files
jstebbins
2015-03-06
11
-117
/
+192
*
WinGui: Restore the preview functionality after refactoring.
sr55
2015-03-06
2
-2
/
+14
*
LinGui: change settings dict from glib to jansson
jstebbins
2015-03-06
34
-1827
/
+1410
*
WinGui: Moving some more namespaces.
sr55
2015-03-05
10
-103
/
+8
*
WinGui: Remove the EncodeJob model. This removes another abstraction layer th...
sr55
2015-03-05
24
-1177
/
+266
*
LinGui: fix compiler warning
jstebbins
2015-03-05
1
-1
/
+1
*
LinGui: random clean-ups
jstebbins
2015-03-05
8
-66
/
+53
*
WinGui: Remove the EncodeServiceWrapper
sr55
2015-03-03
4
-269
/
+4
*
ProRes: extend the padding check to 16 bits.
Rodeo
2015-03-02
1
-0
/
+42
*
WinGui: Dropping more legacy code and moving some more UI only code up to the...
sr55
2015-03-01
15
-124
/
+58
*
WinGui: Moving the Queue Code out to the UI level. The services library will ...
sr55
2015-03-01
20
-484
/
+62
*
WinGui: Removing the Isolation code as it's not used, and planned for libhb i...
sr55
2015-03-01
15
-524
/
+16
*
x265: fix crash when encoding twice with different parameters
jstebbins
2015-03-01
1
-0
/
+12
*
x265: enable debug symbols when configured for debugging
jstebbins
2015-03-01
1
-0
/
+4
*
WinGui: Fix a couple of typos in the build script.
sr55
2015-02-28
1
-4
/
+4
*
WinGui: Update Build file for VS project updates.
sr55
2015-02-28
1
-12
/
+16
*
WinGui: Tabs -> Spaces.
sr55
2015-02-28
51
-2261
/
+2261
*
WinGui: General VS Project Cleanup. Simplified build profiles. Installer no l...
sr55
2015-02-28
9
-120
/
+8
*
WinGui: Remove Interop Library for Previous commit.
sr55
2015-02-28
112
-8584
/
+0
*
WinGui: Moving the Interop Code into the services library. This will allow so...
sr55
2015-02-28
147
-82
/
+8360
*
WinGui: Remove the EagleBoost.Wpf library as it's not used by the GUI.
sr55
2015-02-28
3
-4
/
+0
*
WinGui: Rename interop library to match naming convention. Remove some old te...
sr55
2015-02-28
12
-320
/
+6
*
MacGui: check for duplicated file names when adding a batch of jobs.
ritsuka
2015-02-28
1
-4
/
+20
*
nlmeans: fix build on non-x86 architectures
jstebbins
2015-02-26
3
-8
/
+10
*
muxavformat: only set subtitle "forced" flag when *user* sets default track
jstebbins
2015-02-25
1
-3
/
+6
*
MacGui: add some accessibility titles to the UI items.
ritsuka
2015-02-25
6
-38
/
+80
*
MacGui: fix a crash on 10.8 and previous versions. NSURL fileSystemRepresenta...
ritsuka
2015-02-25
1
-1
/
+1
*
mkv: mark "default" subtitle tracks with both default and forced flags
jstebbins
2015-02-24
2
-1
/
+15
*
LinGui: Fix data type of PictureDenoiseFilter in default presets
jstebbins
2015-02-24
1
-12
/
+12
*
MacGui: load the built-in presets from a plist file. The plist is the almost ...
ritsuka
2015-02-23
4
-3612
/
+2626
*
MacGui: fix queue drag&drop when there is not job being encoded.
ritsuka
2015-02-23
1
-1
/
+1
*
WinGui: Extend the scope of libhb encode exception handling to get a better i...
sr55
2015-02-21
1
-20
/
+20
*
MacGui: add a preference to toggle the log cleanup. Use NSURL directly where ...
ritsuka
2015-02-21
10
-123
/
+120
*
MacGui: remove logs older than a month in the EncodeLogs folder.
ritsuka
2015-02-20
3
-1
/
+57
*
MacGui: revert unrelated part of the previous commit that should't have been ...
ritsuka
2015-02-20
1
-8
/
+8
*
MacGui: remove the Queue directory in the Application Support folder, we don'...
ritsuka
2015-02-20
2
-23
/
+16
*
MacGui: fix warnings.
ritsuka
2015-02-20
2
-4
/
+4
[next]