[FFmpeg-devel] [PATCH 08/10] avcodec/dca: require checked bitstream reader
foo86
foobaz86 at gmail.com
Tue May 31 13:51:36 CEST 2016
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_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(-)
Ping.
More information about the ffmpeg-devel
mailing list