summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MacGui: remove some NSString -> NSURL conversions. Added a default size value...ritsuka2015-01-093-43/+39
* MacGui: enforce a min value for the picture width/height.ritsuka2015-01-092-9/+12
* MacGui: rename HBAudio class to HBAudioTrack.ritsuka2015-01-098-67/+64
* MacGui: fix a case where deinterlace filter would be enabled even if decomb w...ritsuka2015-01-071-1/+1
* MacGui: use NSURL where possible, replace a api call not available on 10.6.ritsuka2015-01-073-43/+43
* MacGui: create and run the error message alerts from libhb on the main thread.ritsuka2015-01-071-4/+3
* MacGui: handle the localised container strings manually.ritsuka2015-01-071-0/+9
* MacGui: use the inline find bar in the activity window.ritsuka2015-01-071-0/+6
* MacGui: handle SIGINT with gcd. Show the error messages from libhb in an aler...ritsuka2015-01-061-56/+24
* MacGui: add a number formatter to the custom anamorphic textfields.ritsuka2015-01-061-2/+5
* libhb: fix job configuration when qsv removes all filtersjstebbins2015-01-051-0/+9
* WinGui: Correcting namespaces.sr552015-01-0535-36/+37
* WinGui: Further fixes to libhb json api filters code.sr552015-01-055-28/+13
* WinGui: Refracting some of the modelling around the Encode Servicessr552015-01-0459-58/+114
* WinGui: Further fixes to libhb json encoding. FPS and Anamorphic should now w...sr552015-01-049-111/+294
* libhb: simplify job initializationjstebbins2015-01-032-22/+17
* libhb: fix access to uninitialized variables in hb_set_anamorphic_size2jstebbins2015-01-031-2/+2
* WinGui: Bug fixes to the libhb json encode factory and surrounding classes. E...sr552015-01-029-124/+168
* 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