1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00
Go to file
Hendrik Leppkes 988ddfea5e Merge commit 'cd4d9df22738e6f147521ccb72c7930db6050914'
* commit 'cd4d9df22738e6f147521ccb72c7930db6050914':
  asfdec: free AVDictionaries properly when closing the demuxer

Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
2015-08-02 10:34:18 +02:00
compat
doc doc/example: Add http multi-client example code 2015-08-01 00:58:32 +02:00
libavcodec avcodec/hevc_mp4toannexb_bsf: Remove ;; 2015-08-02 03:52:37 +02:00
libavdevice dshow: show more debug timestamp info 2015-07-31 18:30:03 +02:00
libavfilter avfilter/avf_showvolume: stop making output fully transparent 2015-08-01 19:40:34 +02:00
libavformat Merge commit 'cd4d9df22738e6f147521ccb72c7930db6050914' 2015-08-02 10:34:18 +02:00
libavresample
libavutil hmac: add missing version bump and APIChanges entry 2015-07-30 16:40:26 +03:00
libpostproc
libswresample
libswscale
presets
tests Merge commit '90e648c508fa6b97587ce62699a1449123f7d285' 2015-08-02 10:32:38 +02:00
tools
.gitattributes
.gitignore
arch.mak
Changelog
cmdutils_common_opts.h
cmdutils_opencl.c
cmdutils.c
cmdutils.h
common.mak
configure Merge commit 'c6e0829e3696c894d24c8088c3ee30a9c17534c2' 2015-07-28 22:30:21 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
ffmpeg_dxva2.c
ffmpeg_filter.c
ffmpeg_opt.c ffmpeg_op: Print warning if duration isnt known when -sseof is used 2015-07-29 18:58:57 +02:00
ffmpeg_vda.c
ffmpeg_vdpau.c
ffmpeg.c Revert "ffmpeg: modify tty state when stderr is redirected" 2015-07-30 23:49:54 +02:00
ffmpeg.h ffmpeg: Implement support for seeking relative to EOF 2015-07-29 17:16:51 +02:00
ffplay.c ffplay: Use sws_scale to scale subtitles 2015-07-29 16:18:20 +02:00
ffprobe.c
ffserver_config.c
ffserver_config.h
ffserver.c
INSTALL.md
library.mak
LICENSE.md
MAINTAINERS MAINTAINERS: update my maintership 2015-07-31 20:25:07 +02:00
Makefile
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.