Mirrored for eternity

Lou Logan d9a61ae31e presets: remove moldering iPod presets 11 年 前
compat 58a10e0e2c compat/w32pthreads: add return value to pthread_cond_init(). 11 年 前
doc d82ecfce07 cmdutils: implement FFREPORT=level=... 11 年 前
libavcodec 9f028b3f3a Merge commit '49106844929b7b71ac719064d640f8aa56c89b1f' 11 年 前
libavdevice ffe6ecc418 lavd/avfoundation: Support user selected pixel formats and pixel format autoselection. 11 年 前
libavfilter eb0fc73dcc avfilter/vf_spp: Use av_malloc_array() 11 年 前
libavformat 3f2f87cd5a Merge commit '74bc9458057f07c0820c3d3264396c4c64442e47' 11 年 前
libavresample bdb2e80e88 Merge commit 'b2d45654220503224aa94e78cdff19ec624e9342' 11 年 前
libavutil 9107612818 x86util: add and use RSHIFT/LSHIFT macros 11 年 前
libpostproc a19bcf4ee8 Fix libpostproc compilation with !HAVE_6REGS. 11 年 前
libswresample edf930472b swr: reindent. 11 年 前
libswscale 293d5d7a8e swscale/input: fix harmless integer overflow 11 年 前
presets d9a61ae31e presets: remove moldering iPod presets 11 年 前
tests 02bffc560f huffyuv: fate: add a BGR24 test 11 年 前
tools 9c9eac5c26 tools/fourcc2pixfmt: Avoid using non public AV_PIX_FMT_NB 11 年 前
.gitignore 60058c1880 Merge commit '766f2d965ff1948749c37f26a714adb8aa89c4a9' 11 年 前
COPYING.GPLv2 ecc1330a6d Rename COPYING.GPL --> COPYING.GPLv2 and COPYING.LGPL --> COPYING.LGPLv2.1. 16 年 前
COPYING.GPLv3 9cad0e4ed8 Add configure option to upgrade (L)GPL to version 3. 16 年 前
COPYING.LGPLv2.1 0bba26466f cosmetics: Delete empty lines at end of file. 13 年 前
COPYING.LGPLv3 9cad0e4ed8 Add configure option to upgrade (L)GPL to version 3. 16 年 前
CREDITS 7e0fc1a24f CREDITS: redirect to Git log, remove current outdated content 12 年 前
Changelog 76bce46d8f avfilter: add signalstats filter 11 年 前
INSTALL.md c3ee6e3153 INSTALL: add markdown syntax 11 年 前
LICENSE.md 50f4d0bb50 LICENCE: add markdown syntax 11 年 前
MAINTAINERS eb6f6f25dc MAINTAINERS: Add Co maintainer for huffyuv*, rv4*, vc1* 11 年 前
Makefile fcb5849a62 Merge commit '5e2ba41d4b94de1fa5267081d6c4b6b262c8d86f' 11 年 前
README.md c1485afe49 README: add markdown syntax 11 年 前
RELEASE 7e268a8afa RELEASE: update for 2.2 11 年 前
arch.mak 4c57c6a765 Merge commit '8675bcb0addb1c7fb0b04682d1f3f95d5b8dae14' 11 年 前
cmdutils.c 389d45351e version string: add copyright line to version string 11 年 前
cmdutils.h 8518da23f5 ffmpeg: add -devices param 11 年 前
cmdutils_common_opts.h 8518da23f5 ffmpeg: add -devices param 11 年 前
cmdutils_opencl.c 76191c08f8 ffmpeg: Use av_gettime_relative() 11 年 前
common.mak 9e6769d2dc Merge commit 'afe176265480880e1f702c96a8ba434b0d88728b' 11 年 前
configure 189ffeafd4 Force aix strip to work on 32 and 64 bit by default. 11 年 前
ffmpeg.c fa0d0fb42e Merge commit '71d6551e674c86d07c165439c2bf6613b3892307' 11 年 前
ffmpeg.h 01ef127bf8 ffmpeg: support setting AVStream.discard 11 年 前
ffmpeg_dxva2.c 5b393766ba Merge commit 'a7c5fddac8137654cb503295c4dfb6492df43643' 11 年 前
ffmpeg_filter.c 758f929d21 ffmpeg: Fix choose_pixel_fmt() so it uses the correct encoding context 11 年 前
ffmpeg_opt.c 01ef127bf8 ffmpeg: support setting AVStream.discard 11 年 前
ffmpeg_vda.c 5460ab73d2 Merge commit '1839fafa951308237c4672ffd9a94f927b26eac7' 11 年 前
ffmpeg_vdpau.c 3e641b4842 Merge commit '7671dd7cd7d51bbd637cc46d8f104a141bc355ea' 12 年 前
ffplay.c a50c6f99b4 ffplay: remove -ec handling code 11 年 前
ffprobe.c 3c2d9f86c7 ffprobe: add rc_max_rate to stream output 11 年 前
ffserver.c e0877aa544 ffserver: don't leak poll_table if poll fails 11 年 前
library.mak 1fc74926a5 Merge commit 'b339182eba34f28de5f1a477cdd2c84f1ef35d90' 11 年 前
version.sh c580691091 version.sh: add preprocessing guards 12 年 前

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.