Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libhb: Move ogg in link order. | Bradley Sepos | 2016-07-01 | 1 | -2/+2 |
| | | | | For consistency with test/module.defs. | ||||
* | cli: move ogg in link order | Sean McGovern | 2016-07-01 | 1 | -2/+2 |
| | | | | It can depend on the vorbis libraries. | ||||
* | cli: include strings.h on Solaris where necessary | Sean McGovern | 2016-07-01 | 1 | -0/+4 |
| | |||||
* | cli: only link to iconv on Solaris 10 | Sean McGovern | 2016-07-01 | 1 | -1/+4 |
| | |||||
* | libhb: don't ignore the return result from pipe() | Sean McGovern | 2016-07-01 | 1 | -1/+2 |
| | |||||
* | libhb: don't ignore the return result from fread() | Sean McGovern | 2016-07-01 | 3 | -9/+24 |
| | |||||
* | libhb: add a declaration for hb_presets_add_internal | Sean McGovern | 2016-07-01 | 1 | -1/+2 |
| | | | | Also, mark it as static as it is not used outside of this file. | ||||
* | MacGui: update the default preset name and remove an uneeded pref key. | Damiano Galassi | 2016-07-01 | 2 | -3/+1 |
| | |||||
* | LinGui: fix source dialog default selection | John Stebbins | 2016-06-30 | 1 | -0/+1 |
| | | | | | Dialog needs to be shown before attempting to set selection. Selection is not reliably set otherwise (sometimes yes, sometimes no). | ||||
* | LinGui: fix preview hud colors with gtk 3.20 | John Stebbins | 2016-06-29 | 1 | -1/+1 |
| | |||||
* | LinGui: fix deprecation warning against gtk 3.20 | John Stebbins | 2016-06-29 | 1 | -0/+10 |
| | |||||
* | LinGui: revert old gtk bug workaround | John Stebbins | 2016-06-29 | 1 | -13/+1 |
| | | | | It is no longer necessary in current gtk versions \o/ | ||||
* | decssasub: fix ssa start times when p-to-p is used | John Stebbins | 2016-06-27 | 1 | -6/+7 |
| | |||||
* | reader: fix p-to-p start pos in avformat demuxed streams | John Stebbins | 2016-06-27 | 1 | -27/+27 |
| | |||||
* | preset: Add CLI Default preset. (#214) | Bradley Sepos | 2016-06-27 | 6 | -5/+244 |
| | |||||
* | scripts: Remove old prebuilt mingw script. | Bradley Sepos | 2016-06-27 | 1 | -48/+0 |
| | |||||
* | WinGui: Some behavioural fixes to the Audio Defaults when loading and ↵ | sr55 | 2016-06-27 | 2 | -2/+4 |
| | | | | saving presets. | ||||
* | Merge pull request #232 from bradleysepos/mingw | Scott | 2016-06-27 | 8 | -1474/+527 |
|\ | | | | | Update to mingw-w64 5.0-rc2 and pthreads-win32 2.9.1. | ||||
| * | scripts: Add mingw-w64-build 1.0.0. | Bradley Sepos | 2016-06-23 | 1 | -0/+440 |
| | | |||||
| * | contrib: Update to pthreads-win32 2.9.1. | Bradley Sepos | 2016-06-21 | 3 | -1464/+14 |
| | | |||||
| * | libhb: Improve pthreads-win32 compatibility when PTW32_STATIC_BUILD isn't ↵ | Bradley Sepos | 2016-06-21 | 1 | -2/+2 |
| | | | | | | | | | | | | defined. As may be the case with newer mingw with pthreads precompiled. | ||||
| * | contrib: Add patch for building harfbuzz with mingw i686. | Bradley Sepos | 2016-06-21 | 1 | -0/+11 |
| | | |||||
| * | contrib: Add patch for building fontconfig with mingw i686. | Bradley Sepos | 2016-06-21 | 1 | -0/+56 |
| | | |||||
| * | contrib: Explicitly use gnu89 with libiconv. | Bradley Sepos | 2016-06-21 | 1 | -1/+1 |
| | | |||||
| * | contrib: Update to libiconv 1.14. | Bradley Sepos | 2016-06-21 | 1 | -7/+3 |
| | | |||||
* | | preset: Remove invalid VideoTune none from template in preset_builtin.h. | Bradley Sepos | 2016-06-26 | 1 | -1/+1 |
| | | |||||
* | | preset: Remove invalid VideoTune 'none' from template. | Bradley Sepos | 2016-06-25 | 1 | -1/+1 |
| | | |||||
* | | preset: Remove 'Vita' from Playstation preset names. | Bradley Sepos | 2016-06-25 | 3 | -6/+6 |
| | | |||||
* | | scripts: Improve presets building script. | Bradley Sepos | 2016-06-25 | 1 | -13/+16 |
| | | |||||
* | | preset: Move preset-related resources to separate directory. | Bradley Sepos | 2016-06-25 | 6 | -4/+5 |
| | | |||||
* | | cli: Add --no-two-pass and --no-turbo. | Bradley Sepos | 2016-06-25 | 1 | -4/+16 |
| | | | | | | | | Closes #234. | ||||
* | | WinGui: Update the encode status displays to display day count up to 9 days. ↵ | sr55 | 2016-06-25 | 2 | -4/+4 |
|/ | | | | We do occasionally get encodes drifting past 24 hours, especially with 4K content and heavy filtering. Fixes #228 | ||||
* | LinGui: fix initial preview scaling size | John Stebbins | 2016-06-20 | 1 | -2/+2 |
| | |||||
* | LinGui: Fix preview window sizing when there is no title yet | John Stebbins | 2016-06-17 | 1 | -0/+12 |
| | |||||
* | MacGui: fix drag&drop on the main window tab view. | Damiano Galassi | 2016-06-17 | 2 | -1/+12 |
| | |||||
* | MacGui: set some label color in the HUD to secondaryLabelColor. | Damiano Galassi | 2016-06-17 | 3 | -13/+16 |
| | |||||
* | MacGui: fix build with 10.12sdk, disable QTKit because is no longer available. | Damiano Galassi | 2016-06-17 | 3 | -0/+13 |
| | |||||
* | WinGui: Attempt to fix the installer so that users can cleanly install both ↵ | sr55 | 2016-06-16 | 4 | -4/+4 |
| | | | | the nightly and official public release at the same time. | ||||
* | WinGui: Make the "Presets" menu grouped by category. | sr55 | 2016-06-16 | 6 | -14/+141 |
| | |||||
* | subtitle scan: tighten up scan pass dropping logic | John Stebbins | 2016-06-11 | 1 | -1/+3 |
| | | | | | | | Also drop the scan pass if there is only one subtitle track and "force" is not specified. When scanning for foreign audio subtitles without force, you need at least 2 tracks in order for the 10% selection logic to apply. | ||||
* | build: fix references to documents (e.g. NEWS -> NEWS.markdown) | John Stebbins | 2016-06-11 | 3 | -10/+12 |
| | |||||
* | subtitle scan: drop scan pass if there are no suitable subtitles | John Stebbins | 2016-06-10 | 1 | -2/+21 |
| | | | | A suitable subtitle is one that matches the users preferred language. | ||||
* | libhb: Add "Very Fast" presets. | Bradley Sepos | 2016-06-10 | 3 | -2/+782 |
| | |||||
* | fix(de.po): Minor typo causing a nasty warning (#222) | setec | 2016-06-10 | 1 | -1/+1 |
| | | | Fixes `Gtk: Failed to set text '<b>Nur Erzwungene>' from markup due to error parsing markup: Fehler in Zeile 1, Zeichen 35: Element »markup« wurde geschlossen, aber das derzeit offene Element ist »b«` | ||||
* | sync: speed up p-to-p finalization when there are subtitles | John Stebbins | 2016-06-10 | 1 | -0/+46 |
| | | | | | | | | | | | | | When doing point-to-point encoding, subtitles can cause a long delay in finishing the job when the stop point is reached. This is due to the sparse nature of subtitles. We may not even see any additional subtitle till we reach the end of the file. So when all audio and video streams have reached the end point, force the termination of all subtitle streams by pushing an end-of-stream buffer into each subtitles input fifo. This will cause each subtitle sync worker to wake and return HB_WORK_DONE. | ||||
* | cli: fix initialization of SubtitleTrackSelectionBehavior | John Stebbins | 2016-06-10 | 1 | -1/+1 |
| | | | | | | We should only override the original presets value when --all-subtitles, --first-subtitle, or an explicit subtitle list is specified on the command line. | ||||
* | sync: fix potential stall when searching for p-to-p start | John Stebbins | 2016-06-10 | 1 | -2/+11 |
| | | | | A full input queue could cause the search to stall | ||||
* | sync: when p-to-p end reached return HB_WORK_DONE asap | John Stebbins | 2016-06-10 | 1 | -0/+12 |
| | |||||
* | libhb: Make new presets names less verbose. | Bradley Sepos | 2016-06-10 | 3 | -114/+114 |
| | | | | Only the names have been changed, to protect the innocent. | ||||
* | Merge pull request #220 from bradleysepos/meta-docs | Bradley Sepos | 2016-06-10 | 12 | -1399/+1471 |
|\ | | | | | Modernize and revise meta docs. |