Re: [libav-devel] Problem with H.264 and NALU chunks

2012-10-20 Thread Felipe Contreras
On Sat, Oct 20, 2012 at 5:58 AM, Ronald S. Bultje rsbul...@gmail.com wrote: On Fri, Oct 19, 2012 at 6:55 PM, Felipe Contreras felipe.contre...@gmail.com wrote: While testing an mpegts stream I found what appears to be a bug in the H.264 decoder that only happens on certain processors. The

[libav-devel] Problem with H.264 and NALU chunks

2012-10-19 Thread Felipe Contreras
Hi, While testing an mpegts stream I found what appears to be a bug in the H.264 decoder that only happens on certain processors. The stream is here[1], but I've split the specific chunks I get from the demuxer. They are not complete access-units, but I've set the flag CODEC_FLAG2_CHUNKS. On one

Re: [libav-devel] Problem with H.264 and NALU chunks

2012-10-19 Thread Ronald S. Bultje
Hi, On Fri, Oct 19, 2012 at 6:55 PM, Felipe Contreras felipe.contre...@gmail.com wrote: Hi, While testing an mpegts stream I found what appears to be a bug in the H.264 decoder that only happens on certain processors. The stream is here[1], but I've split the specific chunks I get from the