| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
(cherry picked from commit ffd8cb1ca51961ecf378697d63f004fe1f870dbb)
|
|
|
|
| |
(cherry picked from commit efbe7038856d931b79eeb904e7a5e6bad31df38c)
|
|
|
|
|
|
|
| |
Allows disabling of libnuma. HandBrake would previously encounter link
errors when libnuma was auto-detected by the x265 build system.
Other various fixes and improvements...
|
| |
|
|
|
|
| |
correct value on preset reload.
|
|
|
|
| |
There is a license incompatibility with gpl :(
|
|
|
|
|
| |
This should be really difficult to trigger, but someone found a
sample that does.
|
|
|
|
| |
(cherry picked from commit 57902b23cd4a70505fdcf4361787150679a5e58e)
|
|
|
|
| |
cherry picked merges.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Speed improvements and bug fixes.
New limit-refs
This feature limits the references analysed for individual CUS.
Provides a nice tradeoff between efficiency and performance.
New aq-mode 3
A new aq-mode that provides additional biasing for low-light
conditions.
Improved scene cut detection logic that allows ratecontrol to manage
visual quality at fade-ins and fade-outs better.
modified tune grain
Increases psyRdoq strength to 10.0, and rdoq-level to 2.
|
|
|
|
|
|
|
| |
Eliminates the need for our cleanup patch.
Various bug fixes and improvements.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7215 b64f7644-9d1e-0410-96f1-a4d463321fa5
|
| |
|
| |
|
|
|
|
| |
(cherry picked from commit 9dfee71965d031d25d6c6f9cb59e136713af24ce)
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fixes https://forum.handbrake.fr/viewtopic.php?f=12&t=33345
Some players expect each packet to start on an mp3 frame header. Our
mp3lame encoder did not ensure this and resulted in failure to play
audio on these players.
libav already has the necessary code to parse headers and
accumulate a full frame of data, so use it.
(cherry picked from commit d05e644d5243dbd0d0cb7550e28345b897c8f7cd)
|
|
|
|
| |
split button control.
|
| |
|
| |
|
|
|
|
| |
(cherry picked from commit 75549414927212d4d1666730133805b33447de79)
|
|
|
|
| |
use nlmeans for some hqdn3d presets.
|
|
|
|
| |
from the CLI.
|
|
|
|
| |
update from a http connection.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| | |
[merge] libav: remove a pointless check in the DTS decoder.
|
| |
| |
| |
| |
| |
| | |
The check resulted in an error with many real-world streams,
which are otherwise perfectly valid. The auxiliary data length
is not reliable and/or the ETSI DTS specification is incorrect.
|
|\ \
| |/
|/| |
[merge] TrueHD: properly skip Atmos substreams
|
|/
|
|
|
| |
Atmos data isn't decoded, but it's properly skipped now (no more
errors and log spam, should make scan way faster for such tracks).
|
|
|
|
|
|
| |
When "Add L subtitle track if default audio is not L".
If the matching track was the first subtitle track in the source, it did
not get added.
|
|
|
|
|
|
|
| |
libavcodec/mpeg12dec.c expects input buffers to be zero padded to 32 bit
alignment. If not zero padded, it can get caught in an infinite loop.
(cherry picked from commit f7b0c5773abe43b003295ecf631c83cc43a1ee91)
|
|
|
|
| |
debian version numbering sort order is byzantine.
|
|
|
|
|
|
|
| |
Idiot ubuntu packagers add a suffix to the "upstream" version number
that causes their handbrake packages to be seen as "more recent"
than our packages. So add "zhb" suffix to our version number to
force our packages to be seen a "more recent".
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Use date/time for snapshot version numbers, YYYYMMDDHHMMSS-hash-branch.
Add --snapshot configure option to force snapshot builds.
repo-info.sh and tag-release.sh improvements.
|
|
|
|
| |
Thanks BradleyS
|
|
|
|
|
|
| |
Migrate from svn to git. Since our build system automatically generates
version info from the svn repo, this needs to change when we move the
repo to git.
|
|
|
|
| |
This is no longer a problem with new versions of iOS and QuickTime
|
|
|
|
|
|
| |
This was originally done because > 2 lines is not supported in mp4 timed
text. But this line combining is now performed only when necessary in
muxavformat.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
"language" is not a valid mkv tag. Writing it causes confusing behavior
if the track language ebml differs from the tag.
|
|
|
|
|
|
|
|
| |
This will result in no video in the output file, but in such cases, this
might actually be desirable. Scaling to such small dimensions is often
used simply to re-encode audio.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7412 b64f7644-9d1e-0410-96f1-a4d463321fa5
|