summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* json: fix srt filename parsingjstebbins2015-01-171-1/+1
* WinGui: Make the Bitrate, compression and quality nullable in the json audiol...sr552015-01-171-3/+3
* WinGui:sr552015-01-1720-159/+224
* libav: remove dos line endings from patchjstebbins2015-01-151-110/+110
* build: fix configure environment of several contribsjstebbins2015-01-154-8/+8
* dvd: demote an hb_error to hb_log to prevent GUI error dialog spamjstebbins2015-01-151-1/+1
* MacGui: disable the alert on error coderitsuka2015-01-151-11/+11
* MacGui: fix some leaksritsuka2015-01-155-9/+59
* WinGui: Fix QSV Preset/Profile/Levelsr552015-01-141-0/+6
* WinGui: Libhb JSON API, Fix Extra encode arguments.sr552015-01-141-3/+2
* stream: Fix scanning files with large PNGsjstebbins2015-01-141-1/+15
* MacGui: simplify the toolbar/menu validation methods, plus some cosmetics.ritsuka2015-01-144-173/+143
* WinGui: Fixes to new JSON API Code, Audio and Chapter settings.sr552015-01-134-17/+22