Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MacGui: align the chapters title textfield. | Damiano Galassi | 2015-10-22 | 1 | -3/+3 |
| | |||||
* | MacGui: partial undo/redo support in the defaults sheets. | Damiano Galassi | 2015-10-22 | 8 | -6/+245 |
| | |||||
* | libhb: fix dereference of null pointer | John Stebbins | 2015-10-20 | 1 | -1/+2 |
| | |||||
* | CLI: silence uninitialized variable warnings | John Stebbins | 2015-10-20 | 1 | -8/+8 |
| | | | | | None of these variables are actually unintialized, but the compiler couldn't figure this out. | ||||
* | libhb: Fix potentially uninitialized variable | John Stebbins | 2015-10-20 | 1 | -0/+2 |
| | |||||
* | MacGui: added undo/redo support to the video, picture, filters, chapters and ↵ | Damiano Galassi | 2015-10-20 | 16 | -106/+508 |
| | | | | range parts of HBJob. | ||||
* | MacGui: expose a property to set the log level in HBCore. | Damiano Galassi | 2015-10-20 | 2 | -0/+13 |
| | |||||
* | Merge pull request #21 from jstebbins/grayscale | John Stebbins | 2015-10-19 | 12 | -36/+294 |
|\ | | | | | grayscale: make it a real filter | ||||
| * | grayscale: wingui changes | John Stebbins | 2015-10-16 | 3 | -7/+8 |
| | | |||||
| * | macui: add grayscale filter | John Stebbins | 2015-10-15 | 1 | -2/+7 |
| | | |||||
| * | grayscale: make it a real filter | John Stebbins | 2015-10-14 | 8 | -27/+279 |
| | | | | | | | | | | It only worked properly with the x264 encoder. Now it works with all encoders. | ||||
* | | ports: make hb_opendir param const | John Stebbins | 2015-10-19 | 2 | -2/+2 |
| | | |||||
* | | LinGui: fix g++ configure probe | John Stebbins | 2015-10-19 | 1 | -1/+1 |
| | | |||||
* | | MacGui: rename the 'send to app' preference keys and removed the default app. | Damiano Galassi | 2015-10-19 | 3 | -9/+12 |
| | | |||||
* | | MacGui: fixed the 'Send file to' preference. | Damiano Galassi | 2015-10-19 | 1 | -3/+3 |
| | | |||||
* | | MacGui: improved queue with undo/redo support for adding/removing jobs, and ↵ | Damiano Galassi | 2015-10-19 | 14 | -357/+575 |
| | | | | | | | | added a icon for failed encode. | ||||
* | | MacGui: add a recursive lock to HBDistributedArray. | Damiano Galassi | 2015-10-19 | 2 | -7/+32 |
| | | |||||
* | | MacGui: add a canceled state to HBJob | Damiano Galassi | 2015-10-19 | 1 | -1/+2 |
| | | |||||
* | | Remove obsolete InstantHandBrake project. | Damiano Galassi | 2015-10-17 | 24 | -6837/+0 |
| | | |||||
* | | MacGui: remove the Base.lproj folder because base localizations require ↵ | Damiano Galassi | 2015-10-17 | 19 | -7944/+0 |
| | | | | | | | | 10.8, and we still support 10.7. | ||||
* | | MacGui: renamed the built-in preset menu item to 'Reset Built-in Presets'. | Damiano Galassi | 2015-10-17 | 2 | -5/+5 |
| | | |||||
* | | Merge pull request #20 from jstebbins/mux-merge | John Stebbins | 2015-10-16 | 1 | -1/+23 |
|\ \ | | | | | | | mux: flush cached buffers when closing | ||||
| * | | mux: simplify muxFlush | John Stebbins | 2015-10-14 | 1 | -11/+4 |
| | | | |||||
| * | | mux: flush cached buffers when closing | John Stebbins | 2015-10-14 | 1 | -1/+30 |
| | | | | | | | | | | | | | | | | | | | | | When an encode is cancelled, cached mux buffers are not currently written to the output file. Since we don't start writing output till 50MB of data has been cached, this can result in no data being written when an encode is cancelled early. | ||||
* | | | Completely re-factored the preset file storage to use the same format as the ↵ | Scott | 2015-10-16 | 7 | -248/+224 |
| | | | | | | | | | | | | | | | | | | Mac and Linux GUI's. You can now copy the file between platforms and it should load correctly. WARNING: Any current presets will be lost when you install this or any later build as the format is not backwards compatible and there is no upgrade path. | ||||
* | | | Fixing the storage of user presets. Need to confirm PresetContainer format. | Scott | 2015-10-16 | 1 | -1/+3 |
| | | | |||||
* | | | 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 |
| |