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 (Expand)Author
2016-06-09avdevice: Fix max value of AV_OPT_TYPE_VIDEO_RATEMichael Niedermayer
2016-05-05lavd/avfoundation: use AVCodecParametersRick Kern
2015-03-30avdevice/avfoundation: Fix occured typoMichael Niedermayer
2015-03-29libavdevice/avfoundation: use pts/dts provided by the CMSampleBuffer APIMatthieu Bouron
2015-03-29libavdevice/avfoundation: add capture_mouse_clicks optionMatthieu Bouron
2015-03-29libavdevice/avfoundation: add capture_cursor optionMatthieu Bouron
2015-03-29libavdevice/avfoundation: add framerate and video size optionsMatthieu Bouron
2015-03-10lavd/avfoundation: Silence warnings when compiling for iOS.Carl Eugen Hoyos
2015-03-10lavd/avfoundation: Silence c99 warnings when using gcc.Carl Eugen Hoyos
2015-03-06lavd/avfoundation: Add support for 24 and 32bit integer input.John Robinson
2015-03-06lavd/avfoundation: Add support for 16bit integer input.Carl Eugen Hoyos
2014-11-14lavd/avfoundation: Introduce device alias 'none' to allow the user to record ...Thilo Borgmann
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
2014-10-27lavd/avfoundation: Fix compilation for non MAC OS devices by conditional comp...Thilo Borgmann
2014-10-26lavd/avfoundation: Add support for screen capturing.Thilo Borgmann
2014-09-28lavd/avfoundation: Add basic PCM audio support.Thilo Borgmann
2014-09-26lavd/avfoundation: Use microseconds as common timebase.Thilo Borgmann
2014-09-26lavd/avfoundation: Simplify debug message generation.Thilo Borgmann
2014-09-26lavd/avfoundation: Using the actual stream index instead of hardcoded value.Thilo Borgmann
2014-09-26lavd/avfoundation: Split adding a device and getting the device configuration...Thilo Borgmann
2014-08-05lavd/avfoundation: Add device category.Thilo Borgmann
2014-07-16avdevice/avfoundation: kCVPixelFormatType_OneComponent8 only exists from 10.8...Hanspeter Niederstrasser
2014-06-12lavd/avfoundation: Support user selected pixel formats and pixel format autos...sfan5
2014-04-11Add AVFoundation input device.Thilo Borgmann