Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MacGui: short job description in the summary tab. | Damiano Galassi | 2017-11-13 | 1 | -1/+1 |
| | |||||
* | MacGui: do not show "Auto passthru" in the audio panel encoders pop up. ↵ | Damiano Galassi | 2016-11-02 | 1 | -1/+2 |
| | | | | Allow selecting the passthru fallback encoder settings in the audio defaults panel. | ||||
* | MacGui: rework HBAudioTrack to use less NSDictionary. | Damiano Galassi | 2016-09-03 | 1 | -470/+291 |
| | |||||
* | MacGui: add libopus to Xcode project link phase. | Damiano Galassi | 2016-09-03 | 1 | -2/+2 |
| | |||||
* | MacGui: move the objc libhb wrapper to a separate framework. | Damiano Galassi | 2016-03-11 | 1 | -0/+5 |
| | |||||
* | MacGui: switch the audio table to a view-based one. | Damiano Galassi | 2015-10-25 | 1 | -2/+14 |
| | |||||
* | MacGui: add redo/undo supports to the audio part of HBJob. | Damiano Galassi | 2015-10-24 | 1 | -67/+143 |
| | |||||
* | MacGui: better samplerate validation. | Rodeo | 2015-05-19 | 1 | -16/+40 |
| | | | | | | | | | | | Not all encoders support all samplerate, so we filter the list based on the encoder and validate the selected samplerate when switching encoders. Also improve bitrate validation a bit. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7210 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: implemented the NSSecureCoding protocol in HBJob. Added a ↵ | ritsuka | 2015-04-22 | 1 | -13/+18 |
| | | | | | | compatibility class to fall back on NSCoding on 10.7 and earlier. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7112 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: run the Xcode "convert to modern objective-c" on the entire project. | ritsuka | 2015-04-09 | 1 | -1/+1 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7075 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: add a missing ownership qualifier needed by ARC. | ritsuka | 2015-03-19 | 1 | -1/+1 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7005 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: convert the mac gui to Objective-C ARC. | ritsuka | 2015-03-17 | 1 | -28/+5 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6996 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: properly deregister the job observers, and refactor a bit the ↵ | ritsuka | 2015-02-04 | 1 | -3/+3 |
| | | | | | | HBAudioTrack notification. Refactored HBPreviewController to take a single HBPreviewGenerator instance in input. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6869 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: add a HBAudioTrackDataSource protocol to simplify HBAudio interface. | ritsuka | 2015-01-31 | 1 | -7/+7 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6844 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: rename HBAudio class to HBAudioTrack. | ritsuka | 2015-01-09 | 1 | -0/+653 |
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6696 b64f7644-9d1e-0410-96f1-a4d463321fa5 |