FFmpeg git repo
Go to file
Paul B Mahol 9c774459a9 avfilter: port pullup filter from libmpcodecs
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-09-17 17:03:36 +00:00
compat
doc avfilter: port pullup filter from libmpcodecs 2013-09-17 17:03:36 +00:00
libavcodec lavc: Don't export ff_vdpau_vc1_decode_picture 2013-09-17 12:12:21 -04:00
libavdevice lavd/v4l2: Improve debug message 2013-09-08 14:30:52 +02:00
libavfilter avfilter: port pullup filter from libmpcodecs 2013-09-17 17:03:36 +00:00
libavformat Merge commit '7f8d41eb097e8d4223c9caf97dd332a2fdb29d52' 2013-09-17 16:04:41 +02:00
libavresample Reinstate proper FFmpeg license for all files. 2013-08-30 15:47:38 +00:00
libavutil Merge commit '3feb3d6ce4be0a09a9f8f13d613bed25b523b6e7' 2013-09-17 11:06:26 +02:00
libpostproc
libswresample swresample: replace 2 av_free() by av_freep() 2013-09-16 22:44:15 +02:00
libswscale swscale/utils: Allow sws_setColorspaceDetails() to use the tables from sws_getColorspaceDetails() 2013-09-17 17:21:13 +02:00
presets
tests matroskaenc: Bump DocTypeVersion to 4 2013-09-15 02:08:15 +02:00
tools tools/crypto_bench: fix 2 typos. 2013-09-04 21:59:34 +02:00
.gitignore tools: add benchmark for crypto functions. 2013-09-04 16:36:11 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog avfilter: port pullup filter from libmpcodecs 2013-09-17 17:03:36 +00:00
INSTALL
LICENSE avfilter: port pullup filter from libmpcodecs 2013-09-17 17:03:36 +00:00
MAINTAINERS MAINTAINERS: move sections from lavc to lavu 2013-09-12 15:17:11 +02:00
Makefile
README
RELEASE
arch.mak
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
common.mak
configure avfilter: port pullup filter from libmpcodecs 2013-09-17 17:03:36 +00:00
ffmpeg.c ffmpeg: check for unsupported "queing of command on first filter supporting the specific commend" 2013-09-10 14:13:44 +02:00
ffmpeg.h
ffmpeg_filter.c
ffmpeg_opt.c
ffplay.c
ffprobe.c ffprobe: downgrade log level for non fatal errors in open_input_file() 2013-09-17 15:59:48 +02:00
ffserver.c ffserver: allow choosing the pixel format 2013-09-14 03:51:45 +02:00
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.