summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* WinGui:sr552015-01-2510-652/+1660
* WinGui: Moving the built-in preset storage over to JSON.sr552015-01-251-30/+39
* MacGui: add a "Add Titles to Queue…" menu item that let select which titles...ritsuka2015-01-256-48/+396
* WinGui: Handle the Logging events a bit better. This will stop some of the cr...sr552015-01-242-13/+10
* Remove the old Doxy files since we no longer publish doxygen.sr552015-01-244-6645/+0
* WinGui: Switch all the FileOpen / FileSave dialogs over to the native windows...sr552015-01-235-14/+11
* WinGui: Improve the extra args tooltip.sr552015-01-233-1/+13
* WinGui: Fix tune options on the video tab for x265. Hide the Level option sin...sr552015-01-233-3/+29
* WinGui: Fix an issue with the video preset defaulting when changing the video...sr552015-01-231-1/+1
* WinGui: Remove the Simple advanced options tab. sr552015-01-2311-312/+33
* MacGui: fix subtitles defaults window resizing and delete an empty item in th...ritsuka2015-01-232-13/+10
* MacGui: expose a isStream and a timeCode properties in HBTitle.ritsuka2015-01-234-7/+28
* MacGui: fix HBRangeType enum order.ritsuka2015-01-231-1/+1
* MacGui: clean up HBCore, add a way to register a block as error handler.ritsuka2015-01-236-95/+113
* WinGui: Hide the advanced tab checkbox for x265 since there isn't one.sr552015-01-221-1/+1
* libav: bump to version 11.2jstebbins2015-01-2214-1276/+58
* WinGui: Always show 1 based indexes for audio and subtitles, and give libhb 0...sr552015-01-222-4/+4
* json: revert last commitjstebbins2015-01-221-4/+2
* json: add "Track" to audio and subtitle in titlesjstebbins2015-01-221-2/+4
* WinGui: Remove bad comment.sr552015-01-221-1/+0
* WinGui: Fix subtitle track index. Made both Audio and Subtitle tracks 0 based.sr552015-01-223-4/+5
* WinGui: Fix a few binding errors.sr552015-01-223-12/+8
* WinGui: Some minor tidy up for the last checkin.sr552015-01-223-13/+41
* WinGui: Initial re-factoring of the Video Tab. Replaces encoder specific pres...sr552015-01-2235-1436/+1152
* MacGui: fix start/pause toolbar items validation.ritsuka2015-01-221-16/+8
* MacGui: add back the drawer code I accidentally removed previously.ritsuka2015-01-221-1/+7
* MacGui: center the prefs window in the showWindow: method.ritsuka2015-01-222-9/+12
* MacGui: rename HBController and HBQueueController files.ritsuka2015-01-225-13/+13
* MacGui: move the application delegate to its own class. Removed the "Open Sou...ritsuka2015-01-2211-1826/+1800
* MacGui: do a mutable copy instead of a copy for the masterTrackArray.ritsuka2015-01-211-1/+1
* WinGui: Fix audio track selection on JSON LibHB API.sr552015-01-202-5/+4
* WinGui: Improve the preset load failure error message. Remove some duplicate ...sr552015-01-205-57/+71
* MacGui: add a number formatter to the seconds and frames textfields.ritsuka2015-01-201-4/+36
* MacGui: fix the "Cancel encode and stop" alert button.ritsuka2015-01-201-17/+33
* MacGui: rename cancel: to cancelRip: so it won't be automatically called when...ritsuka2015-01-204-17/+6
* MacGui: remove the public hb_state property in HBCore, fix a bug in HBVideo a...ritsuka2015-01-204-14/+19
* MacGui: use bindings to enable/disable the main window ui elements.ritsuka2015-01-203-111/+101
* WinGui: Quick Fix for the batch encoding with libhb mode.sr552015-01-1917-34/+90
* WinGui: Adding additional logging around LibHB scan / encode to track down wh...sr552015-01-193-19/+67
* build: fix mingw Jenkins buildsjstebbins2015-01-192-3/+3
* MacGui: enable and fix more compiler warnings in the Xcode project.ritsuka2015-01-1913-42/+43
* MacGui: remove startProgressHandler:completationHandler: method in HBCore. Sw...ritsuka2015-01-195-43/+40
* MacGui: moved the queue code from HBController to HBQueueController, reworked...ritsuka2015-01-1920-2395/+2278
* WinGui: Removing some more dead code in the interop library.sr552015-01-1820-759/+65
* WinGui: Removing some redundant code from the interop library.sr552015-01-187-326/+6
* WinGui: Remove the EncodingProfile object as it doesn't make sense in the con...sr552015-01-189-637/+566
* Work around fedora mingw pthread library requirementjstebbins2015-01-185-4/+23
* WinGui: Combine the Still and Live previews into a single window in the same ...sr552015-01-1714-634/+455
* WinGui: Don't set audio rate fields in the json message for passthru.sr552015-01-173-11/+22
* WinGui: Fix SRT subtitle filepath issue.sr552015-01-171-1/+1