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: move the application delegate to its own class. Removed the "Open Sou...
ritsuka
2015-01-22
11
-1826
/
+1800
*
MacGui: do a mutable copy instead of a copy for the masterTrackArray.
ritsuka
2015-01-21
1
-1
/
+1
*
MacGui: add a number formatter to the seconds and frames textfields.
ritsuka
2015-01-20
1
-4
/
+36
*
MacGui: fix the "Cancel encode and stop" alert button.
ritsuka
2015-01-20
1
-17
/
+33
*
MacGui: rename cancel: to cancelRip: so it won't be automatically called when...
ritsuka
2015-01-20
4
-17
/
+6
*
MacGui: remove the public hb_state property in HBCore, fix a bug in HBVideo a...
ritsuka
2015-01-20
4
-14
/
+19
*
MacGui: use bindings to enable/disable the main window ui elements.
ritsuka
2015-01-20
3
-111
/
+101
*
MacGui: enable and fix more compiler warnings in the Xcode project.
ritsuka
2015-01-19
13
-42
/
+43
*
MacGui: remove startProgressHandler:completationHandler: method in HBCore. Sw...
ritsuka
2015-01-19
5
-43
/
+40
*
MacGui: moved the queue code from HBController to HBQueueController, reworked...
ritsuka
2015-01-19
20
-2395
/
+2278
*
MacGui: disable the alert on error code
ritsuka
2015-01-15
1
-11
/
+11
*
MacGui: fix some leaks
ritsuka
2015-01-15
5
-9
/
+59
*
MacGui: simplify the toolbar/menu validation methods, plus some cosmetics.
ritsuka
2015-01-14
4
-173
/
+143
*
MacGui: fix a crash when editing a queue item.
ritsuka
2015-01-13
1
-0
/
+3
*
MacGui: Move the audio/subtitles selection logic out of the view controllers....
ritsuka
2015-01-13
21
-1530
/
+1807
*
MacGui: reorganize createMovieAsyncWithImageIndex:andDuration: method. and ad...
ritsuka
2015-01-13
2
-36
/
+33
*
Simplify frontend useage of hb_add()
jstebbins
2015-01-12
3
-86
/
+2
*
MacGui: fix frame rate mode description in the queue.
ritsuka
2015-01-12
1
-1
/
+1
*
MacGui: refactored some duplicated code.
ritsuka
2015-01-11
2
-66
/
+58
*
MacGui: use a smaller timer internal while scanning to make the UI more respo...
ritsuka
2015-01-11
1
-5
/
+7
*
MacGui: declare the public.movie UTI document type in the info.plist, so HB w...
ritsuka
2015-01-10
1
-0
/
+8
*
Bump year to 2015
ritsuka
2015-01-10
1
-1
/
+1
*
MacGui: fix a leak of the output log file path string.
ritsuka
2015-01-10
2
-20
/
+21
*
MacGui: remove HBViewValidation protocol.
ritsuka
2015-01-10
3
-7
/
+8
*
MacGui: fix the number of pass in the job queue description.
ritsuka
2015-01-10
2
-16
/
+1
*
MacGui: remove a deprecated api call.
ritsuka
2015-01-10
1
-1
/
+1
*
MacGui: fix the error alert, the error message wasn't captured properly by th...
ritsuka
2015-01-09
1
-1
/
+5
*
MacGui: update a file header and fix a comment.
ritsuka
2015-01-09
3
-15
/
+11
*
MacGui: remove some NSString -> NSURL conversions. Added a default size value...
ritsuka
2015-01-09
3
-43
/
+39
*
MacGui: enforce a min value for the picture width/height.
ritsuka
2015-01-09
2
-9
/
+12
*
MacGui: rename HBAudio class to HBAudioTrack.
ritsuka
2015-01-09
8
-67
/
+64
*
MacGui: fix a case where deinterlace filter would be enabled even if decomb w...
ritsuka
2015-01-07
1
-1
/
+1
*
MacGui: use NSURL where possible, replace a api call not available on 10.6.
ritsuka
2015-01-07
3
-43
/
+43
*
MacGui: create and run the error message alerts from libhb on the main thread.
ritsuka
2015-01-07
1
-4
/
+3
*
MacGui: handle the localised container strings manually.
ritsuka
2015-01-07
1
-0
/
+9
*
MacGui: use the inline find bar in the activity window.
ritsuka
2015-01-07
1
-0
/
+6
*
MacGui: handle SIGINT with gcd. Show the error messages from libhb in an aler...
ritsuka
2015-01-06
1
-56
/
+24
*
MacGui: add a number formatter to the custom anamorphic textfields.
ritsuka
2015-01-06
1
-2
/
+5
*
MacGui: use HB_VCODEC_H264_MASK to check whether to enable or not the iPod 5g...
ritsuka
2014-12-31
1
-1
/
+1
*
MacGui: hide the iPod 5g check box if the codec is not h.264.
ritsuka
2014-12-30
4
-12
/
+20
*
MacGui: fix the picture and filters summary in the video tab.
ritsuka
2014-12-30
2
-1
/
+14
*
MacGui: fix a bunch of regressions (various crash when in some textfields, en...
ritsuka
2014-12-30
17
-112
/
+158
*
MacGui: set the preset name to custom when a setting in the video/picture/fil...
ritsuka
2014-12-29
3
-1
/
+110
*
MacGui: set the default name for the exported chapters to the destination fil...
ritsuka
2014-12-29
1
-1
/
+1
*
MacGui: use bindings to toggle the chapters/seconds/frames UI.
ritsuka
2014-12-29
6
-69
/
+66
*
MacGui: pass the fast decode option to the hb_job.
ritsuka
2014-12-29
3
-2
/
+3
*
MacGui: move more things out of HBController.
ritsuka
2014-12-28
10
-66
/
+137
*
MacGui: hide turbo two pass checkbox when x264 is not selected.
ritsuka
2014-12-27
4
-8
/
+24
*
MacGui: do not redirect nil to the log.
ritsuka
2014-12-27
1
-2
/
+5
*
MacGui: clean up headers and imports.
ritsuka
2014-12-27
11
-45
/
+47
[next]