| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Make widget geometry changes that allow the window to be sized smaller.
Minimum size with Fedora's default Adwaita theme is 1080x698. Other
themes will vary in size.
|
|
|
|
|
|
|
|
|
|
|
| |
* Allow audio fallback to be "None"
When audio fallback is "None", a failure to do passthru will result in
no output audio track being added.
* simplify audio autopassthru fallback logic
Drop track when fallback codec is invalid instead of falling back to a
default. Since all presets have a fallback set, the default fallback
condition would only ever be triggered by an invalid setting.
|
| |
|
| |
|
| |
|
|
|
|
| |
Updates to the mask would not be applied till it was saved to a preset
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* subtitles: simplify and shorten subtitle descriptions
Generally, it eliminates parens to make things more readable.
I.e. it turns this:
English (Closed Caption)(Wide Screen)(Bitmap)(VOBSUB)
Into this:
English, Closed Caption [Wide Screen, VOBSUB]
* Revise punctuation per BradleyS request
* fix subtitle description formatting
* incorporate suggestions from PR
|
|
|
|
|
|
|
|
|
|
| |
* Fix spelling of 'source'
* Fix spelling of 'specify'
* Fix spelling of 'internal'
* Fix spelling of 'quitting'
|
|
|
|
| |
Fixes https://github.com/HandBrake/HandBrake/issues/621
|
|
|
|
| |
Attempt to access invalid encoder preset index accesses invalid memory
|
| |
|
|
|
|
| |
Some valid options (e.g. vp9 qmin=0) can crash some libav encoders (mpeg4).
|
|
|
|
|
| |
"End" was a duration. It is now the actual "End" position in 90khz
ticks or frames.
|
| |
|
|
|
|
|
|
| |
Setting an empty string tag allows removal of existing tags.
Note that setting a NULL string does not remove an existing tag but
instead results in the tag getting passed through from the source.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Update decomb/deinterlace tooltip to reflect new behavior.
Add tooltips for audio and subtitle selection behavior and language
lists.
|
| |
|
| |
|
|
|
|
| |
The old default was not getting scrubbed
|
| |
|
| |
|
|
|
|
| |
focus-chain turns out to not be necessary anyway.
|
| |
|
|
|
|
|
| |
GTK doesn't make the space for the label big enough. With some tweaking
I managed to work around it's poor formatting.
|
|
|
|
|
|
|
|
|
| |
* Add new anamorphic mode "Automatic", delete "Strict"
Anamorphic mode automatic is added to support Bradley's new presets that
are designed to pick a PAR that maximizes storage resolution.
Strict is converted to Loose + mod == 2 + UsesPictureSettings == 2
when importing presets
|
|
|
|
|
| |
Make them reflect the "key=value" format change we made to custom filter
settings.
|
| |
|
| |
|
|
|
|
| |
... rather than tracking canceled jobs internally in the UI.
|
| |
|
|
|
|
| |
UsesPictureSettings takes precedence
|
|
|
|
|
| |
Don't install flatpak desktop file when not building a flatpak.
This was causing duplicate icons in some distros.
|
|
|
|
|
| |
Adjust some widget alignments.
Change some text color.
|
|
|
|
| |
Old docs are offline. So use new docs.
|
|
|
|
| |
It should read "Any" instead of "Unknown" for these lists.
|
|
|
|
| |
It cut off digits when > 2 digits
|
|
|
|
|
| |
Reloading the audio defaults basically didn't work right. Some settings
didn't get loaded, some got loaded and not displayed or displayed wrong.
|
|
|
|
|
| |
opus only supports a limited set of samplerates. disable those that do
not apply.
|
|
|
|
|
|
|
|
|
|
| |
Remove:
hb_audio_samplerate_get_best()
Add:
hb_audio_samplerate_is_supported()
hb_audio_samplerate_find_closest()
hb_audio_samplerate_get_sr_shift()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
| |
Allow selection of the config file directory from the command line
|
|
|
|
|
| |
Older gtk versions do not support the mnemonics "cancel" and "no" as
substitutes for integer response values.
|
|
|
|
|
| |
Combine the 3 separate UI description files into one m4 file that
conditionally generates the needed UI description.
|
| |
|
| |
|