| Commit message (Expand) | Author | Age | Files | Lines |
* | MacGui: fix loading preset which specify an advanced options string (rather t... | Rodeo | 2013-04-12 | 1 | -70/+87 |
* | MacGui: widen the preview window's HUD display by 10 pixels. | Rodeo | 2013-04-10 | 1 | -7/+7 |
* | MacGui: when switching from the x264 system to the advanced panel, populate t... | Rodeo | 2013-04-09 | 1 | -11/+17 |
* | MacGui: fix a bug when saving a preset, the x264 system is used but the unpar... | Rodeo | 2013-04-09 | 1 | -2/+9 |
* | MacGui: fix an issue where the advanced panel's widgets were not being popula... | Rodeo | 2013-04-07 | 1 | -0/+3 |
* | MacGUI: Fix a crash that happens when the Preview window backingScaleFactor c... | ritsuka | 2013-03-19 | 1 | -1/+2 |
* | MacGui: PictureComntroller reloadStillPreview, remove code that does nothing. | Rodeo | 2013-03-18 | 1 | -6/+1 |
* | Update the in-app icons to the new graphics | sr55 | 2013-03-18 | 46 | -83/+131 |
* | MacGui: fix crash in PictureController. | Rodeo | 2013-03-18 | 1 | -13/+18 |
* | hb_system_sleep: refactoring. | Rodeo | 2013-03-18 | 2 | -12/+12 |
* | MacGui: improve hb_system_sleep support. | Rodeo | 2013-03-18 | 2 | -26/+53 |
* | hb_system_sleep: allow/prevent sleep from the UI rather than libhb. | Rodeo | 2013-03-18 | 1 | -0/+3 |
* | MacGui: fix external SRT subtitles after last commit. | Rodeo | 2013-03-13 | 1 | -2/+2 |
* | MacGui: forbid including passthru PGS subtitle streams in MP4. | Rodeo | 2013-03-12 | 2 | -78/+195 |
* | MacGui: only show the global default preset in bold. | Rodeo | 2013-03-04 | 1 | -3/+3 |
* | MacGui: add default Auto Passthru settings to all presets. | Rodeo | 2013-03-04 | 1 | -82/+71 |
* | 2013 preset changes: | Rodeo | 2013-03-04 | 2 | -915/+960 |
* | MacGui: add a TODO. | Rodeo | 2013-03-04 | 1 | -0/+2 |
* | Add optional fdk-aac encoder | jstebbins | 2013-03-03 | 1 | -0/+6 |
* | CLI, MacGui: cosmetics. | Rodeo | 2013-03-01 | 1 | -11/+22 |
* | Improve scan progress granularity | jstebbins | 2013-03-01 | 1 | -11/+30 |
* | MacGui: open the URL to a specific, known version of libdvdcss. | Rodeo | 2013-02-27 | 1 | -1/+1 |
* | MacGui: Raise the maximum allowable previews from 30 to 60 in 5 preview incre... | dynaflash | 2013-02-20 | 1 | -22/+166 |
* | MacGui: Live Preview extend the live preview maximum duration to 240 seconds ... | dynaflash | 2013-02-19 | 1 | -0/+8 |
* | Audio dithering. | Rodeo | 2013-02-05 | 1 | -0/+2 |
* | MacGui: re enable deinterlaced still preview images when deinterlace is selec... | dynaflash | 2013-02-04 | 3 | -18/+40 |
* | MacGUI: add a missing else statement. Don't pass key event down the response ... | ritsuka | 2013-02-04 | 1 | -3/+4 |
* | MacGUI: make the control box in preview window 10 px larger to avoid splittin... | ritsuka | 2013-02-01 | 2 | -30/+38 |
* | MacGUI: Reworked a bit of HBPreviewController, the main differences are: | ritsuka | 2013-02-01 | 8 | -1727/+1759 |
* | MacGUI: Fix build on 10.6sdk. | ritsuka | 2013-01-31 | 1 | -0/+6 |
* | MacGUI: make the preview window HiDPI aware, so that the preview images will ... | ritsuka | 2013-01-30 | 2 | -16/+45 |
* | x264 preset system: miscellaneous improvements. | Rodeo | 2013-01-30 | 2 | -23/+20 |
* | MacGui: Remove extra space in encoding status line string for 1 pass encodes. | dynaflash | 2013-01-28 | 1 | -1/+9 |
* | MacGui: Add missing tooltips . Align and fix issues. | dynaflash | 2013-01-27 | 3 | -286/+422 |
* | MacGui: Fix a null placeholder upon launch in the x264 unparse string. | dynaflash | 2013-01-27 | 1 | -3/+10 |
* | Only show the warning about copy proteciton once. | sr55 | 2013-01-27 | 1 | -52/+13 |
* | Remove the deprecated VLC DYLD code | sr55 | 2013-01-27 | 1 | -76/+4 |
* | MacGui: sync built-in presets with the other UIs. | Rodeo | 2013-01-26 | 3 | -514/+227 |
* | MacGui: cosmetics: re-indent. | Rodeo | 2013-01-23 | 1 | -5/+5 |
* | MacUI: Fix crash caused by double free of advanced_opts | jstebbins | 2013-01-23 | 1 | -1/+1 |
* | MacGui: retain the current storage width and height and use it when unparsing... | Rodeo | 2013-01-16 | 2 | -6/+17 |
* | MacGui: free(NULL) is perfectly safe. | Rodeo | 2013-01-06 | 1 | -10/+7 |
* | MacGui: fAudioFallbackPopUp should be an NSPopUpButton. | Rodeo | 2013-01-06 | 1 | -1/+1 |
* | MacGui: fX264MediumPresetIndex is an index, not a pointer. | Rodeo | 2013-01-06 | 1 | -1/+1 |
* | MacGui: fix queue editing after adding the x264 preset system. | Rodeo | 2013-01-03 | 1 | -5/+24 |
* | MacGui: cosmetics. | Rodeo | 2013-01-03 | 1 | -6/+6 |
* | MacGui: add getters and setter for x264 preset system. | Rodeo | 2013-01-03 | 2 | -221/+273 |
* | MacGui: fix memory leak, more refactoring, bugfixes. | Rodeo | 2013-01-02 | 2 | -72/+87 |
* | MacGui: more refactoring, bugfixes. | Rodeo | 2013-01-02 | 3 | -189/+191 |
* | MacGui: fix fx264UseAdvancedOptionsCheck (hopefully). | Rodeo | 2013-01-02 | 3 | -10/+16 |