summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* WinGui: Make the Tabs in the logging window a bit larger and improve the init...sr552015-01-025-23/+51
* MacGui: use HB_VCODEC_H264_MASK to check whether to enable or not the iPod 5g...ritsuka2014-12-311-1/+1
* MacGui: hide the iPod 5g check box if the codec is not h.264.ritsuka2014-12-304-12/+20
* MacGui: fix the picture and filters summary in the video tab.ritsuka2014-12-302-1/+14
* MacGui: fix a bunch of regressions (various crash when in some textfields, en...ritsuka2014-12-3017-112/+158
* LinGui: better stderr redirection on mingwjstebbins2014-12-291-3/+4
* LinGui: fix building gtk gui on mingw, add regex to linkjstebbins2014-12-291-1/+1
* libhb: initialize the buffer pool only oncejstebbins2014-12-291-5/+5
* LinGui: add separate UI xml for gtk 3.14jstebbins2014-12-296-62/+9620
* MacGui: set the preset name to custom when a setting in the video/picture/fil...ritsuka2014-12-293-1/+110
* MacGui: set the default name for the exported chapters to the destination fil...ritsuka2014-12-291-1/+1
* MacGui: use bindings to toggle the chapters/seconds/frames UI.ritsuka2014-12-296-69/+66
* MacGui: pass the fast decode option to the hb_job.ritsuka2014-12-293-2/+3
* WinGui: Updated to use hb_get_preview2. sr552014-12-283-19/+64
* LinGui: add xml UI for gtk versions >= 3.12jstebbins2014-12-281-0/+9502
* LinGui: Enable building with different versions of the xml UI descriptionjstebbins2014-12-284-4/+28
* MacGui: move more things out of HBController.ritsuka2014-12-2810-66/+137
* MacGui: hide turbo two pass checkbox when x264 is not selected.ritsuka2014-12-274-8/+24
* MacGui: do not redirect nil to the log.ritsuka2014-12-271-2/+5
* MacGui: clean up headers and imports.ritsuka2014-12-2711-45/+47
* MacGui: remove redundant "enabled" property in a few view controller. Cosmeti...ritsuka2014-12-2711-111/+154
* MacGui: fix the reveal button in the queue.ritsuka2014-12-271-13/+11
* MacGui: remove the addChaptersFromQueue: in HBChapterTitlesController.h becau...ritsuka2014-12-272-10/+0
* MacGui: rename PictureController.* to HBPictureController.* .ritsuka2014-12-274-8/+8
* MacGui: remove unneeded init.ritsuka2014-12-272-7/+0
* MacGui: change the queue to work with serialized HBJob objects, remove the NS...ritsuka2014-12-2739-2079/+1214
* WinGui: Initial implementation of the new JSON API for encoding. Not exposed ...sr552014-12-2622-1806/+227
* WinGui: Adding the JSON models and factories for Encoding and Anamorphic calc...sr552014-12-2624-0/+1463
* json: add "Codec" to audio list itemsjstebbins2014-12-233-0/+17
* cli: simplify setting geometryjstebbins2014-12-231-3/+1
* libhb: eliminate refereces to libmkvjstebbins2014-12-231-1/+0
* 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