Go to file
Martin Storsjö 2889c5e167 movenc: Heuristically set the duration of the last sample in a fragment if not set
Even if this is a guess, it is way better than writing a zero duration
of the last sample in a fragment (because if the duration is zero,
the first sample of the next fragment will have the same timestamp
as the last sample in the previous one).

Since we normally don't require libavformat muxer users to set
the duration field in AVPacket, we probably can't strictly require
it here either, so don't log this as a strict warning, only as info.

Signed-off-by: Martin Storsjö <martin@martin.st>
2015-03-19 10:26:52 +02:00
compat
doc doc: fate: remove outdated SSH key fingerprint 2015-03-16 11:55:47 +01:00
libavcodec Replace a few leftover instances of enum PixelFormat with enum AVPixelFormat 2015-03-17 23:53:33 +02:00
libavdevice xcbgrab: Check av_strdup() allocation 2015-03-12 15:29:59 +00:00
libavfilter formats: Check memory allocations 2015-03-12 17:46:47 +00:00
libavformat movenc: Heuristically set the duration of the last sample in a fragment if not set 2015-03-19 10:26:52 +02:00
libavresample
libavutil Replace a few leftover instances of enum PixelFormat with enum AVPixelFormat 2015-03-17 23:53:33 +02:00
libswscale libswscale: fix compiler warnings enumerated type mixed with another type 2015-03-15 18:29:22 +01:00
presets
tests fate: Move tdsc to the appropriate screen capture file 2015-03-17 13:36:10 +00:00
tools
.gitattributes
.gitignore
arch.mak
avconv_dxva2.c
avconv_filter.c
avconv_opt.c
avconv_vda.c
avconv_vdpau.c
avconv.c
avconv.h
avplay.c
avprobe.c
Changelog dca: Support for XLL (lossless extension) 2015-03-15 14:51:36 +01:00
cmdutils_common_opts.h
cmdutils.c
cmdutils.h
common.mak
configure configure: Disable shift operator precedence warnings with MSVC 2015-03-17 11:59:31 +01:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
INSTALL
library.mak
LICENSE
Makefile
README
README.md
RELEASE
version.sh

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.