FFmpeg git repo
Go to file
Michael Niedermayer 3d8afb23bc vf_deshake: Fix crash with r*=64
Replace literal numbers by named R_MAX and correct their value

Fixes half of Ticket2443

Based on patch by: João Bernardo <jbvsmo@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-15 14:28:19 +02:00
compat
doc lavfi/curves: add support for Photoshop curves files (.acv). 2013-04-15 11:35:46 +02:00
libavcodec dfa: support decoding version=1.0 2013-04-15 12:13:41 +02:00
libavdevice avdevice/lavfi: add error checking for av_opt_set_int_list() 2013-04-12 20:39:07 +02:00
libavfilter vf_deshake: Fix crash with r*=64 2013-04-15 14:28:19 +02:00
libavformat dfa: support decoding version=1.0 2013-04-15 12:13:41 +02:00
libavresample
libavutil lavu/dict: cosmetic realign. 2013-04-13 23:48:26 +02:00
libpostproc
libswresample
libswscale sws: remove forgotten FAST_BGR2YV12 define 2013-04-15 11:04:52 +02:00
presets
tests
tools
.gitignore
arch.mak
Changelog lavfi: port IVTC filters from vapoursynth. 2013-04-14 15:59:37 +02:00
cmdutils_common_opts.h
cmdutils.c cmdutils: print if filters are sources or sinks. 2013-04-13 19:48:10 +02:00
cmdutils.h
common.mak
configure lavfi: rename decimate to mpdecimate. 2013-04-14 15:59:37 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
ffmpeg_filter.c
ffmpeg_opt.c
ffmpeg.c ffmpeg: show error message in case of av_buffersrc_add_frame_flags() failure 2013-04-14 20:30:37 +02: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.