FFmpeg git repo
Go to file
Michael Niedermayer b4cc7d67f5 avfilter/vf_cover_rect: clip rectangle if it is partly outside the input
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-05-04 22:33:17 +02:00
compat
doc ffprobe: support printing AVStream and AVPacket side data 2015-05-03 00:53:19 +02:00
libavcodec lavf/mxfenc: Write correct interlaced flag when muxing dnxhd. 2015-05-04 17:44:14 +02:00
libavdevice Merge commit 'e8c4db0d4d07738fed716b1d2f20c85aac944641' 2015-04-30 22:15:22 +02:00
libavfilter avfilter/vf_cover_rect: clip rectangle if it is partly outside the input 2015-05-04 22:33:17 +02:00
libavformat avidec: check for valid bit_rate range 2015-05-04 21:11:19 +02:00
libavresample
libavutil avutil/opt: Avoid division by 0 2015-05-03 16:37:04 +02:00
libpostproc
libswresample
libswscale
presets
tests vp9: add fate test for 422. 2015-05-01 08:45:55 +02:00
tools
.gitattributes
.gitignore
arch.mak
Changelog lavf/apngenc: Fix png remuxing by using default extension apng. 2015-05-04 17:49:36 +02:00
cmdutils_common_opts.h
cmdutils_opencl.c
cmdutils.c cmdutils: Ask for a sample in case a odd rotation angle is encountered 2015-05-04 17:39:23 +02:00
cmdutils.h ffplay&cmdutils:Factor get_rotation() code out 2015-05-03 23:49:16 +02:00
common.mak
configure configure: prepend avfilter_deps for *_rect filters 2015-05-03 01:42:51 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
ffmpeg_dxva2.c
ffmpeg_filter.c ffmpeg_filter: use get_rotation() 2015-05-04 00:14:36 +02:00
ffmpeg_opt.c ffmpeg_opt: remove rotate metadata in case of autorotate 2015-05-02 23:04:00 +02:00
ffmpeg_vda.c
ffmpeg_vdpau.c
ffmpeg.c Merge commit '16302246b1fcb7ad4e6f7bd31c49956a455336d2' 2015-05-02 22:39:00 +02:00
ffmpeg.h Merge commit '16302246b1fcb7ad4e6f7bd31c49956a455336d2' 2015-05-02 22:39:00 +02:00
ffplay.c ffplay&cmdutils:Factor get_rotation() code out 2015-05-03 23:49:16 +02:00
ffprobe.c ffprobe: support printing AVStream and AVPacket side data 2015-05-03 00:53:19 +02:00
ffserver_config.c
ffserver_config.h
ffserver.c
INSTALL.md
library.mak
LICENSE.md LICENSE.md: add *_rect filters 2015-05-03 01:43:30 +02:00
MAINTAINERS
Makefile
README.md
RELEASE
version.sh

FFmpeg README

FFmpeg is a collection of libraries and tools to process multimedia content such as audio, video, subtitles and related metadata.

Libraries

  • libavcodec provides implementation of a wider range of codecs.
  • libavformat implements streaming protocols, container formats and basic I/O access.
  • libavutil includes hashers, decompressors and miscellaneous utility functions.
  • libavfilter provides a mean to alter decoded Audio and Video through chain of filters.
  • libavdevice provides an abstraction to access capture and playback devices.
  • libswresample implements audio mixing and resampling routines.
  • libswscale implements color conversion and scaling routines.

Tools

  • ffmpeg is a command line toolbox to manipulate, convert and stream multimedia content.
  • ffplay is a minimalistic multimedia player.
  • ffprobe is a simple analysis tool to inspect multimedia content.
  • ffserver is a multimedia streaming server for live broadcasts.
  • Additional small tools such as aviocat, ismindex and qt-faststart.

Documentation

The offline documentation is available in the doc/ directory.

The online documentation is available in the main website and in the wiki.

Examples

Coding examples are available in the doc/examples directory.

License

FFmpeg codebase is mainly LGPL-licensed with optional components licensed under GPL. Please refer to the LICENSE file for detailed information.