summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MacGui: convert the main window xib to auto layout.Damiano Galassi2017-11-252-157/+217
* MacGui: use a popover instead of a drawer on 10.10+ .Damiano Galassi2017-11-246-45/+128
* MacGui: add a popup button to select the preset in the main window.Damiano Galassi2017-11-246-80/+179
* libhb: fix warnings.Damiano Galassi2017-11-245-17/+17
* MacGui: use KVO to get a good part of the change notification in the summary ...Damiano Galassi2017-11-248-30/+231
* D&D opening file could cause crashHofi2017-11-231-2/+3
* add align a/v start to logJohn Stebbins2017-11-221-0/+4
* scan: don't abort on empty buffersJohn Stebbins2017-11-221-4/+4
* Did a bit of refactoring and added an .editorconfig file to enforce the "spac...RandomEngy2017-11-206-41/+33
* Excluded .vs folder via gitignore.RandomEngy2017-11-181-0/+1
* Some additions for mixdowns and ability encode from JSON string.RandomEngy2017-11-183-4/+53
* MacGui: short job description in the summary tab.Damiano Galassi2017-11-138-12/+325
* LinGui: handle command line the GApplication wayJohn Stebbins2017-11-121-23/+25
* LinGui: don't free uninitialized things on exitJohn Stebbins2017-11-122-6/+12
* MacGui: fix a potential null dereference.Damiano Galassi2017-11-121-2/+5
* MacGui: show a preview image in the summary tab.Damiano Galassi2017-11-126-5/+47
* MacGui: realign the main window ui elements.Damiano Galassi2017-11-128-188/+259
* MacGui: rearrange main window tabs order, fix some warnings.Damiano Galassi2017-11-124-37/+50
* MacGui: add a double click action to start editing a chapter title. Align thi...Damiano Galassi2017-11-122-32/+41
* MacGui: initialize the selectedCategory ivar with the default value in HBAddP...Damiano Galassi2017-11-121-0/+1
* MacGui: do not allow the path separator "/" character to be inserted in the o...Damiano Galassi2017-11-113-7/+34
* presets: fix selection of audio tracksJohn Stebbins2017-11-102-1/+4
* x265: fix build race with download verificationJohn Stebbins2017-11-102-0/+2
* MacGui: move the format options to the summary tab.Damiano Galassi2017-11-106-177/+295
* MacGui: always use the new add category controller to add a category.Damiano Galassi2017-11-101-6/+7
* MacGui: select the newly created category in the add preset sheet.Damiano Galassi2017-11-101-1/+1
* MacGui: add a popup menu to select the category in the add preset sheet.Damiano Galassi2017-11-108-31/+348
* MacGui: rename Folder to Category.Damiano Galassi2017-11-108-25/+26
* Add adaptive streaming support (#972)John Stebbins2017-11-0914-58/+247
* Auto-rotate video that has rotation tagJohn Stebbins2017-11-097-525/+740
* libhb: read video rotation from libav.Damiano Galassi2017-11-093-0/+33
* LinGui: disable i386 releasesJohn Stebbins2017-11-074-8/+8
* LinGui: fix build with glib older than 2.44John Stebbins2017-11-073-2/+25
* WinGui: Updates to handle changes to the JSON API. #964sr552017-11-0611-36/+165
* CLI: add option to log version, title, and progress in jsonJohn Stebbins2017-11-0612-61/+409
* presets: enforce 2 level hierarchy when importing presetsJohn Stebbins2017-11-064-3/+201
* LinGui: fix small memory leaksJohn Stebbins2017-11-061-0/+2
* LinGui: fix scan progress displayJohn Stebbins2017-11-062-17/+55
* LinGui: enforce preset heirarchy in presets listJohn Stebbins2017-11-061-145/+156
* LinGui: Add "Category" dropdown to preset save dialogJohn Stebbins2017-11-0611-252/+407
* LinGui: allow angles when dvdnav is disabledJohn Stebbins2017-11-062-3/+0
* LinGui: clean up UI xml a bitJohn Stebbins2017-11-061-135/+25
* LinGui: add preset description tooltip to preset menu buttonJohn Stebbins2017-11-062-1/+7
* LinGui: preset "Reset" -> "Reload"John Stebbins2017-11-063-10/+11
* LinGui: allow preset delete when list selection is not highlightedJohn Stebbins2017-11-061-64/+63
* LinGui: add preset "modified" indicator and reset buttonJohn Stebbins2017-11-063-32/+100
* LinGui: reinitialize presets menu when list changesJohn Stebbins2017-11-061-8/+30
* LinGui: open preset selection menu to right of buttonJohn Stebbins2017-11-061-2/+2
* LinGui: Add preset selection menuJohn Stebbins2017-11-0616-801/+1058
* LinGui: Split presets list out into separate windowJohn Stebbins2017-11-064-63/+256