No Description https://ffmpeg.org/

Michael Niedermayer 7f866c14ba update all trac links to use the trac subdomain 11 years ago
compat e615a77799 os2threads: move from lavc to compat/ 11 years ago
doc 7f866c14ba update all trac links to use the trac subdomain 11 years ago
libavcodec 7f866c14ba update all trac links to use the trac subdomain 11 years ago
libavdevice 1ee8fadb81 avdevice/x11grab: allocate just one Cursor 11 years ago
libavfilter 2236456715 avfilter/avfilter: Make avfilter_register() thread safe 11 years ago
libavformat 2fa89b2736 Added codec ID to playback DNxHD 11 years ago
libavresample 20f75a810c Merge commit '006ec64877fb638de4b15ae5fd969e22bd0f60ca' 11 years ago
libavutil a9bbf59be7 cosmetics: Fix "dont" "wont" "doesnt" typos 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 11081ab6be fate: Add Canopus Lossless YUY2 test 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 a2c547ffec lavfi: add spp filter. 11 years ago
INSTALL c88caa522c Merge remote branch 'qatar/master' 14 years ago
LICENSE a2c547ffec lavfi: add spp filter. 11 years ago
MAINTAINERS 59b13750d2 Add maintainer for WebVTT demuxer and muxer 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 2bccd82c29 Do not list libshine like a main option in configure's output. 11 years ago
ffmpeg.c cc61ef0479 Merge commit '42cc6cefd315c1556e2a52f7ebe2f766ec82b790' 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 9fac752afa ffplay: simplify and fix flushing out old subtitles on seeking 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.