1
0
This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
TP-Link_Archer-XR500v/BBA1.5_platform/apps/public/media_server/ffmpeg-2.5.2
2024-07-22 01:58:46 -03:00
..
compat Add gpl 2024-07-22 01:58:46 -03:00
doc Add gpl 2024-07-22 01:58:46 -03:00
libavcodec Add gpl 2024-07-22 01:58:46 -03:00
libavdevice Add gpl 2024-07-22 01:58:46 -03:00
libavfilter Add gpl 2024-07-22 01:58:46 -03:00
libavformat Add gpl 2024-07-22 01:58:46 -03:00
libavresample Add gpl 2024-07-22 01:58:46 -03:00
libavutil Add gpl 2024-07-22 01:58:46 -03:00
libpostproc Add gpl 2024-07-22 01:58:46 -03:00
libswresample Add gpl 2024-07-22 01:58:46 -03:00
libswscale Add gpl 2024-07-22 01:58:46 -03:00
presets Add gpl 2024-07-22 01:58:46 -03:00
tests Add gpl 2024-07-22 01:58:46 -03:00
tools Add gpl 2024-07-22 01:58:46 -03:00
.config Add gpl 2024-07-22 01:58:46 -03:00
.gitattributes Add gpl 2024-07-22 01:58:46 -03:00
.version Add gpl 2024-07-22 01:58:46 -03:00
arch.mak Add gpl 2024-07-22 01:58:46 -03:00
Changelog Add gpl 2024-07-22 01:58:46 -03:00
cmdutils_common_opts.h Add gpl 2024-07-22 01:58:46 -03:00
cmdutils_opencl.c Add gpl 2024-07-22 01:58:46 -03:00
cmdutils.c Add gpl 2024-07-22 01:58:46 -03:00
cmdutils.h Add gpl 2024-07-22 01:58:46 -03:00
common.mak Add gpl 2024-07-22 01:58:46 -03:00
config.fate Add gpl 2024-07-22 01:58:46 -03:00
config.h Add gpl 2024-07-22 01:58:46 -03:00
config.log Add gpl 2024-07-22 01:58:46 -03:00
config.mak Add gpl 2024-07-22 01:58:46 -03:00
configure Add gpl 2024-07-22 01:58:46 -03:00
configure_bak20150513 Add gpl 2024-07-22 01:58:46 -03:00
COPYING.GPLv2 Add gpl 2024-07-22 01:58:46 -03:00
COPYING.GPLv3 Add gpl 2024-07-22 01:58:46 -03:00
COPYING.LGPLv2.1 Add gpl 2024-07-22 01:58:46 -03:00
COPYING.LGPLv3 Add gpl 2024-07-22 01:58:46 -03:00
CREDITS Add gpl 2024-07-22 01:58:46 -03:00
ffmpeg_dxva2.c Add gpl 2024-07-22 01:58:46 -03:00
ffmpeg_filter.c Add gpl 2024-07-22 01:58:46 -03:00
ffmpeg_opt.c Add gpl 2024-07-22 01:58:46 -03:00
ffmpeg_vda.c Add gpl 2024-07-22 01:58:46 -03:00
ffmpeg_vdpau.c Add gpl 2024-07-22 01:58:46 -03:00
ffmpeg.c Add gpl 2024-07-22 01:58:46 -03:00
ffmpeg.h Add gpl 2024-07-22 01:58:46 -03:00
ffplay.c Add gpl 2024-07-22 01:58:46 -03:00
ffprobe.c Add gpl 2024-07-22 01:58:46 -03:00
ffserver_config.c Add gpl 2024-07-22 01:58:46 -03:00
ffserver_config.h Add gpl 2024-07-22 01:58:46 -03:00
ffserver.c Add gpl 2024-07-22 01:58:46 -03:00
INSTALL.md Add gpl 2024-07-22 01:58:46 -03:00
library.mak Add gpl 2024-07-22 01:58:46 -03:00
LICENSE.md Add gpl 2024-07-22 01:58:46 -03:00
MAINTAINERS Add gpl 2024-07-22 01:58:46 -03:00
Makefile Add gpl 2024-07-22 01:58:46 -03:00
README.md Add gpl 2024-07-22 01:58:46 -03:00
RELEASE Add gpl 2024-07-22 01:58:46 -03:00
RELEASE_NOTES Add gpl 2024-07-22 01:58:46 -03:00
VERSION Add gpl 2024-07-22 01:58:46 -03:00
version.sh Add gpl 2024-07-22 01:58:46 -03: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 a mean to alter decoded Audio and Video through chain of 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 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

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.