summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MacGui: add rotate filter support to HBJob.Damiano Galassi2016-01-103-0/+23
* MacGui: add bluray detection to HBDVDDetector.Damiano Galassi2016-01-092-38/+60
* MacGui: correctly update the checked item in the presets menu after an undo/r...Damiano Galassi2016-01-091-2/+33
* MacGui: added some error logs to the queue.Damiano Galassi2016-01-092-8/+8
* MacGui: rename File -> Close to Close Window.Damiano Galassi2016-01-091-3/+3
* WinGui: Fix an issue where the framerate shaper wasn't applied when the frame...sr552016-01-051-7/+5
* WinGui: Fixed an issue that was preventing the h264 level combo displaying fo...sr552016-01-051-1/+1
* WinGui: Don't set mixdown to dpl2 for Passthru. Should now use internal libhb...sr552016-01-032-3/+3
* WinGui: Presets: Fix loading of container type.sr552016-01-031-0/+3
* LinGui: clean up copyright and license commentsJohn Stebbins2016-01-0338-170/+544
* LinGui: update copyright date in translation filesJohn Stebbins2016-01-0313-35/+35
* Merge pull request #48 from bradleysepos/copyrightJohn Stebbins2016-01-03134-140/+140
|\
| * Update copyright dates to 2016.Bradley Sepos2016-01-01134-140/+140
* | presets: fix PicturePAR importJohn Stebbins2016-01-021-1/+1
|/
* using dispatcher from https://github.com/lu-zero/mfx_dispatchMax Dmytrychenko2015-12-275-9/+9
* Minor Doc UpdatesScott2015-12-273-8/+5
* WinGui: Some API and warnings cleanup.Scott2015-12-2725-135/+305
* WinGui: Missing changes from previous checking that was fixing queue edit bugs.Scott2015-12-271-3/+4
* WinGui: Couple of fixes for the Edit Queue feature. (Video Tune, Video Bitra...Scott2015-12-273-21/+57
* libhb: use LL for int64 constants to make mingw happyJohn Stebbins2015-12-266-16/+16
* libhb: Remove stray UTF-8 BOM character from lang.c.Bradley Sepos2015-12-251-1/+1
* LinGui: fix live preview range selectionJohn Stebbins2015-12-201-1/+1
* WinGui: Some fixes around the preset audio / subtitle configure default setti...Scott2015-12-151-7/+17
* WinGui: Fix an issue with the Subtitle Burn In Behavior dropdown not being se...Scott2015-12-141-3/+1
* WinGui: Ability to Force Preset updates change tidy upScott2015-12-144-4/+20
* WinGui: Re-implement the ability to force a preset upgrade on nightly build u...Scott2015-12-143-76/+99
* MacGui: add an exception to enable http connections to handbrake.frDamiano Galassi2015-12-141-0/+13
* MacGui: realign the views in the add preset window, disable the resize button...Damiano Galassi2015-12-143-111/+40
* WinGui: Fix an issue where presets crop settings could be incorrectly stored ...Scott2015-12-121-1/+1
* WinGui: Cosmetic fixes on the Video and Audio Tabs. Bug fix with the Fast Dec...Scott2015-12-128-9/+46
* MacGui: show a focus ring around the main window when a file is dragged over ...Damiano Galassi2015-12-127-86/+143
* MacGui: add a 'view' menu with the standard menu items and some keyboard shor...Damiano Galassi2015-12-122-3/+65
* reader: fix stream discontinuity splicing...John Stebbins2015-12-091-3/+9
* Merge pull request #38 from Rodeo314/atmosRodeo3142015-12-088-0/+181
|\
| * libav: rename patches after last commit.Tim Walker2015-11-218-0/+0
| * libav: backport fixes for Dolby Atmos streams.Tim Walker2015-11-211-0/+181
* | Merge pull request #40 from Rodeo314/auxdataRodeo3142015-12-081-0/+23
|\ \
| * | libav: remove a pointless check in the DTS decoder.Tim Walker2015-11-221-0/+23
| |/
* | MacGui: remove an unused 'Resources (unused)' group from the Xcode project.Damiano Galassi2015-12-051-16/+0
* | MacGui: default to custom picture size in the add preset sheet if the current...Damiano Galassi2015-12-054-38/+62
* | MacGui: add a space between the Queue and the Start toolbar items.Damiano Galassi2015-12-051-3/+4
* | MacGui: fixed the table view header height on OS X versions older than 10.11.Damiano Galassi2015-12-053-11/+10
* | MacGui: use a view-based outline view in the presets drawer.Damiano Galassi2015-12-052-56/+66
* | Merge pull request #43 from lameventanas/masterJohn Stebbins2015-12-041-8/+8
|\ \
| * | Fix bashism in autoconf script that leads to build failure unless bash is /bi...lameventanas2015-12-041-8/+8
|/ /
* | Merge pull request #42 from sverrirs/chapters-import-updScott2015-11-2610-45/+499
|\ \
| * | Using ErrorService.ShowMessageBox instead of MessageBox.ShowSverrir Sigmundarson2015-11-261-11/+21
| * | Minor fixes to chapterdb.org support that were lost in a merge-gone-wrong.Sverrir Sigmundarson2015-11-236-6/+30
| * | Adding support for ChapterDb.org input formats (XML and TXT) files. Minor ref...Sverrir Sigmundarson2015-11-239-41/+461
|/ /
* | Merge pull request #37 from sverrirs/chapters-csv-updScott2015-11-225-62/+162
|\ \