No description
Find a file
Michael Niedermayer 46dfd59ae1 avcodec/utils: Check that the data is complete in avpriv_bprint_to_extradata()
Fixes out of array read
Fixes: asan_heap-oob_4d2250_814_cov_2745172097_JACOsub_capability_tester.jss
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(cherry picked from commit 3d5d95db3f)

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-12-21 04:40:35 +01:00
compat Merge commit '0c03cc6838' 2012-10-24 13:42:58 +02:00
doc Merge commit '9920a8a83f' into release/1.1 2014-12-21 04:04:48 +01:00
libavcodec avcodec/utils: Check that the data is complete in avpriv_bprint_to_extradata() 2014-12-21 04:40:35 +01:00
libavdevice Merge commit '124ec8b130' into release/1.1 2014-08-30 21:07:56 +02:00
libavfilter Merge commit '3a6bc3e381' into release/1.1 2014-08-08 14:06:36 +02:00
libavformat avformat/mpegts: Check desc_len / get8() return code 2014-12-21 04:40:34 +01:00
libavresample Merge commit 'dccac759d3' into release/1.1 2014-04-21 17:13:58 +02:00
libavutil avutil/x86/cpu: fix cpuid sub-leaf selection 2014-12-21 04:40:03 +01:00
libpostproc postproc: fix qp count 2014-12-21 04:40:34 +01:00
libswresample swresample: fix AV_CH_LAYOUT_STEREO_DOWNMIX input 2014-05-10 21:55:41 +02:00
libswscale sws: dont use the optimized 410->420 unscaled conversion when height%4 2014-05-10 21:55:41 +02:00
presets presets: specify the codecs. 2012-05-04 18:40:36 +02:00
tests postproc/postprocess: fix quant store for fq mode 2014-12-21 04:40:34 +01:00
tools Merge commit 'cb95c1935f' into release/1.1 2014-04-21 13:32:22 +02:00
.gitignore Add examples/resampling_audio to .gitignore. 2012-12-06 12:13:01 +01:00
arch.mak Merge commit 'b326755989' 2012-12-08 14:24:16 +01:00
cmdutils.c cmdutils: update copyright year to 2014. 2014-04-14 16:55:37 -04:00
cmdutils.h cmdutils: avtool -> fftool 2013-05-13 00:45:09 +02:00
cmdutils_common_opts.h cmdutils: implement debug/fdebug log level update differently. 2012-12-20 02:38:18 +01:00
common.mak Merge remote-tracking branch 'qatar/master' 2012-12-11 08:24:45 +01:00
configure configure: add noexecstack to linker options if supported. 2014-12-21 04:40:03 +01:00
COPYING.GPLv2 Rename COPYING.GPL --> COPYING.GPLv2 and COPYING.LGPL --> COPYING.LGPLv2.1. 2009-06-05 09:51:31 +00:00
COPYING.GPLv3 Add configure option to upgrade (L)GPL to version 3. 2009-06-05 11:04:03 +00:00
COPYING.LGPLv2.1 cosmetics: Delete empty lines at end of file. 2012-02-09 12:26:45 +01:00
COPYING.LGPLv3 Add configure option to upgrade (L)GPL to version 3. 2009-06-05 11:04:03 +00:00
CREDITS Revert "partially rename FFmpeg to Libav" 2011-03-17 17:26:45 +01:00
ffmpeg.c Merge commit 'ba8ab4e7ae' into release/1.1 2014-06-20 01:11:54 +02:00
ffmpeg.h Merge commit 'ba8ab4e7ae' into release/1.1 2014-06-20 01:11:54 +02:00
ffmpeg_filter.c ffmpeg_filter: fix pointer to local outside scope 2014-05-10 21:55:41 +02:00
ffmpeg_opt.c Merge commit 'e1f0c41e1a' into release/1.1 2014-08-30 20:58:53 +02:00
ffplay.c Replace references to "que" with the appropriate word. 2013-01-03 00:21:47 +01:00
ffprobe.c ffprobe: do not escape '"' between single quotes. 2013-01-01 13:32:51 +01:00
ffserver.c ffserver: strip odd chars from html error messages before sending them back 2013-10-09 00:55:38 +02:00
INSTALL Merge remote branch 'qatar/master' 2011-04-08 02:50:13 +02:00
library.mak Merge remote-tracking branch 'qatar/master' 2012-12-11 08:24:45 +01:00
LICENSE lavfi: add histeq filter 2013-01-05 10:25:32 +01:00
MAINTAINERS MAINTAINERS: mention that people are welcome to pick up and maintain older releases 2013-03-18 03:35:47 +01:00
Makefile Merge remote-tracking branch 'qatar/master' 2012-12-11 08:24:45 +01:00
README README: be a tiny bit more verbose 2012-04-06 10:23:26 +02:00
RELEASE Prepare for 9.17 release 2014-09-10 12:58:01 -07:00
version.sh version.sh: Print versions based on the last git tag for release branches 2014-08-30 21:44:59 +02:00

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.