Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libav: add lame dependency | John Stebbins | 2015-10-28 | 1 | -1/+1 |
| | |||||
* | MacGui: annotate the type of some arrays, and check the count of the input ↵ | Damiano Galassi | 2015-10-28 | 7 | -16/+19 |
| | | | | jobs in HBQueueController addJobsFromArray:, so we don't add an empty undo command. | ||||
* | MacGui: add some subtitles tracks to the fake title used in tests. | Damiano Galassi | 2015-10-28 | 3 | -46/+30 |
| | |||||
* | MacGui: switched the audio defaults track tableview to view based, and fixed ↵ | Damiano Galassi | 2015-10-28 | 6 | -310/+377 |
| | | | | a number of typo. | ||||
* | Merge pull request #19 from jstebbins/ana-custom | John Stebbins | 2015-10-26 | 4 | -78/+155 |
|\ | | | | | Fix bizarre custom anamorphic behavior | ||||
| * | Double HB_MAX_WIDTH/HEIGHT | John Stebbins | 2015-10-26 | 1 | -2/+2 |
| | | | | | | | | Per BradleyS suggestion | ||||
| * | Enforce min/max dimensions | John Stebbins | 2015-10-26 | 3 | -68/+136 |
| | | | | | | | | | | | | In both hb_set_anamorphic_size and hb_get_preview, check that image dimensions are > 32x32 and < 10240x10240. This should help to prevent crashes with unusual dimensions settings. | ||||
| * | LinGui: don't call hb_get_preview2 with outragious dimensions | John Stebbins | 2015-10-26 | 1 | -5/+27 |
| | | |||||
| * | libhb: prevent crashes in hb_get_preview2 | John Stebbins | 2015-10-26 | 1 | -1/+23 |
| | | | | | | | | | | | | Try to avoid failures to initialize sws context by setting minimum dimensions. And if initialization does fail, exit gracefully instead of crashing in sws_scale. | ||||
| * | LinGui: custom-ana reduce PAR when it's modified indirectly | John Stebbins | 2015-10-26 | 1 | -0/+2 |
| | | | | | | | | | | If PAR is indirectly changed through the user changing storage or display width and height, reduce PAR to minimum num and den. | ||||
| * | Fix bizarre custom anamorphic behavior | John Stebbins | 2015-10-26 | 2 | -44/+7 |
|/ | | | | | | When "keep aspect" is unset in custom anamorphic, it was making very uintuitive changes to PAR. This simplifies the code and makes the behavior more sane. | ||||
* | Merge pull request #22 from jstebbins/lame | John Stebbins | 2015-10-26 | 6 | -232/+8 |
|\ | | | | | lame: Use libav wrapper to encode mp3lame | ||||
| * | lame: Use libav wrapper to encode mp3lame | John Stebbins | 2015-10-26 | 6 | -232/+8 |
|/ | | | | | | | | | | Fixes https://forum.handbrake.fr/viewtopic.php?f=12&t=33345 Some players expect each packet to start on an mp3 frame header. Our mp3lame encoder did not ensure this and resulted in failure to play audio on these players. libav already has the necessary code to parse headers and accumulate a full frame of data, so use it. | ||||
* | MacGui: remove the daily and monthly update check option. | Damiano Galassi | 2015-10-25 | 3 | -58/+43 |
| | |||||
* | MacGui: add some simple tests for the undo/redo implementation of HBJob. | Damiano Galassi | 2015-10-25 | 3 | -2/+198 |
| | |||||
* | MacGui: change the title selection sheet to use a view-based table view. | Damiano Galassi | 2015-10-25 | 3 | -98/+177 |
| | |||||
* | MacGui: align some UI elements. | Damiano Galassi | 2015-10-25 | 3 | -9/+10 |
| | |||||
* | MacGui: switch the audio table to a view-based one. | Damiano Galassi | 2015-10-25 | 2 | -248/+347 |
| | |||||
* | Improving the Deinterlace / Decomb Filters Tab UI. Now uses the same ↵ | Scott | 2015-10-24 | 12 | -99/+197 |
| | | | | "presets / custom" format that the other UI's do. | ||||
* | Update HandBrakeCLI to read presets.json on Windows. This is the file that ↵ | Scott | 2015-10-24 | 1 | -2/+2 |
| | | | | | | windows gui stores all presets in now. This should allow the CLI to read GUI presets now. | ||||
* | Adding a "When Done" Label and Context Menu to the Main Screen status bar. | Scott | 2015-10-24 | 8 | -10/+88 |
| | | | | This should make it more obvious to users that they have a "When done" action turned on, especially when coming back to the app after a period of time. | ||||
* | Tidy up some code for the new inline queue view. | Scott | 2015-10-24 | 3 | -26/+0 |
| | |||||
* | Improve the In-line queue display. | Scott | 2015-10-24 | 8 | -21/+336 |
| | |||||
* | Initial commit to allow the Queue Window to be embedded in the main window. ↵ | Scott | 2015-10-24 | 12 | -352/+136 |
| | | | | Still some UX/UI stuff to tidy up later. | ||||
* | MacGui: improve subtitles defaults undo support. | Damiano Galassi | 2015-10-24 | 3 | -10/+22 |
| | |||||
* | MacGui: add type parameter to some arrays. | Damiano Galassi | 2015-10-24 | 3 | -5/+7 |
| | |||||
* | MacGui: add redo/undo supports to the audio part of HBJob. | Damiano Galassi | 2015-10-24 | 15 | -142/+295 |
| | |||||
* | Merge pull request #27 from bradleysepos/build | Bradley Sepos | 2015-10-23 | 1 | -1/+5 |
|\ | | | | | contrib: Update to CMake 3.3.2. | ||||
| * | contrib: Update to CMake 3.3.2. | Bradley Sepos | 2015-10-23 | 1 | -1/+5 |
|/ | | | | Must configure with --system-curl for OS X 10.10.x with Xcode 7.1. | ||||
* | libhb: Add rebeccapurple to color map. | Bradley Sepos | 2015-10-23 | 1 | -0/+1 |
| | |||||
* | MacGui: rewrote the subtitles tab to use bindings, view-based table view and ↵ | Damiano Galassi | 2015-10-22 | 12 | -977/+1159 |
| | | | | to support undo/redo. | ||||
* | 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 |
| | |