| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
Adds deblock presets and tunes.
Old preset values are converted upon preset import.
Old PictureDeblock preset key is now PictureDeblockPreset.
|
| |
|
|
|
|
|
|
| |
introduced in commit a9daef1e18b93f793479155210110322234bb655
- remove duplicate regex match function
- replace strptime call with ffmpeg implementation
|
| |
|
|
|
|
|
| |
It is not supported or not useful in some Linux environments, so allow
disabling it.
|
| |
|
|
|
|
|
| |
Ubuntu fails to link when numa is listed before x265. Fedora somehow
fixes the order, libtool (evil) magic.
|
|
|
|
|
|
|
|
|
| |
Threadripper and other modern CPUs are now multi-core modules that
benefit from having NUMA available.
Adds a dependency for libnuma.
Fixes https://github.com/HandBrake/HandBrake/issues/1142
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
When the range of a slider changes, GTK used to sample all the
possible values to determine the correct amount of screen space to
allocate for the value strings. Some *genius* decided it would be
more effecient to just sample the first and last value which means
that if certain characters are wider than others and the middle
values happen to use those characters, the space allocated is
too small and the string wraps to the next line or is truncated.
So, we have to randomly add some extra space to the first and
last value string in order for the string to be displayed properly.
WTF guys!
|
|
|
|
|
|
| |
Assuming you built HandBrake with 'configure --enable-qsv' and you have
built and installed Intel MediaSDK in a directory that is in your LD search
path, the QSV encoders now work. HW decode is not supported.
|
|
|
|
|
| |
If the codec doesn't have a 'medium' preset, the GUI was left in an
indeterminate state
|
| |
|
|
|
|
|
|
|
| |
Make language text smaller. Some of the native characters are quite tall
and result in an overly tall widget.
Fixes https://github.com/HandBrake/HandBrake/issues/1869
|
|
|
| |
Note that since webm has no official subtitle support, only burned in subtitles can be used with this muxer at this time.
|
|
|
|
| |
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
|