Go to file
Michael Niedermayer f83e092f1d avcodec/aac/aacdec_lpd: Check kv indec
Fixes: index 9 out of bounds for type 'uint32_t [8][8]'
Fixes: 70363/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_AAC_LATM_fuzzer-6723855293415424.fuzz

Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2024-07-24 00:53:55 +02:00
compat
doc doc/filters: fix outpad labels in libvmaf_cuda example 2024-07-24 00:53:53 +02:00
ffbuild
fftools fftools/ffmpeg_filter: use the correct specifier for crop arguments 2024-07-24 00:53:45 +02:00
libavcodec avcodec/aac/aacdec_lpd: Check kv indec 2024-07-24 00:53:55 +02:00
libavdevice avdevice/dshow_capture: Fix error handling in ff_dshow_##prefix##_Create() 2024-07-24 00:53:40 +02:00
libavfilter avfilter/vf_xfade: Check ff_inlink_consume_frame() for failure 2024-07-24 00:53:52 +02:00
libavformat avformat/mov: add an EOF check in IPRP 2024-07-24 00:53:54 +02:00
libavutil lavu/riscv: do not fallback to AT_HWCAP auxillary vector 2024-07-24 00:53:54 +02:00
libswresample
libswscale swscale/output: Fix integer overflows in yuv2rgba64_X_c_template 2024-07-24 00:53:49 +02:00
presets
tests checkasm/h264dsp: test TX bypass 2024-07-24 00:53:52 +02:00
tools tools/target_dec_fuzzer: Adjust threshold for RV30 2024-07-24 00:53:43 +02:00
.gitattributes
.gitignore
.mailmap mailmap: add entry for myself 2024-07-24 00:53:39 +02:00
Changelog
configure configure: Fix Apple framework dependencies in .pc file 2024-07-24 00:53:43 +02:00
CONTRIBUTING.md
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
INSTALL.md
LICENSE.md
Makefile
README.md
RELEASE

Librempeg README

Librempeg 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 means to alter decoded audio and video through a directed graph of connected filters.
  • libavdevice provides an abstraction to access capture and playback devices.
  • libswresample implements audio mixing and resampling routines.
  • libswscale implements color conversion and scaling routines.

Tools

  • ffmpeg is a command line toolbox to manipulate, convert and stream multimedia content.
  • ffplay is a minimalistic multimedia player.
  • ffprobe is a simple analysis 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.

Examples

Coding examples are available in the doc/examples directory.

License

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

Contributing

Contributing can be done via Github pull requests.