FFmpeg git repo
Go to file
Michael Niedermayer f3aaec781a avdevice/version: bump minor for the decklink input
Found-by: jamrial
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-09-22 03:25:22 +02:00
compat
doc avdevice: add decklink input support 2014-09-22 02:55:24 +02:00
libavcodec avcodec/webvttdec: add some memory checks 2014-09-21 18:41:45 +02:00
libavdevice avdevice/version: bump minor for the decklink input 2014-09-22 03:25:22 +02:00
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 avformat/assenc: mux all extradata at once 2014-09-21 18:55:12 +02:00
libavresample
libavutil lavu/bprint: add const to av_bprint_is_complete() argument. 2014-09-21 19:42:21 +02:00
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 avdevice: add decklink input support 2014-09-22 02:55:24 +02:00
Makefile
README.md
RELEASE RELEASE: update to 2.4.git 2014-09-15 13:11:10 -03:00
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 avdevice: add decklink input support 2014-09-22 02:55:24 +02: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.