• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..23-Dec-2020-

compat/H23-Dec-2020-2,9661,852

doc/H03-May-2022-39,93229,891

libavcodec/H23-Dec-2020-609,510487,124

libavdevice/H23-Dec-2020-17,93212,998

libavfilter/H23-Dec-2020-79,46059,119

libavformat/H23-Dec-2020-159,052118,214

libavresample/H23-Dec-2020-9,2166,914

libavutil/H23-Dec-2020-42,92927,967

libpostproc/H23-Dec-2020-6,4315,043

libswresample/H23-Dec-2020-7,2975,490

libswscale/H23-Dec-2020-22,87918,986

presets/H23-Dec-2020-9984

tools/H03-May-2022-4,6923,508

COPYING.GPLv2H A D07-May-202017.7 KiB340281

COPYING.GPLv3H A D07-May-202034.3 KiB675553

COPYING.LGPLv2.1H A D07-May-202025.9 KiB503418

COPYING.LGPLv3H A D07-May-20207.5 KiB166128

CREDITSH A D07-May-2020274 75

ChangelogH A D07-May-202046.5 KiB1,3311,238

INSTALL.mdH A D07-May-2020595 1811

LICENSE.mdH A D07-May-20203.6 KiB10690

MAINTAINERSH A D07-May-202027.5 KiB581524

MakefileH A D07-May-202099.3 KiB3,5943,472

README.mdH A D07-May-20201.5 KiB4128

RELEASEH A D07-May-20206 21

RELEASE_NOTESH A D07-May-20204 KiB8465

VERSIONH A D07-May-20206 21

arch.makH A D07-May-2020730 1612

cmdutils.cH A D07-May-202064.9 KiB2,0591,733

cmdutils.hH A D07-May-202018.5 KiB587172

cmdutils_common_opts.hH A D07-May-20202.6 KiB3029

cmdutils_opencl.cH A D07-May-202010 KiB275233

common.makH A D07-May-20204 KiB155116

configureH A D07-May-2020177.5 KiB5,7465,057

ffmpeg.cH A D07-May-2020136.8 KiB3,8703,188

ffmpeg.hH A D07-May-202015.4 KiB528395

ffmpeg_dxva2.cH A D07-May-202019.6 KiB621482

ffmpeg_filter.cH A D07-May-202036.9 KiB953773

ffmpeg_opt.cH A D07-May-2020119.3 KiB3,0662,579

ffmpeg_vda.cH A D07-May-20203.9 KiB13593

ffmpeg_vdpau.cH A D07-May-202011.3 KiB336256

ffplay.cH A D07-May-2020128.8 KiB3,7393,157

ffprobe.cH A D07-May-2020109.5 KiB3,0822,577

ffserver.cH A D07-May-2020158.1 KiB4,7793,886

library.makH A D07-May-20203.6 KiB11283

version.shH A D23-Dec-20201.8 KiB6338

README.md

1FFmpeg README
2=============
3
4FFmpeg is a collection of libraries and tools to process multimedia content
5such as audio, video, subtitles and related metadata.
6
7## Libraries
8
9* `libavcodec` provides implementation of a wider range of codecs.
10* `libavformat` implements streaming protocols, container formats and basic I/O access.
11* `libavutil` includes hashers, decompressors and miscellaneous utility functions.
12* `libavfilter` provides a mean to alter decoded Audio and Video through chain of filters.
13* `libavdevice` provides an abstraction to access capture and playback devices.
14* `libswresample` implements audio mixing and resampling routines.
15* `libswscale` implements color conversion and scaling routines.
16
17## Tools
18
19* [ffmpeg](http://ffmpeg.org/ffmpeg.html) is a command line toolbox to
20  manipulate, convert and stream multimedia content.
21* [ffplay](http://ffmpeg.org/ffplay.html) is a minimalistic multimedia player.
22* [ffprobe](http://ffmpeg.org/ffprobe.html) is a simple analisys tool to inspect
23  multimedia content.
24* Additional small tools such as `aviocat`, `ismindex` and `qt-faststart`.
25
26## Documentation
27
28The offline documentation is available in the **doc/** directory.
29
30The online documentation is available in the main [website](http://ffmpeg.org)
31and in the [wiki](http://trac.ffmpeg.org).
32
33### Examples
34
35Conding examples are available in the **doc/example** directory.
36
37## License
38
39FFmpeg codebase is mainly LGPL-licensed with optional components licensed under
40GPL. Please refer to the LICENSE file for detailed information.
41