1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-28 20:53:54 +02:00
Go to file
Michael Niedermayer fee26d352a roqvideodec: check dimensions validity
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(cherry picked from commit 3ae6104511)

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-02-17 04:24:30 +01:00
doc consolidate .gitignore patters into a single file 2011-02-10 14:02:23 +01:00
ffpresets consolidate .gitignore patters into a single file 2011-02-10 14:02:23 +01:00
libavcodec roqvideodec: check dimensions validity 2013-02-17 04:24:30 +01:00
libavdevice vfwcap: Include windows.h before vfw.h since the latter requires defines from the former. Patch by kemuri <kemuri9 at gmail dot com> 2012-06-02 19:25:58 -04:00
libavfilter lavfi: avfilter_merge_formats: handle case where inputs are same 2013-02-10 18:01:15 +01:00
libavformat Merge remote-tracking branch 'qatar/release/0.5' into release/0.5 2013-02-11 12:29:32 +01:00
libavutil mem: fix memalign hack av_realloc() 2011-11-06 19:49:12 +01:00
libpostproc consolidate .gitignore patters into a single file 2011-02-10 14:02:23 +01:00
libswscale Fix MMX rgb24 to yuv conversion with gcc 4.6 2011-11-05 09:04:11 +01:00
tests consolidate .gitignore patters into a single file 2011-02-10 14:02:23 +01:00
tools consolidate .gitignore patters into a single file 2011-02-10 14:02:23 +01:00
vhook Check the return values of a few functions to avoid the corresponding warnings. 2009-02-21 21:09:38 +00:00
.gitignore also ignore *.so for vhook plugins 2011-02-10 14:09:35 +01:00
Changelog Merge remote-tracking branch 'qatar/release/0.5' into release/0.5 2013-02-17 03:40:45 +01:00
cmdutils.c update for 0.5.10 2012-06-09 22:18:07 +02:00
cmdutils.h Fix typo: explixitly -> explicitly. 2009-02-19 00:14:41 +00:00
common.mak backport symbol versioning patch 2010-02-01 16:00:09 +00:00
configure mingw32: merge checks for mingw-w64 and mingw32-runtime >= 3.15 into one 2012-06-02 19:25:58 -04:00
COPYING.GPLv2 Merge (L)GPL upgrade code and related changes from trunk. 2009-06-07 12:52:31 +00:00
COPYING.GPLv3 Merge (L)GPL upgrade code and related changes from trunk. 2009-06-07 12:52:31 +00:00
COPYING.LGPLv2.1 Merge (L)GPL upgrade code and related changes from trunk. 2009-06-07 12:52:31 +00:00
COPYING.LGPLv3 Merge (L)GPL upgrade code and related changes from trunk. 2009-06-07 12:52:31 +00:00
CREDITS
Doxyfile
ffmpeg.c revert r16717, r16718, r16719, EAGAIN handling, this causes FFserver to hang 2009-03-02 20:32:24 +00:00
ffplay.c Document ffplay -ast, -vst, and -sst options. 2009-03-01 17:13:33 +00:00
ffserver.c convert ffserver to new metadata API 2009-03-01 14:56:27 +00:00
ffserver.h
INSTALL
LICENSE Merge OpenCORE AMR support from trunk. 2009-06-07 20:14:56 +00:00
MAINTAINERS Add release managers, merged from trunk. 2010-03-01 17:58:50 +00:00
Makefile Bail out if regtest-flashsv is run but zlib is not enabled. 2009-02-21 18:41:52 +00:00
output_example.c Make output_example use av_interleaved_write_frame() instead of av_write_frame(). 2009-02-18 11:46:14 +00:00
README Merge split of README <-> LICENSE files along with the clarifications. 2009-04-13 10:11:31 +00:00
RELEASE Merge remote-tracking branch 'qatar/release/0.5' into release/0.5 2013-02-17 03:40:45 +01:00
subdir.mak missing hunk to unbreak linking with symbol versioning 2010-02-02 19:57:40 +00:00
VERSION Bump version number for the 0.5.10 release 2013-02-10 18:01:15 +01:00
version.sh Merge improved version number generation from trunk. 2009-03-31 21:11:04 +00:00

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.