Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | LinGui: remove unused 'active' variable | John Stebbins | 2019-01-14 | 1 | -2/+0 | |
| | ||||||
* | encavcodec: remove unused 'job' variable | John Stebbins | 2019-01-14 | 1 | -1/+0 | |
| | ||||||
* | encavcodec: respect inline_parameter_sets setting | John Stebbins | 2019-01-14 | 1 | -1/+4 | |
| | ||||||
* | ssautil: fix strndup on mingw | John Stebbins | 2019-01-14 | 3 | -3/+38 | |
| | ||||||
* | ssautil: remove debug printf | John Stebbins | 2019-01-14 | 1 | -1/+0 | |
| | ||||||
* | ssa: improve SSA to TX3G conversion | John Stebbins | 2019-01-14 | 8 | -443/+987 | |
| | | | | | We were only applying SSA inline override tags. With this patch we now parse SSA style descritions in the SSA header and apply them per event. | |||||
* | ports: fix memory corruption in hb_getline | John Stebbins | 2019-01-14 | 1 | -3/+7 | |
| | ||||||
* | LinGui: fix position of subtitle radio buttons | John Stebbins | 2019-01-14 | 1 | -2/+2 | |
| | ||||||
* | ports: move hb_getline to ports.c where it belongs | John Stebbins | 2019-01-14 | 4 | -69/+67 | |
| | ||||||
* | Add hb_getline since mingw doesn't have getline function | John Stebbins | 2019-01-14 | 3 | -2/+70 | |
| | ||||||
* | LinGui: add SSA import | John Stebbins | 2019-01-14 | 4 | -35/+92 | |
| | ||||||
* | decssasub: fix crash when filename is invalid | John Stebbins | 2019-01-14 | 1 | -20/+21 | |
| | ||||||
* | decssasub: fix subtitle start/stop time offset | John Stebbins | 2019-01-14 | 1 | -2/+2 | |
| | ||||||
* | Add SSA subtitle import | John Stebbins | 2019-01-14 | 17 | -161/+640 | |
| | ||||||
* | WinGui: Make the toolbar customisation options more discoverable by making ↵ | sr55 | 2019-01-14 | 5 | -9/+84 | |
| | | | | them preferences in the options screen. | |||||
* | WinGui: Removing a miss remnant of the old advanced tab. | sr55 | 2019-01-14 | 1 | -3/+0 | |
| | ||||||
* | WinGui: Make the MRU feature more useful. If the directory is not found, ↵ | sr55 | 2019-01-12 | 1 | -0/+18 | |
| | | | | check to see if the Parent directory exists. #1795 | |||||
* | WinGui: Minor tidyup in MVM. | sr55 | 2019-01-12 | 1 | -176/+11 | |
| | ||||||
* | WinGui: Strip out some legacy code for x264 options handling. | sr55 | 2019-01-12 | 21 | -8138/+5282 | |
| | ||||||
* | WinGui: Improve the quality of text rendering on the installer on high DPI ↵ | sr55 | 2019-01-11 | 2 | -0/+2 | |
| | | | | displays. | |||||
* | WinGui: Improvements to the installer. Fixed the issue where the ↵ | sr55 | 2019-01-11 | 4 | -4/+12 | |
| | | | | uninstaller could appear behind the installer. Updated the Background Image on the installer to the project logo. | |||||
* | decavcodec: fix more potential uses of uninitialized variables | Tim Walker | 2019-01-08 | 1 | -6/+6 | |
| | | | | | | Fixes a crash I experienced locally following 76f14dad963db46961ce3d425a102ac3d898ce10 Inspired by 3c95342a8cdf5b3b03d8b5e94ec099b0bc6a4f35 | |||||
* | contrib: Revert libvpx clang patch added in ↵ | Bradley Sepos | 2019-01-08 | 1 | -46/+0 | |
| | | | | | | e3817b13cfebce6f7542be6761bd9fa8b51e1005. I must have forgotten to `make libvpx.xclean` before building. | |||||
* | contrib: Fix potential assembly issues with libvpx and AVX-512. | Bradley Sepos | 2019-01-07 | 2 | -0/+50 | |
| | | | | Fixes cross compilation with gcc 8 and where clang is acting weird. | |||||
* | fix missing frames when transcoding m2ts files | John Stebbins | 2019-01-07 | 2 | -1/+68 | |
| | | | | Fixes https://github.com/HandBrake/HandBrake/issues/1611 | |||||
* | scripts: Update to mingw-w64-build 4.1.1. | Bradley Sepos | 2019-01-07 | 1 | -12/+36 | |
| | | | | Improves error reporting and allows use of sha256sum on systems without shasum. | |||||
* | LinGui: update ubuntu package build dependencies | John Stebbins | 2019-01-07 | 2 | -2/+2 | |
| | ||||||
* | flatpak: remove unnecessary dependencies | John Stebbins | 2019-01-06 | 3 | -25/+1 | |
| | ||||||
* | configure: fix LDProbe cleanup on mingw | John Stebbins | 2019-01-06 | 1 | -1/+5 | |
| | | | | | LDProbe tries to delete conftest, but should delete conftest.exe on mingw. So delete *both* in a try-catch block. | |||||
* | decavcodec: fix potential use of uninitialized variables | John Stebbins | 2019-01-05 | 1 | -2/+2 | |
| | ||||||
* | flatpak: update to freedesktop 18.08 platform/sdk | John Stebbins | 2019-01-05 | 2 | -31/+11 | |
| | ||||||
* | flatpak: fix x264 link errors in latest flatpak Sdk | John Stebbins | 2019-01-05 | 1 | -0/+4 | |
| | | | | | Latest flatpak freedesktop Sdk gcc uses PIE by default which requires that we build x264 with PIC | |||||
* | flatpak: fix access to gvfs mounted filesystems | John Stebbins | 2019-01-05 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | An additional access permission is needed to access the gvfs mount point. For the record, the "Right" (TM) way to do this is to use GtkFileChooserNative dialog which will automatically use the flatpak file chooser portal to access files. But this portal currently is missing features that would cripple HandBrake. These features are: 1. Folder selection. We require this for destination selection and for batch processing. 2. Set current highlighted file in file chooser browser. Without this, a user processing a series of videos that are all in the same foder has to navigate from the default "Recent files" selection to the folder where their files are for each file. Also note that GtkFileChooserNative transparently falls back to a regular file chooser when the action requested is not supported. So sometimes the user would have access to remote filesystems, and sometimes not with no obvious reason for the difference. Not a good user experience. | |||||
* | Cleanup callbacks.c | Pavel Shlyak | 2019-01-05 | 1 | -17/+2 | |
| | | | Refer https://github.com/HandBrake/HandBrake/issues/1754 for more details | |||||
* | Cleanup preview.c | Pavel Shlyak | 2019-01-05 | 1 | -9/+1 | |
| | | | Refer https://github.com/HandBrake/HandBrake/issues/1754 for more details | |||||
* | MacGui: try to fix an hang on Sierra. | Damiano Galassi | 2019-01-05 | 2 | -24/+18 | |
| | ||||||
* | WinGui: Fix a potential crash in the OptionsTabNameConverter. Fixes #1784 | sr55 | 2019-01-04 | 1 | -4/+12 | |
| | ||||||
* | WinGui: Improvements to the new queue design. | sr55 | 2019-01-04 | 6 | -20/+128 | |
| | | | | | | | - Added "Options" drop button to the Summary Tab. Includes "Play File" and "Open Source/Dest directory" options - Moved the encode status information onto the Summary Tab (only shown when encoding) - Added placeholder buttons for Move up/down to make queue re-ordering more discoverable. - Space optimisation | |||||
* | WinGui: Remove support for loading legacy settings files AND add VideoScaler ↵ | sr55 | 2019-01-03 | 1 | -53/+2 | |
| | | | | to the reset legacy settings list to avoid crash issues. Fixes #1782 | |||||
* | gtk: Fix minor cross compile issue in callbacks | mwayne | 2019-01-03 | 1 | -4/+4 | |
| | | | | Fix undeclared variable introduced in commit 826d1a7fb862c292195d766f72c51dce120b47bd | |||||
* | WinGui: Add CPU info back into the log header as it's not always available ↵ | sr55 | 2019-01-01 | 1 | -0/+1 | |
| | | | | in the log body. | |||||
* | WinGui: Fix restriction on the picture settings tab after setting a preset. ↵ | sr55 | 2019-01-01 | 1 | -2/+6 | |
| | | | | It will use whatever is smaller. Source, or Preset #1773 | |||||
* | WinGui: Fix erroneous log message error about invalid x264 preset when not ↵ | sr55 | 2019-01-01 | 1 | -0/+5 | |
| | | | | using an x264 encoder. | |||||
* | MacGui: make some more strings of HBPicture+UIAdditions accessible for ↵ | Nomis101 | 2019-01-01 | 1 | -10/+10 | |
| | | | | | | localization Make it possible to localize some more strings of the Preview window. | |||||
* | Update copyright dates to 2019. | Bradley Sepos | 2019-01-01 | 148 | -149/+149 | |
| | ||||||
* | setup: don't require the user to agree to GPL-3 to complete setup. | Diego Elio Pettenò | 2018-12-31 | 2 | -0/+6 | |
| | | | | | | | As @foone complains on twitter often enough, this should not require agreement for use since GPL is not an EULA. The definitions are inspired from the similar NSIS setup file from VLC. | |||||
* | WinGui: Fix Detelecine tooltip. Fixes #1760 | sr55 | 2018-12-30 | 3 | -27/+21 | |
| | ||||||
* | WinGui: Fix issues with "Any" language selection with the "First" option ↵ | sr55 | 2018-12-30 | 2 | -70/+74 | |
| | | | | used. For both Audio and Subtitle tabs, this should now only provide 1 track. Fixes #1735 and makes the behaviour consistent with the Mac/Linux GUI's | |||||
* | WinGui: Fix an issue where picture settings (crop and anamorphic) are not ↵ | sr55 | 2018-12-30 | 1 | -0/+11 | |
| | | | | correctly restored on queue edit. Fixes #1771 | |||||
* | Update the mfx dispatch library to the head revision a7d95e5 to fix issues ↵ | sr55 | 2018-12-30 | 1 | -2/+2 | |
| | | | | with newer Intel Drivers. |