Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | work: fix hang in p-to-p encoding | John Stebbins | 2016-01-14 | 1 | -0/+9 |
| | |||||
* | MacGui: disk -> disc, plus a bunch of NSLocalizedString. | Damiano Galassi | 2016-01-14 | 2 | -20/+20 |
| | |||||
* | MacGui: remove the browsedSourceDisplayName ivar in HBController. | Damiano Galassi | 2016-01-12 | 3 | -19/+23 |
| | |||||
* | MacGui: show a warning the first time a user try to scan a bluray directly too. | Damiano Galassi | 2016-01-10 | 1 | -14/+18 |
| | |||||
* | MacGui: rework the way HBController scans, remove an ivar and move some ↵ | Damiano Galassi | 2016-01-10 | 3 | -314/+323 |
| | | | | unrelated code to HBUtilites. | ||||
* | MacGui: add rotate filter support to HBJob. | Damiano Galassi | 2016-01-10 | 3 | -0/+23 |
| | |||||
* | MacGui: add bluray detection to HBDVDDetector. | Damiano Galassi | 2016-01-09 | 2 | -38/+60 |
| | |||||
* | MacGui: correctly update the checked item in the presets menu after an ↵ | Damiano Galassi | 2016-01-09 | 1 | -2/+33 |
| | | | | undo/redo. | ||||
* | MacGui: added some error logs to the queue. | Damiano Galassi | 2016-01-09 | 2 | -8/+8 |
| | |||||
* | MacGui: rename File -> Close to Close Window. | Damiano Galassi | 2016-01-09 | 1 | -3/+3 |
| | |||||
* | WinGui: Fix an issue where the framerate shaper wasn't applied when the ↵ | sr55 | 2016-01-05 | 1 | -7/+5 |
| | | | | framerate was same as source. | ||||
* | WinGui: Fixed an issue that was preventing the h264 level combo displaying ↵ | sr55 | 2016-01-05 | 1 | -1/+1 |
| | | | | for quicksync h264 | ||||
* | WinGui: Don't set mixdown to dpl2 for Passthru. Should now use internal ↵ | sr55 | 2016-01-03 | 2 | -3/+3 |
| | | | | libhb defaults. | ||||
* | WinGui: Presets: Fix loading of container type. | sr55 | 2016-01-03 | 1 | -0/+3 |
| | |||||
* | LinGui: clean up copyright and license comments | John Stebbins | 2016-01-03 | 38 | -170/+544 |
| | |||||
* | LinGui: update copyright date in translation files | John Stebbins | 2016-01-03 | 13 | -35/+35 |
| | |||||
* | Merge pull request #48 from bradleysepos/copyright | John Stebbins | 2016-01-03 | 134 | -140/+140 |
|\ | | | | | Update copyright dates to 2016. | ||||
| * | Update copyright dates to 2016. | Bradley Sepos | 2016-01-01 | 134 | -140/+140 |
| | | |||||
* | | presets: fix PicturePAR import | John Stebbins | 2016-01-02 | 1 | -1/+1 |
|/ | | | | ... when it is a "number" stored as a string. | ||||
* | using dispatcher from https://github.com/lu-zero/mfx_dispatch | Max Dmytrychenko | 2015-12-27 | 5 | -9/+9 |
| | |||||
* | Minor Doc Updates | Scott | 2015-12-27 | 3 | -8/+5 |
| | |||||
* | WinGui: Some API and warnings cleanup. | Scott | 2015-12-27 | 25 | -135/+305 |
| | |||||
* | WinGui: Missing changes from previous checking that was fixing queue edit bugs. | Scott | 2015-12-27 | 1 | -3/+4 |
| | |||||
* | WinGui: Couple of fixes for the Edit Queue feature. (Video Tune, Video ↵ | Scott | 2015-12-27 | 3 | -21/+57 |
| | | | | | | Bitrate, Video Preset and Framerate) options were not setting correctly. In addition, if the app recovers the queue, it will by default enable the whole UI now. This is needed particularly with the in-line queue when enabled. | ||||
* | libhb: use LL for int64 constants to make mingw happy | John Stebbins | 2015-12-26 | 6 | -16/+16 |
| | |||||
* | libhb: Remove stray UTF-8 BOM character from lang.c. | Bradley Sepos | 2015-12-25 | 1 | -1/+1 |
| | |||||
* | LinGui: fix live preview range selection | John Stebbins | 2015-12-20 | 1 | -1/+1 |
| | | | | Off by one error... | ||||
* | WinGui: Some fixes around the preset audio / subtitle configure default ↵ | Scott | 2015-12-15 | 1 | -7/+17 |
| | | | | settings not being loaded correctly. | ||||
* | WinGui: Fix an issue with the Subtitle Burn In Behavior dropdown not being ↵ | Scott | 2015-12-14 | 1 | -3/+1 |
| | | | | selected correctly on preset change and first load. | ||||
* | WinGui: Ability to Force Preset updates change tidy up | Scott | 2015-12-14 | 4 | -4/+20 |
| | |||||
* | WinGui: Re-implement the ability to force a preset upgrade on nightly build ↵ | Scott | 2015-12-14 | 3 | -76/+99 |
| | | | | users. | ||||
* | MacGui: add an exception to enable http connections to handbrake.fr | Damiano Galassi | 2015-12-14 | 1 | -0/+13 |
| | |||||
* | MacGui: realign the views in the add preset window, disable the resize ↵ | Damiano Galassi | 2015-12-14 | 3 | -111/+40 |
| | | | | button in the main window and realign things in the prefs. | ||||
* | WinGui: Fix an issue where presets crop settings could be incorrectly stored ↵ | Scott | 2015-12-12 | 1 | -1/+1 |
| | | | | for fresh installs of the app until the user reset built-in presets manually. | ||||
* | WinGui: Cosmetic fixes on the Video and Audio Tabs. Bug fix with the Fast ↵ | Scott | 2015-12-12 | 8 | -9/+46 |
| | | | | Decode checkbox not setting correctly all the time. Improved scan cancel handling. | ||||
* | MacGui: show a focus ring around the main window when a file is dragged over ↵ | Damiano Galassi | 2015-12-12 | 7 | -86/+143 |
| | | | | it, and move the advanced tab at the end. | ||||
* | MacGui: add a 'view' menu with the standard menu items and some keyboard ↵ | Damiano Galassi | 2015-12-12 | 2 | -3/+65 |
| | | | | shortcuts to switch between the main window tabs. | ||||
* | reader: fix stream discontinuity splicing... | John Stebbins | 2015-12-09 | 1 | -3/+9 |
| | | | | | | | Splicing of buffers that got duplicated to multiple output fifos was broken. Caused https://forum.handbrake.fr/viewtopic.php?f=11&t=33666 | ||||
* | Merge pull request #38 from Rodeo314/atmos | Rodeo314 | 2015-12-08 | 8 | -0/+181 |
|\ | | | | | TrueHD: properly skip Atmos substreams | ||||
| * | libav: rename patches after last commit. | Tim Walker | 2015-11-21 | 8 | -0/+0 |
| | | |||||
| * | libav: backport fixes for Dolby Atmos streams. | Tim Walker | 2015-11-21 | 1 | -0/+181 |
| | | | | | | | | | | Atmos data isn't decoded, but it's properly skipped now (no more errors and log spam, should make scan way faster for such tracks). | ||||
* | | Merge pull request #40 from Rodeo314/auxdata | Rodeo314 | 2015-12-08 | 1 | -0/+23 |
|\ \ | | | | | | | libav: remove a pointless check in the DTS decoder. | ||||
| * | | libav: remove a pointless check in the DTS decoder. | Tim Walker | 2015-11-22 | 1 | -0/+23 |
| |/ | | | | | | | | | | | The check resulted in an error with many real-world streams, which are otherwise perfectly valid. The auxiliary data length is not reliable and/or the ETSI DTS specification is incorrect. | ||||
* | | MacGui: remove an unused 'Resources (unused)' group from the Xcode project. | Damiano Galassi | 2015-12-05 | 1 | -16/+0 |
| | | |||||
* | | MacGui: default to custom picture size in the add preset sheet if the ↵ | Damiano Galassi | 2015-12-05 | 4 | -38/+62 |
| | | | | | | | | current job size is less than the maximum size. | ||||
* | | MacGui: add a space between the Queue and the Start toolbar items. | Damiano Galassi | 2015-12-05 | 1 | -3/+4 |
| | | |||||
* | | MacGui: fixed the table view header height on OS X versions older than 10.11. | Damiano Galassi | 2015-12-05 | 3 | -11/+10 |
| | | |||||
* | | MacGui: use a view-based outline view in the presets drawer. | Damiano Galassi | 2015-12-05 | 2 | -56/+66 |
| | | |||||
* | | Merge pull request #43 from lameventanas/master | John Stebbins | 2015-12-04 | 1 | -8/+8 |
|\ \ | | | | | | | Fix bashism in autoconf script that leads to build failure unless /bin/sh is bash. | ||||
| * | | Fix bashism in autoconf script that leads to build failure unless bash is ↵ | lameventanas | 2015-12-04 | 1 | -8/+8 |
|/ / | | | | | | | /bin/sh. |