summaryrefslogtreecommitdiff
path: root/libavdevice/avfoundation.m
Commit message (Expand)AuthorAge
* lavd/avfoundation: Fix mixed declaration and codeThilo Borgmann2022-02-22
* avdevice/avfoundation: check strdupZhao Zhili2022-02-22
* avdevice/avfoundation: fix memleakZhao Zhili2022-02-22
* libavdevice/avfoundation.m: fix potential unreleased lock issueChengfeng Ye2021-09-17
* libavdevice/avfoundation.m: fix protential unreleased lock issueChengfeng Ye2021-09-17
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-22
* avdevice/avfoundation: remove first_audio_pts and first_ptsSteven Liu2021-07-19
* avdevice: Constify all devicesAndreas Rheinhardt2021-04-27
* avfoundation: Fix building on iOSMartin Storsjö2020-04-30
* lavd/avfoundation.m: Do not use transport controls for screen capture devices.Thilo Borgmann2020-04-22
* lavd/avfoundation.m: Remove transport controls for iOS.Thilo Borgmann2020-04-22
* lavd/avfoundation: Add basic transport control observation for capable devices.Thilo Borgmann2020-03-16
* lavd/avfoundation.m: Add an option to drop late frames.Thilo Borgmann2020-02-07
* libavdevice: Update the class name as uniform styleJun Zhao2019-08-15
* lavd/avfoundation: Set correct default value 0 for option capture_raw_data.Thilo Borgmann2019-07-08
* lavd/avfoundation: Reindent after last commit.Thilo Borgmann2019-07-08
* lavd/avfoundation: Support muxed type of devices including raw muxed data cap...Thilo Borgmann2019-07-08
* lavd/avfoundation: Refine some log messages.Thilo Borgmann2019-07-08
* lavd/avfoundation: Change binary Options to boolean type.Thilo Borgmann2019-07-08
* lavd/avfoundation: Remove useless index increment.Thilo Borgmann2019-07-08
* lavd/avfoundation: Fix skewed video outputRick Kern2018-09-14
* avdevice: migrate to AVFormatContext->urlMarton Balint2018-01-28
* avdevice: Fix max value of AV_OPT_TYPE_VIDEO_RATEMichael Niedermayer2016-06-09
* lavd/avfoundation: use AVCodecParametersRick Kern2016-05-05
* avdevice/avfoundation: Fix occured typoMichael Niedermayer2015-03-30
* libavdevice/avfoundation: use pts/dts provided by the CMSampleBuffer APIMatthieu Bouron2015-03-29
* libavdevice/avfoundation: add capture_mouse_clicks optionMatthieu Bouron2015-03-29
* libavdevice/avfoundation: add capture_cursor optionMatthieu Bouron2015-03-29
* libavdevice/avfoundation: add framerate and video size optionsMatthieu Bouron2015-03-29
* lavd/avfoundation: Silence warnings when compiling for iOS.Carl Eugen Hoyos2015-03-10
* lavd/avfoundation: Silence c99 warnings when using gcc.Carl Eugen Hoyos2015-03-10
* lavd/avfoundation: Add support for 24 and 32bit integer input.John Robinson2015-03-06
* lavd/avfoundation: Add support for 16bit integer input.Carl Eugen Hoyos2015-03-06
* lavd/avfoundation: Introduce device alias 'none' to allow the user to record ...Thilo Borgmann2014-11-14
* lavd/avfoundation: Remove unused -frame_rate option.Carl Eugen Hoyos2014-11-12
* lavd/avfoundation: Use internal av_strtok instead of std lib strtokThilo Borgmann2014-11-10
* lavd/avfoundation: Fix compilation for non MAC OS devices by conditional comp...Thilo Borgmann2014-10-27
* lavd/avfoundation: Add support for screen capturing.Thilo Borgmann2014-10-25
* lavd/avfoundation: Add basic PCM audio support.Thilo Borgmann2014-09-28
* lavd/avfoundation: Use microseconds as common timebase.Thilo Borgmann2014-09-26
* lavd/avfoundation: Simplify debug message generation.Thilo Borgmann2014-09-26
* lavd/avfoundation: Using the actual stream index instead of hardcoded value.Thilo Borgmann2014-09-26
* lavd/avfoundation: Split adding a device and getting the device configuration...Thilo Borgmann2014-09-26
* lavd/avfoundation: Add device category.Thilo Borgmann2014-08-05
* avdevice/avfoundation: kCVPixelFormatType_OneComponent8 only exists from 10.8...Hanspeter Niederstrasser2014-07-16
* lavd/avfoundation: Support user selected pixel formats and pixel format autos...sfan52014-06-12
* Add AVFoundation input device.Thilo Borgmann2014-04-11