Go to file
Stone Chen b9be32cced tests/checkasm: Add check_vvc_sad to vvc_mc.c
Adds checkasm for DMVR SAD AVX2 implementation.

Benchmarks ( AMD 7940HS )
vvc_sad_8x8_c: 50.3
vvc_sad_8x8_avx2: 0.3
vvc_sad_16x16_c: 250.3
vvc_sad_16x16_avx2: 10.3
vvc_sad_32x32_c: 1020.3
vvc_sad_32x32_avx2: 60.3
vvc_sad_64x64_c: 3850.3
vvc_sad_64x64_avx2: 220.3
vvc_sad_128x128_c: 14100.3
vvc_sad_128x128_avx2: 840.3

Reviewed-by: Ronald S. Bultje <rsbultje@gmail.com>
Signed-off-by: James Almer <jamrial@gmail.com>
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2024-05-23 22:03:01 +02:00
compat
doc lavu/hwcontext_qsv: update AVQSVFramesContext to support dynamic frame pool 2024-05-21 00:02:14 +02:00
ffbuild
fftools fftools/ffmpeg_filter: Fix leak on error 2024-05-21 00:02:16 +02:00
libavcodec libavcodec/x86/vvc: Add AVX2 DMVR SAD functions for VVC 2024-05-23 22:03:01 +02:00
libavdevice
libavfilter avfilter/vf_dnn_detect: Fix null pointer dereference 2024-05-23 22:02:59 +02:00
libavformat avformat/mov: store sample_sizes as unsigned ints 2024-05-23 22:03:01 +02:00
libavutil avutil/hwcontext_qsv: fix GCC 14.1 warnings 2024-05-23 22:02:58 +02:00
libswresample
libswscale
presets
tests tests/checkasm: Add check_vvc_sad to vvc_mc.c 2024-05-23 22:03:01 +02:00
tools
.gitattributes
.gitignore
.mailmap
Changelog
configure configure: split ISOBMFF writer helpers into a separate component 2024-05-18 19:59:13 +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.