src/modules/avformat/producer_avformat.c | 26 ++++++------- src/modules/decklink/consumer_decklink.cpp | 56 +++++++++++++++++++++++++++- src/modules/decklink/consumer_decklink.yml | 12 ++++++ src/modules/decklink/producer_decklink.cpp | 53 ++++++++++++++++++++++++++- src/modules/decklink/producer_decklink.yml | 12 ++++++ 5 files changed, 143 insertions(+), 16 deletions(-)
New commits: commit c96b41e1a7e2ad9243e1af40dfab763b695a56df Author: Dan Dennedy <[email protected]> Date: Wed Mar 14 22:28:50 2012 -0700 enumerate available devices in decklink module commit 19f614aef3377530072cec08043757d299f03982 Author: Dan Dennedy <[email protected]> Date: Wed Mar 14 22:27:14 2012 -0700 fix segfault on failure to decode with multi-threaded decoding self->got_picture was somewhat redundant with self->av_frame, but not synchronized and not ever really reset. So, just remove that state and use the state of self->av_frame and local got_picture. ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Mlt-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mlt-devel
