Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-06-09avdevice: Fix max value of AV_OPT_TYPE_VIDEO_RATEMichael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-05-05lavd/avfoundation: use AVCodecParametersRick Kern
Fixes "Could not find codec parameters for stream" error (#5494) Signed-off-by: Rick Kern <kernrj@gmail.com>
2015-03-30avdevice/avfoundation: Fix occured typoMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-03-29libavdevice/avfoundation: use pts/dts provided by the CMSampleBuffer APIMatthieu Bouron
Reviewed-by: Thilo Borgmann <thilo.borgmann@mail.de> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-03-29libavdevice/avfoundation: add capture_mouse_clicks optionMatthieu Bouron
Support mouse clicks capture while recording a screen on OSX >= 10.7. Reviewed-by: Thilo Borgmann <thilo.borgmann@mail.de> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-03-29libavdevice/avfoundation: add capture_cursor optionMatthieu Bouron
Add support for cursor capturing while recording a screen for OSX >= 10.8. Reviewed-by: Thilo Borgmann <thilo.borgmann@mail.de> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-03-29libavdevice/avfoundation: add framerate and video size optionsMatthieu Bouron
Support framerate ands video size options on AVCaptureDevices for OSX >= 10.7 and iOS >= 7.0. For screen captures, only the framerate option is taken into account. Reviewed-by: Thilo Borgmann <thilo.borgmann@mail.de> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-03-10lavd/avfoundation: Silence warnings when compiling for iOS.Carl Eugen Hoyos
Reviewed-by: Thilo Borgmann
2015-03-10lavd/avfoundation: Silence c99 warnings when using gcc.Carl Eugen Hoyos
Reviewed-by: Thilo Borgmann
2015-03-06lavd/avfoundation: Add support for 24 and 32bit integer input.John Robinson
Tested on Mac Mini soundflower and built-in line input. Reviewed-by: Thilo Borgmann
2015-03-06lavd/avfoundation: Add support for 16bit integer input.Carl Eugen Hoyos
Reviewed-by: Thilo Borgmann
2014-11-14lavd/avfoundation: Introduce device alias 'none' to allow the user to record ↵Thilo Borgmann
only audio or video. Changes the selection of a default device to none instead of the system default device. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-11-12lavd/avfoundation: Remove unused -frame_rate option.Carl Eugen Hoyos
2014-11-10lavd/avfoundation: Use internal av_strtok instead of std lib strtokThilo Borgmann
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-10-27lavd/avfoundation: Fix compilation for non MAC OS devices by conditional ↵Thilo Borgmann
compilation of screen capture capabilities. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-10-26lavd/avfoundation: Add support for screen capturing.Thilo Borgmann
Patch based on pull-request by Joseph Benden <joe@benden.us> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-09-28lavd/avfoundation: Add basic PCM audio support.Thilo Borgmann
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-09-26lavd/avfoundation: Use microseconds as common timebase.Thilo Borgmann
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-09-26lavd/avfoundation: Simplify debug message generation.Thilo Borgmann
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-09-26lavd/avfoundation: Using the actual stream index instead of hardcoded value.Thilo Borgmann
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-09-26lavd/avfoundation: Split adding a device and getting the device ↵Thilo Borgmann
configuration into separate functions. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-08-05lavd/avfoundation: Add device category.Thilo Borgmann
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-07-16avdevice/avfoundation: kCVPixelFormatType_OneComponent8 only exists from ↵Hanspeter Niederstrasser
10.8 onward Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-06-12lavd/avfoundation: Support user selected pixel formats and pixel format ↵sfan5
autoselection. Signed-off-by: Thilo Borgmann <thilo.borgmann@mail.de> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-04-11Add AVFoundation input device.Thilo Borgmann
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>