Steve Lhomme
62904dbc92
image: remove the source video_format parameter from image_ReadUrl()
It's always an empty video format with an 0 chroma. The format will be known
from the MIME type or the file probing.
7 years ago
Marvin Scholz
651c58b9b4
Decklink: Use typedef instead of macro
8 years ago
Devin Heitmueller
9ff9cfa3c1
Decklink: Make input/output modules build on OSX
The Decklink SDK has platform-specific implementations for various
calls which return strings. Add some portability macros to
properly handle those calls and then normalize the result down to
a C char * as we would typically see in VLC.
Signed-off-by: Devin Heitmueller <dheitmueller@ltnglobal.com>
8 years ago
Francois Cartegnie
27891ce8be
sout: sdi: check maximum channels
8 years ago
Francois Cartegnie
22d73cbc75
sout: sdi: add support for AC3 passthrough
8 years ago
Francois Cartegnie
8757ee3eaf
sout: sdi: avoid dead loop
8 years ago
Francois Cartegnie
ae38239e34
sout: sdi: skip when no samples
8 years ago
Francois Cartegnie
fb0ffde425
sout: decklink: don't schedule too much audio ahead
8 years ago
Steve Lhomme
5e95c92802
modules: use samples_from_vlc_tick()
8 years ago
Francois Cartegnie
989a9db666
sout: sdi: add support for audio pairs remapping
8 years ago
Francois Cartegnie
10e59768e3
sout: sdi: multiplex multiple audio streams
8 years ago
Francois Cartegnie
03fa0d6151
sout: sdi: add support for captions
8 years ago
Francois Cartegnie
752df69bf9
sout: add SDI stream output
Decklink vout backport, so
this is the currently the only support
10 years ago