summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* MacGui: fix a warning.ritsuka2014-12-201-3/+3
* MacGui: integrated HBPicture in HBPictureController and started to move thing...ritsuka2014-12-209-913/+370
* MacGui: post a notification in HBFilters when a settings is changed.ritsuka2014-12-202-43/+156
* MacGui: implement HBPicture.ritsuka2014-12-202-31/+729
* MacGui: small improvements to HBTitle and HBJob.ritsuka2014-12-204-25/+34
* WinGui: Fix the Check for update frequency setting. (Removed daily as an opti...sr552014-12-203-16/+9
* WinGui: Fix a bug in the anamorphic size code.sr552014-12-202-15/+6
* WinGui: Switch to using the new JSON based scan API.sr552014-12-2027-294/+982
* WinGui: Refactor the scan model namespace in preparation for json api implsr552014-12-2015-43/+46
* WinGui: QuickFix for a crash, will resolve properly later.sr552014-12-201-1/+1
* MacGui: use title->list_chapter directly instead of title->job->list_chapter.ritsuka2014-12-201-2/+2
* MacGui: use the right string format specifier in HBCore.ritsuka2014-12-201-3/+3
* MacGui: remove a unused ivar in HBController.ritsuka2014-12-201-1/+0
* MacGui: add a "name" property to HBCore to easy debugging multiple instances....ritsuka2014-12-202-7/+15
* MacGui: fix frame rate when loading a queue item.ritsuka2014-12-202-1/+4
* json: fix hb_get_preview_jsonjstebbins2014-12-192-11/+136
* libhb: add hb_image_init to create blank imagesjstebbins2014-12-192-0/+81
* libhb: make hb_get_preview2 always return a valid imagejstebbins2014-12-191-3/+8
* json: fix plane size in hb_get_preview_image_jsonjstebbins2014-12-191-0/+1
* json: fix memory leak in hb_get_preview_jsonjstebbins2014-12-191-0/+1
* json: add hb_get_preview_jsonjstebbins2014-12-191-2/+112
* WinGui: Update the libhb scan code to work with the updated API. See rev6602 ...sr552014-12-189-58/+27
* json: fix building with --enable-hwdjstebbins2014-12-182-13/+13
* MacGui: separate the video settings logic from the view controller. There are...ritsuka2014-12-1815-1573/+561
* mux: fix format of ssa preamblejstebbins2014-12-161-11/+12
* json: fix building with qsv enabled.jstebbins2014-12-166-51/+68
* json: add json APIsjstebbins2014-12-1648-979/+1988
* sync: fix another issue with overlapping ssa subtitle translation to tx3gjstebbins2014-12-151-7/+15
* WinGui: Switching the preset format over to JSON and adding a container objec...sr552014-12-126-9/+128
* WinGui: Fix an issue with the width/height not exporting in presets. sr552014-12-121-2/+2
* scan: potential fix for missing audio tracksjstebbins2014-12-121-2/+4
* WinGUI: Update the installer to abort if running on windows xp or earlier wit...sr552014-12-114-0/+28
* WinGui: Adding JSON.NET librarysr552014-12-1110-0/+17332
* MacGui: import some headers directly in HBJob.h.ritsuka2014-12-112-7/+3
* MacGui: completed the HBVideo class.ritsuka2014-12-112-17/+1061
* decsrtsub: fix incorrect usage of strncatjstebbins2014-12-101-1/+1
* LinGui: update LINGUAS translations filejstebbins2014-12-091-0/+5
* contrib: build and link new jansson libjstebbins2014-12-057-37/+53
* sync: fix dropping of subtitles caused by my previous commitjstebbins2014-12-051-0/+4
* LinGui: remove POS appindicatorjstebbins2014-12-046-108/+0
* sync: fix a problem with overlapping ssa in mp4jstebbins2014-12-041-0/+11
* MacGui: start a new scan from a drag & drop only if there isn't already one. ...ritsuka2014-12-041-8/+11
* MacGui: merged the two browerFile methods.ritsuka2014-12-042-20/+14
* MacGui: added back part of the drag & drop handling.ritsuka2014-12-042-71/+67
* MacGui: added back some tooltips to the toolbar items. Remove the NSToolbarDe...ritsuka2014-12-042-9/+9
* MacGui: set the fTitle to NULL before performing a scan.ritsuka2014-12-031-0/+2
* MacGui: moved the main window toolbar to the xib.ritsuka2014-12-033-167/+100
* MacGui: switched the hb_handle_t references in HBController to HBCore instances.ritsuka2014-12-032-756/+403
* MacGui: added a new HBTitle class to wraps the hb_tltle_t parts used by the m...ritsuka2014-12-0311-203/+382
* LinGui: make sure "Plot" tag gets updated before starting encodingjstebbins2014-12-012-0/+13