Re: [FFmpeg-devel] [PATCH v2] avformat/tee: Move to new BSF API

2016-06-04 Thread Ján Sebechlebský
Nicolas, Marton just pointed me to the code you referenced, so I know this is not what you wanted. So please ignore this patch, I'll send another. Regards, Jan 4. června 2016 20:24:40 CEST, sebechlebsky...@gmail.com napsal: >From: Jan Sebechlebsky > >Signed-off-by: Jan Sebechlebsky >--- > I've

[FFmpeg-devel] [PATCH v2] avformat/tee: Move to new BSF API

2016-06-04 Thread sebechlebskyjan
From: Jan Sebechlebsky Signed-off-by: Jan Sebechlebsky --- I've rewritten the patch rapidly. Instead of using recursion it accumulates bitstream filtered packets in fifo buffer and dynamic array is used instead of linked list to store chain of bitstream filters. libavformat/tee.c | 301 +++