FFmpeg git repo
Go to file
Michael Niedermayer 5deb96c564 avcodec/jpeg2000dec: Check Psot
Fixes out of array read

Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-06-14 19:34:00 +02:00
compat
doc doc/general: Make the license status of the Android libraries clearer 2013-06-14 03:58:39 +02:00
libavcodec avcodec/jpeg2000dec: Check Psot 2013-06-14 19:34:00 +02:00
libavdevice
libavfilter lavfi/spp: fix description. 2013-06-14 06:53:52 +02:00
libavformat apetag: do not require seekable output 2013-06-14 17:07:36 +00:00
libavresample
libavutil avutil/timestamp: remove "" 2013-06-13 14:57:00 +02:00
libpostproc
libswresample swresample/rematrix_template: Fix integer overflow in mix8to2 2013-06-10 03:03:17 +02:00
libswscale Check more completely for invalid pix_fmts in planarRgb16ToRgb16Wrapper() 2013-06-11 01:14:38 +02:00
presets
tests tests: add filter-pixfmts-rotate test 2013-06-13 01:21:47 +02:00
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog lavfi: add spp filter. 2013-06-14 01:27:22 +02:00
INSTALL
LICENSE lavfi: add spp filter. 2013-06-14 01:27:22 +02:00
MAINTAINERS
Makefile
README
RELEASE
arch.mak
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
common.mak
configure lavfi: add spp filter. 2013-06-14 01:27:22 +02:00
ffmpeg.c
ffmpeg.h
ffmpeg_filter.c
ffmpeg_opt.c
ffplay.c
ffprobe.c
ffserver.c
library.mak
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.