FFmpeg for Jellyfin
Go to file
2016-10-22 19:27:36 +02:00
compat Imported Upstream version 3.1.1 2016-07-12 01:58:18 +02:00
doc New upstream version 3.1.5 2016-10-22 19:27:36 +02:00
libavcodec New upstream version 3.1.5 2016-10-22 19:27:36 +02:00
libavdevice Imported Upstream version 3.1.1 2016-07-12 01:58:18 +02:00
libavfilter New upstream version 3.1.5 2016-10-22 19:27:36 +02:00
libavformat New upstream version 3.1.5 2016-10-22 19:27:36 +02:00
libavresample Imported Upstream version 3.1.1 2016-07-12 01:58:18 +02:00
libavutil New upstream version 3.1.5 2016-10-22 19:27:36 +02:00
libpostproc Imported Upstream version 3.0.1 2016-03-29 15:42:31 +02:00
libswresample Imported Upstream version 3.1.1 2016-07-12 01:58:18 +02:00
libswscale New upstream version 3.1.4 2016-10-11 20:45:02 +02:00
presets Imported Upstream version 2.3 2014-07-19 21:38:16 +02:00
tests Imported Upstream version 3.1.1 2016-07-12 01:58:18 +02:00
tools New upstream version 3.1.5 2016-10-22 19:27:36 +02:00
.gitattributes Imported Upstream version 2.5 2014-12-04 23:19:02 +01:00
.travis.yml Imported Upstream version 3.0 2016-03-07 00:15:29 +01:00
arch.mak Imported Upstream version 3.0 2016-03-07 00:15:29 +01:00
Changelog New upstream version 3.1.5 2016-10-22 19:27:36 +02:00
cmdutils_common_opts.h Imported Upstream version 2.5 2014-12-04 23:19:02 +01:00
cmdutils_opencl.c Imported Upstream version 3.0 2016-03-07 00:15:29 +01:00
cmdutils.c New upstream version 3.1.5 2016-10-22 19:27:36 +02:00
cmdutils.h New upstream version 3.1.5 2016-10-22 19:27:36 +02:00
common.mak Imported Upstream version 3.1.1 2016-07-12 01:58:18 +02:00
configure New upstream version 3.1.5 2016-10-22 19:27:36 +02:00
COPYING.GPLv2 Imported Upstream version 2.2 2014-03-27 13:53:19 +01:00
COPYING.GPLv3 Imported Upstream version 2.2 2014-03-27 13:53:19 +01:00
COPYING.LGPLv2.1 Imported Upstream version 2.2 2014-03-27 13:53:19 +01:00
COPYING.LGPLv3 Imported Upstream version 2.2 2014-03-27 13:53:19 +01:00
CREDITS Imported Upstream version 2.2 2014-03-27 13:53:19 +01:00
ffmpeg_cuvid.c Imported Upstream version 3.1.1 2016-07-12 01:58:18 +02:00
ffmpeg_dxva2.c Imported Upstream version 3.1.1 2016-07-12 01:58:18 +02:00
ffmpeg_filter.c Imported Upstream version 3.1.1 2016-07-12 01:58:18 +02:00
ffmpeg_opt.c Imported Upstream version 3.1.1 2016-07-12 01:58:18 +02:00
ffmpeg_qsv.c Imported Upstream version 3.0 2016-03-07 00:15:29 +01:00
ffmpeg_vaapi.c Imported Upstream version 3.1.1 2016-07-12 01:58:18 +02:00
ffmpeg_vdpau.c Imported Upstream version 3.1.1 2016-07-12 01:58:18 +02:00
ffmpeg_videotoolbox.c Imported Upstream version 3.0 2016-03-07 00:15:29 +01:00
ffmpeg.c New upstream version 3.1.5 2016-10-22 19:27:36 +02:00
ffmpeg.h Imported Upstream version 3.1.1 2016-07-12 01:58:18 +02:00
ffplay.c Imported Upstream version 3.1.2 2016-08-10 19:46:26 +02:00
ffprobe.c Imported Upstream version 3.1.2 2016-08-10 19:46:26 +02:00
ffserver_config.c Imported Upstream version 3.1.1 2016-07-12 01:58:18 +02:00
ffserver_config.h Imported Upstream version 2.7 2015-06-10 21:25:18 +02:00
ffserver.c Imported Upstream version 3.1.2 2016-08-10 19:46:26 +02:00
INSTALL.md Imported Upstream version 2.3 2014-07-19 21:38:16 +02:00
library.mak Imported Upstream version 3.1.1 2016-07-12 01:58:18 +02:00
LICENSE.md Imported Upstream version 3.1.1 2016-07-12 01:58:18 +02:00
MAINTAINERS Imported Upstream version 3.1.1 2016-07-12 01:58:18 +02:00
Makefile Imported Upstream version 3.1.1 2016-07-12 01:58:18 +02:00
README.md Imported Upstream version 3.0 2016-03-07 00:15:29 +01:00
RELEASE New upstream version 3.1.5 2016-10-22 19:27:36 +02:00
RELEASE_NOTES Imported Upstream version 3.1.1 2016-07-12 01:58:18 +02:00
VERSION New upstream version 3.1.5 2016-10-22 19:27:36 +02:00
version.sh Imported Upstream version 3.1.1 2016-07-12 01:58:18 +02: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.

Contributing

Patches should be submitted to the ffmpeg-devel mailing list using git format-patch or git send-email. Github pull requests should be avoided because they are not part of our review process. Few developers follow pull requests so they will likely be ignored.