summaryrefslogtreecommitdiff
path: root/libavdevice/decklink_common.h
Commit message (Collapse)AuthorAge
* libavdevice/decklink_common.h: fix broken build due to missing `/`Michael Ira Krufky2016-01-29
| | | | Signed-off-by: Michael Ira Krufky <mkrufky@linuxtv.org>
* all: Add missing header guardsTimothy Gu2016-01-28
|
* lavd/decklink_dec: add support for teletextMarton Balint2016-01-29
| | | | | | | It uses the libzvbi slicer, therefore teletext capture requires libzvbi. Reviewed-by: Deti Fliegl <deti@fliegl.de> Signed-off-by: Marton Balint <cus@passwd.hu>
* Revert "decklink: Header cleanup"Timothy Gu2016-01-24
| | | | | | This reverts commit 61fb70c3866b19dccf473ad4e5ede79d117e8e1c. Reported in #5183 to break the build. Further investigation needed.
* decklink: Header cleanupTimothy Gu2016-01-24
| | | | | This commit cleans up the decklink files' header usage so that they pass checkheaders.
* avdevice/decklink: Fix build error caused by a change in the SDK.Chris Spencer2015-07-28
| | | | | | | In version 10.4 of the DeckLink SDK, GetBufferedAudioSampleFrameCount() was changed to take an unsigned int instead of an unsigned long. Signed-off-by: Chris Spencer <spencercw@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avdevice/decklink_common: Fix "Cross-compiling FFmpeg on Debian for Windows ↵Carl Eugen Hoyos2014-11-25
| | | | | | | | | with MinGW-w64" Fixes Ticket4130 Requested and Tested by: Zeranoe Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avdevice/decklink: move general code of decklink encoder to common fileDeti Fliegl2014-09-22
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>