summaryrefslogtreecommitdiff
path: root/libavdevice/decklink_dec.cpp
Commit message (Collapse)AuthorAge
* Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes2015-10-27
|
* avdevice/decklink: 10 Bit support for Decklink input deviceGeorg Lippitsch2015-02-08
| | | | | | | Example to capture video clip at 1080i50 10 bit: ffmpeg -bm_v210 1 -f decklink -i 'UltraStudio Mini Recorder@11' -acodec copy -vcodec copy output.avi Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avdevice: add decklink input supportDeti Fliegl2014-09-22
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>