summaryrefslogtreecommitdiffstats
path: root/macosx/HBAdvancedController.m
Commit message (Expand)AuthorAgeFilesLines
* MacGui: run the Xcode "convert to modern objective-c" on the entire project.ritsuka2015-04-091-3/+3
* MacGui: convert the mac gui to Objective-C ARC.ritsuka2015-03-171-6/+1
* MacGui: fix build.ritsuka2014-12-231-0/+1
* MacGui: separate the video settings logic from the view controller. There are...ritsuka2014-12-181-12/+86
* MacGui: removed an unused var in HBAdvancedController.ritsuka2014-09-171-2/+0
* MacGui: generalize video preset/tune/profile/level handling to make it works ...ritsuka2014-08-211-31/+2
* MacGui: implemented the HBViewValidation protocol in each of the main window ...ritsuka2014-08-101-4/+4
* MacGUI: Refactored the controller code for the video/audio/subtitles/chapters...ritsuka2014-07-151-18/+8
* MacGUI: Varius warnings fixes:ritsuka2013-10-251-11/+11
* MacGUI: fixed a number of leaks/null-deferences/dead-code found by clang stat...ritsuka2013-10-151-3/+5
* MacGui: Advanced Options Cleanup window when Theora is chosen.dynaflash2012-02-201-4/+6
* MacGUI: fix typo + minor cleanup after the last few libavcodec/theora advance...Rodeo2012-02-201-1/+1
* MacGui: Fix an issue where lavc options were shown and passed when Theora was...dynaflash2012-02-191-0/+15
* MacGui: Add ffmpeg (lavc) advanced options text box to the advanced panel.dynaflash2012-02-091-2/+10
* MacGUI: Advanced panel: remove unnecessary checks when hiding the psy sliders.Rodeo2011-08-151-10/+4
* MacGui / LinGui: Add subme 11 to both ui's now that x264 has it. This way ......dynaflash2011-08-031-1/+2
* MacGui: fix alignment of the widgets in the Advanced Panel.dynaflash2010-11-091-2/+1
* MacGui: Allow trellis and psy-trellis with cavlc since as of svn 3492 its now...dynaflash2010-08-251-41/+3
* MacGui: Advanced x264 panel overhaul. - Updates labelingjbrjake2010-06-181-193/+223
* MacGui: Add subme 10 to the subpixel motion estimation widget in the advanced...dynaflash2010-04-021-1/+1
* MacGui: Use 11 tick marks to represent 0-10 instead of 10, on psy sliders. Th...jbrjake2009-11-231-2/+2
* MacGui: Remove hosed up "NSString stringWithFormat :"in the advanced panel as...dynaflash2009-09-161-2/+2
* - Bumps x264 to r1195-5d75a9b. x264 has new default settings: subme 6->7, bfr...jbrjake2009-08-011-19/+21
* MacGui: Moves the tooltips for the x264 advanced tab from the .xib file to th...jbrjake2009-02-141-0/+80
* MacGui: Yet another x264 advanced controller change...rewording the b-adapt p...jbrjake2009-02-131-4/+4
* MacGui: Removes a bunch of redundant code from the x264 advanced option contr...jbrjake2009-02-131-538/+250
* MacGui: Hopefully this time the option hiding code for the advanced x264 tab ...jbrjake2009-02-131-9/+14
* MacGui: Restructures that x264 advanced option widget hiding method so it suc...jbrjake2009-02-131-141/+212
* MacGui: Being lazy and copying and pasting code never pays. Fixes an issue wi...jbrjake2009-02-121-1/+1
* MacGui: Oops, only trellis can hide psy-trellis now so it has to hide when se...jbrjake2009-02-121-1/+1
* MacGui: Adds a widget for adaptive b-frames to the x264 advanced tab.jbrjake2009-02-111-5/+52
* MacGui: Some changes to the method that fades in and out different widgets, t...jbrjake2009-02-111-28/+50
* MacGui: Adds slider widgets for Psy-RD and Psy-Trellis to the x264 advanced t...jbrjake2009-02-111-4/+130
* MacGui: Hides the merange widget on the advanced tab when the motion estimati...jbrjake2009-02-101-0/+18
* MacGui: Adds a popup menu item for Hadamard-transformed exhaustive motion est...jbrjake2009-02-101-3/+20
* Bumps x264 to r999, bringing with it, among other things, the removal of the ...jbrjake2008-10-091-88/+8
* MacGui:Oops. WTF was I hiding direct prediction in the advanced options based...jbrjake2008-09-251-28/+7
* MacGui: Fixes bug in x264 advanced options tab, that didn't blank out direct ...jbrjake2008-09-251-2/+5
* Brings MacGui in line with x264's new default subme of 6. Remember to update ...jbrjake2008-09-191-4/+4
* MacGui: Use nil instead of NULL. Patch by blindjimmy. http://handbrake.djgrap...ritsuka2008-07-281-10/+10
* MacGui: replace handbrake.m0k.org references with handbrake.fr in the entire ...dynaflash2008-04-151-1/+1
* MacGui: When selecting one x264 option disables another (like turning off CAB...jbrjake2008-03-121-1/+186
* Adds a bunch of code comments to the x264 option controller, in order to make...jbrjake2007-12-211-27/+147
* MacGui: cosmetic changes for the advanced x264opts controller source code. Re...jbrjake2007-12-091-595/+598
* MacGui: Fixes a small bug -- if a default value was selected twice for one of...jbrjake2007-11-091-3/+6
* MacGui: Move x264 advanced options code to a new class (HBAdvancedController)...ritsuka2007-09-071-0/+1052