Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MacGui: use hb_generate_filter_settings() to generate the right settings ↵ | Damiano Galassi | 2016-01-25 | 1 | -2/+7 |
| | | | | string for the rotate filter. | ||||
* | Merge pull request #60 from jstebbins/rotate | John Stebbins | 2016-01-25 | 3 | -435/+142 |
|\ | | | | | rotate: use libavfilter | ||||
| * | rotate: use libavfilter | John Stebbins | 2016-01-25 | 3 | -435/+142 |
|/ | |||||
* | libhb: fix crash in hb_filter_info_close | John Stebbins | 2016-01-24 | 1 | -1/+4 |
| | | | | filter info can be null, which caused a crash | ||||
* | MacGui: fix the audio description string encoding. | Damiano Galassi | 2016-01-24 | 1 | -8/+6 |
| | |||||
* | WinGui: Fix an issue loading the language lists in the Audio / Subtitle ↵ | sr55 | 2016-01-23 | 2 | -194/+210 |
| | | | | default tabs. | ||||
* | libhb: do not add invalid audio encoders to audio list | John Stebbins | 2016-01-22 | 1 | -18/+19 |
| | | | | | | hb_audio_add() did not check that an encoder exists before stripping away the passthru flag when source audio was not compatible with requested passthru codec. | ||||
* | qsv: fix build with qsv enabled | John Stebbins | 2016-01-22 | 1 | -1/+1 |
| | | | | missing ';' | ||||
* | Add libavfilter.a to the Xcode project link phase. | Damiano Galassi | 2016-01-22 | 1 | -0/+6 |
| | |||||
* | Merge pull request #28 from jstebbins/avfilter | John Stebbins | 2016-01-21 | 22 | -315/+1355 |
|\ | | | | | Add libavfilter support | ||||
| * | libhb: Add libavfilter support and pad filter | John Stebbins | 2016-01-21 | 22 | -315/+1355 |
|/ | | | | | | | | | | | | | | New filter types HB_FILTER_AVFILTER and HB_FILTER_PAD. Settings for HB_FILTER_AVFILTER are the same as you would pass to avconv from the command line -vf option, except that we do not support multi-input or multi-output filters. Settings for HB_FILTER_PAD are "width:height:color:x_offset:y_offset". width x height is the size of the output frame after padding. color may be a w3c color name or RGB value (default black). x_offset, y_offset is the position of the video within the padded area (default centered). Any of the values may be omitted or "auto". | ||||
* | sync: fix hang in ssa subtitle sync | John Stebbins | 2016-01-21 | 1 | -1/+5 |
| | | | | Failed to pass along EOF buffer. | ||||
* | Merge pull request #34 from jstebbins/sync | John Stebbins | 2016-01-21 | 9 | -1212/+1657 |
|\ | | | | | sync: gut and rewrite | ||||
| * | sync: gut and rewrite | John Stebbins | 2016-01-21 | 9 | -1212/+1657 |
|/ | | | | | | | | | | | sync.c was difficult to read, fragile, and prone to difficult to diagnose bugs (see https://forum.handbrake.fr/viewtopic.php?f=12&t=33147) This rewrite simplifies the code, removes signals, locking and yield that probably cause the above problem and is much more flexible. It fixes a wider variety of timestamp issues than before and is much easier to extend if other timestamp analysis is desired. | ||||
* | MacGui: cosmetics. | Damiano Galassi | 2016-01-21 | 1 | -1/+2 |
| | |||||
* | MacGui: add a key equivalent to the 'don't quit' button of the quit alert. | Damiano Galassi | 2016-01-21 | 1 | -0/+1 |
| | |||||
* | MacGui: always show the 'scan only title' view in the open panel, 10.11 ↵ | Damiano Galassi | 2016-01-21 | 1 | -0/+5 |
| | | | | hides it by default. | ||||
* | libhb: fix hang during subtitle scan | John Stebbins | 2016-01-19 | 2 | -2/+9 |
| | |||||
* | LinGui: remove unnecessary audio mixdown warning | John Stebbins | 2016-01-18 | 1 | -28/+0 |
| | | | | | When adding multiple items to the queue, this popup was just an annoyance. | ||||
* | WinGui: Unsaved file | sr55 | 2016-01-17 | 1 | -1/+0 |
| | |||||
* | WinGui: Fix an issue reloading "None" anamorphic setting on presets during ↵ | sr55 | 2016-01-17 | 1 | -1/+2 |
| | | | | app startup. | ||||
* | WinGui: Fix Preset json file import. | sr55 | 2016-01-17 | 2 | -6/+7 |
| | |||||
* | Merge pull request #45 from RandomEngy/master | Scott | 2016-01-17 | 1 | -170/+170 |
|\ | | | | | Adding native language names to lang.c . | ||||
| * | Updating header from lang.h to lang.c . | RandomEngy | 2015-12-27 | 1 | -1/+1 |
| | | |||||
| * | Adding native language names to lang.c . | RandomEngy | 2015-12-26 | 1 | -169/+169 |
| | | |||||
* | | WinGui: QuickSync H265 supports levels. | sr55 | 2016-01-17 | 1 | -1/+1 |
| | | |||||
* | | MacGui: check if the activity log is not nil before adding it to ↵ | Damiano Galassi | 2016-01-16 | 2 | -4/+10 |
| | | | | | | | | HBOutputRedirect. | ||||
* | | CLI: fix data type of json key NormalizeMixLevel | John Stebbins | 2016-01-15 | 1 | -2/+2 |
| | | | | | | | | Fixes https://github.com/HandBrake/HandBrake/issues/53 | ||||
* | | sync: fix typo that could result in dropping subtitles | John Stebbins | 2016-01-15 | 1 | -1/+1 |
| | | |||||
* | | MacGui: batch the preview updates so we don't reload the same preview ↵ | Damiano Galassi | 2016-01-15 | 1 | -1/+16 |
| | | | | | | | | multiple times. | ||||
* | | MacGui: pass the main window undomanager to the preview window. | Damiano Galassi | 2016-01-15 | 5 | -1/+41 |
| | | |||||
* | | work: fix failure to die upon canceled encode | John Stebbins | 2016-01-15 | 1 | -1/+2 |
| | | |||||
* | | MacGui: update the preview window to reflect the rotate filter state. | Damiano Galassi | 2016-01-15 | 3 | -6/+71 |
| | | |||||
* | | MacGui: add the rotate filter to the picture tab. | Damiano Galassi | 2016-01-15 | 4 | -73/+98 |
| | | |||||
* | | Change the PictureRotate key to be a string. | Damiano Galassi | 2016-01-15 | 2 | -2/+2 |
| | | |||||
* | | 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 |
| | |