[libav-devel] We can close bug 181

2015-08-10 Thread Paolo Bizzarri
Hi, we can close https://bugzilla.libav.org/show_bug.cgi?id=181 From the comments it is clear that the bug is considered to be a false positive, and fixed on windows. Regards. PaoloB ___ libav-devel mailing list libav-devel@libav.org

Re: [libav-devel] Bugwrangle

2015-08-10 Thread Paolo Bizzarri
Hi Sean, no problem, any task like that is kind of fun for me. Once I have finished reviewing the bug list I plan to start with the format code cleanup. Regards. PaoloB On Mon, Aug 10, 2015 at 3:48 PM, Sean McGovern gsean...@gmail.com wrote: Hi Paolo, Thank you very much for taking on

Re: [libav-devel] [PATCH] filtergraph: Select the best pixel format

2015-08-10 Thread Luca Barbato
On 10/08/15 09:51, wm4 wrote: How does this compare to avcodec_find_best_pix_fmt2()? Thanks for linking it, the main difference is that the different scoring approach should get you different results: ranking by bits per pixel gets you in situations in which you pick the format with less

Re: [libav-devel] [PATCH] h264: don't choke on SEI bar data.

2015-08-10 Thread John Högberg
Luca Barbato wrote: I wanted samples or (you to confirm that works) since I want to refactor a bit the tail skip so I might need you to test some patches later if you have time. Sure, no problem. /John ___ libav-devel mailing list

Re: [libav-devel] [PATCH] h264: don't choke on SEI bar data.

2015-08-10 Thread Luca Barbato
On 10/08/15 07:35, John Högberg wrote: Unfortunately not, all I have is copyrighted. :| Regarding the skip_bits issue, feel free to change it to a loop, it feels a bit awkward to resend the patch for that and I can confirm it works. I wanted samples or (you to confirm that works) since

Re: [libav-devel] [PATCH] webm: Explicitly select libvpx, libopus and libvorbis encoders

2015-08-10 Thread Luca Barbato
On 09/08/15 10:59, Luca Barbato wrote: And update the preference for the newer codecs now that the libraries seem stable and widespread enough. Bug-Id: 695 --- configure | 1 + libavformat/matroskaenc.c | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) Poing.

Re: [libav-devel] [PATCH 1/3] movenc: Check that frag_info entries exist in mov_write_sidx_tag

2015-08-10 Thread Martin Storsjö
On Mon, 10 Aug 2015, Luca Barbato wrote: On 09/08/15 21:45, Martin Storsjö wrote: This fixes crashes with pathological cases when trying to write a sidx index (via the -movflags faststart option, in combination with fragmenting options), when no fragments actually have been written. (This is

Re: [libav-devel] [PATCH] filtergraph: Select the best pixel format

2015-08-10 Thread wm4
On Sat, 8 Aug 2015 00:13:02 +0200 Luca Barbato lu_z...@gentoo.org wrote: Give priority to pixel formats closer to the input. --- I kept it as simple as possible on purpose. libavfilter/avfiltergraph.c | 97 + 1 file changed, 97

Re: [libav-devel] Bugwrangle: Closing Bug 825

2015-08-10 Thread Luca Barbato
On 08/08/15 16:01, Paolo Bizzarri wrote: Hi, I am reviewing the bug list to see if some of the bugs listed as new are in fact already fixed. I was looking at Bug 825 - Invalid memory writes with libavresample. https://bugzilla.libav.org/show_bug.cgi?id=825 It seems that it can be

[libav-devel] Bugwrangle

2015-08-10 Thread Sean McGovern
Hi Paolo, Thank you very much for taking on this task. It has been in my queue for some time and I admit I haven't allocated appropriate cycle for it. It is much appreciated. :) -- Sean McG. ___ libav-devel mailing list libav-devel@libav.org