summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* WinGui: Added a text block on the Queue Add selection that shows the current ↵sr552016-02-206-20/+55
| | | | preset to be used to for adding to the queue.
* WinGui: Missing file from last commit.sr552016-02-201-0/+2
|
* WinGui: Adding a "Queue" Menusr552016-02-206-0/+155
|
* deinterlace: fix mapping of legacy "slow" presetJohn Stebbins2016-02-161-1/+1
|
* decomb: fix decomb checkJohn Stebbins2016-02-161-2/+1
| | | | Only the last segment's results were being checked!
* MacGui: write the right minor and micro version in the presets. They were ↵Damiano Galassi2016-02-161-2/+2
| | | | swapped.
* sync: improve video dejitterJohn Stebbins2016-02-151-1/+1
| | | | | Found a sample that requires 12 frames to detect and fix video jitter. So extend the minimum frame buffer from 10 to 12.
* Merge pull request #67 from jstebbins/deinterlaceJohn Stebbins2016-02-1510-688/+232
|\ | | | | deinterlace: use avfilter yadif deinterlacer
| * macui: change "Deinterlace" to "Yadif"John Stebbins2016-02-151-2/+2
| |
| * deinterlace: add conditional deinterlacing of interlaced framesJohn Stebbins2016-02-153-5/+15
| | | | | | | | | | | | | | | | | | Only deinterlace frames that are marked as interlaced when mode HB_YADIF_AUTO is set in the filter settings. Currently, this would cause no frames to be deinterlaced since all frames are marked non-interlaced. This option will become useful in a subsequent patch that splits comb detection into it's own filter.
| * deinterlace: use avfilter yadif deinterlacerJohn Stebbins2016-02-158-682/+216
|/
* MacGui: show what preset will be used in the 'Add titles to queue' panel. ↵Damiano Galassi2016-02-154-36/+60
| | | | Use autolayout for the xib.
* WinGui: Fix a few binding errors on the audio Default tab. Allow Turbo first ↵sr552016-02-138-13/+38
| | | | pass for x265
* WinGui: x264/5 multilib support. You can now encode 10bit x264, 10bit x265 ↵sr552016-02-137-15/+57
| | | | and 12bit x265 if you provide MinGW-W64 compiled dll libraries in the HandBrake install directory.
* libhb: fix he-aac fallback setupJohn Stebbins2016-02-121-2/+1
| | | | if there is no he-aac encoder, a fallback to aac was not getting set.
* sync: fix crash when sync init failsJohn Stebbins2016-02-121-1/+2
|
* MacGui: fix build. There is no need to thin sparkle anymore.Damiano Galassi2016-02-121-3/+0
|
* MacGui: add a tooltip to the video encoders popup.Damiano Galassi2016-02-121-41/+5
|
* Merge pull request #90 from anongitter/masterDamiano Galassi2016-02-1296-250/+701
|\ | | | | Move png icons into an asset catalog
| * Move png icons into an asset cataloganongitter2016-02-1196-250/+701
|/ | | | | Use of an asset catalog to store png icons instead of a folder to make it way easier to read in the Xcode project.
* contrib: Rename libav patch for better DV in AVI compatibility.Bradley Sepos2016-02-111-0/+0
|
* contrib: Add libav patch for better DV in AVI compatibility.Bradley Sepos2016-02-111-0/+37
|
* 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... (cherry picked from commit e1d46e31ed4534d989bfab78ad514fd5126e5373)
* MacGui: update sparkle to version 1.13.1.Damiano Galassi2016-02-1195-928/+828
|
* WinGui: Detect if FDK encoder is available or not.sr552016-02-101-0/+8
|
* WinGui: WebOptimised and iPod 5G support checkboxes were not displaying the ↵sr552016-02-102-4/+44
| | | | 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 :( (cherry picked from commit 6da861c9dc023e5b7cad648d596f571ee1214bbf)
* sync: fix subtitle timestamps that go backwardsJohn Stebbins2016-02-101-3/+22
| | | | | This should be really difficult to trigger, but someone found a sample that does.
* MacGui: fix the 'add preset' panel minimum size.Damiano Galassi2016-02-101-2/+2
|
* WinGui: Fixed a bug with Audio Fallback encoder not setting correctly from ↵sr552016-02-091-2/+2
| | | | presets.
* rendersub: fix crash when processing EOF in subtitle renderJohn Stebbins2016-02-091-0/+29
|
* Merge pull request #84 from anongitter/patch-1Damiano Galassi2016-02-091-3/+3
|\ | | | | Move "Frameworks (bundled)" into "Frameworks"
| * Move "Frameworks (bundled)" into "Frameworks" anongitter2016-02-081-3/+3
|/ | | Because the folder "Frameworks (bundled)" contains frameworks, it would be more consistent making it a children folder of "Frameworks" (and doing so, change its name to "Bundled" only).
* WinGui: Fixes to the refactored Audio Defaults View. Settings were not ↵sr552016-02-0711-62/+274
| | | | getting applied correctly.
* WinGui:sr552016-02-0622-554/+1287
| | | | | | - Refractor the Audio and Subtitle Defaults into their own View/ViewModel - Add a new PopupWindow container system. - Add "Edit Defaults" for Audio and Subtitles on the Add Preset Pane to make the feature more discoverable. (Note, this does not change the existing settings on the Audio/Subtitle Tabs)
* WinGui: Fix Video Bitrate Text Box not updating correctly with presets.sr552016-02-041-5/+6
|
* MacGui: add a way to edit the audio/defaults in the 'add preset' sheet, so ↵Damiano Galassi2016-02-032-78/+167
| | | | hopefully it will be harder for new users to overlook them.
* WinGui: Initial attempt at allowing nightly builds to be installed ↵sr552016-02-022-22/+22
| | | | separately from standard builds.
* WinGui: Couple of UI Tweaks.sr552016-02-027-6/+116
|
* WinGui: Fix for configure audio tracks not behaving correctly with "Any" option.sr552016-01-311-7/+12
|
* doc folder updatessr552016-01-304-74/+67
|
* MacGui: fix HBSubtitlesTrack copy, it missed the container ivar.Damiano Galassi2016-01-301-0/+1
|
* WinGui: Extra Space.sr552016-01-291-1/+1
|
* WinGui: Allow the Nightly build and Release version to be run side-by-side. ↵[email protected]2016-01-294-4/+76
| | | | The nightly build will store the config and presets file in a "Nightly" sub directory. If this directory doesn't exist, it'll create it and try port the release versions to it.
* WinGui: Add support for the rotate and flip filter.[email protected]2016-01-298-124/+237
|
* libhb: fix use of uninitialized variable in lang.cJohn Stebbins2016-01-292-4/+4
| | | | It caused crashes in some builds
* Merge pull request #70 from ranunez/masterScott2016-01-282-30/+16
|\ | | | | Converts README to markdown
| * Adds newline for community support blurbRicardo Nunez2016-01-271-0/+1
| |
| * Converts README to markdownRicardo Nunez2016-01-272-30/+15
| |
* | MacGui: fix some static anaylizer warnings.Damiano Galassi2016-01-283-9/+14
|/