No Description https://ffmpeg.org/

Paul B Mahol 49fb1f66f1 doc/utils: fix typo for min() description 8 years ago
compat 58a10e0e2c compat/w32pthreads: add return value to pthread_cond_init(). 10 years ago
doc 49fb1f66f1 doc/utils: fix typo for min() description 8 years ago
libavcodec 0fde898f16 avcodec/ffv1dec: Clear quant_table_count if its invalid 8 years ago
libavdevice 841ce9a838 Add FFMPEG_VERSION into the binary libs 9 years ago
libavfilter 86c85b6f1a avfilter/x86/vf_hqdn3d: Fix register types 9 years ago
libavformat d40ab18c07 avformat/oggenc: Check segments_count for headers too 8 years ago
libavresample bdb2e80e88 Merge commit 'b2d45654220503224aa94e78cdff19ec624e9342' 10 years ago
libavutil 841ce9a838 Add FFMPEG_VERSION into the binary libs 9 years ago
libpostproc 841ce9a838 Add FFMPEG_VERSION into the binary libs 9 years ago
libswresample 841ce9a838 Add FFMPEG_VERSION into the binary libs 9 years ago
libswscale f8b25be7f7 swscale/x86/rgb2rgb_template: Fallback to mmx in interleaveBytes() if the alignment is insufficient for SSE* 8 years ago
presets d9a61ae31e presets: remove moldering iPod presets 10 years ago
tests d887a12145 postproc/postprocess: fix quant store for fq mode 9 years ago
tools be94d15a03 tools/crypto_bench: fix build when AV_READ_TIME is unavailable 9 years ago
.gitignore b7cfd5c29b gitignore: add examples/transcoding 10 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 bc259185cb Update for FFmpeg 2.3.3 10 years ago
INSTALL.md c3ee6e3153 INSTALL: add markdown syntax 10 years ago
LICENSE.md 50f4d0bb50 LICENCE: add markdown syntax 10 years ago
MAINTAINERS d88a85c493 MAINTAINERS: Remove myself as leader 9 years ago
Makefile d4c45f9249 Makefile: add dependencies which require ffversion.h 9 years ago
README.md c1485afe49 README: add markdown syntax 10 years ago
RELEASE 8327bef1c9 Update for 2.3.6 9 years ago
RELEASE_NOTES 489d066d49 RELEASE_NOTES: fix WebVTT decoder typo (-> encoder) 10 years ago
arch.mak 4c57c6a765 Merge commit '8675bcb0addb1c7fb0b04682d1f3f95d5b8dae14' 10 years ago
cmdutils.c a620c463f0 cmdutils: Use 64bit for file size/offset related variable in cmdutils_read_file() 9 years ago
cmdutils.h 8518da23f5 ffmpeg: add -devices param 10 years ago
cmdutils_common_opts.h 8518da23f5 ffmpeg: add -devices param 10 years ago
cmdutils_opencl.c 80da227c66 cmdutils_opencl: Use av_malloc_array() 10 years ago
common.mak 9e6769d2dc Merge commit 'afe176265480880e1f702c96a8ba434b0d88728b' 10 years ago
configure 2b15ceec62 configure: create the tests directory like the doc directory 9 years ago
ffmpeg.c 48b586ca4e ffmpeg: Copy extradata if it has been initialized later from the encoder 9 years ago
ffmpeg.h 01ef127bf8 ffmpeg: support setting AVStream.discard 10 years ago
ffmpeg_dxva2.c 5b393766ba Merge commit 'a7c5fddac8137654cb503295c4dfb6492df43643' 10 years ago
ffmpeg_filter.c 9c57328b81 ffmpeg: Do av_buffersink_set_frame_size() when reconfiguring the filtergraph not just when changing audio resample parameters 9 years ago
ffmpeg_opt.c 2eb72d5bdc ffmpeg_opt: Use av_guess_codec() instead of AVOutputFormat->*codec 10 years ago
ffmpeg_vda.c 5460ab73d2 Merge commit '1839fafa951308237c4672ffd9a94f927b26eac7' 10 years ago
ffmpeg_vdpau.c 3e641b4842 Merge commit '7671dd7cd7d51bbd637cc46d8f104a141bc355ea' 10 years ago
ffplay.c e5eff191e4 ffplay: increase subtitle que size 10 years ago
ffprobe.c f6e772f9b5 ffprobe: add color_range and color_space to stream output 10 years ago
ffserver.c 7a6b5d7a86 ffserver: initialize pbuffer in prepare_sdp_description() 10 years ago
library.mak 1fc74926a5 Merge commit 'b339182eba34f28de5f1a477cdd2c84f1ef35d90' 10 years ago
version.sh ee606fd031 version.sh: Print versions based on the last git tag for release branches 10 years ago

README.md

FFmpeg README

1) Documentation

  • Read the documentation in the doc/ directory in git.

You can also view it online at http://ffmpeg.org/documentation.html

2) Licensing

  • See the LICENSE file.

3) Build and Install

  • See the INSTALL file.