- 30 Jan, 2019 2 commits
-
-
Dilshod Mukhtarov authored
Mouse position was not calculated properly in area or window mode Signed-off-by:
Dilshod Mukhtarov <dilshodm@gmail.com>
-
Dilshod Mukhtarov authored
In Windows if using scaling other than 100% then the grabbed window was not captured fully (cropped) Signed-off-by:
Dilshod Mukhtarov <dilshodm@gmail.com>
-
- 15 Jan, 2019 1 commit
-
-
Carl Eugen Hoyos authored
-
- 03 Jan, 2019 1 commit
-
-
Oliver Collyer authored
Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 10 Dec, 2018 1 commit
-
-
Carl Eugen Hoyos authored
Fixes build with new Android toolchain.
-
- 01 Dec, 2018 1 commit
-
-
Marton Balint authored
Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- 01 Nov, 2018 4 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Anton Platov authored
avdevice/libndi_newtek_dec: add extra_ips option to libndi_newtek allowing use remote network sources Signed-off-by:
Anton Platov <anton@platov.net> Signed-off-by:
Marton Balint <cus@passwd.hu>
-
BIGLER Don (Framatome) authored
Fixes ticket #7505. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- 23 Oct, 2018 1 commit
-
-
Dave Rice authored
Allows arrangement of multiple windows such as: ffmpeg -re -f lavfi -i mandelbrot -f sdl -window_x 1 -window_y 1 mandelbrot -vf waveform,format=yuv420p -f sdl -window_x 641 -window_y 1 waveform -vf vectorscope,format=yuv420p -f sdl -window_x 1 -window_y 481 vectorscop Some changes by Marton Balint: - allow negative position (partially or fully out-of-screen positions seem to be sanitized automatically by SDL (or my WM?), so no special handling is needed) - only show window after the position is set - do not use resizable and borderless flags at the same time, that caused issues in ffplay - add docs Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- 19 Oct, 2018 1 commit
-
-
Devin Heitmueller authored
Make the function static, or else Clang complains with: error: no previous prototype for function 'decklink_get_attr_string' [-Werror,-Wmissing-prototypes] Signed-off-by:
Devin Heitmueller <dheitmueller@ltnglobal.com> Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- 30 Sep, 2018 1 commit
-
-
Karthick Jeyapal authored
This option is useful for maintaining input synchronization across N different hardware devices deployed for 'N-way' redundancy. The system time of different hardware devices should be synchronized with protocols such as NTP or PTP, before using this option. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- 23 Sep, 2018 1 commit
-
-
Marton Balint authored
Also bump the API version requirement to 10.9.5, because on olders versions there were some reports of crashes using the undocumented, yet available BMDDeckLinkDeviceHandle. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- 19 Sep, 2018 2 commits
-
-
Carl Eugen Hoyos authored
-
Carl Eugen Hoyos authored
Fixes ticket #7436.
-
- 14 Sep, 2018 1 commit
-
-
Paul B Mahol authored
This fixes opening devices with >6 channels.
-
- 13 Sep, 2018 1 commit
-
-
Rick Kern authored
Fixes ticket #5654. The linesize can be greater than the minimum required. This copies the frame taking linesize into account. Signed-off-by:
Rick Kern <kernrj@gmail.com>
-
- 09 Sep, 2018 2 commits
-
-
Devin Heitmueller authored
Hook in libklvanc and use it for output of EIA-708 captions over SDI. The bulk of this patch is just general support for ancillary data for the Decklink SDI module - the real work for construction of the EIA-708 CDP and VANC line construction is done by libklvanc. Libklvanc can be found at: https://github.com/stoth68000/libklvanc Updated to reflect feedback from Marton Balint <cus@passwd.hu>, Carl Eugen Hoyos <ceffmpeg@gmail.com>, Aaron Levinson <alevinsn_dev@levland.net>, and Moritz Barsnick <barsnick@gmx.net> Signed-off-by:
Devin Heitmueller <dheitmueller@ltnglobal.com> Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Marton Balint authored
Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- 24 Aug, 2018 1 commit
-
-
Gyan Doshi authored
Helpful in diagnosing latency issues.
-
- 19 Jun, 2018 1 commit
-
-
Lou Logan authored
Makes the v4l2 outdev name consistent with the v4l2 indev name. Signed-off-by:
Lou Logan <lou@lrcd.com>
-
- 12 Jun, 2018 4 commits
-
-
Jon Morley authored
If the user provides a valid timecode_format look for timecode of that format in the capture and if found store it on the video avstream's metadata. Slightly modified by Marton Balint to capture per-frame timecode as well. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Jon Morley authored
This allows other decklink source access to these cross-platform convenience functions. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Marton Balint authored
Also remove the callback from the context, and add proper error handling. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Marton Balint authored
The default memory allocator is limited in the max number of frames available, and therefore caused frame drops if the frames were not freed fast enough. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- 19 May, 2018 2 commits
-
-
Martin Vignali authored
-
Martin Vignali authored
-
- 10 May, 2018 1 commit
-
-
Anton Leontiev authored
Formats ARGB32, XRGB32, ABGR32, and XBGR32 were added to V4L2 instead of ill-defined deprecated RGB32/BGR32 pixel formats. When pixel format is not specified explicitly FFmpeg tries formats in order in which they are stored in the table. Therefore formats are sorted as follows: BGR is preferred over RGB and XBGR is preferred over ARGB, because it could give better performance by ignoring alpha component.
-
- 30 Apr, 2018 2 commits
-
-
Marton Balint authored
Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Marton Balint authored
Create a buffer from the data instead and use the buffer destructor to free the DeckLink frame. This avoids a memcpy of the frame data. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- 19 Apr, 2018 3 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
James Almer authored
Fixes part of ticket #7146. Signed-off-by:
James Almer <jamrial@gmail.com>
-
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>
-
- 18 Apr, 2018 2 commits
-
-
Marton Balint authored
Show a more useful error message which specifies the required driver version for the build, and use the correct context in the error message for WIN32. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Carl Eugen Hoyos authored
Fixes the following warnings: libavdevice/vfwcap.c:331:35: warning: passing argument 1 of 'av_parse_video_size' from incompatible pointer type libavdevice/vfwcap.c:331:59: warning: passing argument 2 of 'av_parse_video_size' from incompatible pointer type Reported-by: Reino Wijnsma
-
- 16 Apr, 2018 2 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 05 Apr, 2018 1 commit
-
-
Josh de Kock authored
Signed-off-by:
Josh de Kock <josh@itanimul.li>
-
- 02 Apr, 2018 1 commit
-
-
James Almer authored
Partially reverts commit e91f0c4f, simplifying code. Signed-off-by:
James Almer <jamrial@gmail.com>
-