Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WinGui: Improve the security of the update checker on windows. This download ↵ | sr55 | 2016-04-29 | 5 | -28/+59 |
| | | | | is now verified against a signed RSA-SHA256 hash verifying both file integrity and origin. | ||||
* | Update README.md | Scott | 2016-04-24 | 1 | -3/+2 |
| | |||||
* | WinGui: Wrap text on popup window container. | sr55 | 2016-04-23 | 1 | -1/+2 |
| | |||||
* | WinGui: Fix the Subtitle Defaults popup text. | sr55 | 2016-04-23 | 3 | -1/+13 |
| | |||||
* | WinGui: If you invoke HandBrake.exe with "--auto-start-queue" it will ↵ | sr55 | 2016-04-23 | 7 | -15/+55 |
| | | | | | | automatically start the queue and not prompt to recover the queue. Behaviour Change: When reloading the queue, any job that is "In progress" will be marked as "Error" now. We don't know if HandBrake crashed or the system restarted. This avoids any crash -> restart loops that may occur. This allows HandBrake to get on with the rest of the queue until the user can action the failed encode. | ||||
* | MacGui: do not stop the preview encoding when the showWindow: is called and ↵ | Damiano Galassi | 2016-04-22 | 1 | -1/+3 |
| | | | | the window is already on screen. | ||||
* | decavcodec: fix audio decoder frame count | John Stebbins | 2016-04-21 | 1 | -0/+5 |
| | | | | it was always 0 | ||||
* | stream: fix memory leak during PS stream probe | John Stebbins | 2016-04-20 | 1 | -0/+7 |
| | |||||
* | buffers: add more buffer debugging support | John Stebbins | 2016-04-20 | 1 | -7/+33 |
| | |||||
* | WinGui: Some initial work to make the HandBrake.ApplicationServices library ↵ | sr55 | 2016-04-19 | 10 | -322/+334 |
| | | | | more portable. | ||||
* | Merge branch 'Idea2' | sr55 | 2016-04-19 | 1 | -3/+8 |
|\ | |||||
| * | WinGui: Small code optimisation in the QueueRecoveryHelper | sr55 | 2016-04-18 | 1 | -3/+8 |
| | | |||||
* | | WinGui: Strip out the overlay panel code. It's not used. | sr55 | 2016-04-18 | 8 | -211/+1 |
|/ | |||||
* | Few updates to NEWS | sr55 | 2016-04-18 | 1 | -4/+4 |
| | |||||
* | WinGui: Change the Audio Default and Subtitle panels to be modal windows. ↵ | sr55 | 2016-04-17 | 9 | -139/+71 |
| | | | | (Similar to the MacGUI). This should allow for more space needed to implement Audio templates. Also fixed a sanitise mixdown call crash. | ||||
* | muxavformat: fix mp4 subtitle empty packet duration | John Stebbins | 2016-04-14 | 1 | -1/+1 |
| | |||||
* | qsv: support building on linux with libva | John Stebbins | 2016-04-14 | 1 | -0/+3 |
| | |||||
* | Merge pull request #153 from jstebbins/qsv-free | John Stebbins | 2016-04-13 | 1 | -39/+39 |
|\ | | | | | qsv: fix access to freed memory when interrupting encode | ||||
| * | qsv: fix access to freed memory when interrupting encode | John Stebbins | 2016-04-13 | 1 | -39/+39 |
| | | |||||
* | | Merge pull request #154 from jstebbins/qsv-decode-uninitialized-var | John Stebbins | 2016-04-13 | 1 | -55/+44 |
|\ \ | | | | | | | qsv: fix crash in decode init due to uninitialized variable | ||||
| * | | qsv: fix crash in decode init due to uninitialized variable | John Stebbins | 2016-04-13 | 1 | -55/+44 |
| | | | |||||
* | | | WinGui: Don't call hb_x264_param_unparse when we are not using x264 | sr55 | 2016-04-13 | 1 | -1/+1 |
|/ / | |||||
* / | qsv_filter: fix crash when unpacking crop parameters | John Stebbins | 2016-04-13 | 1 | -4/+4 |
|/ | |||||
* | WinGui: Handle null mixdowns properly. Fixes #152 | sr55 | 2016-04-12 | 3 | -6/+9 |
| | |||||
* | lingui: fix mispelling | John Stebbins | 2016-04-10 | 1 | -14/+14 |
| | |||||
* | lingui: fix file name | John Stebbins | 2016-04-09 | 1 | -0/+0 |
| | |||||
* | lingui: add ubuntu xenial to nightly builds | John Stebbins | 2016-04-09 | 3 | -0/+130 |
| | |||||
* | WinGui: Sanitise all Mixdown selections. Passthru the Codec into the ↵ | sr55 | 2016-04-09 | 4 | -61/+78 |
| | | | | Scanned Track object. | ||||
* | Update Git Ignore. | sr55 | 2016-04-09 | 1 | -0/+2 |
| | |||||
* | WinGui: Use Mixdowns from LibHBand sanitise the choices. The GUI no longer ↵ | sr55 | 2016-04-09 | 15 | -118/+204 |
| | | | | shows invalid mixdowns. | ||||
* | MacGui: do not set the preview window frame origin to a value outside the ↵ | Damiano Galassi | 2016-04-09 | 1 | -4/+1 |
| | | | | screen area. | ||||
* | MacGui: do not update the preview window layer if the image is nil or the ↵ | Damiano Galassi | 2016-04-07 | 1 | -47/+50 |
| | | | | size is 0. | ||||
* | MacGui: rename 'layout' in HBPreviewView so it doesn't override NSView ↵ | Damiano Galassi | 2016-04-07 | 1 | -5/+5 |
| | | | | layout method. | ||||
* | bd: change angles before seeking | John Stebbins | 2016-04-04 | 1 | -4/+4 |
| | | | | the angle can affect the seek position | ||||
* | libbluray: fix chapter lookup | John Stebbins | 2016-04-04 | 1 | -0/+20 |
| | | | | | when there are multiple clips in the title, chapter lookup could fail if the current play position is before the first chapter mark in a clip. | ||||
* | Merge pull request #144 from sr55/x264 | Scott | 2016-04-03 | 2 | -4/+4 |
|\ | | | | | Upgrade x264 to r2665 a01e339 | ||||
| * | Upgrade x264 to r2665 a01e339 | sr55 | 2016-04-02 | 2 | -4/+4 |
| | | |||||
* | | json: fix typo. | Tim Walker | 2016-04-03 | 1 | -1/+1 |
| | | |||||
* | | CLI: fix incorrect assumption that video quality is always positive. | Tim Walker | 2016-04-03 | 1 | -2/+2 |
| | | |||||
* | | json: fix sanitization of vquality | Tim Walker | 2016-04-03 | 1 | -4/+8 |
| | | | | | | | | …for encoders that check for a valid bitrate before quality. | ||||
* | | json: fix sanitization of vquality | John Stebbins | 2016-04-03 | 2 | -24/+35 |
| | | | | | | | | ... and other assorted cleanups ;) | ||||
* | | ffmpeg: rename some files to have unique patch numbers. | Tim Walker | 2016-04-01 | 3 | -0/+0 |
| | | |||||
* | | ffmpeg: patch some E-AC-3 decoder calls. | Tim Walker | 2016-04-01 | 1 | -0/+87 |
| | | | | | | | | | | Some samples (e.g. E-AC-3 from Blu-ray disc sources) would result in two warnings being printed for each frame of every E-AC-3 track. | ||||
* | | filters: don't add disabled rotate filter to filter list | John Stebbins | 2016-03-31 | 2 | -5/+33 |
|/ | | | | | add check for settings that cause a filter to be disabled, and disable the filter in such cases before adding to the filter list. | ||||
* | hb_json: sanitize JSON where both of video bitrate and quality are valid. | Tim Walker | 2016-03-31 | 1 | -0/+6 |
| | | | | Check against vbitrate since it doesn't depend on a preprocessor define. | ||||
* | macosx: fix incorrect assumption that video quality is always positive. | Tim Walker | 2016-03-31 | 1 | -1/+1 |
| | |||||
* | libhb: fix incorrect assumption that video quality is always positive. | Tim Walker | 2016-03-31 | 11 | -13/+16 |
| | |||||
* | libhb: fix quality limits for high bit depth video encoders. | Tim Walker | 2016-03-31 | 1 | -2/+25 |
| | | | | | The lowest possible QP (and RF) depend on the bit depth and can be lower than zero. | ||||
* | libhb: remove superfluous ifdefs. | Tim Walker | 2016-03-31 | 1 | -4/+0 |
| | | | | The defines always exist, so they're not actually protecting anything. | ||||
* | LinGui: all negative vquality slider values | John Stebbins | 2016-03-30 | 1 | -3/+10 |
| | | | | And only show "lossless" for x264 8bit |