Theo Fabi
|
d6d14b3a15
avdevice/avfoundation: add external video devices
|
7 months ago |
Andreas Rheinhardt
|
790f793844
avutil/common: Don't auto-include mem.h
|
10 months ago |
Martin Storsjö
|
71e871280d
libavdevice: Fix the avfoundation device after switching to FFInputFormat
|
10 months ago |
Anton Khirnov
|
08bebeb1be
Revert "all: Don't set AVClass.item_name to its default value"
|
1 year ago |
Andreas Rheinhardt
|
0c6203c97a
all: Don't set AVClass.item_name to its default value
|
1 year ago |
Martin Storsjö
|
081d69b78d
avfoundation: Fix version checks
|
1 year ago |
Vittorio Giovara
|
944936ee1d
lavd/avfoundation: Use correct preprocessing directive
|
1 year ago |
xufuji456
|
e37b15e26f
avdevice/avfoundation: replace deprecated AVCaptureDevice
|
1 year ago |
James Almer
|
0d0d67ce36
avdevice/avfoundation: convert to new channel layout-API
|
2 years ago |
Thilo Borgmann
|
a473e11e32
lavd/avfoundation: Fix mixed declaration and code
|
2 years ago |
Zhao Zhili
|
079de49912
avdevice/avfoundation: check strdup
|
3 years ago |
Zhao Zhili
|
6b708592fa
avdevice/avfoundation: fix memleak
|
3 years ago |
Chengfeng Ye
|
54d201ae20
libavdevice/avfoundation.m: fix potential unreleased lock issue
|
3 years ago |
Chengfeng Ye
|
9bbdfbfb32
libavdevice/avfoundation.m: fix protential unreleased lock issue
|
3 years ago |
Andreas Rheinhardt
|
1be3d8a0cb
avcodec/avcodec: Stop including channel_layout.h in avcodec.h
|
3 years ago |
Steven Liu
|
b67263e0e8
avdevice/avfoundation: remove first_audio_pts and first_pts
|
3 years ago |
Andreas Rheinhardt
|
d92f38c179
avdevice: Constify all devices
|
3 years ago |
Martin Storsjö
|
c810a9502c
avfoundation: Fix building on iOS
|
4 years ago |
Thilo Borgmann
|
64b80cb04b
lavd/avfoundation.m: Do not use transport controls for screen capture devices.
|
4 years ago |
Thilo Borgmann
|
3c9185bf3a
lavd/avfoundation.m: Remove transport controls for iOS.
|
4 years ago |
Thilo Borgmann
|
39fbd06314
lavd/avfoundation: Add basic transport control observation for capable devices.
|
4 years ago |
Thilo Borgmann
|
2ca14d84ee
lavd/avfoundation.m: Add an option to drop late frames.
|
5 years ago |
Jun Zhao
|
3aeb681f07
libavdevice: Update the class name as uniform style
|
5 years ago |
Thilo Borgmann
|
70a4f46e48
lavd/avfoundation: Set correct default value 0 for option capture_raw_data.
|
5 years ago |
Thilo Borgmann
|
5c2e0e417a
lavd/avfoundation: Reindent after last commit.
|
5 years ago |
Thilo Borgmann
|
02f65678ba
lavd/avfoundation: Support muxed type of devices including raw muxed data capture.
|
5 years ago |
Thilo Borgmann
|
3a5f9ab814
lavd/avfoundation: Refine some log messages.
|
5 years ago |
Thilo Borgmann
|
7d4df4b339
lavd/avfoundation: Change binary Options to boolean type.
|
5 years ago |
Thilo Borgmann
|
48cf952411
lavd/avfoundation: Remove useless index increment.
|
5 years ago |
Rick Kern
|
a259501e5a
lavd/avfoundation: Fix skewed video output
|
8 years ago |
Marton Balint
|
4bb0409820
avdevice: migrate to AVFormatContext->url
|
7 years ago |
Michael Niedermayer
|
584fff9478
avdevice: Fix max value of AV_OPT_TYPE_VIDEO_RATE
|
8 years ago |
Rick Kern
|
f1560dbb2a
lavd/avfoundation: use AVCodecParameters
|
8 years ago |
Michael Niedermayer
|
63167a6ba3
avdevice/avfoundation: Fix occured typo
|
9 years ago |
Matthieu Bouron
|
cf16b459a8
libavdevice/avfoundation: use pts/dts provided by the CMSampleBuffer API
|
10 years ago |
Matthieu Bouron
|
021b023751
libavdevice/avfoundation: add capture_mouse_clicks option
|
10 years ago |
Matthieu Bouron
|
c908cae74c
libavdevice/avfoundation: add capture_cursor option
|
10 years ago |
Matthieu Bouron
|
573a77a1b6
libavdevice/avfoundation: add framerate and video size options
|
10 years ago |
Carl Eugen Hoyos
|
88bf16895a
lavd/avfoundation: Silence warnings when compiling for iOS.
|
10 years ago |
Carl Eugen Hoyos
|
87b3c6e28b
lavd/avfoundation: Silence c99 warnings when using gcc.
|
10 years ago |
John Robinson
|
98d19ca8f1
lavd/avfoundation: Add support for 24 and 32bit integer input.
|
10 years ago |
Carl Eugen Hoyos
|
23e483269d
lavd/avfoundation: Add support for 16bit integer input.
|
10 years ago |
Thilo Borgmann
|
2045334239
lavd/avfoundation: Introduce device alias 'none' to allow the user to record only audio or video.
|
10 years ago |
Carl Eugen Hoyos
|
0ea54d698b
lavd/avfoundation: Remove unused -frame_rate option.
|
10 years ago |
Thilo Borgmann
|
48c29883fc
lavd/avfoundation: Use internal av_strtok instead of std lib strtok
|
10 years ago |
Thilo Borgmann
|
ed2e97ce6a
lavd/avfoundation: Fix compilation for non MAC OS devices by conditional compilation of screen capture capabilities.
|
10 years ago |
Thilo Borgmann
|
a6555f88aa
lavd/avfoundation: Add support for screen capturing.
|
10 years ago |
Thilo Borgmann
|
dd16a0d8cc
lavd/avfoundation: Add basic PCM audio support.
|
10 years ago |
Thilo Borgmann
|
f2254e36c0
lavd/avfoundation: Use microseconds as common timebase.
|
10 years ago |
Thilo Borgmann
|
1ea7a3e04e
lavd/avfoundation: Simplify debug message generation.
|
10 years ago |