[issue2587] AC3 encoder has been changed to take float but accepts S16

2011-02-08 Thread Ronald S. Bultje
Ronald S. Bultje rsbul...@gmail.com added the comment: http://permalink.gmane.org/gmane.comp.video.ffmpeg.devel/122907 If you have no time, I can fix it up. FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/issue2587

[issue2587] AC3 encoder has been changed to take float but accepts S16

2011-02-07 Thread Reimar Döffinger
Reimar Döffinger b...@reimardoeffinger.de added the comment: On Sun, Feb 06, 2011 at 09:32:12PM +, Benjamin Larsson wrote: On 02/06/2011 09:34 PM, Ronald S. Bultje wrote: I agree with Reimar. Add an issue with that. Oh wonder, I already wrote a patch (though didn't update it to

[issue2587] AC3 encoder has been changed to take float but accepts S16

2011-02-06 Thread Justin Ruggles
Justin Ruggles justin.rugg...@gmail.com added the comment: Many of the audio encoders do not check sample format explicitly. Instead they have a list of supported sample formats. The application is supposed to check AVCodecContext-codec-sample_fmts. -- status: new - closed substatus:

[issue2587] AC3 encoder has been changed to take float but accepts S16

2011-02-06 Thread Reimar Döffinger
Reimar Döffinger b...@reimardoeffinger.de added the comment: On Sun, Feb 06, 2011 at 04:27:27PM +, Justin Ruggles wrote: Many of the audio encoders do not check sample format explicitly. Instead they have a list of supported sample formats. The application is supposed to check

[issue2587] AC3 encoder has been changed to take float but accepts S16

2011-02-06 Thread Ronald S. Bultje
Ronald S. Bultje rsbul...@gmail.com added the comment: I agree with Reimar. FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/issue2587

[issue2587] AC3 encoder has been changed to take float but accepts S16

2011-02-06 Thread Benjamin Larsson
Benjamin Larsson ba...@ludd.ltu.se added the comment: On 02/06/2011 09:34 PM, Ronald S. Bultje wrote: Ronald S. Bultje rsbul...@gmail.com added the comment: I agree with Reimar. Add an issue with that. MvH Benjamin Larsson FFmpeg issue

[issue2587] AC3 encoder has been changed to take float but accepts S16

2011-02-05 Thread gnif
New submission from gnif ge...@spacevs.com: The AC3 encoder has been changed to require float data instead of S16, but still successfully initializes when asked to take S16 and generates rubbish output. -- messages: 13624 nosy: gnif priority: normal status: new substatus: new title: