FFmpeg git repo
Go to file
Michael Niedermayer 41e733c1ef avfilter/graphparser: Do not ignore scale_sws_opts if args == NULL
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2015-08-08 13:24:52 +02:00
compat
doc swscale: Implement alphablendaway for planar 4:4:4 formats 2015-08-08 13:24:52 +02:00
libavcodec lavc: The h263 encoder (also) depends on h263data.o 2015-08-08 12:11:33 +02:00
libavdevice lavd/v4l2: Use AVSTREAM_PARSE_FULL_ONCE when reading a h264 stream. 2015-08-04 14:59:26 +02:00
libavfilter avfilter/graphparser: Do not ignore scale_sws_opts if args == NULL 2015-08-08 13:24:52 +02:00
libavformat Merge commit 'e5997152f54f790229c99f237f8eb6b5b1ee683a' 2015-08-07 09:27:55 +02:00
libavresample x86inc: Drop SECTION_TEXT macro 2015-08-04 20:13:09 +02:00
libavutil avutil/float_dsp: Remove use of deprecated av_set_cpu_flags_mask() 2015-08-07 22:46:27 +02:00
libpostproc postproc: fix unaligned access 2015-06-19 01:47:59 +02:00
libswresample x86: move XOP emulation code back to x86inc 2015-08-03 17:11:13 -03:00
libswscale swscale: Implement alphablendaway for planar 4:4:4 formats 2015-08-08 13:24:52 +02:00
presets
tests tests/api/api-h264-test: structure changes to avoid duplicate code 2015-08-08 09:53:00 +02:00
tools
.gitattributes
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1 cosmetics: Delete empty lines at end of file. 2012-02-09 12:26:45 +01:00
COPYING.LGPLv3
CREDITS CREDITS: redirect to Git log, remove current outdated content 2013-01-31 18:02:52 +01:00
Changelog
INSTALL.md INSTALL: add markdown syntax 2014-05-28 22:38:38 +02:00
LICENSE.md
MAINTAINERS MAINTAINERS: Add myself to vdpau maintainers 2015-08-04 08:22:19 -07:00
Makefile
README.md
RELEASE
arch.mak
cmdutils.c
cmdutils.h Merge commit 'bd2ab27c488ae92c7820efe11d4f53d84e94d58e' 2015-07-19 13:33:44 +02:00
cmdutils_common_opts.h
cmdutils_opencl.c
common.mak
configure configure: mpegvideo depends on mpeg_er. 2015-08-08 11:02:25 +02:00
ffmpeg.c ffmpeg: remove access to private FILE struct members on Windows 2015-08-04 20:05:18 +02:00
ffmpeg.h
ffmpeg_dxva2.c
ffmpeg_filter.c
ffmpeg_opt.c
ffmpeg_vdpau.c
ffmpeg_videotoolbox.c
ffplay.c ffplay: do not block audio thread on WIN32 2015-08-05 21:09:30 +02:00
ffprobe.c
ffserver.c
ffserver_config.c
ffserver_config.h
library.mak
version.sh

README.md

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.