[issue1921] crash in flac encoding with large frame_size

2010-06-10 Thread Justin Ruggles
Justin Ruggles justin.rugg...@gmail.com added the comment: Fixed in r23570. The FLAC encoder still won't encode large frames, but at least it won't crash anymore. -- status: open - closed substatus: reproduced - fixed FFmpeg issue

[issue1921] crash in flac encoding with large frame_size

2010-05-05 Thread Loren Merritt
New submission from Loren Merritt lor...@u.washington.edu: flac encoding crashes when using larger-than-default frame_size. git bisect blames r20768. increasing audio_out_size and audio_buf_size at ffmpeg.c:647 fixes the crash, but doesn't get rid of flac's error message. ~ gdb --args

[issue1921] crash in flac encoding with large frame_size

2010-05-05 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: Crashes are important (and I can reproduce r20768 as the first version to crash). -- priority: normal - important status: new - open substatus: new - reproduced

[issue1921] crash in flac encoding with large frame_size

2010-05-05 Thread Justin Ruggles
Justin Ruggles justin.rugg...@gmail.com added the comment: I patched this within the last couple weeks for the ALS encoder that Thilo and I are working on. I just haven't had a chance to submit it for review. FFmpeg issue tracker

[issue1921] crash in flac encoding with large frame_size

2010-05-05 Thread Justin Ruggles
Justin Ruggles justin.rugg...@gmail.com added the comment: I'm not sure how to create a patch for an old git commit... so I'll post the URL here. http://github.com/justinruggles/FFmpeg-alsenc/commit/011c17464f89b188c01627b9c177af665d65b159