No Description https://ffmpeg.org/

Yao Wang 5464916677 avcodec/cavs: improve conformance with rm52j reference decoder 10 years ago
compat 58a10e0e2c compat/w32pthreads: add return value to pthread_cond_init(). 10 years ago
doc cc92372722 doc/APIchanges: lengthening a hash to make it non ambigous 10 years ago
libavcodec 5464916677 avcodec/cavs: improve conformance with rm52j reference decoder 10 years ago
libavdevice ffe6ecc418 lavd/avfoundation: Support user selected pixel formats and pixel format autoselection. 10 years ago
libavfilter a348f4befe avfilter/x86/vf_pullup: fix "invalid combination of opcode and operands" with nasm 10 years ago
libavformat 823ea19a74 Merge commit '39975acc699c83af0a87a7318c0f41e189142938' 10 years ago
libavresample bdb2e80e88 Merge commit 'b2d45654220503224aa94e78cdff19ec624e9342' 10 years ago
libavutil faa1d4b134 Merge commit 'ab72eda15e98197cf148abc08574206cfde0d9b0' 10 years ago
libpostproc a19bcf4ee8 Fix libpostproc compilation with !HAVE_6REGS. 11 years ago
libswresample faa1471ffc swr: rewrite resample_common/linear_float_sse/avx in yasm. 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 9c9eac5c26 tools/fourcc2pixfmt: Avoid using non public AV_PIX_FMT_NB 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 ded3c9fd32 avfilter: add hqx filter (hq2x, hq3x, hq4x) 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 389d45351e version string: add copyright line to version string 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 76191c08f8 ffmpeg: Use av_gettime_relative() 10 years ago
common.mak 9e6769d2dc Merge commit 'afe176265480880e1f702c96a8ba434b0d88728b' 10 years ago
configure faa1471ffc swr: rewrite resample_common/linear_float_sse/avx in yasm. 10 years ago
ffmpeg.c 6d2df3c00a ffmpeg: fix deadlock regression in threading error handing 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 eec55e622a ffmpeg_opt: Dont exit on avformat_find_stream_info() failure if there are streams 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 10 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.