aboutsummaryrefslogtreecommitdiffstats
path: root/libavdevice/decklink_enc.cpp
Commit message (Collapse)AuthorAgeFilesLines
* decklink: Remove unneeded spaces in initializersPatrick Felt2016-08-021-13/+13
|
* avdevice/decklink: always free decklink resources on errorMarton Balint2016-06-261-6/+6
| | | | | Reviewed-by: Deti Fliegl <deti@fliegl.de> Signed-off-by: Marton Balint <cus@passwd.hu>
* avdevice/decklink: factorize device finder functionMarton Balint2016-06-261-25/+4
| | | | | Reviewed-by: Deti Fliegl <deti@fliegl.de> Signed-off-by: Marton Balint <cus@passwd.hu>
* avdevice/decklink: remove unused itermode iteratorsMarton Balint2016-06-261-8/+0
| | | | | Reviewed-by: Deti Fliegl <deti@fliegl.de> Signed-off-by: Marton Balint <cus@passwd.hu>
* avdevice/decklink: factorize cleanup function to common codeMarton Balint2016-06-261-8/+2
| | | | | Reviewed-by: Deti Fliegl <deti@fliegl.de> Signed-off-by: Marton Balint <cus@passwd.hu>
* Revert "decklink: Header cleanup"Timothy Gu2016-01-241-0/+4
| | | | | | This reverts commit 61fb70c3866b19dccf473ad4e5ede79d117e8e1c. Reported in #5183 to break the build. Further investigation needed.
* decklink: Header cleanupTimothy Gu2016-01-241-4/+0
| | | | | This commit cleans up the decklink files' header usage so that they pass checkheaders.
* avdevice/decklink: move general code of decklink encoder to common fileDeti Fliegl2014-09-221-180/+18
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavd: add decklink output deviceRamiro Polla2014-02-091-0/+588
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>