Johannes Kauffmann
35209fff7c
Remove double trailing semicolons
Only matching ";;\n", replaced with:
grep -lIR --include=*.{c,h,cpp,hpp} ";;\$" | xargs sed -i 's/;;\{1,\}$/;/'
3 years ago
Steve Lhomme
1b62cea5fc
sout: sdi: don't pass the logger object to parseConfiguration()
The object is already passed to the SDIAudioMultiplex constructor and kept.
Fixes a variable shadowing of the obj variable.
5 years ago
Francois Cartegnie
10054f9953
sout: sdi: fix compilation
6 years ago
Rémi Denis-Courmont
5ce7fac370
sout SDI: implement SOUT_STREAM_IS_SYNCHRONOUS
6 years ago
Francois Cartegnie
f2bcfd9758
sout: sdi: rework buffering
Full rework of the SDI buffering to handle stream
interleaving, truncation, decoder output pacing,
threaded frame conversion & filtering.
Now also does proper preroll.
Remaining frame drops are due to munmap()
7 years ago
Francois Cartegnie
2c82700558
sout: sdi: ignore decoder captions
double captions bug
7 years ago
Francois Cartegnie
8327047e06
sout: sdi: require captions
8 years ago
Francois Cartegnie
22d73cbc75
sout: sdi: add support for AC3 passthrough
8 years ago
Francois Cartegnie
4dea4b2dae
sout: sdi: restrict by program
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