summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* libhb: fix memory leakJohn Stebbins2016-09-091-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 ↵sr552016-09-091-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 Lamb2016-09-091-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 defaultsJohn Stebbins2016-09-086-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 GBDamiano Galassi2016-09-071-1/+29
|
* MacGui: show a failed notification when an encode fails.Damiano Galassi2016-09-071-2/+17
|
* MacGui: show the encoded file in Finder when a done notification is clicked.Damiano Galassi2016-09-071-12/+24
|
* contrib: Do not configure libav with dxva2.Bradley Sepos2016-09-061-6/+0
| | | | Not necessary since we removed support for dxva2.
* contrib: Drop libav --enable-memalign-hack when cross-compiling for Windows.Bradley Sepos2016-09-051-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 Sepos2016-09-053-26/+26
|
* MacGui: made HBSubtitleTrack sourceTrackIdx property readwrite.Damiano Galassi2016-09-031-1/+1
|
* MacGui: fix an ambiguous autolayout contrains in the subtitles defaults window.Damiano Galassi2016-09-031-11/+7
|
* MacGui: rework HBAudioTrack to use less NSDictionary.Damiano Galassi2016-09-0312-992/+866
|
* MacGui: add libopus to Xcode project link phase.Damiano Galassi2016-09-033-4/+10
|
* docs: Updating NEWSsr552016-09-031-0/+1
|
* WinGui: Add initial support for libopus audio encoder.sr552016-09-032-0/+5
|
* contrib: Libav module cosmetics.Bradley Sepos2016-09-031-11/+9
|
* contrib: Use PKGCONFIG.exe when building libav on mingw.Bradley Sepos2016-09-031-0/+5
| | | | Fixes broken external libraries such as opus, and needed for libav 12, anyway.
* build: Add PKGCONFIG.exe tool.Bradley Sepos2016-09-031-0/+1
|
* pkg: add opus to ubuntu package dependenciesJohn Stebbins2016-09-024-4/+4
|
* doc: add opus to linux build dependenciesJohn Stebbins2016-09-022-17/+20
|
* contrib: Fix libav not finding opus on certain versions of OS X.Bradley Sepos2016-09-021-6/+2
| | | | This is needed for libav 12, anyway.
* LinGui: disable invalid audio sampleratesJohn Stebbins2016-09-023-0/+29
| | | | | opus only supports a limited set of samplerates. disable those that do not apply.
* contrib: Add opus audio encoder.John Stebbins2016-09-0213-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 commitJohn Stebbins2016-08-311-2/+2
|
* LinGui: Add flatpak support (#231)John Stebbins2016-08-3015-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)2wayne2016-08-303-1/+24
| | | Allow selection of the config file directory from the command line
* sync: fix race condition hangJohn Stebbins2016-08-291-1/+8
| | | | | wake up potentially waiting sync threads when p-to-p end point is reached.
* LinGui: Fix "Open Source" on older gtk versionsJohn Stebbins2016-08-291-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/masterScott2016-08-281-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 Abyzov2016-08-281-7/+7
|/ | | | different from the current preset.
* WinGui: Some cosmetic tweaks to the preferences window to fix some alignment ↵sr552016-08-261-8/+18
| | | | issues.
* WinGui: Change help link on toolbar to point to the new docs.sr552016-08-261-1/+1
|
* LinGui: simplify maintenance of UI xmlJohn Stebbins2016-08-244-19699/+151
| | | | | Combine the 3 separate UI description files into one m4 file that conditionally generates the needed UI description.
* LinGui: fix tooltip grammerJohn Stebbins2016-08-233-3/+3
|
* LinGui: Add rotate filterJohn Stebbins2016-08-234-1/+146
|
* MacGui: follow CSV format for imported/exported chapters.Damiano Galassi2016-08-221-57/+204
|
* WinGui: Some minor improvements to the scalability and spacing of the main ↵sr552016-08-121-9/+8
| | | | window.
* docs: Updated the packaged docs. NEWS and THANKSsr552016-08-112-8/+6
|
* contrib: Update to x265 2.0.Bradley Sepos2016-08-101-3/+3
| | | | Bug fixes and performance improvements. Notable improvements to tune grain.
* contrib: Update to x264 148 r2705.Bradley Sepos2016-08-102-7/+6
| | | | Bug fixes, performance improvements when using faster presets.
* encx265: fix incorrect input continuity messageJohn Stebbins2016-08-101-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 Sepos2016-08-101-1/+1
| | | | By fixing typo in 56c7ee7486b338f56812ae153178757c43dc0f9c.
* contrib: Update to freetype 2.6.5.Bradley Sepos2016-08-101-7/+3
| | | | Many bug fixes and improvements to rendering and performance.
* contrib: Update to HarfBuzz 1.3.0.Bradley Sepos2016-08-101-3/+3
|
* contrib: Update to fontconfig 2.12.1.Bradley Sepos2016-08-101-4/+3
|
* cli: fix pad filter helpJohn Stebbins2016-08-091-6/+6
| | | | and move from "Picture Settings" to "Filters" section
* sync: fix audio resamplingJohn Stebbins2016-08-081-0/+1
| | | | The output buffer size was not set correctly after resampling
* lame: enable debug symbols...John Stebbins2016-08-081-0/+4
| | | | ... when --dedug configure option is not "none"
* MacGui: small UI tweaks.Damiano Galassi2016-08-063-152/+231
|