summaryrefslogtreecommitdiffstats
path: root/macosx/HBAVPlayer.m
Commit message (Collapse)AuthorAgeFilesLines
* Gardening: Clean up trailing whitespaceNomis1012019-11-041-1/+1
| | | | Remove trailing whitespace in "*.c", "*.m", "*.h" and "*.cpp" files.
* MacGui: enable and fix more warnings. Review nullability annotations.Damiano Galassi2019-08-121-2/+2
|
* MacGui: set the minimum deployment target to 10.10. Remove Growl and use ↵Damiano Galassi2018-06-081-1/+1
| | | | macOS standard notifications. Remove deprecated API usage and code that doesn't compile anymore (QTKit).
* MacGui: split HBPicture KVO dependencies.Damiano Galassi2016-05-241-4/+6
|
* MacGui: fix HBAVPlayer loaded state.Damiano Galassi2016-05-191-2/+5
|
* MacGui: fallback to QTKit if a preview is not playable with AVFoundation.Damiano Galassi2016-05-191-15/+6
|
* MacGui: fix build on 10.10 sdk.Damiano Galassi2016-05-041-1/+1
|
* MacGui: use AVFoundation as the first option for the preview playback. Add ↵Damiano Galassi2016-05-031-0/+367
volume and tracks controls to the player hud.