Go to file
Michael Niedermayer 7d3aa2ca63 avutil/float_dsp: Remove use of deprecated av_set_cpu_flags_mask()
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2015-08-07 22:46:27 +02:00
compat
doc avfilter/avf_avectorscope: stop making output fully transparent 2015-08-07 16:44:19 +02:00
libavcodec avcodec/libopenh264enc: Avoid usage of deprecated ff_alloc_packet() 2015-08-07 22:46:27 +02:00
libavdevice lavd/v4l2: Use AVSTREAM_PARSE_FULL_ONCE when reading a h264 stream. 2015-08-04 14:59:26 +02:00
libavfilter avfilter/avf_avectorscope: stop making output fully transparent 2015-08-07 16:44:19 +02:00
libavformat Merge commit 'e5997152f54f790229c99f237f8eb6b5b1ee683a' 2015-08-07 09:27:55 +02:00
libavresample x86inc: Drop SECTION_TEXT macro 2015-08-04 20:13:09 +02:00
libavutil avutil/float_dsp: Remove use of deprecated av_set_cpu_flags_mask() 2015-08-07 22:46:27 +02:00
libpostproc
libswresample x86: move XOP emulation code back to x86inc 2015-08-03 17:11:13 -03:00
libswscale
presets
tests tests/fate/mp3: increase mp3-float-extra_overread FUZZ for ppc64be-RHEL7.0-gcc-4.8.2-ibmcrl to 23 from 20 2015-08-07 02:54:59 +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 12:19:27 +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 ffplay: do not block audio thread on WIN32 2015-08-05 21:09:30 +02:00
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.