FFmpeg git repo
Go to file
Martin Storsjö c725faebda movenc: Use start_dts/cts instead of cluster[0] for writing edit lists
This allows writing edit lists even when track->entry == 0, if
the start times have been set.

Signed-off-by: Martin Storsjö <martin@martin.st>
2015-01-03 01:18:52 +02:00
compat
doc vdpau: add helper for surface chroma type and size 2014-12-25 20:47:49 +01:00
libavcodec h264: restore a block mistakenly removed in e10fd08a 2014-12-27 10:44:48 +01:00
libavdevice xcbgrab: Move NULL check before pointer dereference 2014-12-18 23:27:14 +01:00
libavfilter lavfi: always check av_expr_parse_and_eval() return value 2014-12-18 23:27:14 +01:00
libavformat movenc: Use start_dts/cts instead of cluster[0] for writing edit lists 2015-01-03 01:18:52 +02:00
libavresample
libavutil check memory errors from av_strdup() 2014-12-18 23:27:14 +01:00
libswscale
presets
tests fate: Use bitexact conversions in the dpxparser test 2014-12-29 23:21:43 +02:00
tools
.gitattributes
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog
INSTALL
LICENSE
Makefile
README
README.md
RELEASE
arch.mak
avconv.c
avconv.h
avconv_dxva2.c
avconv_filter.c
avconv_opt.c check memory errors from av_strdup() 2014-12-18 23:27:14 +01:00
avconv_vda.c
avconv_vdpau.c avconv_vdpau: allocate video surface of VDPAU-specified size 2014-12-25 20:47:49 +01:00
avplay.c
avprobe.c check memory errors from av_strdup() 2014-12-18 23:27:14 +01:00
cmdutils.c check memory errors from av_strdup() 2014-12-18 23:27:14 +01:00
cmdutils.h
cmdutils_common_opts.h
common.mak
configure libavformat: Only use MoveFileExA when targeting the desktop API subset 2014-12-19 23:24:47 +02:00
library.mak
version.sh

README.md

Libav

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.