summaryrefslogtreecommitdiff
path: root/modules/quicktime
Commit message (Collapse)AuthorAge
* quicktime: remove deprecate moduleAlfred E. Heggestad2017-11-12
| | | | | | | | | | | from Apple website: "Deprecated in OS X v10.9. Use AVFoundation.framework and AVKit.framework instead." Ref: https://developer.apple.com/library/content/documentation/MacOSX/Conceptual/OSX_Technology_Overview/SystemFrameworks/SystemFrameworks.html please use qtcapture or avcapture modules instead
* Vidsrc api reentrant (#256)Alfred E. Heggestad2017-05-23
| | | | | | * vidsrc: make the API re-entrant * vidsrc: update all modules to new API
* vidsrc: use const pointer to base-classAlfred E. Heggestad2015-06-20
|
* ui: make ui_output() take a formatted stringAlfred E. Heggestad2014-11-30
| | | | | | | - minor cleanup in logging - use ui_output() for interactive output - avoid using re_printf() - stdio: added an output_handler (to stderr)
* improve FFmpeg/libav module detectionAlfred E. Heggestad2014-11-22
| | | | | | | - remove FFmpeg keyword, as both FFmpeg and libav is supported - avcodec.so need libavcodec - avformat.so needs libavformat and others - also made the "quicktime.so" module deprecated
* modules: use new logging functionsAlfred E. Heggestad2014-04-12
|
* baresip 0.4.10Alfred E. Heggestad2014-02-09