Name Mode Size
..
Makefile 100644 4 kb
alldevices.c 100644 3 kb
alsa.c 100644 14 kb
alsa.h 100644 3 kb
alsa_dec.c 100644 5 kb
alsa_enc.c 100644 5 kb
avdevice.c 100644 9 kb
avdevice.h 100644 18 kb
avdeviceres.rc 100644 2 kb
avfoundation.m 100644 37 kb
bktr.c 100644 11 kb
caca.c 100644 9 kb
decklink_common.cpp 100644 8 kb
decklink_common.h 100644 3 kb
decklink_common_c.h 100644 1 kb
decklink_dec.cpp 100644 19 kb
decklink_dec.h 100644 1 kb
decklink_dec_c.c 100644 3 kb
decklink_enc.cpp 100644 14 kb
decklink_enc.h 100644 1 kb
decklink_enc_c.c 100644 2 kb
dshow.c 100644 48 kb
dshow_capture.h 100644 16 kb
dshow_common.c 100644 8 kb
dshow_crossbar.c 100644 9 kb
dshow_enummediatypes.c 100644 3 kb
dshow_enumpins.c 100644 3 kb
dshow_filter.c 100644 5 kb
dshow_pin.c 100644 11 kb
dv1394.c 100644 7 kb
dv1394.h 100644 12 kb
fbdev_common.c 100644 5 kb
fbdev_common.h 100644 1 kb
fbdev_dec.c 100644 8 kb
fbdev_enc.c 100644 7 kb
file_open.c 100644 0 kb
gdigrab.c 100644 20 kb
iec61883.c 100644 15 kb
internal.h 100644 1 kb
jack.c 100644 12 kb
lavfi.c 100644 18 kb
libavdevice.v 100644 0 kb
libcdio.c 100644 7 kb
libdc1394.c 100644 14 kb
openal-dec.c 100644 8 kb
opengl_enc.c 100644 55 kb
opengl_enc_shaders.h 100644 6 kb
oss.c 100644 4 kb
oss.h 100644 1 kb
oss_dec.c 100644 4 kb
oss_enc.c 100644 3 kb
pulse_audio_common.c 100644 8 kb
pulse_audio_common.h 100644 1 kb
pulse_audio_dec.c 100644 12 kb
pulse_audio_enc.c 100644 28 kb
qtkit.m 100644 11 kb
sdl.c 100644 12 kb
sndio.c 100644 3 kb
sndio.h 100644 1 kb
sndio_dec.c 100644 3 kb
sndio_enc.c 100644 3 kb
timefilter.c 100644 6 kb
timefilter.h 100644 4 kb
utils.c 100644 2 kb
v4l.c 100644 12 kb
v4l2-common.c 100644 4 kb
v4l2-common.h 100644 2 kb
v4l2.c 100644 37 kb
v4l2enc.c 100644 4 kb
version.h 100644 2 kb
vfwcap.c 100644 15 kb
x11grab.c 100644 23 kb
xcbgrab.c 100644 20 kb
xv.c 100644 13 kb
README.md
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](https://ffmpeg.org/ffmpeg.html) is a command line toolbox to manipulate, convert and stream multimedia content. * [ffplay](https://ffmpeg.org/ffplay.html) is a minimalistic multimedia player. * [ffprobe](https://ffmpeg.org/ffprobe.html) is a simple analysis tool to inspect multimedia content. * [ffserver](https://ffmpeg.org/ffserver.html) is a multimedia streaming server for live broadcasts. * 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](https://ffmpeg.org) and in the [wiki](https://trac.ffmpeg.org). ### 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. Few developers follow pull requests so they will likely be ignored.