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
/
macosx
Commit message (
Expand
)
Author
Age
Files
Lines
*
MacGui: added some enum to HBJob model to make things nicer in swift, plus tw...
Damiano Galassi
2016-03-14
9
-14
/
+52
*
MacGui: move some kvo helpers to the UIAdditions category.
Damiano Galassi
2016-03-14
4
-41
/
+29
*
Remove the CLI / LibHB Update Checker. It's been broken since we switched to ...
sr55
2016-03-12
1
-1
/
+1
*
MacGui: add interlace detection filter.
Damiano Galassi
2016-03-12
6
-4
/
+193
*
MacGui: move the objc libhb wrapper to a separate framework.
Damiano Galassi
2016-03-11
58
-594
/
+1180
*
MacGui: remove an unused var.
Damiano Galassi
2016-03-10
1
-3
/
+0
*
MacGui: remove the NSString check for the PictureRotate key because we are su...
Damiano Galassi
2016-03-10
1
-9
/
+6
*
macui support for filter dict settings
John Stebbins
2016-03-09
2
-53
/
+41
*
MacGui: use the kvc accessor methods, so that the presets menu will update pr...
Damiano Galassi
2016-03-09
2
-3
/
+3
*
MacGui: rewrite the NSDictionary to NSArray converter using less if.
Damiano Galassi
2016-03-01
2
-84
/
+85
*
MacGui: add a NSDictionary extension to convert from and to hb_dict_t.
Damiano Galassi
2016-02-26
3
-0
/
+216
*
MacGui: make HBCore titles ivar always non null.
Damiano Galassi
2016-02-26
2
-3
/
+5
*
MacGui: the 'default' as the standard deinterlace filter value.
Damiano Galassi
2016-02-26
1
-8
/
+4
*
MacGui: check if there is at least one character in the string before trying ...
Damiano Galassi
2016-02-23
1
-14
/
+16
*
MacGui: write the right minor and micro version in the presets. They were swa...
Damiano Galassi
2016-02-16
1
-2
/
+2
*
macui: change "Deinterlace" to "Yadif"
John Stebbins
2016-02-15
1
-2
/
+2
*
MacGui: show what preset will be used in the 'Add titles to queue' panel. Use...
Damiano Galassi
2016-02-15
4
-36
/
+60
*
MacGui: add a tooltip to the video encoders popup.
Damiano Galassi
2016-02-12
1
-41
/
+5
*
Move png icons into an asset catalog
anongitter
2016-02-11
96
-250
/
+701
*
MacGui: update sparkle to version 1.13.1.
Damiano Galassi
2016-02-11
95
-928
/
+828
*
MacGui: fix the 'add preset' panel minimum size.
Damiano Galassi
2016-02-10
1
-2
/
+2
*
Move "Frameworks (bundled)" into "Frameworks"
anongitter
2016-02-08
1
-3
/
+3
*
MacGui: add a way to edit the audio/defaults in the 'add preset' sheet, so ho...
Damiano Galassi
2016-02-03
2
-78
/
+167
*
MacGui: fix HBSubtitlesTrack copy, it missed the container ivar.
Damiano Galassi
2016-01-30
1
-0
/
+1
*
MacGui: fix some static anaylizer warnings.
Damiano Galassi
2016-01-28
3
-9
/
+14
*
MacGui: switch the defaults languages to view based tables, and a little proj...
Damiano Galassi
2016-01-26
4
-152
/
+172
*
MacGui: use hb_generate_filter_settings() to generate the right settings stri...
Damiano Galassi
2016-01-25
1
-2
/
+7
*
MacGui: fix the audio description string encoding.
Damiano Galassi
2016-01-24
1
-8
/
+6
*
Add libavfilter.a to the Xcode project link phase.
Damiano Galassi
2016-01-22
1
-0
/
+6
*
MacGui: cosmetics.
Damiano Galassi
2016-01-21
1
-1
/
+2
*
MacGui: add a key equivalent to the 'don't quit' button of the quit alert.
Damiano Galassi
2016-01-21
1
-0
/
+1
*
MacGui: always show the 'scan only title' view in the open panel, 10.11 hides...
Damiano Galassi
2016-01-21
1
-0
/
+5
*
MacGui: check if the activity log is not nil before adding it to HBOutputRedi...
Damiano Galassi
2016-01-16
2
-4
/
+10
*
MacGui: batch the preview updates so we don't reload the same preview multipl...
Damiano Galassi
2016-01-15
1
-1
/
+16
*
MacGui: pass the main window undomanager to the preview window.
Damiano Galassi
2016-01-15
5
-1
/
+41
*
MacGui: update the preview window to reflect the rotate filter state.
Damiano Galassi
2016-01-15
3
-6
/
+71
*
MacGui: add the rotate filter to the picture tab.
Damiano Galassi
2016-01-15
4
-73
/
+98
*
MacGui: disk -> disc, plus a bunch of NSLocalizedString.
Damiano Galassi
2016-01-14
2
-20
/
+20
*
MacGui: remove the browsedSourceDisplayName ivar in HBController.
Damiano Galassi
2016-01-12
3
-19
/
+23
*
MacGui: show a warning the first time a user try to scan a bluray directly too.
Damiano Galassi
2016-01-10
1
-14
/
+18
*
MacGui: rework the way HBController scans, remove an ivar and move some unrel...
Damiano Galassi
2016-01-10
3
-314
/
+323
*
MacGui: add rotate filter support to HBJob.
Damiano Galassi
2016-01-10
3
-0
/
+23
*
MacGui: add bluray detection to HBDVDDetector.
Damiano Galassi
2016-01-09
2
-38
/
+60
*
MacGui: correctly update the checked item in the presets menu after an undo/r...
Damiano Galassi
2016-01-09
1
-2
/
+33
*
MacGui: added some error logs to the queue.
Damiano Galassi
2016-01-09
2
-8
/
+8
*
MacGui: rename File -> Close to Close Window.
Damiano Galassi
2016-01-09
1
-3
/
+3
*
Update copyright dates to 2016.
Bradley Sepos
2016-01-01
1
-1
/
+1
*
MacGui: add an exception to enable http connections to handbrake.fr
Damiano Galassi
2015-12-14
1
-0
/
+13
*
MacGui: realign the views in the add preset window, disable the resize button...
Damiano Galassi
2015-12-14
3
-111
/
+40
*
MacGui: show a focus ring around the main window when a file is dragged over ...
Damiano Galassi
2015-12-12
7
-86
/
+143
[next]