You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Diego Biurrun 5c89022542 hevc: Drop pointless av_unused attribute 8 years ago
compat w32pthreads: Fix function pointer casts 8 years ago
doc utils: Add av_stream_add_side_data() 8 years ago
libavcodec hevc: Drop pointless av_unused attribute 8 years ago
libavdevice Use avpriv_report_missing_feature() where appropriate 8 years ago
libavfilter configure: Add missing asyncts filter, movie filter, and output example deps 8 years ago
libavformat avisynth: Cast to the right type when loading avisynth library functions 8 years ago
libavresample Fix some mismatches between function parameter and doxygen parameter names. 8 years ago
libavutil hwcontext_vaapi: Don't abort on failing to allocate from a fixed-size pool 8 years ago
libswscale swscale: Add GRAY12 8 years ago
presets
tests checkasm: vp9dsp: benchmark all sub-IDCTs (but not WHT or ADST). 8 years ago
tools qt-faststart: Do not try to use fancy 64-bit seeking functions on mingw32ce 8 years ago
.gitattributes
.gitignore
.travis.yml
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog Changelog: mark the release 12 branch 9 years ago
INSTALL
LICENSE Remove the legacy X11 screen grabber 9 years ago
Makefile build: Hardcode avversion.h dependency 8 years ago
README
README.md
RELEASE Make the RELEASE file match with the most recent tag 8 years ago
arch.mak
avconv.c avconv: Fix the audio next dts computation 8 years ago
avconv.h avconv: support parsing bitstream filter options 8 years ago
avconv_dxva2.c avconv_dxva2: add a profile check for hevc 9 years ago
avconv_filter.c avconv: make sure the filtergraph is freed on init failure 8 years ago
avconv_opt.c avconv_opt: Consistently iterate through hwaccels array in all cases 8 years ago
avconv_qsv.c avconv_qsv: use the actual pixel format provided by lavc 9 years ago
avconv_vaapi.c avconv_vaapi: Convert to use hw_frames_ctx only 9 years ago
avconv_vda.c
avconv_vdpau.c
avplay.c avplay: Correct function pointer assignments in options array 8 years ago
avprobe.c avprobe: Add -show_stream_entry to get a single stream property 8 years ago
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
common.mak build: Simplify postprocessing of linker version script files 9 years ago
configure configure: Integrate X11 checks into vaapi/vdpau checks 8 years ago
library.mak build: Drop duplicate asm recipe 8 years ago
version.sh build: remove hardcoded name of version header 8 years ago

README.md

Libav

Build Status

Libav 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.
  • libavresample implements audio mixing and resampling routines.
  • libswscale implements 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, 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

Libav codebase is mainly LGPL-licensed with optional components licensed under GPL. Please refer to the LICENSE file for detailed information.