kolibrios-gitea/contrib/sdk/sources/ffmpeg/ffmpeg-2.8
Sergey Semyonov (Serge) 8982c8cd10 sdk: update builds on linux hosts
git-svn-id: svn://kolibrios.org@6303 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-03-04 23:19:28 +00:00
..
compat ffmpeg-2.8.5 2016-02-05 22:08:02 +00:00
doc ffmpeg-2.8.5 2016-02-05 22:08:02 +00:00
libavcodec sdk: update builds on linux hosts 2016-03-04 23:19:28 +00:00
libavdevice ffmpeg-2.8.5 2016-02-05 22:08:02 +00:00
libavfilter ffmpeg-2.8.5 2016-02-05 22:08:02 +00:00
libavformat ffmpeg-2.8.5 2016-02-05 22:08:02 +00:00
libavresample ffmpeg-2.8.5 2016-02-05 22:08:02 +00:00
libavutil ffmpeg-2.8.5 2016-02-05 22:08:02 +00:00
libpostproc ffmpeg-2.8.5 2016-02-05 22:08:02 +00:00
libswresample ffmpeg-2.8.5 2016-02-05 22:08:02 +00:00
libswscale ffmpeg-2.8.5 2016-02-05 22:08:02 +00:00
presets ffmpeg-2.8.5 2016-02-05 22:08:02 +00:00
tests ffmpeg-2.8.5 2016-02-05 22:08:02 +00:00
tools ffmpeg-2.8.5 2016-02-05 22:08:02 +00:00
.config ffmpeg-2.8.5 2016-02-05 22:08:02 +00:00
.gitattributes ffmpeg-2.8.5 2016-02-05 22:08:02 +00:00
.version ffmpeg-2.8.5 2016-02-05 22:08:02 +00:00
arch.mak ffmpeg-2.8.5 2016-02-05 22:08:02 +00:00
Changelog ffmpeg-2.8.5 2016-02-05 22:08:02 +00:00
cmdutils_common_opts.h ffmpeg-2.8.5 2016-02-05 22:08:02 +00:00
cmdutils_opencl.c ffmpeg-2.8.5 2016-02-05 22:08:02 +00:00
cmdutils.c ffmpeg-2.8.5 2016-02-05 22:08:02 +00:00
cmdutils.h ffmpeg-2.8.5 2016-02-05 22:08:02 +00:00
common.mak ffmpeg-2.8.5 2016-02-05 22:08:02 +00:00
config.asm ffmpeg-2.8.5 2016-02-05 22:08:02 +00:00
config.fate ffmpeg-2.8.5 2016-02-05 22:08:02 +00:00
config.h ffmpeg-2.8.5 2016-02-05 22:08:02 +00:00
config.log ffmpeg-2.8.5 2016-02-05 22:08:02 +00:00
config.mak sdk: update builds on linux hosts 2016-03-04 23:19:28 +00:00
configure ffmpeg-2.8.5 2016-02-05 22:08:02 +00:00
COPYING.GPLv2 ffmpeg-2.8.5 2016-02-05 22:08:02 +00:00
COPYING.GPLv3 ffmpeg-2.8.5 2016-02-05 22:08:02 +00:00
COPYING.LGPLv2.1 ffmpeg-2.8.5 2016-02-05 22:08:02 +00:00
COPYING.LGPLv3 ffmpeg-2.8.5 2016-02-05 22:08:02 +00:00
CREDITS ffmpeg-2.8.5 2016-02-05 22:08:02 +00:00
ffmpeg_dxva2.c ffmpeg-2.8.5 2016-02-05 22:08:02 +00:00
ffmpeg_filter.c ffmpeg-2.8.5 2016-02-05 22:08:02 +00:00
ffmpeg_opt.c ffmpeg-2.8.5 2016-02-05 22:08:02 +00:00
ffmpeg_vdpau.c ffmpeg-2.8.5 2016-02-05 22:08:02 +00:00
ffmpeg_videotoolbox.c ffmpeg-2.8.5 2016-02-05 22:08:02 +00:00
ffmpeg.c ffmpeg-2.8.5 2016-02-05 22:08:02 +00:00
ffmpeg.h ffmpeg-2.8.5 2016-02-05 22:08:02 +00:00
ffplay.c ffmpeg-2.8.5 2016-02-05 22:08:02 +00:00
ffprobe.c ffmpeg-2.8.5 2016-02-05 22:08:02 +00:00
ffserver_config.c ffmpeg-2.8.5 2016-02-05 22:08:02 +00:00
ffserver_config.h ffmpeg-2.8.5 2016-02-05 22:08:02 +00:00
ffserver.c ffmpeg-2.8.5 2016-02-05 22:08:02 +00:00
INSTALL.md ffmpeg-2.8.5 2016-02-05 22:08:02 +00:00
library.mak ffmpeg-2.8.5 2016-02-05 22:08:02 +00:00
LICENSE.md ffmpeg-2.8.5 2016-02-05 22:08:02 +00:00
MAINTAINERS ffmpeg-2.8.5 2016-02-05 22:08:02 +00:00
Makefile sdk: update builds on linux hosts 2016-03-04 23:19:28 +00:00
README.md ffmpeg-2.8.5 2016-02-05 22:08:02 +00:00
RELEASE ffmpeg-2.8.5 2016-02-05 22:08:02 +00:00
RELEASE_NOTES ffmpeg-2.8.5 2016-02-05 22:08:02 +00:00
VERSION ffmpeg-2.8.5 2016-02-05 22:08:02 +00:00
version.sh ffmpeg-2.8.5 2016-02-05 22:08:02 +00:00

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.