forked fromlibav/libav
- Notifications
You must be signed in to change notification settings - Fork9
collection of Libav topic branches
License
Unknown and 3 other licenses found
Licenses found
Unknown
LICENSEGPL-2.0
COPYING.GPLv2GPL-3.0
COPYING.GPLv3LGPL-3.0
COPYING.LGPLv3NotificationsYou must be signed in to change notification settings
lu-zero/libav
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Libav is a collection of libraries and tools to process multimedia contentsuch as audio, video, subtitles and related metadata.
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.libavresample
implements audio mixing and resampling routines.libswscale
implements color conversion and scaling routines.
- avconv is a command line toolbox tomanipulate, convert and stream multimedia content.
- avplay is a minimalistic multimedia player.
- avprobe is a simple analisys tool to inspectmultimedia content.
- Additional small tools such as
aviocat
,ismindex
andqt-faststart
.
The offline documentation is available in thedoc/ directory.
The online documentation is available in the mainwebsiteand in thewiki.
Conding examples are available in thedoc/example directory.
Libav codebase is mainly LGPL-licensed with optional components licensed underGPL. Please refer to the LICENSE file for detailed information.
About
collection of Libav topic branches
Resources
License
Unknown and 3 other licenses found
Licenses found
Unknown
LICENSEGPL-2.0
COPYING.GPLv2GPL-3.0
COPYING.GPLv3LGPL-3.0
COPYING.LGPLv3Stars
Watchers
Forks
Packages0
No packages published
Languages
- C85.2%
- Assembly7.1%
- Objective-C6.2%
- Makefile1.1%
- C++0.3%
- Shell0.1%