[Libav-user] mpeg4 decoding with CODEC_FLAG_TRUNCATED: memleak and missing last image

2016-06-13 Thread Gajdosik Johannes
Carl Eugen Hoyos writes: >Gajdosik Johannes writes: > >> In my code I use CODEC_FLAG_TRUNCATED for mpeg4 decoding. >> But this gives me 2 bugs in my program: a memleak an a >> missing decoded image. > >Should be fixed, thank you for the report! > >Carl Eugen Thanks, I confirm that the memleak

Re: [Libav-user] mpeg4 decoding with CODEC_FLAG_TRUNCATED: memleak and missing last image

2016-06-10 Thread Carl Eugen Hoyos
Gajdosik Johannes writes: > In my code I use CODEC_FLAG_TRUNCATED for mpeg4 decoding. > But this gives me 2 bugs in my program: a memleak an a > missing decoded image. Should be fixed, thank you for the report! Carl Eugen ___ Libav-user mailing list

Re: [Libav-user] mpeg4 decoding with CODEC_FLAG_TRUNCATED: memleak and missing last image

2016-06-05 Thread Carl Eugen Hoyos
Gajdosik Johannes writes: > In my code I use CODEC_FLAG_TRUNCATED for mpeg4 decoding. > But this gives me 2 bugs in my program: a memleak I opened ticket #5613, thank you for the report! Carl Eugen ___ Libav-user mailing list Libav-user@ffmpeg.org ht

[Libav-user] mpeg4 decoding with CODEC_FLAG_TRUNCATED: memleak and missing last image

2016-06-04 Thread Gajdosik Johannes
Hi, In my code I use CODEC_FLAG_TRUNCATED for mpeg4 decoding. But this gives me 2 bugs in my program: a memleak an a missing decoded image. I get the misbehaviour in all versions I have tested with, especially in versions 3.0.2 and 2.8.7. In order to reproduce this behaviour I have written a ful