summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* WinGui: Bump version to 0.10.50.10.5Scott2016-02-114-8/+8
|
* contrib: Rename libav patch for better DV in AVI compatibility.0.10.4Bradley Sepos2016-02-111-0/+0
| | | | (cherry picked from commit ffd8cb1ca51961ecf378697d63f004fe1f870dbb)
* contrib: Add libav patch for better DV in AVI compatibility.Bradley Sepos2016-02-111-0/+37
| | | | (cherry picked from commit efbe7038856d931b79eeb904e7a5e6bad31df38c)
* x265: bump to version 1.9John Stebbins2016-02-111-2/+2
| | | | | | | 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...
* WinGui: Bump release number.Scott2016-02-104-8/+8
|
* WinGui: WebOptimised and iPod 5G support checkboxes were not displaying the ↵Scott2016-02-102-4/+39
| | | | correct value on preset reload.
* build: do not enable fdk-aac by defaultJohn Stebbins2016-02-101-1/+1
| | | | There is a license incompatibility with gpl :(
* sync: fix subtitle timestamps that go backwardsJohn Stebbins2016-02-101-1/+16
| | | | | This should be really difficult to trigger, but someone found a sample that does.
* CLI: fix linking with broken ubuntu linkerJohn Stebbins2016-01-241-2/+2
| | | | (cherry picked from commit 57902b23cd4a70505fdcf4361787150679a5e58e)
* remove x265 patch that should have been removed as part of one of those ↵0.10.3Scott2016-01-181-12/+0
| | | | cherry picked merges.
* x265: update to version 1.8John Stebbins2016-01-181-1/+1
| | | | | | | | | | | | | | | | | | 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.
* x265: bump to version 1.7jstebbins2016-01-181-1/+1
| | | | | | | 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
* Merging Bump libx265 to version 1.6Rodeo2016-01-183-20/+4
|
* Add .gitignore to patch release branch.Bradley Sepos2016-01-161-0/+26
|
* libav: add lame dependencyJohn Stebbins2016-01-111-1/+1
| | | | (cherry picked from commit 9dfee71965d031d25d6c6f9cb59e136713af24ce)
* lame: Use libav wrapper to encode mp3lameJohn Stebbins2016-01-116-240/+8
| | | | | | | | | | | | 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)
* WinGui: Fix AssemblyInfo Theme loading issue that broke the audio/subtitle ↵Scott2016-01-031-0/+10
| | | | split button control.
* Update copyright datesJohn Stebbins2016-01-03164-325/+857
|
* libav: backport libav audio-fallback patchJohn Stebbins2016-01-031-30/+161
|
* muxavformat: add support for mp4 fallback audio signallingJohn Stebbins2016-01-032-1/+170
| | | | (cherry picked from commit 75549414927212d4d1666730133805b33447de79)
* WinGui: [0.10.x] Fix a bug in the CLI Query Generator that would incorrectly ↵Scott2016-01-031-2/+2
| | | | use nlmeans for some hqdn3d presets.
* WinGui: Update the 0.10.x branch to support the updated git version numbers ↵Scott2015-12-171-1/+1
| | | | from the CLI.
* MacGui: disable app transport security, so sparkle won't fail to download an ↵Damiano Galassi2015-12-161-0/+5
| | | | update from a http connection.
* WinGui: Another attempt to fix the 0.10.x buildsr552015-12-142-46/+37
|
* WinGui: Attempt to fix 0.10.x buildsr552015-12-142-40/+9
|
* Back porting CMake upgrade to 0.10.xsr552015-12-131-1/+5
|
* Adding libhb zip build target to 0.10.x branch.sr552015-12-133-3/+16
|
* WinGui: Strip out subversion version management code in the 0.10.x branch.sr552015-12-1214-843/+13
|
* Merge pull request #41 from Rodeo314/auxdata2Rodeo3142015-12-081-0/+23
|\ | | | | [merge] libav: remove a pointless check in the DTS decoder.
| * libav: remove a pointless check in the DTS decoder.Tim Walker2015-11-221-0/+23
| | | | | | | | | | | | 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 pull request #39 from Rodeo314/atmos2Rodeo3142015-12-081-0/+181
|\ \ | |/ |/| [merge] TrueHD: properly skip Atmos substreams
| * libav: backport fixes for Dolby Atmos streams.Tim Walker2015-11-211-0/+181
|/ | | | | 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).
* LinGui: fix subtitle list initialization...John Stebbins2015-11-101-1/+1
| | | | | | 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.
* decavcodec: fix hang in avcodec decoderJohn Stebbins2015-11-101-0/+16
| | | | | | | 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)
* LinGui: try fixing debian version number againJohn Stebbins2015-11-091-6/+6
| | | | debian version numbering sort order is byzantine.
* LinGui: Force override ubuntu package versionsJohn Stebbins2015-11-091-6/+6
| | | | | | | 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".
* LinGui: add libtoo-bin dependency to vivid and wilyJohn Stebbins2015-11-092-2/+2
|
* LinGui: fix building ubuntu vivid source packageJohn Stebbins2015-11-091-1/+1
|
* LinGui: add ubuntu vivid and wily build supportJohn Stebbins2015-11-095-1/+246
|
* LinGui: fix uploading ubuntu ppa source packagesJohn Stebbins2015-11-091-2/+2
|
* build: changes to version numbering and build processJohn Stebbins2015-11-095-159/+344
| | | | | | 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.
* build: fix errors in last commitJohn Stebbins2015-11-093-4/+4
| | | | Thanks BradleyS
* build: use git version info instead of svnJohn Stebbins2015-11-0917-134/+376
| | | | | | 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.
* tx3g: remove 2 line limitJohn Stebbins2015-10-151-14/+1
| | | | This is no longer a problem with new versions of iOS and QuickTime
* decsrt: don't combine > 2 lines into 2John Stebbins2015-10-151-28/+6
| | | | | | 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.
* MacGui: remove the link to libdvdcssDamiano Galassi2015-10-031-9/+3
|
* LinGui: add zh_CN (Chinese) to LINGUASJohn Stebbins2015-09-301-0/+1
|
* Add Chinese translationhelinb2015-09-301-0/+2878
|
* libav: patch mkv track language tag problemJohn Stebbins2015-09-251-0/+15
| | | | | "language" is not a valid mkv tag. Writing it causes confusing behavior if the track language ebml differs from the tag.
* cropscale: prevent crash when scale dimensions too smalljstebbins2015-08-292-1/+7
| | | | | | | | 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