Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-02-19avformat/fifo: assert on disallowed message type and state combinationsMarton Balint
Fixes Coverity CID 1396277. Signed-off-by: Marton Balint <cus@passwd.hu>
2016-11-13lavf/fifo: fix undefined behaviour in deinit when destroying mutexMarton Balint
Reviewed-by: Jan Sebechlebsky <sebechlebskyjan@gmail.com> Signed-off-by: Marton Balint <cus@passwd.hu>
2016-08-22avformat: Add fifo pseudo-muxerJan Sebechlebsky
Signed-off-by: Jan Sebechlebsky <sebechlebskyjan@gmail.com> Signed-off-by: Marton Balint <cus@passwd.hu>