[issue2516] Assertion ost-audio_resample failed at ffmpeg.c:901

2011-01-22 Thread Jean Delvare
Jean Delvare kh...@linux-fr.org added the comment: Well done mshell. I can confirm that the problem was introduced by r25939. Stefano, can you please take a look? -- nosy: +stefano_sa substatus: needs_more_info - reproduced FFmpeg issue

[issue2496] ffmpeg mm potential buffer over-read bug

2011-01-22 Thread Peter Ross
Peter Ross pr...@xvid.org added the comment: The input buffer is always padded with FF_INPUT_BUFFER_PADDING_SIZE (8) bytes, so a segfault will never happen here. FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/issue2496

[issue2565] AC3 DTS wav muxer

2011-01-22 Thread Benjamin Larsson
New submission from Benjamin Larsson ba...@ludd.ltu.se: DTS and AC3 in wav have a header saying these files have 2 channel 16 bit pcm samples. This to make cd recording software able to record DTS and AC3 cd directly. So a muxer that can write this header instead of a proper header is then

[issue2566] Synced stream demux

2011-01-22 Thread Benjamin Larsson
New submission from Benjamin Larsson ba...@ludd.ltu.se: When using ffmpeg to split streams the streams desync when remuxed as the pts/dts is not preserved. I use ffmpeg -i file.tbf -an -vcodec copy file_v.raw and then ffmpeg -i file.tbf -vn -acodec copy file_a.raw. An option that would take a

[issue2567] dvdauthor does not accept ffmpeg remuxed vobs

2011-01-22 Thread Benjamin Larsson
New submission from Benjamin Larsson ba...@ludd.ltu.se: Files remuxed fail at the end of the dvd image creation with ffmpeg. Splitting the streams and using mplex to mux the streams work without any problem. But you need to manually sync the streams then and rebuild the streams a few times to

[issue2393] avcodec_decode_video craches with H.264 steram

2011-01-22 Thread Ronald S. Bultje
Ronald S. Bultje rsbul...@gmail.com added the comment: The attached patch fixes the crash for me. The problem is that on resolution change, the decoded NALs are free'ed in free_tables() and then reused directly after that (after reinit) during decoding of the actual data, this of course

[issue2393] avcodec_decode_video craches with H.264 steram

2011-01-22 Thread Ronald S. Bultje
Ronald S. Bultje rsbul...@gmail.com added the comment: Applied. Please open a new issue for the bottom screen corruption if appropriate. -- status: open - closed substatus: reproduced - fixed FFmpeg issue tracker

[issue2393] avcodec_decode_video craches with H.264 steram

2011-01-22 Thread Sergey
Sergey svbyst...@gmail.com added the comment: Thank you! We will test patch shortly. FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/issue2393