Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactoring the Preset service to store the Built-In Presets and User ↵ | Scott | 2015-10-16 | 5 | -69/+77 |
| | | | | Presets in the new version of the JSON format. This allows HandBrakeCLI to use the presets stored by the GUI. | ||||
* | LinGui: fix "margin-start" run-time warning on gtk 3.10 | John Stebbins | 2015-10-16 | 1 | -1/+1 |
| | |||||
* | MacGui: do not try to import a preset even if the cancel button was clicked. | Damiano Galassi | 2015-10-16 | 1 | -12/+15 |
| | |||||
* | MacGui: cleanup the csv import/export code and the chapters view controller. | Damiano Galassi | 2015-10-16 | 2 | -118/+95 |
| | |||||
* | MacGui: add a test for custom anamorphic | Damiano Galassi | 2015-10-16 | 2 | -6/+22 |
| | |||||
* | MacGui: align the presets view to the top | Damiano Galassi | 2015-10-16 | 1 | -8/+8 |
| | |||||
* | LinGui: Fix filter tab on gtk 3.10 | John Stebbins | 2015-10-15 | 1 | -2/+31 |
| | | | | Gtk versions prior to 3.12 do not support GtkFlowBox | ||||
* | MacGui: added accessibility text to the preferences popup buttons. | Damiano Galassi | 2015-10-15 | 1 | -17/+17 |
| | |||||
* | LinGui: Put filters in their own pane | John Stebbins | 2015-10-14 | 3 | -1125/+1029 |
| | | | | | And rearage their order to follow the order they are applied in during encoding. | ||||
* | LinGui: add clang support | John Stebbins | 2015-10-14 | 1 | -3/+3 |
| | |||||
* | Merge pull request #17 from jstebbins/multiline-tx3g | John Stebbins | 2015-10-13 | 1 | -14/+1 |
|\ | | | | | tx3g: remove 2 line limit | ||||
| * | tx3g: remove 2 line limit | John Stebbins | 2015-10-12 | 1 | -14/+1 |
| | | | | | | | | This is no longer a problem with new versions of iOS and QuickTime | ||||
* | | MacGui: save and read the pixel aspect ratio from a preset | Damiano Galassi | 2015-10-13 | 1 | -2/+9 |
| | | |||||
* | | MacGui: add a new method to create a copy of a HBPreset instance, and added ↵ | Damiano Galassi | 2015-10-13 | 2 | -5/+40 |
| | | | | | | | | back a method that had been inadvertently deleted. | ||||
* | | MacGui: fix HBMutablePreset header | Damiano Galassi | 2015-10-13 | 2 | -14/+10 |
| | | |||||
* | | MacGui: remove some HBPreset -> NSDictionary conversions and add a mutable ↵ | Damiano Galassi | 2015-10-13 | 18 | -101/+166 |
| | | | | | | | | version of HBPreset. | ||||
* | | MacGui: move the ivars from HBController.h to the -m file | Damiano Galassi | 2015-10-13 | 2 | -77/+64 |
| | | |||||
* | | Merge pull request #16 from jstebbins/x265-bump | John Stebbins | 2015-10-12 | 1 | -1/+1 |
|\ \ | |/ |/| | x265: update to version 1.8 | ||||
| * | x265: update to version 1.8 | John Stebbins | 2015-10-12 | 1 | -1/+1 |
|/ | | | | | | | | | | | | | | | | | | Speed improvements and bug fixes. New limit-refs This feature limits the references analysed for individual CUS. Provides a nice tradeoff between efficiency and performance. New aq-mode 3 A new aq-mode that provides additional biasing for low-light conditions. Improved scene cut detection logic that allows ratecontrol to manage visual quality at fade-ins and fade-outs better. modified tune grain Increases psyRdoq strength to 10.0, and rdoq-level to 2. | ||||
* | decsrt: don't combine > 2 lines into 2 | John Stebbins | 2015-10-12 | 1 | -28/+6 |
| | | | | | | This was originally done because > 2 lines is not supported in mp4 timed text. But this line combining is now performed only when necessary in muxavformat. | ||||
* | Remove invalid presets in presets_do() | Damiano Galassi | 2015-10-12 | 1 | -1/+1 |
| | |||||
* | MacGui: make preset backups when import upgrades presets and load them if ↵ | Damiano Galassi | 2015-10-10 | 1 | -25/+112 |
| | | | | UserPresets.json is newer than the HandBrake version. | ||||
* | 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. |