* commit 'b8f66c0838b4c645227f23a35b4d54373da4c60a': aarch64: vp9itxfm: Reorder iadst16 coeffs arm: vp9itxfm: Reorder iadst16 coeffs aarch64: vp9itxfm: Reorder the idct coefficients for better pairing arm: vp9itxfm: Reorder the idct coefficients for better pairing aarch64: vp9itxfm: Avoid reloading the idct32 coefficients arm: vp9itxfm: Avoid reloading the idct32 coefficients arm: vp9lpf: Implement the mix2_44 function with one single filter pass aarch64: vp9lpf: Use dup+rev16+uzp1 instead of dup+lsr+dup+trn1 arm/aarch64: vp9lpf: Keep the comparison to E within 8 bit This commit is a noop, see 3fbbad29847c79f422128ad88f174c53a5f6c449 f32690a298badbf2df66319e9b38236ad3d3e321 a88db8b9a016fe47997029e3653cdac4777994b4 600f4c9b03b8d39b986a00dd9dafa61be7d86a72 2905657b902fea8718434f0d29056cf4e7434307 4f693b56bdcfda37b4f2c48b39dcf12439c149c8 f952273019984da5e7bfa1298e1cdb0683049296 b2e20d89844b51c3d9565b293606d1433bd67f25 26ee83acc4ebd765529b666c7f050243b7677d76 Merged-by: James Almer <jamrial@gmail.com>
…
…
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
andqt-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.
Contributing
Patches should be submitted to the ffmpeg-devel mailing list using
git format-patch
or git send-email
. Github pull requests should be
avoided because they are not part of our review process and will be ignored.
Description
Languages
C
90.4%
Assembly
7.7%
Makefile
1.3%
C++
0.2%
Objective-C
0.2%
Other
0.1%