FFmpeg git repo
Go to file
Anton Khirnov 7ea1b3472a lavc: deprecate the use of AVCodecContext.time_base for decoding
When decoding, this field holds the inverse of the framerate that can be
written in the headers for some codecs. Using a field called 'time_base'
for this is very misleading, as there are no timestamps associated with
it. Furthermore, this field is used for a very different purpose during
encoding.

Add a new field, called 'framerate', to replace the use of time_base for
decoding.
2014-10-15 06:37:43 +00:00
compat w32pthreads: use the condition variable API directly when targeting newer versions of Windows 2014-10-10 11:27:30 +03:00
doc lavc: deprecate the use of AVCodecContext.time_base for decoding 2014-10-15 06:37:43 +00:00
libavcodec lavc: deprecate the use of AVCodecContext.time_base for decoding 2014-10-15 06:37:43 +00:00
libavdevice
libavfilter
libavformat mov: Handle tfdt atoms 2014-10-14 13:52:32 +03:00
libavresample
libavutil pixdesc: return color properties names 2014-10-08 18:17:49 +01:00
libswscale
presets
tests lavf: Don't drop both pts and dts if timestamps are invalid 2014-10-12 01:32:52 +03:00
tools ismindex: handle discontinuous streams better 2014-10-09 11:21:49 +03:00
.gitignore
arch.mak
avconv_dxva2.c
avconv_filter.c
avconv_opt.c
avconv_vda.c
avconv_vdpau.c avconv_vdpau: update to new VDPAU interface 2014-10-06 06:20:40 +00:00
avconv.c
avconv.h
avplay.c
avprobe.c avprobe: print color properties for show_streams 2014-10-08 18:17:49 +01:00
Changelog
cmdutils_common_opts.h
cmdutils.c
cmdutils.h
common.mak
configure w32pthreads: use the CONDITION_VARIABLE typedef if available 2014-10-10 11:27:26 +03: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.