FFmpeg git repo
Go to file
Clément Bœsch 8e7808b524 avcodec/realtextdec: add some memory checks 2014-09-21 18:41:45 +02:00
compat
doc avcodec/dv_profile: deprecate internal function that shouldn't be public 2014-09-19 14:32:38 -03:00
libavcodec avcodec/realtextdec: add some memory checks 2014-09-21 18:41:45 +02:00
libavdevice
libavfilter avfilter/vf_scale: Allow chroma samples to be above and to the left of luma samples 2014-09-21 12:24:03 +02:00
libavformat rtpdec_hevc: do not print an error message if the received packet has a valid header but lacks additional bytes as payload 2014-09-21 15:07:26 +02:00
libavresample
libavutil
libpostproc postproc/postprocess: Avoid some ifs in do_a_deblock_C() 2014-09-19 17:00:15 +02:00
libswresample
libswscale swscale: Allow chroma samples to be above and to the left of luma samples 2014-09-21 12:23:24 +02:00
presets
tests tests/utils: make arguments const that arent changed 2014-09-19 20:25:30 +02:00
tools tools/crypto_bench: fix build when AV_READ_TIME is unavailable 2014-09-16 18:25:43 +02:00
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog rtpenc: HEVC/H.265 support 2014-09-21 12:49:08 +02:00
INSTALL.md
LICENSE.md
MAINTAINERS
Makefile
README.md
RELEASE
RELEASE_NOTES
arch.mak
cmdutils.c Merge commit '2dd09ebf5597fd5e4a573bee9cccf21ae821f286' 2014-09-17 19:59:10 +02:00
cmdutils.h
cmdutils_common_opts.h
cmdutils_opencl.c
common.mak
configure configure: Use the right variables in check_host_cpp 2014-09-17 22:53:26 +03:00
ffmpeg.c
ffmpeg.h
ffmpeg_dxva2.c
ffmpeg_filter.c
ffmpeg_opt.c
ffmpeg_vda.c
ffmpeg_vdpau.c
ffplay.c ffplay: try to fix build failure on apple 2014-09-17 04:43:51 +02:00
ffprobe.c
ffserver.c
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 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.