FFmpeg git repo
Go to file
Michael Niedermayer 5628a54062 avcodec/hevc_ps: More complete window reset
Fixes out of array read
Fixes: signal_sigsegv_35bcf26_471_cov_2806540268_CAINIT_A_SHARP_4.bit
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(cherry picked from commit 57e5812198)

Conflicts:

	libavcodec/hevc_ps.c
2015-04-22 12:27:24 +02:00
compat
doc Update for 2.1.7 2014-12-30 16:16:23 +01:00
libavcodec avcodec/hevc_ps: More complete window reset 2015-04-22 12:27:24 +02:00
libavdevice fix Makefile objects for pulseaudio support 2014-12-30 15:38:20 +01:00
libavfilter lavfi: check av_strdup() return value 2015-01-06 16:08:29 +01:00
libavformat avformat/mov: Disallow ".." in dref unless use_absolute_path is set 2015-04-22 12:27:24 +02:00
libavresample
libavutil arm: Suppress tags about used cpu arch and extensions 2015-04-22 12:27:23 +02:00
libpostproc postproc: fix qp count 2014-11-28 18:53:10 +01:00
libswresample swresample/dither: Cleanup number suffixes 2015-02-01 20:17:26 +01:00
libswscale swscale/utils: clear formatConvBuffer on allocation 2015-02-27 03:34:27 +01:00
presets
tests postproc/postprocess: fix quant store for fq mode 2014-11-28 18:53:10 +01:00
tools tools/crypto_bench: fix build when AV_READ_TIME is unavailable 2014-11-28 18:44:37 +01:00
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog
INSTALL
LICENSE
MAINTAINERS
Makefile
README
RELEASE Update for 2.1.7 2014-12-30 16:16:23 +01:00
VERSION Update for 2.1.7 2014-12-30 16:16:23 +01:00
arch.mak
cmdutils.c cmdutils: update copyright year to 2015. 2015-01-06 20:42:05 +01:00
cmdutils.h
cmdutils_common_opts.h
common.mak
configure arm: Suppress tags about used cpu arch and extensions 2015-04-22 12:27:23 +02:00
ffmpeg.c ffmpeg: Clear error message array at init. 2015-01-08 23:10:54 +01:00
ffmpeg.h ffmpeg: Do not fill gap before the first decodable frame on single stream input files unless the user explicitly requests it. 2013-11-17 19:11:07 +01:00
ffmpeg_filter.c ffmpeg_filter: fix pointer to local outside scope 2014-06-23 16:51:09 +02:00
ffmpeg_opt.c ffmpeg_opt: Use av_guess_codec() instead of AVOutputFormat->*codec 2014-11-28 18:44:36 +01:00
ffplay.c
ffprobe.c ffprobe: fix crash happening because of new streams occuring 2014-05-21 22:58:24 +02:00
ffserver.c ffserver: initialize pbuffer in prepare_sdp_description() 2014-11-28 18:44:37 +01:00
library.mak library.mak: only run asm strip if ASMSTRIP flags are set 2014-01-14 01:14:43 +01:00
version.sh

README

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

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

* Read the documentation in the doc/ directory in git.
  You can also view it online at http://ffmpeg.org/documentation.html

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

* See the LICENSE file.

3) Build and Install
--------------------

* See the INSTALL file.