Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MacGui: show better error message to the user if a preset fails to import | Damiano Galassi | 2015-10-10 | 4 | -18/+76 |
| | |||||
* | MacGui: remove the deblock value 1 -> 5 special case | Damiano Galassi | 2015-10-10 | 1 | -10/+1 |
| | |||||
* | Updating the status to be consistent with the queue display. | Scott | 2015-10-10 | 3 | -12/+7 |
| | |||||
* | Adding Pass Count back onto the status bar. | Scott | 2015-10-10 | 3 | -6/+13 |
| | |||||
* | MacGui: remove the window and show text from the toolbar items title | Damiano Galassi | 2015-10-10 | 1 | -5/+6 |
| | |||||
* | MacGui: fix the picture panel not updating correctly | Damiano Galassi | 2015-10-10 | 1 | -1/+7 |
| | |||||
* | Updating for the new deinterlace/decomb preset keys. | Scott | 2015-10-09 | 2 | -51/+65 |
| | |||||
* | Merge pull request #15 from SeanMcG/upstream | Bradley Sepos | 2015-10-09 | 1 | -1/+1 |
|\ | | | | | configure: use gm4 as a synonym for GNU m4 | ||||
| * | configure: use gm4 as a synonym for GNU m4 | Sean McGovern | 2015-10-07 | 1 | -1/+1 |
| | | |||||
* | | MacGui: use the new deinterlate preset keys | Damiano Galassi | 2015-10-09 | 8 | -344/+240 |
| | | |||||
* | | LinGui: show warning dialog when loading backup presets | John Stebbins | 2015-10-09 | 1 | -8/+29 |
| | | |||||
* | | LinGui: make preset backups when import upgrades presets | John Stebbins | 2015-10-09 | 1 | -6/+43 |
| | | | | | | | | | | And attempt to load a backup if we recognize that presets were written with a more recent version of HandBrake than what is currently running. | ||||
* | | presets: add result to indicate if preset import modified presets | John Stebbins | 2015-10-09 | 4 | -13/+37 |
| | | | | | | | | | | This information is useful to the frontends in creation of preset backups. | ||||
* | | Make deinterlace/decomb behave similar to nlmeans/hqdn3d | John Stebbins | 2015-10-09 | 15 | -625/+397 |
| | | | | | | | | | | I.e. use a dropdown to select between the filters instead of a radio button. | ||||
* | | MacGui: fix the preview window position between restart | Damiano Galassi | 2015-10-09 | 2 | -3/+21 |
| | | |||||
* | | LinGui: button and menu uix improvements | John Stebbins | 2015-10-09 | 5 | -76/+115 |
| | | | | | | | | | | Make toolbar button order follow work flow better. Improve text of buttons and menues. | ||||
* | | MacGui: reorganize the Xcode project a bit | Damiano Galassi | 2015-10-09 | 1 | -44/+84 |
| | | |||||
* | | MacGui: add a duration column to the chapters table | Damiano Galassi | 2015-10-09 | 9 | -77/+204 |
| | | |||||
* | | LinGui: | John Stebbins | 2015-10-08 | 2 | -4/+18 |
| | | | | | | | | Fix inconsistencies in UI xml for different gtk versions. | ||||
* | | MacGui: fix the build on Xcode 6.4 for real | Damiano Galassi | 2015-10-08 | 1 | -2/+2 |
|/ | |||||
* | MacGui: fix build on Xcode 6.4 | Damiano Galassi | 2015-10-07 | 1 | -1/+1 |
| | |||||
* | LinGui: fix display of pending count... | John Stebbins | 2015-10-06 | 1 | -17/+23 |
| | | | | ... in queue toolbar button | ||||
* | MacGui: move some code out of HBPreviewController.m. Remember the windows ↵ | Damiano Galassi | 2015-10-06 | 7 | -361/+587 |
| | | | | size when going back from the Scale To Screen mode | ||||
* | LinGui: Oops | John Stebbins | 2015-10-06 | 1 | -1/+1 |
| | |||||
* | LinGui: improve behavior of queue, preview, and activity toggles | John Stebbins | 2015-10-06 | 5 | -75/+165 |
| | | | | | | | Put "View" menu items in the same order as toolbar toggle buttons. Make "View" menu items check boxes that mirror toolbar buttons. Change the label of the toolbar buttons to "Hide *" when activated and "Show *" when deactivated. | ||||
* | Merge pull request #14 from SeanMcG/upstream | Bradley Sepos | 2015-10-05 | 1 | -1/+12 |
|\ | | | | | cli: Always check result from *alloc() functions. | ||||
| * | cli: always check result from *alloc() functions | Sean McGovern | 2015-10-05 | 1 | -1/+12 |
|/ | |||||
* | LinGui: fix a filter validation issue | John Stebbins | 2015-10-05 | 2 | -4/+13 |
| | | | | ... and a crash when adding to the queue. | ||||
* | LinGui: fix filter display in queue list | John Stebbins | 2015-10-05 | 3 | -37/+86 |
| | | | | | Under some circumstances, incorrect filter preset values might have been shown. | ||||
* | LinGui: use libhb to validate filter settings | John Stebbins | 2015-10-05 | 3 | -116/+141 |
| | |||||
* | MacGui: rename a preference key and remove a duplicated log message about ↵ | Damiano Galassi | 2015-10-05 | 1 | -5/+2 |
| | | | | libdvdcss | ||||
* | MacGui: small UI alignments | Damiano Galassi | 2015-10-05 | 1 | -10/+10 |
| | |||||
* | Use the non deprecated kIOPMAssertPreventUserIdleSystemSleep assertion to ↵ | Damiano Galassi | 2015-10-05 | 1 | -1/+1 |
| | | | | prevent sleep on OS X. | ||||
* | contrib: Add libav patch that fixes vc1 decoder regression. | Bradley Sepos | 2015-10-03 | 1 | -0/+28 |
| | | | | | | The regression produced blocky artifacts. The commit this patch references has been in Libav master for over one year but somehow hasn't made it into Libav 11.x. HandBrake 0.10.x uses Libav 10.1; Libav 10.x branch isn't affected. | ||||
* | Merge pull request #13 from HandBrake/WinGui | Scott | 2015-10-03 | 6 | -120/+409 |
|\ | | | | | Adding some additional tooltips to the picture settings and video tabs. | ||||
| * | Adding some additional tooltips to the picture settings and video tabs. | Scott | 2015-10-03 | 6 | -120/+409 |
|/ | |||||
* | MacGui: add a lot of tooltips to the picture tab, taken from the linux gui | Damiano Galassi | 2015-10-03 | 1 | -10/+43 |
| | |||||
* | MacGui: change the picture tab label color to gray when no source is loaded | Damiano Galassi | 2015-10-03 | 3 | -12/+75 |
| | |||||
* | Merge pull request #12 from maximd33/upstream | Scott | 2015-10-02 | 1 | -7/+9 |
|\ | | | | | WinGui: draft set of options handling for QuickSyncH265, AVC replica for now | ||||
| * | WinGui: draft set of options handling for QuickSyncH265, AVC replica for now | Max Dmytrychenko | 2015-09-30 | 1 | -7/+9 |
| | | |||||
* | | Merge pull request #11 from maximd33/master | Scott | 2015-10-02 | 1 | -3/+3 |
|\ \ | | | | | | | better usage of MASK for feature detection, OR fix | ||||
| * | | fix .NET condition | Max Dmytrychenko | 2015-09-30 | 1 | -3/+3 |
| | | | |||||
| * | | better usage of MASK for feature detection, OR fix | Max Dmytrychenko | 2015-09-30 | 1 | -2/+2 |
| | | | |||||
| * | | better usage of MASK for feature detection | Max Dmytrychenko | 2015-09-30 | 1 | -2/+2 |
| |/ | |||||
* | | LinGui: more combo box generalization | John Stebbins | 2015-10-01 | 1 | -171/+119 |
| | | |||||
* | | LinGui: use libhb filter param lists | John Stebbins | 2015-10-01 | 1 | -99/+271 |
| | | | | | | | | | | Populate combo boxes from libhb param lists instead of duplicating info in LinGui. | ||||
* | | LinGui: generalize initialization of Combo boxes | John Stebbins | 2015-10-01 | 7 | -296/+535 |
| | | |||||
* | | MacGui: remove the link to libdvdcss | Damiano Galassi | 2015-09-30 | 1 | -16/+10 |
| | | |||||
* | | MacGui: add a way to differentiate a cancelled scan/encoded from a failed ↵ | Damiano Galassi | 2015-09-30 | 5 | -29/+27 |
| | | | | | | | | scan/encode | ||||
* | | MacGui: move start and pause after the queue buttons in the main window toolbar | Damiano Galassi | 2015-09-29 | 1 | -4/+4 |
| | |