No Description https://ffmpeg.org/

Michael Niedermayer 8d0c7031a8 Merge commit '79793f833784121d574454af4871866576c0749d' 10 years ago
compat 58a10e0e2c compat/w32pthreads: add return value to pthread_cond_init(). 10 years ago
doc 581b5f0b9b Merge commit 'e3fcb14347466095839c2a3c47ebecff02da891e' 10 years ago
libavcodec 8d0c7031a8 Merge commit '79793f833784121d574454af4871866576c0749d' 10 years ago
libavdevice 9efa7f82ce avdevice/xv: fix missing { 10 years ago
libavfilter 581b5f0b9b Merge commit 'e3fcb14347466095839c2a3c47ebecff02da891e' 10 years ago
libavformat f054d1e7ae avformat/hdsenc: Use av_mallocz_array() 10 years ago
libavresample bdb2e80e88 Merge commit 'b2d45654220503224aa94e78cdff19ec624e9342' 10 years ago
libavutil 8d0c7031a8 Merge commit '79793f833784121d574454af4871866576c0749d' 10 years ago
libpostproc a19bcf4ee8 Fix libpostproc compilation with !HAVE_6REGS. 11 years ago
libswresample 847bb638c0 swr: convert resample_common/linear_int16_mmx2/sse2 to 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 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 581b5f0b9b Merge commit 'e3fcb14347466095839c2a3c47ebecff02da891e' 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 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 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.