mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-16 17:33:08 +09:00
| .. | ||
| libavcodec | ||
| libavutil | ||
| avfft_dummy_funcs.c | ||
| avfft_perms.h | ||
| config.h | ||
| config_common.asm | ||
| config_common.h | ||
| config_darwin.asm | ||
| config_darwin.h | ||
| config_unix.asm | ||
| config_unix.h | ||
| config_win.asm | ||
| config_win.h | ||
| COPYING.GPLv2 | ||
| COPYING.GPLv3 | ||
| COPYING.LGPLv2.1 | ||
| COPYING.LGPLv3 | ||
| CREDITS | ||
| libavcommon.mozbuild | ||
| LICENSE | ||
| moz-libav.patch | ||
| moz.build | ||
| README | ||
| README.md | ||
| README_MOZILLA | ||
| RELEASE | ||
| VERSION | ||
Libav
Libav is a collection of libraries and tools to process multimedia content such as audio, video, subtitles and related metadata.
Libraries
libavcodecprovides implementation of a wider range of codecs.libavformatimplements streaming protocols, container formats and basic I/O access.libavutilincludes hashers, decompressors and miscellaneous utility functions.libavfilterprovides a mean to alter decoded Audio and Video through chain of filters.libavdeviceprovides an abstraction to access capture and playback devices.libavresampleimplements audio mixing and resampling routines.libswscaleimplements color conversion and scaling routines.
Tools
- avconv is a command line toolbox to manipulate, convert and stream multimedia content.
- avplay is a minimalistic multimedia player.
- avprobe is a simple analisys tool to inspect multimedia content.
- Additional small tools such as
aviocat,ismindexandqt-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
Libav codebase is mainly LGPL-licensed with optional components licensed under GPL. Please refer to the LICENSE file for detailed information.