1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00
Go to file
Christophe Gisquet a59f85d106 wavpack: check number of channels
This means container and codec disagree. The codec is supposed to
know better so this could be an error instead.
2014-08-22 18:43:30 +00:00
compat
doc doc/filters/apad: extend documentation 2014-08-21 16:59:18 +02:00
libavcodec wavpack: check number of channels 2014-08-22 18:43:30 +00:00
libavdevice Merge commit '8bc52dbd9dffb1b2fa4a6aeed2d298d036b619b2' 2014-08-19 18:33:46 +02:00
libavfilter Merge commit '593aaee953f8b07c141ff115e67bae85ef0350c7' 2014-08-21 21:47:43 +02:00
libavformat Merge commit '4d6c5152849e23a4cc0f6a6ac2880c01ebcd301b' 2014-08-22 19:01:26 +02:00
libavresample
libavutil avutil/motion_vector.h: fix coordinate types 2014-08-21 12:27:34 +02:00
libpostproc
libswresample
libswscale
presets
tests fate: add test for old (v1) huffyuv and rgba 2014-08-21 02:20:07 +02:00
tools
.gitignore
arch.mak
Changelog
cmdutils_common_opts.h
cmdutils_opencl.c
cmdutils.c
cmdutils.h
common.mak
configure Merge commit 'b0bfd09f88da8b7c7666faf0ac7d5e74559dba9f' 2014-08-22 18:43:26 +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.h
ffplay.c
ffprobe.c
ffserver.c
INSTALL.md
library.mak
LICENSE.md
MAINTAINERS
Makefile
README.md
RELEASE
RELEASE_NOTES
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 analisys tool to inspect multimedia content.
  • 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

Conding examples are available in the doc/example directory.

License

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