No Description https://ffmpeg.org/

Timothy Gu 37715b4594 swresample: split option table to a separate file 10 years ago
compat 58a10e0e2c compat/w32pthreads: add return value to pthread_cond_init(). 10 years ago
doc 362cfe8ce1 doc/protocols: document unit of timeouts for ftp and http 10 years ago
libavcodec 02729f7a5a avcodec/mjpegenc_common: Restore removed copyright statements 10 years ago
libavdevice 33f6ba9c4e avdevice/pulse_audio_dec: clear pa_simple pointer after deallocation 10 years ago
libavfilter d5601cf6fc avfilter/haldclut: fix R/B swap in CLUT loading 10 years ago
libavformat d919fdd4f7 Do not detect jp2 images as mov files. 10 years ago
libavresample bdb2e80e88 Merge commit 'b2d45654220503224aa94e78cdff19ec624e9342' 10 years ago
libavutil 689e02808d avutil/audio_fifo: split into a separate doxy module 10 years ago
libpostproc a19bcf4ee8 Fix libpostproc compilation with !HAVE_6REGS. 11 years ago
libswresample 37715b4594 swresample: split option table to a separate file 10 years ago
libswscale 4abffbbc54 swscale/x86/input: prevent RGB32_TO_Y_FN from reading into the padding 10 years ago
presets d9a61ae31e presets: remove moldering iPod presets 10 years ago
tests 5464916677 avcodec/cavs: improve conformance with rm52j reference decoder 10 years ago
tools 60f162946f tools/ffeval: print computed value even in case of error 10 years ago
.gitignore 60058c1880 Merge commit '766f2d965ff1948749c37f26a714adb8aa89c4a9' 10 years ago
COPYING.GPLv2 ecc1330a6d Rename COPYING.GPL --> COPYING.GPLv2 and COPYING.LGPL --> COPYING.LGPLv2.1. 16 years ago
COPYING.GPLv3 9cad0e4ed8 Add configure option to upgrade (L)GPL to version 3. 16 years ago
COPYING.LGPLv2.1 0bba26466f cosmetics: Delete empty lines at end of file. 13 years ago
COPYING.LGPLv3 9cad0e4ed8 Add configure option to upgrade (L)GPL to version 3. 16 years ago
CREDITS 7e0fc1a24f CREDITS: redirect to Git log, remove current outdated content 12 years ago
Changelog d538dd824e avformat: Add image3 demuxers with format autodetection 10 years ago
INSTALL.md c3ee6e3153 INSTALL: add markdown syntax 10 years ago
LICENSE.md 50f4d0bb50 LICENCE: add markdown syntax 10 years ago
MAINTAINERS ded3c9fd32 avfilter: add hqx filter (hq2x, hq3x, hq4x) 10 years ago
Makefile fcb5849a62 Merge commit '5e2ba41d4b94de1fa5267081d6c4b6b262c8d86f' 10 years ago
README.md c1485afe49 README: add markdown syntax 10 years ago
RELEASE 7e268a8afa RELEASE: update for 2.2 11 years ago
arch.mak 4c57c6a765 Merge commit '8675bcb0addb1c7fb0b04682d1f3f95d5b8dae14' 11 years ago
cmdutils.c 7f5d75f95b cmdutils: ignore sws_flags if swscale is not enabled 10 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 d3e51b4118 Fix standalone compilation of the amv encoder. 10 years ago
ffmpeg.c 4930cd13d6 ffmpeg: check av_opt_set_dict() return 10 years ago
ffmpeg.h 01ef127bf8 ffmpeg: support setting AVStream.discard 10 years ago
ffmpeg_dxva2.c 5b393766ba Merge commit 'a7c5fddac8137654cb503295c4dfb6492df43643' 11 years ago
ffmpeg_filter.c 758f929d21 ffmpeg: Fix choose_pixel_fmt() so it uses the correct encoding context 10 years ago
ffmpeg_opt.c f02a440814 ffmpeg_opt: route -ab to -b:a 10 years ago
ffmpeg_vda.c 5460ab73d2 Merge commit '1839fafa951308237c4672ffd9a94f927b26eac7' 10 years ago
ffmpeg_vdpau.c 3e641b4842 Merge commit '7671dd7cd7d51bbd637cc46d8f104a141bc355ea' 11 years ago
ffplay.c e281671e21 ffplay: decrease audio_diff_threshold 10 years ago
ffprobe.c f6e772f9b5 ffprobe: add color_range and color_space to stream output 10 years ago
ffserver.c e0877aa544 ffserver: don't leak poll_table if poll fails 11 years ago
library.mak 1fc74926a5 Merge commit 'b339182eba34f28de5f1a477cdd2c84f1ef35d90' 11 years ago
version.sh c580691091 version.sh: add preprocessing guards 11 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.