mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
276f035a4d0f0cbd88c0b67d0358d3d121202c5a
* commit '0c0b87f12d48d4e7f0d3d13f9345e828a3a5ea32': aarch64: vp9itxfm: Fix incorrect vertical alignment aarch64: vp9itxfm: Update a comment to refer to a register with a different name aarch64: vp9itxfm: Use the right lane sizes in 8x8 for improved readability aarch64: vp9itxfm: Use a single lane ld1 instead of ld1r where possible aarch64: vp9itxfm: Share instructions for loading idct coeffs in the 8x8 function arm: vp9itxfm: Share instructions for loading idct coeffs in the 8x8 function aarch64: vp9itxfm: Do separate functions for half/quarter idct16 and idct32 arm: vp9itxfm: Do a simpler half/quarter idct16/idct32 when possible aarch64: vp9itxfm: Move the load_add_store macro out from the itxfm16 pass2 function arm: vp9itxfm: Move the load_add_store macro out from the itxfm16 pass2 function aarch64: vp9itxfm: Make the larger core transforms standalone functions arm: vp9itxfm: Make the larger core transforms standalone functions This commit is a noop, seef8fcee0daf
dc47bf3872
3bd9b39108
a681c793a3
824589556c
9532a7d4d0
1d8ab576a7
3006e5253a
19a0f9529c
6752318c73
d0fbf7f34e
16ef000799
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.
Languages
C
90.1%
Assembly
7.9%
Makefile
1.3%
C++
0.2%
Objective-C
0.2%
Other
0.1%