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
2022-11-08avdevice/avfoundation: convert to new channel layout-APIJames Almer
2022-02-22lavd/avfoundation: Fix mixed declaration and codeThilo Borgmann
2022-02-22avdevice/avfoundation: check strdupZhao Zhili
2022-02-22avdevice/avfoundation: fix memleakZhao Zhili
2021-09-17libavdevice/avfoundation.m: fix potential unreleased lock issueChengfeng Ye
2021-09-17libavdevice/avfoundation.m: fix protential unreleased lock issueChengfeng Ye
2021-07-22avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt
2021-07-19avdevice/avfoundation: remove first_audio_pts and first_ptsSteven Liu
2021-04-27avdevice: Constify all devicesAndreas Rheinhardt
2020-04-30avfoundation: Fix building on iOSMartin Storsjö
2020-04-22lavd/avfoundation.m: Do not use transport controls for screen capture devices.Thilo Borgmann
2020-04-22lavd/avfoundation.m: Remove transport controls for iOS.Thilo Borgmann
2020-03-16lavd/avfoundation: Add basic transport control observation for capable devices.Thilo Borgmann
2020-02-07lavd/avfoundation.m: Add an option to drop late frames.Thilo Borgmann
2019-08-15libavdevice: Update the class name as uniform styleJun Zhao
2019-07-08lavd/avfoundation: Set correct default value 0 for option capture_raw_data.Thilo Borgmann
2019-07-08lavd/avfoundation: Reindent after last commit.Thilo Borgmann
2019-07-08lavd/avfoundation: Support muxed type of devices including raw muxed data cap...Thilo Borgmann
2019-07-08lavd/avfoundation: Refine some log messages.Thilo Borgmann
2019-07-08lavd/avfoundation: Change binary Options to boolean type.Thilo Borgmann
2019-07-08lavd/avfoundation: Remove useless index increment.Thilo Borgmann
2018-09-14lavd/avfoundation: Fix skewed video outputRick Kern
2018-01-29avdevice: migrate to AVFormatContext->urlMarton Balint
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