No Description https://ffmpeg.org/

Luca Barbato 2b6bc8e340 librtmp: Avoid an infiniloop setting connection arguments 8 years ago
compat ea9daefe93 compat/os2threads: Check av_malloc() return code 9 years ago
doc 0ca22536c7 Update for 2.7. 8 years ago
libavcodec d94d786bf0 avcodec/ttaenc: Reallocate packet if its too small 8 years ago
libavdevice 620197d1ff doc: avoid incorrect phrase 'allows to' 9 years ago
libavfilter 526aca805f avfilter/vf_drawtext: Check return code of load_glyph() 8 years ago
libavformat 2b6bc8e340 librtmp: Avoid an infiniloop setting connection arguments 8 years ago
libavresample b66b1a103f Merge commit 'd68c05380cebf563915412182643a8be04ef890b' 9 years ago
libavutil 3f69797e9b pgssubdec: fix subpicture output colorspace and range 8 years ago
libpostproc c7b34fa733 postproc: fix unaligned access 8 years ago
libswresample 95db0aa276 swresample/swresample: Fix integer overflow in seed calculation 8 years ago
libswscale 751e525757 swscale/utils: Fix chrSrcHSubSample for GBRAP16 8 years ago
presets d9a61ae31e presets: remove moldering iPod presets 10 years ago
tests 7b1803a427 avformat/utils: fix dts from pts code in compute_pkt_fields() during ascending delay 8 years ago
tools acf4925f44 tools/graph2dot: use larger data types than int for array/string sizes 9 years ago
.gitattributes 0f257e29c5 Treat all '*.pnm' files as non-text file 9 years ago
.gitignore 56b7aa2138 doc/examples: add directory listing example 9 years ago
COPYING.GPLv2 ecc1330a6d Rename COPYING.GPL --> COPYING.GPLv2 and COPYING.LGPL --> COPYING.LGPLv2.1. 15 years ago
COPYING.GPLv3 9cad0e4ed8 Add configure option to upgrade (L)GPL to version 3. 15 years ago
COPYING.LGPLv2.1 0bba26466f cosmetics: Delete empty lines at end of file. 12 years ago
COPYING.LGPLv3 9cad0e4ed8 Add configure option to upgrade (L)GPL to version 3. 15 years ago
CREDITS 7e0fc1a24f CREDITS: redirect to Git log, remove current outdated content 11 years ago
Changelog 0ca22536c7 Update for 2.7. 8 years ago
INSTALL.md c3ee6e3153 INSTALL: add markdown syntax 10 years ago
LICENSE.md eb16881199 LICENSE.md: add *_rect filters 9 years ago
MAINTAINERS 010fd5deb6 MAINTAINERS: add myself as an OS/2 maintainer 8 years ago
Makefile 4a7b50679d makefile: add Loongson-3 support 9 years ago
README.md a5c9befbf4 README: add ffserver 9 years ago
RELEASE 0ca22536c7 Update for 2.7. 8 years ago
RELEASE_NOTES 90932a9e3c add RELEASE_NOTES, based on previous 9 years ago
arch.mak da9a6f4a2b Merge commit 'eecd29b3fd7fee221580798346d6582b75c7ade4' 9 years ago
cmdutils.c 66f4b1e9c4 cmdutils: Fix sign error in display matrix auto-rotation code 9 years ago
cmdutils.h 4351c288b9 ffplay&cmdutils:Factor get_rotation() code out 9 years ago
cmdutils_common_opts.h 5f55819850 opts: add list device sources/sinks options 9 years ago
cmdutils_opencl.c cf234552b8 OpenCL: Avoid potential buffer overflow in cmdutils_opencl.c 9 years ago
common.mak 2e5605f6fa x86: Makefile: fix DBG parameter evaluation 9 years ago
configure d4a7e89793 configure: bump copyright year to 2016 8 years ago
ffmpeg.c b9a3e0af07 ffmpeg: Don't try and write sdp info if none of the outputs had an rtp format. 8 years ago
ffmpeg.h 57e38043de ffmpeg: Do not copy the display matrix if rotation meta-data is manually added 9 years ago
ffmpeg_dxva2.c 771537edcf ffmpeg_dxva2: call GetDesktopWindow() in place of GetShellWindow() 9 years ago
ffmpeg_filter.c 800df6a849 ffmpeg_filter: use get_rotation() 9 years ago
ffmpeg_opt.c a7fa1c9b2b ffmpeg_opt: Fix forcing fourccs 9 years ago
ffmpeg_vda.c ce3a8c983f vda: unlock the pixel buffer base address. 9 years ago
ffmpeg_vdpau.c a6ab9ed50d Merge commit '1f9237f2ac46dfbed1bfa1f4f0f1314c2a1d62ec' 9 years ago
ffplay.c 0f6118c581 ffplay: use av_clip() instead of nested min & max 9 years ago
ffprobe.c 09ec31ce3a ffprobe: print stream_index with frame data 9 years ago
ffserver.c 3b89a67315 ffserver: Use singlejpeg muxer for jpeg 9 years ago
ffserver_config.c 3b89a67315 ffserver: Use singlejpeg muxer for jpeg 9 years ago
ffserver_config.h 3b89a67315 ffserver: Use singlejpeg muxer for jpeg 9 years ago
library.mak 459090181f library.mak: Workaround SDL redefining main and breaking fate tests on mingw 9 years ago
version.sh f3158c3f29 version.sh: Print versions based on the last git tag for release branches 10 years ago

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 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.
  • ffserver 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 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.