FFmpeg git repo
Go to file
Michael Niedermayer 42f5fc716e Merge commit '481575d255195c6c2f32e04686b94de984ae78d4'
* commit '481575d255195c6c2f32e04686b94de984ae78d4':
  avconv: remove -deinterlace

Conflicts:
	Changelog
	doc/ffmpeg.texi
	ffmpeg.c
	ffmpeg_opt.c

The merge removes the documentation for the deprecated -deinterlace
the code itself has already been replaced a while ago by code
that inserts yadif, that insertion code is left in place.

Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-08 12:07:56 +02:00
compat
doc Merge commit '481575d255195c6c2f32e04686b94de984ae78d4' 2013-05-08 12:07:56 +02:00
libavcodec Merge commit 'a97d8cc16e0da30c9ffefa1ede2a0adf3db5f3f8' 2013-05-08 11:54:29 +02:00
libavdevice
libavfilter lavfi/unsharp: use verbal form in help message options 2013-05-08 01:39:12 +02:00
libavformat avformat/vqf: check number of channels before use. 2013-05-07 22:26:56 +02:00
libavresample Merge commit 'e445647b4fdf481b13b2743b303d84de4f43bedd' 2013-05-05 11:50:37 +02:00
libavutil lavu/mem: fix potential int overflow and crash in av_dynarray_add() 2013-05-08 01:39:12 +02:00
libpostproc
libswresample
libswscale sws: factorize rgb 9+ planar funcs declarations. 2013-05-07 15:23:27 +02:00
presets
tests Merge remote-tracking branch 'qatar/master' 2013-05-07 11:35:07 +02:00
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog avconv: remove -deinterlace 2013-05-07 12:31:55 +02:00
INSTALL
LICENSE
MAINTAINERS
Makefile
README
RELEASE
arch.mak
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
common.mak
configure configure: Use the tool specified with --valgrind instead of a hardcoded "valgrind" 2013-05-05 16:22:44 +02:00
ffmpeg.c
ffmpeg.h
ffmpeg_filter.c
ffmpeg_opt.c ffmpeg: move a local variable definition later. 2013-05-07 18:39:45 +02:00
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.