1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00
Go to file
Michael Niedermayer cf48b00640 cavsdec: check for value in get_ue_code()
Fixes integer overflow and prints an error in case the value is
invalid.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-01-24 21:55:12 +01:00
compat
doc Merge commit '7a95afe433b2a692f490b98948c082e62ffc1d27' 2013-01-24 14:35:15 +01:00
libavcodec cavsdec: check for value in get_ue_code() 2013-01-24 21:55:12 +01:00
libavdevice
libavfilter lavfi/earwax: remove config_input() 2013-01-24 10:37:44 +00:00
libavformat movenc: check that fps for tmcd is within encodable range. 2013-01-24 18:59:49 +01:00
libavresample
libavutil lavu/timecode: fix time code calculation for 60000/1001 drop frame 2013-01-24 21:06:24 +01:00
libpostproc
libswresample
libswscale
presets
tests lavu/eval: extend if/ifnot functions to accept a third parameter 2013-01-24 12:19:01 +01:00
tools Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f' 2013-01-23 17:44:56 +01:00
.gitignore
arch.mak
Changelog
cmdutils_common_opts.h
cmdutils.c
cmdutils.h
common.mak
configure Merge commit '528878ee7b377e23a194d7c801571d97793047e0' 2013-01-24 14:29:29 +01:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
ffmpeg_filter.c
ffmpeg_opt.c
ffmpeg.c ffmpeg: copy tmcd track timebase parameters 2013-01-24 18:37:32 +01:00
ffmpeg.h
ffplay.c
ffprobe.c
ffserver.c
INSTALL
library.mak
LICENSE
MAINTAINERS
Makefile
README
RELEASE
version.sh

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.