- 09 Nov, 2017 1 commit
-
-
James Almer authored
Reviewed-by:
Aaron Levinson <alevinsn_dev@levland.net> Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 30 Oct, 2017 2 commits
-
-
James Almer authored
Fixes compilation broken in 2245476eSigned-off-by:
James Almer <jamrial@gmail.com>
-
James Almer authored
Fixes compilation broken in 2245476e Fixes ticket #6791 Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 29 Oct, 2017 1 commit
-
-
James Almer authored
Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 21 Oct, 2017 1 commit
-
-
Carl Eugen Hoyos authored
Fixes the following warnings: libavdevice/lavfi.c:136:16: warning: assignment discards 'const' qualifier from pointer target type libavdevice/lavfi.c:137:17: warning: assignment discards 'const' qualifier from pointer target type
-
- 18 Oct, 2017 1 commit
-
-
Dave Rice authored
Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- 11 Oct, 2017 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 10 Oct, 2017 3 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Devin Heitmueller authored
Can be tested via the following command: ./ffmpeg -i foo.ts -f decklink -vcodec v210 'DeckLink Duo (1)' Note that the 8-bit support works as it did before, and setting the pix_fmt isn't required for 10-bit mode. The code defaults to operating in 8-bit mode when no vcodec is specified, for backward compatibility. Updated to reflect feedback from Marton Balint <cus@passwd.hu> Signed-off-by:
Devin Heitmueller <dheitmueller@ltnglobal.com> Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Devin Heitmueller authored
Add support for enumerating the sources/sinks via the ffmpeg command line options, as opposed to having to create a real pipeline and use the "-list_devices" option which does exit() after dumping out the options. Note that this patch preserves the existing "-list_devices" option, but now shares common code for the actual enumeration. Updated to reflect feedback from Marton Balint <cus@passwd.hu>. Signed-off-by:
Devin Heitmueller <dheitmueller@ltnglobal.com> Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- 08 Oct, 2017 1 commit
-
-
Carl Eugen Hoyos authored
-
- 06 Oct, 2017 1 commit
-
-
Marton Balint authored
Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- 04 Oct, 2017 2 commits
-
-
Devin Heitmueller authored
The string is allocated with CFStringGetCString but was being deallocated with free(), which would intermittently result in a segmentation fault. Use the correct function for freeing the allocated CFString. Signed-off-by:
Devin Heitmueller <dheitmueller@ltnglobal.com> Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Marton Balint authored
It was disabled by mistake. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- 02 Oct, 2017 2 commits
-
-
James Almer authored
Reviewed-by:
Marton Balint <cus@passwd.hu> Signed-off-by:
James Almer <jamrial@gmail.com>
-
James Almer authored
It uses the existing buffer instead of allocating a new one. Reviewed-by:
Marton Balint <cus@passwd.hu> Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 01 Oct, 2017 1 commit
-
-
Karthick J authored
-
- 28 Sep, 2017 4 commits
-
-
Karthick J authored
Signed-off-by:
Karthick J <kjeyapal@akamai.com> Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Karthick J authored
In preparation to support multiple VANC data decode Signed-off-by:
Karthick J <kjeyapal@akamai.com> Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Karthick J authored
In preparation to make VANC decode modular, to support multiple other VANC data. Signed-off-by:
Karthick J <kjeyapal@akamai.com> Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Gildas Fargeas authored
The decklink input pixel format can now be specified with the 'raw_format' option. The -bm_v210 option is now deprecated. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- 27 Sep, 2017 2 commits
-
-
Carl Eugen Hoyos authored
-
Josh de Kock authored
Support for this device has been removed in kernel since v2.6.37. dv1394 has been superseded by libiec61883 which is functionally equivalent. Signed-off-by:
Josh de Kock <josh@itanimul.li> Signed-off-by:
wm4 <nfxjfg@googlemail.com>
-
- 24 Sep, 2017 1 commit
-
-
Jaroslav Beran authored
In case we are short of queued buffers, at first v4l2_buffer was enqueued to kernel so it's not owned by user-space anymore. After that it's timestamp field was read, but it might be overwritten by driver at that moment. It resulted in invalid timestamp sometimes. Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 21 Sep, 2017 1 commit
-
-
Carl Eugen Hoyos authored
-
- 19 Sep, 2017 4 commits
-
-
Carl Eugen Hoyos authored
The definitions are different: 3:3:2 vs 2:3:3.
-
Carl Eugen Hoyos authored
-
Mark Thompson authored
The planes are unlikely to be contiguous, assuming they are results in very broken output. (Tested with NV12/NV16 on Rockchip.)
-
Mark Thompson authored
All DRM formats are defined in terms of little-endian words, so RGB formats like XRGB actually have the elements in the opposite order order in memory to the order they are in the name. This does not affect YUYV and similar YUV 4:2:2 formats, which are in the expected order.
-
- 14 Sep, 2017 2 commits
-
-
Jun Zhao authored
DRM_FORMAT_R8 was added in libdrm 2.4.68. DRM_FORMAT_R16 was added in libdrm 2.4.82. Signed-off-by:
Jun Zhao <jun.zhao@intel.com> Signed-off-by:
Mark Thompson <sw@jkqxz.net>
-
Mark Thompson authored
Found-by:
James Almer <jamrial@gmail.com>
-
- 13 Sep, 2017 1 commit
-
-
Mark Thompson authored
-
- 04 Sep, 2017 1 commit
-
-
Clément Bœsch authored
QTKit has been deprecated in favor of AVFoundation for years, and we have an avfoundation input device. See https://developer.apple.com/documentation/qtkit
-
- 03 Sep, 2017 1 commit
-
-
Clément Bœsch authored
This code is disabled since 2012. V4L1 was dropped from the kernel more than 10 years ago.
-
- 02 Sep, 2017 3 commits
-
-
Clément Bœsch authored
sndio is already autodetected, this commit makes sure --disable-autodetect actually disable it unless --enable-sndio is specified.
-
Clément Bœsch authored
alsa libs are already autodetected, this commit makes sure --disable-autodetect actually disable it unless --enable-alsa is specified.
-
Clément Bœsch authored
There is no need for duplication.
-
- 27 Aug, 2017 3 commits
-
-
Maksym Veremeyenko authored
Signed-off-by:
Marton Balint <cus@passwd.hu>
-
pkviet authored
Decklink devices can output 2, 8 or 16 audio channels along video. The code was limited to 2 or 8 channels. The commit enables 16 audio channels (relevant for SDI outputs). Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Marton Balint authored
Signed-off-by:
Marton Balint <cus@passwd.hu>
-