Go to file
Marvin Scholz 214f0b315c lavfi/vf_ssim360: use av_err2str to simplify code
No need to explicitly specify the buffer here as it is only ever passed
to av_log, so av_err2str can be used.

Signed-off-by: Paul B Mahol <onemda@gmail.com>
2024-09-13 08:39:50 +02:00
compat
doc avdevice/decklink_dec: extend available actions on signal loss 2024-09-12 10:27:30 +02:00
ffbuild
fftools fftools/ffmpeg_opt: fix variable shadowing 2024-09-13 08:39:50 +02:00
libavcodec avcodec/amfenc: Fix AV1 HDR metadata for delayed surfaces 2024-09-12 10:27:31 +02:00
libavdevice avdevice/decklink_dec: extend available actions on signal loss 2024-09-12 10:27:30 +02:00
libavfilter lavfi/vf_ssim360: use av_err2str to simplify code 2024-09-13 08:39:50 +02:00
libavformat avformat: add DAT demuxer 2024-09-12 22:46:43 +02:00
libavutil aarch64: Implement support for elf_aux_info(3) on FreeBSD and OpenBSD 2024-09-09 23:36:36 +02:00
libswresample
libswscale swscale/aarch64/rgb2rgb: add neon implementation for rgb24toyv12 2024-09-08 20:51:02 +02:00
presets
tests tests/fate: force MPEG range for rawvideo tests 2024-09-13 08:39:49 +02:00
tools tools/target_swr_fuzzer: Check av_samples_fill_arrays() for failure 2024-08-30 18:02:55 +02:00
.gitattributes
.gitignore
.mailmap
Changelog Changelog: mention YUV range negotiation 2024-09-08 20:51:05 +02:00
configure aarch64: Implement support for elf_aux_info(3) on FreeBSD and OpenBSD 2024-09-09 23:36:36 +02:00
CONTRIBUTING.md
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
INSTALL.md
LICENSE.md
Makefile add tools/target_swr_fuzzer 2024-08-15 10:48:31 +02:00
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.