FFmpeg git repo
Go to file
Reimar Döffinger 235d401bfa vorbisenc: avoid large stack allocation.
Code is only used during initialization, so malloc/free
should be fine to use.

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
2014-09-03 21:22:59 +02:00
compat
doc doc/demuxers: document gif demuxer 2014-09-03 10:16:05 -08:00
libavcodec vorbisenc: avoid large stack allocation. 2014-09-03 21:22:59 +02:00
libavdevice Merge commit '65e78a2e4b111627c0ebdf2c9baec95e5e21560d' 2014-09-03 13:58:41 +02:00
libavfilter vf_deshake: Avoid doing a malloc+free for every single frame. 2014-09-02 19:20:28 +02:00
libavformat Merge commit '95e177eeb21f3e968aa9353bc69d1946966cc835' 2014-09-03 14:56:53 +02:00
libavresample
libavutil libavutil/error: fix build with musl toolchain 2014-09-03 20:01:25 +02:00
libpostproc
libswresample
libswscale
presets
tests Merge commit '7a1d6ddd2c6b2d66fbc1afa584cf506930a26453' 2014-09-03 04:09:38 +02:00
tools Merge commit 'c487972ed0e1eaebdbe4a13cdd191e119be0b19c' 2014-09-03 15:04:34 +02:00
.gitignore
arch.mak
Changelog Merge commit '95e177eeb21f3e968aa9353bc69d1946966cc835' 2014-09-03 14:56:53 +02:00
cmdutils_common_opts.h
cmdutils_opencl.c
cmdutils.c
cmdutils.h
common.mak
configure Merge commit 'ebef9f5a56d7df91e010a177a80cfc8dbe394305' 2014-09-03 14:24:53 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
ffmpeg_dxva2.c
ffmpeg_filter.c
ffmpeg_opt.c
ffmpeg_vda.c
ffmpeg_vdpau.c
ffmpeg.c
ffmpeg.h
ffplay.c
ffprobe.c
ffserver.c
INSTALL.md
library.mak
LICENSE.md
MAINTAINERS
Makefile
README.md
RELEASE
RELEASE_NOTES
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 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.