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
/
Controller.m
Commit message (
Expand
)
Author
Age
Files
Lines
*
MacGui: clean up headers and imports.
ritsuka
2014-12-27
1
-1
/
+12
*
MacGui: remove redundant "enabled" property in a few view controller. Cosmeti...
ritsuka
2014-12-27
1
-41
/
+32
*
MacGui: change the queue to work with serialized HBJob objects, remove the NS...
ritsuka
2014-12-27
1
-1243
/
+342
*
MacGui: remove some unused #import. Move again more things in HBController to...
ritsuka
2014-12-23
1
-243
/
+86
*
MacGui: set the chapter titles directly in HBJob. Move more things over to HB...
ritsuka
2014-12-22
1
-43
/
+37
*
MacGui: fixed a number of memory leaks. Do not set some deprecated hb_job fie...
ritsuka
2014-12-22
1
-17
/
+6
*
MacGui: remove the last usage of title->job.
ritsuka
2014-12-21
1
-333
/
+0
*
MacGui: refactor a bit of HBController to remove dependency on hb_title_t.
ritsuka
2014-12-21
1
-241
/
+175
*
MacGui: use HBJob when possible.
ritsuka
2014-12-21
1
-106
/
+70
*
MacGui: integrated HBPicture in HBPictureController and started to move thing...
ritsuka
2014-12-20
1
-229
/
+80
*
MacGui: separate the video settings logic from the view controller. There are...
ritsuka
2014-12-18
1
-33
/
+28
*
json: add json APIs
jstebbins
2014-12-16
1
-23
/
+38
*
MacGui: start a new scan from a drag & drop only if there isn't already one. ...
ritsuka
2014-12-04
1
-8
/
+11
*
MacGui: merged the two browerFile methods.
ritsuka
2014-12-04
1
-18
/
+14
*
MacGui: added back part of the drag & drop handling.
ritsuka
2014-12-04
1
-68
/
+66
*
MacGui: set the fTitle to NULL before performing a scan.
ritsuka
2014-12-03
1
-0
/
+2
*
MacGui: moved the main window toolbar to the xib.
ritsuka
2014-12-03
1
-163
/
+23
*
MacGui: switched the hb_handle_t references in HBController to HBCore instances.
ritsuka
2014-12-03
1
-738
/
+403
*
MacGui: added a missing retain, it caused a crash when selecting a new defaul...
ritsuka
2014-11-24
1
-1
/
+1
*
MacGui: revert part of the previous commit.
ritsuka
2014-11-23
1
-1
/
+2
*
MacGui: remove legacy preset key UsesMaxPictureSettings.
ritsuka
2014-11-23
1
-4
/
+1
*
MacGui: removed 4 unneeded AutoCrop* ivars.
ritsuka
2014-11-23
1
-16
/
+8
*
MacGui: moved the "add preset" window to its own window controller class. Kee...
ritsuka
2014-11-23
1
-124
/
+77
*
MacGui: updated the "add all to queue" alert to say it will use the current p...
ritsuka
2014-11-16
1
-1
/
+1
*
MacGui: convert the TrackDRCSlider value to a double instead of an int.
ritsuka
2014-11-13
1
-4
/
+4
*
MacGui: fixed an issue where the preset drawer would not open if the "Preset ...
ritsuka
2014-11-11
1
-13
/
+15
*
MacGui: revert the formats names to "MP4 File"/"MKV File" .
ritsuka
2014-11-02
1
-1
/
+14
*
MacGui: do not set the same value twice in the job dict (ChapterStart/Chapter...
ritsuka
2014-11-02
1
-8
/
+2
*
MacGui: pass only the tracks array to the addTracksFromQueue: method, no need...
ritsuka
2014-11-02
1
-1
/
+1
*
MacGui: removed two useless array creation and made a copy of the trackSelect...
ritsuka
2014-11-02
1
-2
/
+2
*
MacGui: remove a unused check for the Mp4LargeFile option.
ritsuka
2014-11-02
1
-14
/
+1
*
MacGui: workaround for a bug in [[NSApplication sharedApplication] applicatio...
ritsuka
2014-10-23
1
-1
/
+7
*
MacGui: fixed another numbers of warnings.
ritsuka
2014-10-23
1
-1
/
+1
*
MacGui: fix preview deinterlace display. The new deinterlace setting was set ...
ritsuka
2014-09-12
1
-3
/
+3
*
MacGui: fixed the denoise custom options string.
ritsuka
2014-09-02
1
-2
/
+2
*
MacGui: fix denies in preview jobs.
ritsuka
2014-09-01
1
-1
/
+1
*
MacGui: use the menu item tag to select the item of the format popup button.
ritsuka
2014-08-29
1
-10
/
+9
*
MacGui: set the NSOnState on the selected preset menu item.
ritsuka
2014-08-29
1
-15
/
+17
*
MacGui: removed the PresetIndexNum from the queue job dict.
ritsuka
2014-08-27
1
-17
/
+4
*
MacGui: aligns the time/start textfield in the main window.
ritsuka
2014-08-25
1
-5
/
+12
*
MacGui: store the audio and subtitles defaults in each queue item so they can...
ritsuka
2014-08-25
1
-28
/
+29
*
MacGui: toggle the Advanced tab when the prefs setting changes.
ritsuka
2014-08-25
1
-0
/
+33
*
MacGui: removed the “Large file size” checkbox.
ritsuka
2014-08-23
1
-22
/
+5
*
MacGui: fixed auto naming for dvd sources.
ritsuka
2014-08-22
1
-1
/
+13
*
MacGui: removed an unnecessary NSBox in the Advanced tab.
ritsuka
2014-08-22
1
-1
/
+1
*
MacGui: renamed HB*Settings classes to HB*Defaults. Added a “…” char to...
ritsuka
2014-08-22
1
-1
/
+1
*
MacGui: remapped lavcOption to VideoOptionExtra.
ritsuka
2014-08-21
1
-1
/
+1
*
MacGui: generalize video preset/tune/profile/level handling to make it works ...
ritsuka
2014-08-21
1
-23
/
+14
*
MacGui: set the tab views directly instead of adding a subview in the main wi...
ritsuka
2014-08-20
1
-25
/
+4
*
MacGui: added a HBDockTile class to manage the dock tile.
ritsuka
2014-08-20
1
-91
/
+60
[next]