FFmpeg git repo
Go to file
Clément Bœsch 9b8de93036 lavfi: add pp filter.
Ported from MPlayer. Original author is A'rpi, with various
contributions from Michael Niedermayer. The original documentation was
mostly written by Diego Biurrun. See the MPlayer history for full
credits.

The filter is under GPL like the original filter, even if it differs
quite a lot. There is not much point in making it LGPL since pp is under
GPL.
2012-12-23 19:03:36 +01:00
compat
doc lavfi: add pp filter. 2012-12-23 19:03:36 +01:00
libavcodec Merge remote-tracking branch 'qatar/master' 2012-12-23 15:03:15 +01:00
libavdevice Support H264 over video4linux2. 2012-12-21 18:12:29 +01:00
libavfilter lavfi: add pp filter. 2012-12-23 19:03:36 +01:00
libavformat rmenc: write correct bytes per minute 2012-12-23 16:08:10 +01:00
libavresample Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3' 2012-12-21 17:32:52 +01:00
libavutil Merge commit '418693bdc5edad72b0d055f741931612d797eb05' 2012-12-23 13:32:40 +01:00
libpostproc libpostproc: fix leak of 2kb 2012-12-23 04:55:14 +01:00
libswresample
libswscale Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3' 2012-12-21 17:32:52 +01:00
presets
tests lavfi: add pp filter. 2012-12-23 19:03:36 +01:00
tools Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3' 2012-12-21 17:32:52 +01:00
.gitignore
arch.mak
Changelog lavfi: add pp filter. 2012-12-23 19:03:36 +01:00
cmdutils_common_opts.h
cmdutils.c
cmdutils.h
common.mak
configure lavfi: add pp filter. 2012-12-23 19:03:36 +01:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
ffmpeg_filter.c
ffmpeg_opt.c
ffmpeg.c
ffmpeg.h
ffplay.c ffplay: fix another use of context instead of frame parameters 2012-12-22 03:41:55 +01:00
ffprobe.c
ffserver.c
INSTALL
library.mak
LICENSE lavfi: add pp filter. 2012-12-23 19:03:36 +01:00
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.