- Jun 17, 2018
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc> (cherry picked from commit 75027066) Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- Apr 19, 2018
-
-
James Almer authored
Fixes part of ticket #7146. Signed-off-by:
James Almer <jamrial@gmail.com> (cherry picked from commit 5079e96b)
-
James Almer authored
Fixes part of ticket #7146, dealing with leaks of packet data since commit 87c88122. Signed-off-by:
James Almer <jamrial@gmail.com> (cherry picked from commit b8629654)
-
- Oct 10, 2017
-
-
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>
-
- Oct 08, 2017
-
-
Carl Eugen Hoyos authored
-
- Oct 06, 2017
-
-
Marton Balint authored
Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- Oct 04, 2017
-
-
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>
-
- Oct 02, 2017
-
-
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>
-
- Oct 01, 2017
-
-
Karthick J authored
-
- Sep 28, 2017
-
-
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>
-
- Sep 27, 2017
-
-
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>
-
- Sep 24, 2017
-
-
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>
-
- Sep 21, 2017
-
-
Carl Eugen Hoyos authored
-
- Sep 19, 2017
-
-
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.
-
- Sep 14, 2017
-
-
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>
-
- Sep 13, 2017
-
-
Mark Thompson authored
-
- Sep 04, 2017
-
-
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
-
- Sep 03, 2017
-
-
Clément Bœsch authored
This code is disabled since 2012. V4L1 was dropped from the kernel more than 10 years ago.
-
- Sep 02, 2017
-
-
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.
-
- Aug 27, 2017
-
-
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>
-
- Aug 22, 2017
-
-
Ravindra authored
Signed-off-by:
Ravindra Patagar <rpatagar@akamai.com> Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- Aug 18, 2017
-
-
Carl Eugen Hoyos authored
Fixes Ubuntu bug 1710849
-
- Jul 30, 2017
-
-
Marton Balint authored
Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- Jul 20, 2017
-
-
James Almer authored
Should fix compilation failures introduced by 9b937958.
-