No Description https://ffmpeg.org/

Michael Niedermayer ef13a005c4 Merge commit 'a76d0cdf21c3d9e464623cc0ad1c005abf952afa' 11 years ago
compat 25ffaf5277 Merge remote-tracking branch 'qatar/master' 11 years ago
doc 69f543854d doc/filters: fix sine sample_rate abbreviation 11 years ago
libavcodec d4db7c334b Integrate accessors.h header into internal.h 11 years ago
libavdevice e3a296dfa5 Merge commit 'cb0244daaca83ab666798818f74f5181bf6bc387' 11 years ago
libavfilter c9837613ed avfilter/trim: Fix assertion failure with empty frames 11 years ago
libavformat 296eaa84b9 Merge commit '9d5ec50ead97e088d77317e77b18cef06cb3d053' 11 years ago
libavresample a8e963835a Merge commit 'b5a138652ff8a5b987d3e1191e67fd9f6575527e' 11 years ago
libavutil ef13a005c4 Merge commit 'a76d0cdf21c3d9e464623cc0ad1c005abf952afa' 11 years ago
libpostproc 78d2d1e027 postprocess_template: put rsp on the clobber list to prevent gcc from using it in "q" 11 years ago
libswresample 7ac12599fe swresample: fix negative rematrix volumns 11 years ago
libswscale 8d745281a4 swscale/utils: Fix potential overflow of srcPos*C before converting to 64bit 11 years ago
presets ec271c9579 presets: specify the codecs. 13 years ago
tests db8578a809 avcodec/raw: gbrp support 11 years ago
tools 1dfb34db6d Merge commit 'bea3d6f4363ff1bbbd99c1717f7498b9fdb12cfc' 11 years ago
.gitignore b22f96b736 Rename ffadler to ffhash and expand it using the generic hash API 11 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 69ea65b46f Merge commit '3e5898782dce60334ab294821ca00b19c648cf66' 11 years ago
INSTALL c88caa522c Merge remote branch 'qatar/master' 14 years ago
LICENSE 80c6445932 lavfi: port perspective filter from libmpcodecs 11 years ago
MAINTAINERS c11c180132 MAINTAINERS: add Alexander Strasser for the server 11 years ago
Makefile a4d3757b29 Merge commit '90f9a5830b5d332de7ebb1ab45589f1870cbd65d' 11 years ago
README 3826d53f15 README: be a tiny bit more verbose 13 years ago
RELEASE 1ebb95d5f1 Update for 2.0 11 years ago
arch.mak aba1a48cc5 Merge commit 'b326755989b346d0d935e0628e8865f9b2951c30' 12 years ago
cmdutils.c f09b5fb4af Merge commit '0f1fb6c0194c85483dedb93b20a5b76f6fc9d520' 11 years ago
cmdutils.h f982d006bb Merge commit '636ced8e1dc8248a1353b416240b93d70ad03edb' 11 years ago
cmdutils_common_opts.h fb78b94c3a cmdutils_common_opts: fix indention of #if 12 years ago
common.mak dac1d92cb7 Merge commit '472391b9a7e15e3bff33b016e7b6dbfa6a555975' 12 years ago
configure 69ea65b46f Merge commit '3e5898782dce60334ab294821ca00b19c648cf66' 11 years ago
ffmpeg.c b7fc2693c7 Merge commit '488a0fa68973d48e264d54f1722f7afb18afbea7' 11 years ago
ffmpeg.h b7fc2693c7 Merge commit '488a0fa68973d48e264d54f1722f7afb18afbea7' 11 years ago
ffmpeg_filter.c dd9555e94b ffmpeg: remove obsolete workaround in trim insertion. 11 years ago
ffmpeg_opt.c b7fc2693c7 Merge commit '488a0fa68973d48e264d54f1722f7afb18afbea7' 11 years ago
ffplay.c 18be3fac1d ffplay: check for filter EOF return codes 11 years ago
ffprobe.c 2186a7e547 ffprobe: add -show_programs option 11 years ago
ffserver.c 4131f21f77 Merge commit '612a5049d9b4ac1c2a293daf75fe814b7a94fdc7' 11 years ago
library.mak dac1d92cb7 Merge commit '472391b9a7e15e3bff33b016e7b6dbfa6a555975' 12 years ago
version.sh 657eac048e version.sh: handle shallow clones and snapshots. 13 years ago

README

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.