No Description https://ffmpeg.org/

Stefano Sabatini d880b2bdff doc/filters: clarify documentation for overlay repeatlast option 11 years ago
compat e615a77799 os2threads: move from lavc to compat/ 11 years ago
doc d880b2bdff doc/filters: clarify documentation for overlay repeatlast option 11 years ago
libavcodec 9f89bebb7b Merge commit '6a10142faa1cca8ba2bfe51b970754f62d60f320' 11 years ago
libavdevice 838bd73139 lavfi: create Libav-API compatibility layer for avfilter_graph_parse() at the next bump 11 years ago
libavfilter 253e155251 lavfi/crop: support more pixel formats 11 years ago
libavformat b009267910 mpegts: only reopen pmt_cb filter if its different from the previous. 11 years ago
libavresample 20f75a810c Merge commit '006ec64877fb638de4b15ae5fd969e22bd0f60ca' 11 years ago
libavutil 46ad287a2a avutil/rational: avoid llrint() and rint() 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 a9bbf59be7 cosmetics: Fix "dont" "wont" "doesnt" typos 11 years ago
libswscale 034b31df2c swscale: Fix PAL8 input with alpha 11 years ago
presets ec271c9579 presets: specify the codecs. 13 years ago
tests f32b8130f4 Fix opacity and increase colour dynamics of initial vmd palette. 11 years ago
tools 582f36ca3f tools/qt-faststart: Fix unintended sign extension of current_offset 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 c3316ddb83 lavf: add support for libgme 11 years ago
INSTALL c88caa522c Merge remote branch 'qatar/master' 14 years ago
LICENSE a2c547ffec lavfi: add spp filter. 11 years ago
MAINTAINERS e0be3cbd2b MAINTAINERS: add address to contact "AvxSynth Team" 11 years ago
Makefile a4d3757b29 Merge commit '90f9a5830b5d332de7ebb1ab45589f1870cbd65d' 11 years ago
README 3826d53f15 README: be a tiny bit more verbose 13 years ago
RELEASE d46fca4b75 RELEASE: 1.1.git for master 12 years ago
arch.mak aba1a48cc5 Merge commit 'b326755989b346d0d935e0628e8865f9b2951c30' 12 years ago
cmdutils.c 46312fc2a9 cmdutils: dont change the log level for -report 11 years ago
cmdutils.h 608d86013a Merge commit 'e19e8aeeaaff3d4bc8f6065764c93f0298782ac6' 12 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 35b02732b9 configure: fix webp decoder dependency 11 years ago
ffmpeg.c 58950ca0df ffmpeg: Don't include colorspace.h 11 years ago
ffmpeg.h 33ff943f70 ffmpeg: add -apad option which injects a apad filter only in the presence of video streams 12 years ago
ffmpeg_filter.c fc94b68eb5 Merge commit '72fbc9685c08baae7ab9996642707eaab873b6f1' 12 years ago
ffmpeg_opt.c 33ff943f70 ffmpeg: add -apad option which injects a apad filter only in the presence of video streams 12 years ago
ffplay.c 838bd73139 lavfi: create Libav-API compatibility layer for avfilter_graph_parse() at the next bump 11 years ago
ffprobe.c 5c616fe48b ffprobe: always exit 1 in case of errors 11 years ago
ffserver.c 2192f89368 ffserver: fix null pointer dereference 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.