Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libhb: fix memory leak | John Stebbins | 2016-09-09 | 1 | -1/+1 |
| | | | | code commented out during a debug session got unintentionally committed | ||||
* | WinGui: Fix #318 Video Previews can start at the beginning of the file, but ↵ | sr55 | 2016-09-09 | 1 | -1/+1 |
| | | | | the first preview is a little bit inside the file. So StartAtPreview indexes are out by 1. | ||||
* | build: Use UTC datetime for build info. | Chris Lamb | 2016-09-09 | 1 | -3/+5 |
| | | | | | | Makes build reproducible per https://wiki.debian.org/ReproducibleBuilds Signed-off-by: Chris Lamb <[email protected]> | ||||
* | LinGui: fix some issues with reloading audio defaults | John Stebbins | 2016-09-08 | 6 | -121/+224 |
| | | | | | Reloading the audio defaults basically didn't work right. Some settings didn't get loaded, some got loaded and not displayed or displayed wrong. | ||||
* | MacGui: stop the queue and show an alert if disk space is less than 5 GB | Damiano Galassi | 2016-09-07 | 1 | -1/+29 |
| | |||||
* | MacGui: show a failed notification when an encode fails. | Damiano Galassi | 2016-09-07 | 1 | -2/+17 |
| | |||||
* | MacGui: show the encoded file in Finder when a done notification is clicked. | Damiano Galassi | 2016-09-07 | 1 | -12/+24 |
| | |||||
* | contrib: Do not configure libav with dxva2. | Bradley Sepos | 2016-09-06 | 1 | -6/+0 |
| | | | | Not necessary since we removed support for dxva2. | ||||
* | contrib: Drop libav --enable-memalign-hack when cross-compiling for Windows. | Bradley Sepos | 2016-09-05 | 1 | -2/+0 |
| | | | | | | | | It hasn't been necessary for some time now, and has been removed upstream. See: https://git.libav.org/?p=libav.git;a=commitdiff;h=4fb311c804098d78e5ce5f527f9a9c37536d3a08 https://lists.libav.org/pipermail/libav-devel/2016-August/078631.html | ||||
* | preset: Replace Vorbis with Opus for VP9 MKV presets. | Bradley Sepos | 2016-09-05 | 3 | -26/+26 |
| | |||||
* | MacGui: made HBSubtitleTrack sourceTrackIdx property readwrite. | Damiano Galassi | 2016-09-03 | 1 | -1/+1 |
| | |||||
* | MacGui: fix an ambiguous autolayout contrains in the subtitles defaults window. | Damiano Galassi | 2016-09-03 | 1 | -11/+7 |
| | |||||
* | MacGui: rework HBAudioTrack to use less NSDictionary. | Damiano Galassi | 2016-09-03 | 12 | -992/+866 |
| | |||||
* | MacGui: add libopus to Xcode project link phase. | Damiano Galassi | 2016-09-03 | 3 | -4/+10 |
| | |||||
* | docs: Updating NEWS | sr55 | 2016-09-03 | 1 | -0/+1 |
| | |||||
* | WinGui: Add initial support for libopus audio encoder. | sr55 | 2016-09-03 | 2 | -0/+5 |
| | |||||
* | contrib: Libav module cosmetics. | Bradley Sepos | 2016-09-03 | 1 | -11/+9 |
| | |||||
* | contrib: Use PKGCONFIG.exe when building libav on mingw. | Bradley Sepos | 2016-09-03 | 1 | -0/+5 |
| | | | | Fixes broken external libraries such as opus, and needed for libav 12, anyway. | ||||
* | build: Add PKGCONFIG.exe tool. | Bradley Sepos | 2016-09-03 | 1 | -0/+1 |
| | |||||
* | pkg: add opus to ubuntu package dependencies | John Stebbins | 2016-09-02 | 4 | -4/+4 |
| | |||||
* | doc: add opus to linux build dependencies | John Stebbins | 2016-09-02 | 2 | -17/+20 |
| | |||||
* | contrib: Fix libav not finding opus on certain versions of OS X. | Bradley Sepos | 2016-09-02 | 1 | -6/+2 |
| | | | | This is needed for libav 12, anyway. | ||||
* | LinGui: disable invalid audio samplerates | John Stebbins | 2016-09-02 | 3 | -0/+29 |
| | | | | | opus only supports a limited set of samplerates. disable those that do not apply. | ||||
* | contrib: Add opus audio encoder. | John Stebbins | 2016-09-02 | 13 | -79/+207 |
| | | | | | | | | | | Remove: hb_audio_samplerate_get_best() Add: hb_audio_samplerate_is_supported() hb_audio_samplerate_find_closest() hb_audio_samplerate_get_sr_shift() | ||||
* | build: fix configure error created by flatpak commit | John Stebbins | 2016-08-31 | 1 | -2/+2 |
| | |||||
* | LinGui: Add flatpak support (#231) | John Stebbins | 2016-08-30 | 15 | -15/+39118 |
| | | | | | | | | | | | | | | | | | | | | | | | * LinGui: add --flatpak configure option For building a linux flatpak bundle * LinGui: add rules to build flatpak repo and bundles * LinGui: add flatpak compatible icon * LinGui: add flatpak compatible desktop file * LinGui: add flatpak appdata xml * pkg: disable building LinGui when creating cli flatpak * pkg: clean flatpak build cache when updating source package * pkg: fix source package build dependencies Fixes errors when the git ref being packaged changes and you have not manually deleted stage and pkg build directories. | ||||
* | add ghb_override_user_config_dir function (#304) | 2wayne | 2016-08-30 | 3 | -1/+24 |
| | | | Allow selection of the config file directory from the command line | ||||
* | sync: fix race condition hang | John Stebbins | 2016-08-29 | 1 | -1/+8 |
| | | | | | wake up potentially waiting sync threads when p-to-p end point is reached. | ||||
* | LinGui: Fix "Open Source" on older gtk versions | John Stebbins | 2016-08-29 | 1 | -2/+4 |
| | | | | | Older gtk versions do not support the mnemonics "cancel" and "no" as substitutes for integer response values. | ||||
* | Merge pull request #310 from drolevar/master | Scott | 2016-08-28 | 1 | -7/+7 |
|\ | | | | | Fix an issue applying audio codec settings from the defaults which ar… | ||||
| * | Fix an issue applying audio codec settings from the defaults which are ↵ | Andrij Abyzov | 2016-08-28 | 1 | -7/+7 |
|/ | | | | different from the current preset. | ||||
* | WinGui: Some cosmetic tweaks to the preferences window to fix some alignment ↵ | sr55 | 2016-08-26 | 1 | -8/+18 |
| | | | | issues. | ||||
* | WinGui: Change help link on toolbar to point to the new docs. | sr55 | 2016-08-26 | 1 | -1/+1 |
| | |||||
* | LinGui: simplify maintenance of UI xml | John Stebbins | 2016-08-24 | 4 | -19699/+151 |
| | | | | | Combine the 3 separate UI description files into one m4 file that conditionally generates the needed UI description. | ||||
* | LinGui: fix tooltip grammer | John Stebbins | 2016-08-23 | 3 | -3/+3 |
| | |||||
* | LinGui: Add rotate filter | John Stebbins | 2016-08-23 | 4 | -1/+146 |
| | |||||
* | MacGui: follow CSV format for imported/exported chapters. | Damiano Galassi | 2016-08-22 | 1 | -57/+204 |
| | |||||
* | WinGui: Some minor improvements to the scalability and spacing of the main ↵ | sr55 | 2016-08-12 | 1 | -9/+8 |
| | | | | window. | ||||
* | docs: Updated the packaged docs. NEWS and THANKS | sr55 | 2016-08-11 | 2 | -8/+6 |
| | |||||
* | contrib: Update to x265 2.0. | Bradley Sepos | 2016-08-10 | 1 | -3/+3 |
| | | | | Bug fixes and performance improvements. Notable improvements to tune grain. | ||||
* | contrib: Update to x264 148 r2705. | Bradley Sepos | 2016-08-10 | 2 | -7/+6 |
| | | | | Bug fixes, performance improvements when using faster presets. | ||||
* | encx265: fix incorrect input continuity message | John Stebbins | 2016-08-10 | 1 | -1/+2 |
| | | | | | Don't emit an error message when initial timestamp of the stream is not zero. | ||||
* | LinGui: Really fix icon_res.h build dependency. | Bradley Sepos | 2016-08-10 | 1 | -1/+1 |
| | | | | By fixing typo in 56c7ee7486b338f56812ae153178757c43dc0f9c. | ||||
* | contrib: Update to freetype 2.6.5. | Bradley Sepos | 2016-08-10 | 1 | -7/+3 |
| | | | | Many bug fixes and improvements to rendering and performance. | ||||
* | contrib: Update to HarfBuzz 1.3.0. | Bradley Sepos | 2016-08-10 | 1 | -3/+3 |
| | |||||
* | contrib: Update to fontconfig 2.12.1. | Bradley Sepos | 2016-08-10 | 1 | -4/+3 |
| | |||||
* | cli: fix pad filter help | John Stebbins | 2016-08-09 | 1 | -6/+6 |
| | | | | and move from "Picture Settings" to "Filters" section | ||||
* | sync: fix audio resampling | John Stebbins | 2016-08-08 | 1 | -0/+1 |
| | | | | The output buffer size was not set correctly after resampling | ||||
* | lame: enable debug symbols... | John Stebbins | 2016-08-08 | 1 | -0/+4 |
| | | | | ... when --dedug configure option is not "none" | ||||
* | MacGui: small UI tweaks. | Damiano Galassi | 2016-08-06 | 3 | -152/+231 |
| |