FFmpeg git repo
Go to file
Martin Storsjö 729143e2d2 ac3dec: Don't consume more data than the actual input packet size
This was handled properly in the normal return case at the end
of the function, but not in this special case.

Returning a value larger than the input packet size can cause
problems for certain library users.

Returning the actual input buffer size unconditionally, since
it is not guaranteed that frame_size is set to a sensible
value at this point.

Cc: libav-stable@libav.org
Signed-off-by: Martin Storsjö <martin@martin.st>
(cherry picked from commit 8f24c12be7)

Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2013-09-23 19:14:14 -04:00
doc
libavcodec ac3dec: Don't consume more data than the actual input packet size 2013-09-23 19:14:14 -04:00
libavdevice
libavfilter
libavformat westwood_vqa: do not free extradata on error in read_header 2013-09-13 15:27:55 +02:00
libavutil
libpostproc
libswscale
presets
tests
tools
.gitignore
avconv.c
avplay.c
avprobe.c
avserver.c
Changelog Changelog for 0.8.8 2013-07-07 21:11:35 +02:00
cmdutils_common_opts.h
cmdutils.c
cmdutils.h
common.mak
configure
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Doxyfile
ffmpeg.c
INSTALL
library.mak
LICENSE
Makefile
README
RELEASE Prepare for 0.8.8 Release 2013-06-22 08:53:39 +02:00
version.sh

Libav README
------------

1) Documentation
----------------

* Read the documentation in the doc/ directory.

2) Licensing
------------

* See the LICENSE file.