[FFmpeg-devel] avcodec/proresenc_aw : improve speed by replacing PutBitContext for codeword encoding

Martin Vignali martin.vignali at gmail.com
Tue Mar 5 12:28:56 EET 2019


Hello,

do i understand correctly that there is no check that prevents out of array
> writing ?
> not even an assert
> If thats the case, then i think this is unwise.
>
>
Thanks for testing.

For the buffer check, i can add a test (assert or error), before slice
plane encoding, in order to check if there is enough space in the dst
buffer for the "worst" slice plane target size.

Martin


More information about the ffmpeg-devel mailing list