summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* LinGui: Reorgainize Summary paneJohn Stebbins2017-11-0614-825/+882
* x265: fix xcleanJohn Stebbins2017-11-063-3/+3
* x265: add support for 8/10/12 bit encoding in single static lib (#975)John Stebbins2017-11-0614-38/+263
* libhb: add HLG to our list of known transfer characteristics.Damiano Galassi2017-11-062-0/+3
* MacGui: remove the i386 architecture from Growl framework, and the strip phas...Damiano Galassi2017-11-043-37/+0
* build: Fix configure to report success when REV=0 in version.txt.Bradley Sepos2017-11-041-1/+1
* tx3g: make font size scale with video heightJohn Stebbins2017-11-033-16/+41
* MacGui: fix a wrong usage of CFData API, CFDataCreateMutable creates a a CFD...Damiano Galassi2017-11-031-17/+21
* WinGui: Fix Window Title not resetting when queue finishing.sr552017-11-021-0/+2
* WinGui: Small Typo #833sr552017-11-022-2/+2
* WinGui: Adding Preset Category support into the Windows UI. Single layer supp...sr552017-11-027-34/+137
* CLI: add help for --align-avJohn Stebbins2017-11-021-0/+3
* WinGui: Add basic deinterlace to the static preview. #958sr552017-10-303-4/+14