1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-03 05:10:03 +02:00
Go to file
Andreas Cadhalpun 29b1752861 dds: validate compressed source buffer size
A too small buffer will cause segfaults somewhere below
decompress_texture_thread.

Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
2015-11-12 04:39:14 +01:00
compat w32pthreads: Map MemoryBarrier to __sync_synchronize on mingw 2015-10-30 20:15:11 +02:00
doc setpts: add FRAME_RATE constant 2015-11-09 08:09:41 +01:00
libavcodec dds: validate compressed source buffer size 2015-11-12 04:39:14 +01:00
libavdevice avpacket: Replace av_free_packet with av_packet_unref 2015-10-26 18:00:55 +01:00
libavfilter vsrc_color: implement frame rate 2015-11-09 08:15:26 +01:00
libavformat mov: Drop dref when unable to parse 2015-11-12 04:39:14 +01:00
libavresample avresample: Document avresample_open() a little better 2015-11-05 17:25:46 +01:00
libavutil
libswscale
presets
tests movenc: Add a unit test for signaling of the track start times 2015-11-11 22:53:42 +02:00
tools avpacket: Replace av_free_packet with av_packet_unref 2015-10-26 18:00:55 +01:00
.gitattributes
.gitignore
.travis.yml
arch.mak
avconv_dxva2.c
avconv_filter.c
avconv_opt.c
avconv_qsv.c
avconv_vda.c
avconv_vdpau.c
avconv.c avconv: set packet duration for CFR video streams 2015-11-08 11:49:05 +01:00
avconv.h
avplay.c avpacket: Replace av_free_packet with av_packet_unref 2015-10-26 18:00:55 +01:00
avprobe.c
Changelog
cmdutils_common_opts.h
cmdutils.c
cmdutils.h
common.mak
configure configure: Add a SONAME entry for the android target 2015-10-30 13:02:02 +01:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
INSTALL
library.mak
LICENSE
Makefile
README
README.md
RELEASE
version.sh

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.