| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "all: Don't set AVClass.item_name to its default value" | Anton Khirnov | 2024-01-20 | 1 | -0/+1 |
* | all: Don't set AVClass.item_name to its default value | Andreas Rheinhardt | 2023-12-22 | 1 | -1/+0 |
* | avfoundation: Fix version checks | Martin Storsjö | 2023-12-15 | 1 | -10/+10 |
* | lavd/avfoundation: Use correct preprocessing directive | Vittorio Giovara | 2023-12-11 | 1 | -1/+1 |
* | avdevice/avfoundation: replace deprecated AVCaptureDevice | xufuji456 | 2023-12-11 | 1 | -5/+60 |
* | avdevice/avfoundation: convert to new channel layout-API | James Almer | 2022-11-08 | 1 | -2/+1 |
* | lavd/avfoundation: Fix mixed declaration and code | Thilo Borgmann | 2022-02-22 | 1 | -1/+2 |
* | avdevice/avfoundation: check strdup | Zhao Zhili | 2022-02-22 | 1 | -2/+10 |
* | avdevice/avfoundation: fix memleak | Zhao Zhili | 2022-02-22 | 1 | -4/+6 |
* | libavdevice/avfoundation.m: fix potential unreleased lock issue | Chengfeng Ye | 2021-09-17 | 1 | -2/+15 |
* | libavdevice/avfoundation.m: fix protential unreleased lock issue | Chengfeng Ye | 2021-09-17 | 1 | -0/+3 |
* | avcodec/avcodec: Stop including channel_layout.h in avcodec.h | Andreas Rheinhardt | 2021-07-22 | 1 | -0/+1 |
* | avdevice/avfoundation: remove first_audio_pts and first_pts | Steven Liu | 2021-07-19 | 1 | -4/+0 |
* | avdevice: Constify all devices | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avfoundation: Fix building on iOS | Martin Storsjö | 2020-04-30 | 1 | -0/+4 |
* | lavd/avfoundation.m: Do not use transport controls for screen capture devices. | Thilo Borgmann | 2020-04-22 | 1 | -9/+11 |
* | lavd/avfoundation.m: Remove transport controls for iOS. | Thilo Borgmann | 2020-04-22 | 1 | -2/+10 |
* | lavd/avfoundation: Add basic transport control observation for capable devices. | Thilo Borgmann | 2020-03-16 | 1 | -8/+59 |
* | lavd/avfoundation.m: Add an option to drop late frames. | Thilo Borgmann | 2020-02-07 | 1 | -1/+3 |
* | libavdevice: Update the class name as uniform style | Jun Zhao | 2019-08-15 | 1 | -1/+1 |
* | lavd/avfoundation: Set correct default value 0 for option capture_raw_data. | Thilo Borgmann | 2019-07-08 | 1 | -1/+1 |
* | lavd/avfoundation: Reindent after last commit. | Thilo Borgmann | 2019-07-08 | 1 | -54/+54 |
* | lavd/avfoundation: Support muxed type of devices including raw muxed data cap... | Thilo Borgmann | 2019-07-08 | 1 | -9/+80 |
* | lavd/avfoundation: Refine some log messages. | Thilo Borgmann | 2019-07-08 | 1 | -4/+4 |
* | lavd/avfoundation: Change binary Options to boolean type. | Thilo Borgmann | 2019-07-08 | 1 | -5/+3 |
* | lavd/avfoundation: Remove useless index increment. | Thilo Borgmann | 2019-07-08 | 1 | -1/+0 |
* | lavd/avfoundation: Fix skewed video output | Rick Kern | 2018-09-14 | 1 | -7/+49 |
* | avdevice: migrate to AVFormatContext->url | Marton Balint | 2018-01-28 | 1 | -1/+1 |
* | avdevice: Fix max value of AV_OPT_TYPE_VIDEO_RATE | Michael Niedermayer | 2016-06-09 | 1 | -1/+1 |
* | lavd/avfoundation: use AVCodecParameters | Rick Kern | 2016-05-05 | 1 | -13/+13 |
* | avdevice/avfoundation: Fix occured typo | Michael Niedermayer | 2015-03-30 | 1 | -1/+1 |
* | libavdevice/avfoundation: use pts/dts provided by the CMSampleBuffer API | Matthieu Bouron | 2015-03-29 | 1 | -6/+15 |
* | libavdevice/avfoundation: add capture_mouse_clicks option | Matthieu Bouron | 2015-03-29 | 1 | -0/+15 |
* | libavdevice/avfoundation: add capture_cursor option | Matthieu Bouron | 2015-03-29 | 1 | -0/+19 |
* | libavdevice/avfoundation: add framerate and video size options | Matthieu Bouron | 2015-03-29 | 1 | -0/+130 |
* | lavd/avfoundation: Silence warnings when compiling for iOS. | Carl Eugen Hoyos | 2015-03-10 | 1 | -5/+5 |
* | lavd/avfoundation: Silence c99 warnings when using gcc. | Carl Eugen Hoyos | 2015-03-10 | 1 | -36/+41 |
* | lavd/avfoundation: Add support for 24 and 32bit integer input. | John Robinson | 2015-03-06 | 1 | -0/+10 |
* | lavd/avfoundation: Add support for 16bit integer input. | Carl Eugen Hoyos | 2015-03-06 | 1 | -0/+6 |
* | lavd/avfoundation: Introduce device alias 'none' to allow the user to record ... | Thilo Borgmann | 2014-11-14 | 1 | -6/+10 |
* | lavd/avfoundation: Remove unused -frame_rate option. | Carl Eugen Hoyos | 2014-11-12 | 1 | -2/+0 |
* | lavd/avfoundation: Use internal av_strtok instead of std lib strtok | Thilo Borgmann | 2014-11-10 | 1 | -3/+5 |
* | lavd/avfoundation: Fix compilation for non MAC OS devices by conditional comp... | Thilo Borgmann | 2014-10-27 | 1 | -0/+8 |
* | lavd/avfoundation: Add support for screen capturing. | Thilo Borgmann | 2014-10-25 | 1 | -14/+56 |
* | lavd/avfoundation: Add basic PCM audio support. | Thilo Borgmann | 2014-09-28 | 1 | -14/+331 |
* | lavd/avfoundation: Use microseconds as common timebase. | Thilo Borgmann | 2014-09-26 | 1 | -1/+1 |
* | lavd/avfoundation: Simplify debug message generation. | Thilo Borgmann | 2014-09-26 | 1 | -2/+1 |
* | lavd/avfoundation: Using the actual stream index instead of hardcoded value. | Thilo Borgmann | 2014-09-26 | 1 | -1/+4 |
* | lavd/avfoundation: Split adding a device and getting the device configuration... | Thilo Borgmann | 2014-09-26 | 1 | -89/+105 |
* | lavd/avfoundation: Add device category. | Thilo Borgmann | 2014-08-05 | 1 | -0/+1 |