On 5/13/2016 6:48 AM, foo86 wrote:
> Remove half-working attempt at supporting unchecked bitstream reader by
> always copying input data into intermediate buffer with large amount of
> padding at the end.
>
> Convert LBR decoder to checked bitstream reader. Convert
> dcadec_decode_frame() to parse
On Fri, May 13, 2016 at 12:48:30PM +0300, foo86 wrote:
> Remove half-working attempt at supporting unchecked bitstream reader by
> always copying input data into intermediate buffer with large amount of
> padding at the end.
>
> Convert LBR decoder to checked bitstream reader. Convert
> dcadec_dec
Remove half-working attempt at supporting unchecked bitstream reader by
always copying input data into intermediate buffer with large amount of
padding at the end.
Convert LBR decoder to checked bitstream reader. Convert
dcadec_decode_frame() to parse input data directly if possible.
---
libavcod