Re: [FFmpeg-devel] 0001-Avoid-segfault-in-a64_write_header-when-stream-codec.patch

2014-08-18 Thread Andrey Myznikov
"avctx->codec->id". Regards, Andrey Myznikov >From e792c3db82b35f7f6d4cd9000e3be297b02df88d Mon Sep 17 00:00:00 2001 From: Andrey Myznikov Date: Mon, 18 Aug 2014 20:03:31 +0300 Subject: [PATCH] Avoid segfault in a64_write_header() when stream codec is not open --- lib

[FFmpeg-devel] 0001-Avoid-segfault-in-a64_write_header-when-stream-codec.patch

2014-08-18 Thread Andrey Myznikov
ot; instread of "avformat_write_header() fails: Invalid data found when processing input" when we do output, but do not input. Reards, Andrey Myznikov >From b7d1fab99ac24b0a7a81244e24b65abb4b9059cc Mon Sep 17 00:00:00 2001 From: Andrey Myznikov Date: Mon, 18 Aug 2014

[FFmpeg-devel] 0001-Fix-packet_buffer-memory-leak-in-avformat_free_conte.patch

2014-08-15 Thread Andrey Myznikov
ic in utils.c and can not be called directly from application code. So, I propose to add this call into avformat_free_context() to avoid memory leaks on output. Regards, Andrey Myznikov >From 9d83000821da8bbe1d0114c61f2dc703ea65 Mon Sep 17 00:00:00 2001 From: Andrey Myzniko