Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WinGui: Strip out some out some legacy code that was causing some threading ↵ | sr55 | 2017-04-13 | 14 | -300/+29 |
| | | | | issues. | ||||
* | MacGui: fix auto mixdown. | Damiano Galassi | 2017-04-13 | 1 | -9/+1 |
| | |||||
* | scan: fix very slow scanning for some files | John Stebbins | 2017-04-12 | 3 | -4/+6 |
| | | | | | | | The threshold in bytes for when to give up trying to decode a frame was too big for a lot of streams. It was made large to accomodate 4K raw video. Instead of counting bytes, count frames fed to the decoder. This is more consistant regardless of video resolution and codec. | ||||
* | preset: fix sanitizing audio settings when samplerate != Auto | John Stebbins | 2017-04-12 | 1 | -2/+7 |
| | | | | | The samplerate was incorrectly copied to the job as a string instead of an int which caused invalid sanitizing of audio settings. | ||||
* | libav: fix h264 decode error | John Stebbins | 2017-04-11 | 1 | -0/+35 |
| | | | | Fixes https://github.com/HandBrake/HandBrake/issues/602 | ||||
* | scan: enable HBTF_NO_IDR when not enough previews found | John Stebbins | 2017-04-11 | 1 | -0/+4 |
| | | | | | | | | Setting this flag signals to libav to not wait for IDR or recovery points before returning frames to us. Some videos have neither IDRs or recovery points, so this fixes transcoding such video. Fixes https://github.com/HandBrake/HandBrake/issues/456 | ||||
* | WinGui: Handle auto-passthru correctly in the mixdown sanatising code. | sr55 | 2017-04-11 | 1 | -1/+1 |
| | |||||
* | WinGui: Fix a potential crash in the audio track mixdown handling code. | sr55 | 2017-04-11 | 1 | -1/+1 |
| | |||||
* | WinGui: Cancel Scan will now close the status panel if the scan cancellation ↵ | sr55 | 2017-04-11 | 2 | -10/+16 |
| | | | | fails for any reason. Rejigged the logging in the scan service to help debug intermittent failures of the scan completed event from firing. | ||||
* | WinGui: Audio Defaults: Improve the Mixdown dropdown. Only show supported ↵ | sr55 | 2017-04-10 | 3 | -7/+43 |
| | | | | mixdowns and automatically select the highest available mixdown if the encoder is limited and doesn't support the current selection. | ||||
* | WinGui: Audio Defaults: Don't allow the user to set "None" as a mixdown. ↵ | sr55 | 2017-04-10 | 1 | -6/+6 |
| | | | | It's not a valid option and breaks the bitrate dropdown. | ||||
* | WinGui: Audio Defaults: If the mixdown is not supported, get the best ↵ | sr55 | 2017-04-10 | 1 | -0/+11 |
| | | | | default mixdown for the source track / encoder. #661 | ||||
* | Update NEWS.markdown for HandBrake 1.0.7 release. | Bradley Sepos | 2017-04-09 | 1 | -1/+6 |
| | | | | Really. | ||||
* | Update NEWS.markdown for 1.0.6 release. | Bradley Sepos | 2017-04-09 | 1 | -2/+12 |
| | | | | Hopefully. | ||||
* | Update NEWS.markdown for 1.0.5 release. | Bradley Sepos | 2017-04-09 | 1 | -2/+2 |
| | |||||
* | LinGui: add Ubuntu Zesty nightly builds | John Stebbins | 2017-04-09 | 3 | -3/+133 |
| | |||||
* | Update NEWS.markdown for 1.0.4 release. | Bradley Sepos | 2017-04-09 | 1 | -0/+42 |
| | |||||
* | Fix raw video timestamps | John Stebbins | 2017-04-09 | 3 | -0/+7 |
| | | | | | | Raw video has no timestamps. But we drop frames in sync that have no timestamps. So detect raw video and extrapolate timestamps from framerate. | ||||
* | build: Update to config.guess 2017-03-05. | Bradley Sepos | 2017-04-07 | 1 | -287/+223 |
| | | | | Closes #652. | ||||
* | qsv: hevc10 fix for correct declaration of data/zero bits | maxd | 2017-04-07 | 1 | -1/+1 |
| | |||||
* | qsv: fix for latest MSS support | maxd | 2017-04-04 | 1 | -0/+14 |
| | |||||
* | qsv: better options handling for cross compilation | maxd | 2017-04-04 | 1 | -1/+1 |
| | |||||
* | qsv: fixing mfx compilation options for Linux support | maxd | 2017-04-04 | 1 | -0/+2 |
| | |||||
* | scripts: Update to mingw-w64-build 2.3.1. | Bradley Sepos | 2017-03-29 | 1 | -2/+2 |
| | | | | Resolves an issue building libgmp on newer Linux distros with hardened GCC. | ||||
* | LinGui: fix application of SRT offset | John Stebbins | 2017-03-29 | 1 | -3/+3 |
| | |||||
* | batch: fix crash when a stream scan fails | John Stebbins | 2017-03-28 | 1 | -1/+1 |
| | |||||
* | WinGui: Remove fonts directory from installer. | sr55 | 2017-03-26 | 4 | -45/+0 |
| | |||||
* | WinGui: Fix a number of stylecop warnings. | sr55 | 2017-03-26 | 26 | -325/+324 |
| | |||||
* | Build: Fix to the build scripts to no longer include font directory in mingw ↵ | sr55 | 2017-03-24 | 1 | -2/+0 |
| | | | | builds. It's no longer needed. | ||||
* | WinGui: Change the default behaviour for the WinGui to automatically use ↵ | sr55 | 2017-03-22 | 5 | -11/+27 |
| | | | | fallback track in situations where the selected passthru is not valid. The UI will by default select the fallback now. Fixes #646 | ||||
* | WinGui: Fix an issue with the EnumHelper that was causing some dropdowns not ↵ | sr55 | 2017-03-22 | 1 | -1/+1 |
| | | | | to render correctly. | ||||
* | CLI: don't override preset subtitle burn defaults... | John Stebbins | 2017-03-22 | 1 | -21/+24 |
| | | | | Unless user explicitly overrides with command line options | ||||
* | CLI: clean up when exiting early | John Stebbins | 2017-03-21 | 1 | -11/+14 |
| | | | | "HandBrakeCLI --help" and other options didn't delete temp directories | ||||
* | WinGui: Inlcude portable.ini.template with the WinGUI installer. | sr55 | 2017-03-18 | 4 | -0/+4 |
| | |||||
* | WinGui: Remove unnecessary libraries folder. | sr55 | 2017-03-17 | 2 | -1072/+0 |
| | |||||
* | WinGui: Remove some unused service references. | sr55 | 2017-03-17 | 1 | -2/+0 |
| | |||||
* | WinGui: Remove a couple instances of VistaOpenFileDialog in favour of the ↵ | sr55 | 2017-03-17 | 1 | -2/+2 |
| | | | | native WPF api. | ||||
* | WinGui: Remove Usage of System.ComponentModel.DataAnnotations - DisplayName ↵ | sr55 | 2017-03-17 | 22 | -182/+132 |
| | | | | as it's not currently compatible with .NET standard. | ||||
* | WinGui: Fix a crash in the Notify Icon Service when Notify Icon is not enabled. | sr55 | 2017-03-17 | 1 | -1/+4 |
| | |||||
* | WinGui: Make the Queue Storage Nightly aware. Also fix an issue with Queue ↵ | sr55 | 2017-03-17 | 7 | -25/+25 |
| | | | | and Log Files not being stored correctly for Portable mode. #267 | ||||
* | MacGui: do not duplicate the subtitle source track each time the job is read ↵ | Damiano Galassi | 2017-03-17 | 1 | -1/+1 |
| | | | | again from disk. | ||||
* | MacGui: improve the job description in the queue. | Damiano Galassi | 2017-03-17 | 3 | -366/+377 |
| | |||||
* | WinGui: Add a new option to play Sound when queue or single encode completes | sr55 | 2017-03-16 | 7 | -4/+130 |
| | |||||
* | WinGui: Add option to show progress percentage in app title bar, and the ↵ | sr55 | 2017-03-16 | 15 | -7/+139 |
| | | | | task tray header and system tray tooltip. (Configured via preferences). #630 | ||||
* | MacGui: end the textfields editing before adding a job to queue or creating ↵ | Damiano Galassi | 2017-03-16 | 4 | -50/+89 |
| | | | | a preset, so all the current job settings will be saved. | ||||
* | libhb: initialize sleep prevention reasonForActivity CFStringRef inside a ↵ | Damiano Galassi | 2017-03-15 | 1 | -6/+4 |
| | | | | function, fix build with icc mac compiler. Patch by jwardnh. | ||||
* | MacGui: add a message in the panel to select the external app. | Damiano Galassi | 2017-03-15 | 1 | -0/+1 |
| | |||||
* | MacGui: remove two unused vars. | Damiano Galassi | 2017-03-15 | 1 | -8/+2 |
| | |||||
* | MacGui: fix a possible race condition with the multiprocess queue when ↵ | Damiano Galassi | 2017-03-15 | 1 | -2/+1 |
| | | | | editing a job. | ||||
* | qsv: fixing variable re-use (#627) | maximd33 | 2017-03-14 | 1 | -5/+6 |
| | | | | Closes #625. |