summaryrefslogtreecommitdiffstats
path: root/macosx/HBPreviewGenerator.m
Commit message (Expand)AuthorAgeFilesLines
* MacGui: enable and fix more warnings. Review nullability annotations.Damiano Galassi2019-08-121-1/+1
* Fix some typos (#2202)Nomis1012019-07-311-1/+1
* MacGui: refactor the preferences keys and autonaming methods; fix the queue w...Damiano Galassi2019-07-291-2/+4
* MacGui: fix documentation link, some property annotations.Damiano Galassi2019-02-141-14/+2
* Add WebM support (#1822)Justin Bull2019-02-131-0/+4
* MacGui: send integerForKey: instead of [objectForKey:] intValue]Damiano Galassi2019-02-121-1/+1
* MacGui: improve preview window touch bar.Damiano Galassi2018-11-111-38/+49
* MacGui: improve touch bar support, add touch bars to the add titles to queue ...Damiano Galassi2018-10-161-1/+5
* MacGui: add touch bars in the preview window, improve touch bars in the main ...Damiano Galassi2018-10-101-9/+73
* MacGui: improve NSLocalizedString comments.Damiano Galassi2018-06-091-1/+1
* MacGui: initial sandbox support. Added two new scheme RELEASE-SANDBOX and DEB...Damiano Galassi2017-01-201-1/+2
* MacGui: fix the "encoding (null)" string that was shown when encoding a preview.Damiano Galassi2016-03-261-0/+2
* MacGui: move the objc libhb wrapper to a separate framework.Damiano Galassi2016-03-111-10/+7
* MacGui: batch the preview updates so we don't reload the same preview multipl...Damiano Galassi2016-01-151-1/+16
* MacGui: update the preview window to reflect the rotate filter state.Damiano Galassi2016-01-151-1/+3
* MacGui: use the new deinterlate preset keysDamiano Galassi2015-10-091-2/+1
* MacGui: add a way to differentiate a cancelled scan/encoded from a failed sca...Damiano Galassi2015-09-301-2/+2
* MacGui: read the actual preview count so we don't try to load a non existing ...Damiano Galassi2015-09-291-1/+1
* MacGui: second part of the previous commitritsuka2015-08-061-0/+5
* MacGui: add nullability annotations to the headers and use weak where is poss...ritsuka2015-05-301-2/+2
* MacGui: fix deinterlace in preview window.ritsuka2015-05-141-1/+2
* MacGui: remove che previews cache in HBPreviewGenerator when a setting change...ritsuka2015-05-131-0/+4
* MacGui: limit the preview images cache to ~ the size of 60 1080p images.ritsuka2015-05-121-4/+10
* MacGui: fix scan progress bar.ritsuka2015-04-301-1/+1
* MacGui: add a new formatter to convert a hb_state_t to a textual representation.ritsuka2015-04-301-37/+20
* MacGui: run the Xcode "convert to modern objective-c" on the entire project.ritsuka2015-04-091-6/+4
* MacGui: fix live preview crash caused by the ARC conversion.ritsuka2015-03-171-1/+1
* MacGui: clean up the preview controller, and fix the preview not updating whe...ritsuka2015-03-171-0/+5
* MacGui: convert the mac gui to Objective-C ARC.ritsuka2015-03-171-24/+20
* MacGui: add a preference to toggle the log cleanup. Use NSURL directly where ...ritsuka2015-02-211-11/+6
* MacGui: properly deregister the job observers, and refactor a bit the HBAudio...ritsuka2015-02-041-0/+16
* MacGui: disable the cancel button while the queue is scanning because there i...ritsuka2015-01-271-2/+0
* MacGui: add a method to return a CGImageRef for a preview in HBCore, and skip...ritsuka2015-01-261-87/+10
* MacGui: clean up HBCore, add a way to register a block as error handler.ritsuka2015-01-231-1/+1
* MacGui: enable and fix more compiler warnings in the Xcode project.ritsuka2015-01-191-9/+1
* MacGui: remove startProgressHandler:completationHandler: method in HBCore. Sw...ritsuka2015-01-191-22/+17
* MacGui: moved the queue code from HBController to HBQueueController, reworked...ritsuka2015-01-191-54/+40
* MacGui: simplify the toolbar/menu validation methods, plus some cosmetics.ritsuka2015-01-141-3/+3
* MacGui: Move the audio/subtitles selection logic out of the view controllers....ritsuka2015-01-131-0/+1
* MacGui: reorganize createMovieAsyncWithImageIndex:andDuration: method. and ad...ritsuka2015-01-131-32/+28
* Simplify frontend useage of hb_add()jstebbins2015-01-121-38/+0
* MacGui: clean up headers and imports.ritsuka2014-12-271-1/+0
* MacGui: remove the last usage of title->job.ritsuka2014-12-211-2/+2
* MacGui: integrated HBPicture in HBPictureController and started to move thing...ritsuka2014-12-201-15/+22
* json: add json APIsjstebbins2014-12-161-5/+6
* MacGui: improvement to the HBCore class, use it in HBPreviewGenerator. Added ...ritsuka2014-11-291-107/+48
* MacGui: when a live preview is cancelled, wait for libhb to end its work befo...ritsuka2014-09-191-0/+4
* MacGui: removed another duplicated method to get the Application Support path.ritsuka2014-07-311-18/+2
* MacGui: check if the image returned by hb_get_preview2 is null to avoid a cra...ritsuka2014-07-301-29/+34
* MacGui: use the new preview generation method hb_get_preview2.ritsuka2014-07-291-42/+33