summaryrefslogtreecommitdiffstats
path: root/macosx/HBJob.m
Commit message (Expand)AuthorAgeFilesLines
* MacGui: properly deregister the job observers, and refactor a bit the HBAudio...ritsuka2015-02-041-23/+3
* MacGui: clean up the methods to update the destination file name and extension.ritsuka2015-02-011-3/+23
* MacGui: add a HBChaptersChangedNotification notification, used to notify when...ritsuka2015-01-311-7/+10
* MacGui: expose a isStream and a timeCode properties in HBTitle.ritsuka2015-01-231-1/+1
* MacGui: enable and fix more compiler warnings in the Xcode project.ritsuka2015-01-191-0/+1
* MacGui: moved the queue code from HBController to HBQueueController, reworked...ritsuka2015-01-191-3/+7
* MacGui: fix some leaksritsuka2015-01-151-1/+2
* MacGui: Move the audio/subtitles selection logic out of the view controllers....ritsuka2015-01-131-545/+20
* Simplify frontend useage of hb_add()jstebbins2015-01-121-0/+1
* MacGui: rename HBAudio class to HBAudioTrack.ritsuka2015-01-091-11/+2
* MacGui: fix a case where deinterlace filter would be enabled even if decomb w...ritsuka2015-01-071-1/+1
* 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-301-3/+11
* MacGui: fix a bunch of regressions (various crash when in some textfields, en...ritsuka2014-12-301-0/+14
* MacGui: pass the fast decode option to the hb_job.ritsuka2014-12-291-1/+1
* MacGui: clean up headers and imports.ritsuka2014-12-271-0/+10
* MacGui: change the queue to work with serialized HBJob objects, remove the NS...ritsuka2014-12-271-41/+77
* MacGui: move the UI helper methods to new categories. Implement NSCoding in m...ritsuka2014-12-231-21/+81
* MacGui: set the chapter titles directly in HBJob. Move more things over to HB...ritsuka2014-12-221-11/+25
* MacGui: implement NSCoding protocol in HBJob.ritsuka2014-12-221-2/+51
* MacGui: fixed a number of memory leaks. Do not set some deprecated hb_job fie...ritsuka2014-12-221-15/+22
* MacGui: remove the last usage of title->job.ritsuka2014-12-211-9/+11
* MacGui: use HBJob tracks array in HBAudioController and HBSubtitlesController...ritsuka2014-12-211-5/+520
* MacGui: small improvements to HBTitle and HBJob.ritsuka2014-12-201-1/+5
* MacGui: import some headers directly in HBJob.h.ritsuka2014-12-111-4/+0
* MacGui: added a new HBTitle class to wraps the hb_tltle_t parts used by the m...ritsuka2014-12-031-140/+16
* MacGui: improvement to the HBCore class, use it in HBPreviewGenerator. Added ...ritsuka2014-11-291-6/+6
* MacGui: added support for NLMeans denoise. Added the HBFilters class to store...ritsuka2014-08-191-0/+191