summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* libhb: eliminate unnecessary references to mp4v2jstebbins2014-12-232-7/+1
* eliminate job->largeFileSizejstebbins2014-12-2312-118/+7
* libhb: remove dead codejstebbins2014-12-232-10/+0
* MacGui: fix build.ritsuka2014-12-231-0/+1
* MacGui: remove some unused #import. Move again more things in HBController to...ritsuka2014-12-2311-312/+131
* MacGui: move the UI helper methods to new categories. Implement NSCoding in m...ritsuka2014-12-2327-696/+1199
* MacGui: set the chapter titles directly in HBJob. Move more things over to HB...ritsuka2014-12-2211-113/+176
* libhb: remove hb_job_resetjstebbins2014-12-222-55/+0
* MacGui: save the preset description, it had been broken after the add preset ...ritsuka2014-12-221-1/+4
* libhb: remove deprecated job and title fieldsjstebbins2014-12-221-26/+0
* MacGui: implement NSCoding protocol in HBJob.ritsuka2014-12-2213-11/+332
* MacGui: fixed a number of memory leaks. Do not set some deprecated hb_job fie...ritsuka2014-12-225-35/+43
* MacGui: remove the last usage of title->job.ritsuka2014-12-217-460/+13
* MacGui: use HBJob tracks array in HBAudioController and HBSubtitlesController...ritsuka2014-12-214-17/+549
* MacGui: refactor a bit of HBController to remove dependency on hb_title_t.ritsuka2014-12-212-243/+175
* MacGui: use HBJob when possible.ritsuka2014-12-2111-197/+103
* MacGui: add some more logs in HBCore.ritsuka2014-12-211-0/+10
* MacGui: set the correct framerate in the preset.ritsuka2014-12-211-1/+1
* MacGui: rearrange files in the project and disabled NSZombie.ritsuka2014-12-202-43/+38
* 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