No description
Find a file
Venkata Atchuta Bheemeswara Sarma Darbha 5dbfbaa935 Remove libdav1d decoder from the codec_list.c
Since, this repo provides support for av1 HW decoding using v4l2_requests api. Including libdav1d in the codec list would cause the codec2 service to pick it up whenever any av1 video is played and this would leave us with software decoding and would leave out
hw decoding.

Signed-off-by: Venkata Atchuta Bheemeswara Sarma Darbha <vdarbha0473@gmail.com>
2026-04-18 20:45:21 -05:00
.forgejo avcodec: Add common V4L2 Request API code 2025-12-20 23:50:13 +00:00
compat android: Rename libavutil/time.h to libavutil/avtime.h 2026-01-01 22:37:41 -06:00
doc fate.sh: Allow specifying --ar through a separate variable 2025-12-19 18:41:23 +00:00
ffbuild Signed-off-by: Venkata Atchuta Bheemeswara Sarma Darbha <vdarbha0473@gmail.com> 2026-01-01 22:05:15 -06:00
fftools android: Rename libavutil/time.h to libavutil/avtime.h 2026-01-01 22:37:41 -06:00
libavcodec Remove libdav1d decoder from the codec_list.c 2026-04-18 20:45:21 -05:00
libavdevice android: Rename libavutil/time.h to libavutil/avtime.h 2026-01-01 22:37:41 -06:00
libavfilter android: Rename libavutil/time.h to libavutil/avtime.h 2026-01-01 22:37:41 -06:00
libavformat android: Fixing build 2026-01-02 20:30:50 -06:00
libavutil android: Fixing build 2026-01-02 20:30:50 -06:00
libswresample android: add blueprint makefiles 2026-01-01 23:54:13 -06:00
libswscale android: Fixing build 2026-01-02 20:30:50 -06:00
presets
tests avcodec/exif: parse additional EXIF IFDs 2025-12-20 11:53:23 -05:00
tools android: Rename libavutil/time.h to libavutil/avtime.h 2026-01-01 22:37:41 -06:00
.gitattributes
.gitignore Signed-off-by: Venkata Atchuta Bheemeswara Sarma Darbha <vdarbha0473@gmail.com> 2026-01-01 22:04:29 -06:00
.mailmap mailmap: add entry for myself 2025-08-08 21:51:15 +00:00
Android.bp android: Removing unnecessary -Werror parameters 2026-01-02 20:29:12 -06:00
Changelog avcodec: Add common V4L2 Request API code 2025-12-20 23:50:13 +00:00
config.h Signed-off-by: Venkata Atchuta Bheemeswara Sarma Darbha <vdarbha0473@gmail.com> 2026-01-01 22:05:15 -06:00
config_components.h Signed-off-by: Venkata Atchuta Bheemeswara Sarma Darbha <vdarbha0473@gmail.com> 2026-01-01 22:05:15 -06:00
configure android: add rpi specific configuration 2026-01-01 20:55:10 -06:00
configure-android Signed-off-by: Venkata Atchuta Bheemeswara Sarma Darbha <vdarbha0473@gmail.com> 2026-01-01 21:58:21 -06:00
CONTRIBUTING.md
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1 all: fix whitespace/new-line issues 2025-08-03 13:48:47 +02:00
COPYING.LGPLv3
CREDITS
FUNDING.json Add FUNDING.json 2025-06-23 14:48:40 +02:00
INSTALL.md all: fix typos found by codespell 2025-08-03 13:48:47 +02:00
LICENSE.md Remove libpostproc 2025-05-07 15:35:47 +02:00
MAINTAINERS MAINTAINERS: Update the entries for AMF 2025-10-28 21:06:37 +00:00
Makefile configure: add detection of assembler support for SME 2025-12-09 21:38:38 +00:00
README.md
RELEASE RELEASE: update to 8.0 2025-08-14 08:42:29 -04:00

FFmpeg README

FFmpeg 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.

The online documentation is available in the main website and in the wiki.

Examples

Coding examples are available in the doc/examples directory.

License

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

Contributing

Patches should be submitted to the ffmpeg-devel mailing list using git format-patch or git send-email. Github pull requests should be avoided because they are not part of our review process and will be ignored.