summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* WinGui: Fix build.sr552015-01-131-3/+3
* MacGui: fix a crash when editing a queue item.ritsuka2015-01-131-0/+3
* Fix libdvdnav dvd name and add additional fallback if no name is foundritsuka2015-01-132-1/+18
* LinGui: fix small memory leakjstebbins2015-01-131-6/+4
* Revert a change Xcode committed on its own.ritsuka2015-01-131-8/+1
* MacGui: Move the audio/subtitles selection logic out of the view controllers....ritsuka2015-01-1322-1531/+1815
* MacGui: reorganize createMovieAsyncWithImageIndex:andDuration: method. and ad...ritsuka2015-01-132-36/+33
* WinGui: Some fixes around x264/x265 tune/profile optionssr552015-01-127-13/+32
* Simplify frontend useage of hb_add()jstebbins2015-01-129-245/+53
* MacGui: fix frame rate mode description in the queue.ritsuka2015-01-121-1/+1
* LinGui: fix parent window of dialogsjstebbins2015-01-118-42/+89
* WinGui: Another fix to 2Pass encoding on the new JSON api.sr552015-01-111-0/+2
* WinGui: Make LibHB a first class citizen for encoding. (Now on by default). U...sr552015-01-1110-24/+41
* json: simplify hb_add_json APIjstebbins2015-01-111-10/+25
* json: fix parsing of SRT subtitlesjstebbins2015-01-111-1/+1