FFmpeg git repo
Go to file
Andreas Cadhalpun 6739df26a6 avformat/bit: check that pkt->size is 10 in write_packet
Ohter packet sizes are not supported by this muxer.

This avoids a null pointer dereference of pkt->data.

Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(cherry picked from commit eeda2c3de8)

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-03-12 18:03:50 +01:00
doc Merge commit '893b353362bc220280efd8d14c4878a1cafe18a8' into release/0.10 2015-03-11 22:04:45 +01:00
ffpresets
libavcodec Fix buffer_size argument to init_put_bits() in multiple encoders. 2015-03-12 18:03:50 +01:00
libavdevice
libavfilter
libavformat avformat/bit: check that pkt->size is 10 in write_packet 2015-03-12 18:03:50 +01:00
libavutil Merge commit '8637f4edeee1a6bd18bc90740fafadd3e1b412aa' into release/0.10 2015-03-11 22:04:04 +01:00
libpostproc
libswresample
libswscale swscale: increase yuv2rgb table headroom 2015-03-12 18:03:49 +01:00
mt-work
presets
tests Merge commit '2deac60a387409dcbc7b37a8c30de89c7aeb58ac' into release/0.10 2015-03-11 21:50:03 +01:00
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog
Doxyfile
INSTALL
LICENSE
MAINTAINERS
Makefile
README
RELEASE
VERSION
cmdutils.c cmdutils: update copyright year to 2015. 2015-03-12 18:03:49 +01:00
cmdutils.h
cmdutils_common_opts.h
common.mak
configure configure: add noexecstack to linker options if supported. 2015-03-12 18:03:48 +01:00
ffmpeg.c
ffplay.c
ffprobe.c
ffserver.c
library.mak
version.sh

README

FFmpeg README
-------------

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.