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: better validation for denoise settings.
ritsuka
2015-02-13
1
-4
/
+21
*
MacGui: check whether the denoise preset is valid or not.
ritsuka
2015-02-13
1
-2
/
+8
*
MacGui: show the turbo two pass checkbox when x265 is selected.
ritsuka
2015-02-12
1
-1
/
+1
*
MacGui: guard against nil denoise values.
ritsuka
2015-02-08
1
-3
/
+27
*
MacGui: update the file extension too in updateFileName.
ritsuka
2015-02-04
1
-0
/
+2
*
MacGui: properly deregister the job observers, and refactor a bit the HBAudio...
ritsuka
2015-02-04
12
-102
/
+130
*
MacGui: rename some variables.
ritsuka
2015-02-02
1
-5
/
+5
*
MacGui: add a "Clear All" and "Clear completed items" menu items to the queue...
ritsuka
2015-02-02
2
-21
/
+66
*
MacGui: remove two log messages, the way jobs are reloaded from queue is almo...
ritsuka
2015-02-01
1
-11
/
+0
*
MacGui: fix chapters range auto naming.
ritsuka
2015-02-01
3
-5
/
+18
*
MacGui: clean up the methods to update the destination file name and extension.
ritsuka
2015-02-01
2
-53
/
+54
*
MacGui: add a HBAudioTrackDataSource protocol to simplify HBAudio interface.
ritsuka
2015-01-31
4
-21
/
+30
*
MacGui: forgot a file in the previous commit.
ritsuka
2015-01-31
1
-3
/
+2
*
MacGui: add a HBChaptersChangedNotification notification, used to notify when...
ritsuka
2015-01-31
4
-15
/
+14
*
MacGui: fix an issue where a "none" track could be added to hb_job_t.
ritsuka
2015-01-31
2
-18
/
+12
*
MacGui: do not apply the same preset to a job two times.
ritsuka
2015-01-31
2
-8
/
+4
*
MacGui: fix a crash that happens when a new preset is created from a one that...
ritsuka
2015-01-30
1
-3
/
+8
*
MacGui: let HBAudioTrackPreset know the current container.
ritsuka
2015-01-30
5
-2
/
+68
*
MacGui: set the paused/working state immediately, so the pause toolbar item w...
ritsuka
2015-01-28
1
-0
/
+2
*
MacGui: use the current settings when adding titles directly to the queue.
ritsuka
2015-01-28
1
-1
/
+4
*
MacGui: apply auto naming when adding multiple titles to queue too.
ritsuka
2015-01-27
1
-43
/
+54
*
MacGui: disable the cancel button while the queue is scanning because there i...
ritsuka
2015-01-27
4
-24
/
+13
*
MacGui: set the right crop values in the HB_FILTER_RENDER_SUB filter.
ritsuka
2015-01-26
1
-3
/
+3
*
MacGui: add a method to return a CGImageRef for a preview in HBCore, and skip...
ritsuka
2015-01-26
7
-155
/
+179
*
MacGui: add a "Add Titles to Queue…" menu item that let select which titles...
ritsuka
2015-01-25
6
-48
/
+396
*
MacGui: fix subtitles defaults window resizing and delete an empty item in th...
ritsuka
2015-01-23
2
-13
/
+10
*
MacGui: expose a isStream and a timeCode properties in HBTitle.
ritsuka
2015-01-23
4
-7
/
+28
*
MacGui: fix HBRangeType enum order.
ritsuka
2015-01-23
1
-1
/
+1
*
MacGui: clean up HBCore, add a way to register a block as error handler.
ritsuka
2015-01-23
6
-95
/
+113
*
MacGui: fix start/pause toolbar items validation.
ritsuka
2015-01-22
1
-16
/
+8
*
MacGui: add back the drawer code I accidentally removed previously.
ritsuka
2015-01-22
1
-1
/
+7
*
MacGui: center the prefs window in the showWindow: method.
ritsuka
2015-01-22
2
-9
/
+12
*
MacGui: rename HBController and HBQueueController files.
ritsuka
2015-01-22
5
-13
/
+13
*
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
[next]