FFmpeg git repo
Go to file
Michael Niedermayer e740659a5d avcodec/avcodec: Define CODEC_CAP_* based on AV_CODEC_CAP_*
Avoid duplicating the literal numeric values

Reviewed-by: "Ronald S. Bultje" <rsbultje@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2015-08-05 15:45:50 +02:00
compat
doc avcodec/dvbsubdec: Allow selecting the substream, or all substreams 2015-08-04 14:24:13 +02:00
libavcodec avcodec/avcodec: Define CODEC_CAP_* based on AV_CODEC_CAP_* 2015-08-05 15:45:50 +02:00
libavdevice lavd/v4l2: Use AVSTREAM_PARSE_FULL_ONCE when reading a h264 stream. 2015-08-04 14:59:26 +02:00
libavfilter vf_psnr: add psnr_avg to stats file. 2015-08-05 09:19:09 -04:00
libavformat lavf/swf: Fix auto-detection of compressed files. 2015-08-04 21:34:00 +02:00
libavresample x86inc: Drop SECTION_TEXT macro 2015-08-04 20:13:09 +02:00
libavutil x86inc: Drop SECTION_TEXT macro 2015-08-04 20:13:09 +02:00
libpostproc
libswresample x86: move XOP emulation code back to x86inc 2015-08-03 17:11:13 -03:00
libswscale
presets
tests avcodec/dcaenc: clear bitstream end 2015-08-04 04:16:43 +02:00
tools
.gitattributes
.gitignore
arch.mak
Changelog avcodec: add new Videotoolbox hwaccel. 2015-08-03 10:12:10 +02:00
cmdutils_common_opts.h
cmdutils_opencl.c
cmdutils.c
cmdutils.h
common.mak
configure configure: Silence error messages when probing compiler. 2015-08-04 11:00:54 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
ffmpeg_dxva2.c
ffmpeg_filter.c
ffmpeg_opt.c avcodec: add new Videotoolbox hwaccel. 2015-08-03 10:12:10 +02:00
ffmpeg_vdpau.c
ffmpeg_videotoolbox.c avcodec: add new Videotoolbox hwaccel. 2015-08-03 10:12:10 +02:00
ffmpeg.c ffmpeg: remove access to private FILE struct members on Windows 2015-08-04 20:05:18 +02:00
ffmpeg.h avcodec: add new Videotoolbox hwaccel. 2015-08-03 10:12:10 +02:00
ffplay.c
ffprobe.c
ffserver_config.c
ffserver_config.h
ffserver.c
INSTALL.md
library.mak
LICENSE.md
MAINTAINERS MAINTAINERS: Add myself to vdpau maintainers 2015-08-04 08:22:19 -07:00
Makefile avcodec: add new Videotoolbox hwaccel. 2015-08-03 10:12:10 +02:00
README.md
RELEASE
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 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.