| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
Reduce the "resolution" of the SVG because flatpak-builder is anal
|
|
|
|
|
| |
Removes illegal characters that may be in the preset name from the
suggested filename and trims leading and trailing white space.
|
| |
|
| |
|
|
|
|
| |
Fixes https://github.com/HandBrake/HandBrake/issues/1590
|
| |
|
| |
|
| |
|
| |
|
|
|
| |
Refer https://github.com/HandBrake/HandBrake/issues/1754 for more details
|
|
|
| |
Refer https://github.com/HandBrake/HandBrake/issues/1754 for more details
|
|
|
|
| |
Fix undeclared variable introduced in commit 826d1a7fb862c292195d766f72c51dce120b47bd
|
| |
|
|
|
|
|
| |
It's been deprecated and hidden for several years now. Time for it to
go.
|
|
|
|
| |
Standardize on '-' but accept legacy '_'
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fixes #1674.
We use the compiler that CC environment variable indicates.
If CC is ommited, use gcc or clang which is installed.
If gcc is chosen, we need to add `-Wl,-rpath` option to make runtime linker
linking gcc's runtime libraries from installed path. For example, gcc7's
runtime libraries are installed in `/usr/local/lib/gcc7` by default.
And we also need to link libc++ first to make libc++ initializer is called
on runtime.
|
|
|
|
| |
Fixes https://github.com/HandBrake/HandBrake/issues/1677
|
|
|
|
| |
Fixes #1670 on Linux
|
| |
|
| |
|
|
|
|
|
|
| |
The change of state of the queue job was not getting written to the
queue file. So restarting HandBrake would result in the queue job being
lost.
|
|
|
|
| |
Extension of and closes #1422.
|
|
|
|
|
| |
Adds {creation-date} and {creation-time} templates to autoname
preference option.
|
| |
|
|
|
|
| |
Center align the two bars creating the pause symbol on the horizontal axis.
|
|
|
|
| |
These are special case versions of their larger versions.
|
| |
|
|
|
|
|
| |
...from preset management window. Window closed every time a preset was
selected.
|
|
|
|
|
|
|
|
| |
Search for original default official preset. If still missing, select
first available preset.
Addresses problem seen in:
https://github.com/HandBrake/HandBrake/pull/1524
|
|
|
|
|
|
|
|
|
| |
The sequence_id was only available for the WORKING state and not the
WORKDONE state. But frontends poll for status periodically and can miss
all status updates for the WORKING state if the file is very short or an
error occurs early during transcoding. When WORKING status is missed,
there was no way to know the sequence_id associated with the WORKDONE
status.
|
| |
|
|
|
|
|
|
| |
Queues are tied to the PID of the process that wrote them. But
the app runs with the same PID in the sandbox on every invocation. So
the new pid file must be written after processing any previous queue.
|
|
|
|
| |
Removes cruft that wasn't realy used.
|
|
|
|
|
| |
It was including the MPLS number as part of the default destination
filename
|
|
|
|
| |
Eliminates deprecation warnings for avresample
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Improves determination of a user config dir under these circumstances
and prevents access to NULL file pointer
Fixes https://github.com/HandBrake/HandBrake/issues/1432
|
|
|
|
|
|
| |
Add to the front, but don't override what was there.
(cherry picked from commit db23f90fbe195361e1f147b392f76bda787bf95f)
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Our handling of temporary directory paths could truncate resulting
filenames. This fixes the warnings and prevents possible truncation.
|
|
|
|
|
|
|
|
| |
The GtkTreeView is more flexible and more capable. Languages can be
searched for in the GtkTreeView by focusing the widget and typing what
you want to find. Double clicking an item in the list will add or
remove it from the "selected" languages list in audio and subtitle track
selection settings.
|
|
|
|
|
|
|
|
| |
The language list is long and displays native names while sorted by
English names, so it is difficult to find a language. This adds the
ability to "search" for a language based on it's initial character.
Typing a character will jump to the next entry that starts with that
character in its native name.
|
| |
|
|
|
| |
OARS https://hughsie.github.io/oars/ is a content description system that allows software stores (such as GNOME Software) to categorise and classify applications. Having the markup available is a flathub requirement.
|