1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00
Go to file
Michael Niedermayer e874772f70 Merge commit '21180b73239c6360aa28496d4879713b7ba4a8e5'
* commit '21180b73239c6360aa28496d4879713b7ba4a8e5':
  avplay: Factorize code for adding filters to the filter pipeline

Conflicts:
	ffplay.c

See: 08c51e12b1
Merged-by: Michael Niedermayer <michaelni@gmx.at>
2015-05-02 22:08:11 +02:00
compat
doc avfilter: Add cover_rect filter 2015-05-02 21:15:48 +02:00
libavcodec libavcodec/svq3: clarify unknown_flag by renaming to has_watermark 2015-05-02 15:34:02 +02:00
libavdevice Merge commit 'e8c4db0d4d07738fed716b1d2f20c85aac944641' 2015-04-30 22:15:22 +02:00
libavfilter avfilter: Add cover_rect filter 2015-05-02 21:15:48 +02:00
libavformat avformat/matroskadec: Mark static tables as const 2015-05-02 13:27:45 +02:00
libavresample Merge commit '0ac8ff618c5e6d878c547a8877e714ed728950ce' 2015-04-29 05:46:35 +02:00
libavutil avutil/cast5: Make iv array static 2015-05-02 14:37:48 +02:00
libpostproc
libswresample
libswscale swscale/ppc/swscale_altivec.c: POWER LE support in yuv2planeX_8() delete macro GET_VF() it was wrong 2015-04-27 12:59:05 +02:00
presets
tests vp9: add fate test for 422. 2015-05-01 08:45:55 +02:00
tools
.gitattributes
.gitignore
arch.mak makefile: add Loongson-3 support 2015-04-27 14:10:28 +02:00
Changelog
cmdutils_common_opts.h
cmdutils_opencl.c OpenCL: Avoid potential buffer overflow in cmdutils_opencl.c 2015-04-28 12:18:23 +02:00
cmdutils.c
cmdutils.h
common.mak
configure configure: add forgotten avcodec/avformat deps for find/cover_rect 2015-05-02 21:28:31 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
ffmpeg_dxva2.c
ffmpeg_filter.c
ffmpeg_opt.c
ffmpeg_vda.c
ffmpeg_vdpau.c
ffmpeg.c ffmpeg: remove incorrect network deinit 2015-04-28 15:57:21 +02:00
ffmpeg.h
ffplay.c Merge commit '21180b73239c6360aa28496d4879713b7ba4a8e5' 2015-05-02 22:08:11 +02:00
ffprobe.c
ffserver_config.c
ffserver_config.h
ffserver.c
INSTALL.md
library.mak
LICENSE.md
MAINTAINERS
Makefile makefile: add Loongson-3 support 2015-04-27 14:10:28 +02:00
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.