[FFmpeg-devel] [PATCH 08/10] avcodec/dca: require checked bitstream reader
James Almer
jamrial at gmail.com
Tue May 31 16:47:19 CEST 2016
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 input data directly if possible.
> ---
> libavcodec/dca_lbr.c | 1 -
> libavcodec/dca_xll.c | 2 +-
> libavcodec/dcadec.c | 44 ++++++++++++++++----------------------------
> libavcodec/dcadec.h | 2 --
> 4 files changed, 17 insertions(+), 32 deletions(-)
Applied.
More information about the ffmpeg-devel
mailing list