No Description https://ffmpeg.org/

Michael Niedermayer 2b6185cac9 Merge commit 'b4d24b471bc52f1f78a43ee330199e70483e51c3' 12 years ago
compat cedf27651d Provide local copies of AviSynth's and AvxSynth's requisite headers in compat/avisynth/. 12 years ago
doc 1a3f7ded14 doc: "av* tools" -> "ff* tools". 12 years ago
libavcodec 2b6185cac9 Merge commit 'b4d24b471bc52f1f78a43ee330199e70483e51c3' 12 years ago
libavdevice ea4c99de4c dshow_pin: dont return a value from a void function 12 years ago
libavfilter 0d6e5a1712 vsrc_mandelbrot: Mandel morphing support 12 years ago
libavformat ea9a6709a9 estimate_timings_from_bit_rate: Check timebase and bitrate 12 years ago
libavresample 63a97d5674 Merge commit 'b6649ab5037fb55f78c2606f3d23cea0867cdeaa' 12 years ago
libavutil 63a97d5674 Merge commit 'b6649ab5037fb55f78c2606f3d23cea0867cdeaa' 12 years ago
libpostproc a2f7314ba2 libpostproc: silence valgrind/fate warning about using uninitialized data 12 years ago
libswresample 03148fd174 buildsys: only include log2_tab per library for shared builds 12 years ago
libswscale 63a97d5674 Merge commit 'b6649ab5037fb55f78c2606f3d23cea0867cdeaa' 12 years ago
presets ec271c9579 presets: specify the codecs. 13 years ago
tests e370b65897 tests/tiny_ssim: include the 2 macros instead of a header 12 years ago
tools ec1ef0838c tools: add audio normalize script example. 12 years ago
.gitignore 064146480b tools: add tiny_ssim 12 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 dda04a5899 Changelog: add WebP 12 years ago
INSTALL c88caa522c Merge remote branch 'qatar/master' 14 years ago
LICENSE 3f35f36a2e lavfi: port MP stereo3d filter 12 years ago
MAINTAINERS 914f48ddf0 Update MAINTAINERS with information about avisynth demuxer. 12 years ago
Makefile 2b6185cac9 Merge commit 'b4d24b471bc52f1f78a43ee330199e70483e51c3' 12 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 19c41c6d8e opt: re-enable memleak fix for duplicated options. 12 years ago
cmdutils.h 5743095ca9 Merge commit '9d3009c6c4b9b6734f07df7c88f6a42ded6cdf38' 12 years ago
cmdutils_common_opts.h ba4bcb191a cmdutils: implement debug/fdebug log level update differently. 12 years ago
common.mak 845bf99312 Merge commit '4cc4b33f71d3982df404fceb4405d656c538bc74' 12 years ago
configure 021547bfcc Merge commit 'd767e2f969933b4e450ed4e69ea2bf8ca864838c' 12 years ago
ffmpeg.c fcf73f9c01 Call do_video_stats when duplicating frame 12 years ago
ffmpeg.h 4c1f61b1e8 ffmpeg: Correct inter stream timestamp discontinuities 12 years ago
ffmpeg_filter.c 4257b804e2 ffmpeg: Replace -deinterlace (which was broken by the buffer ref stuff) with yadif injection 12 years ago
ffmpeg_opt.c bd03afb5bb ffmpeg_opt: avoid strcpy() 12 years ago
ffplay.c c46a8c613e ffplay: avoid frame data leak on early frame drop 12 years ago
ffprobe.c e292d75113 ffprobe: set writer context to 0 after allocation 12 years ago
ffserver.c 4a595cff79 ffserver/ctime1: avoid using strcpy() 12 years ago
library.mak 75758f84de build: fixes a "can't cd to..." issue when installing shared libraries. 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.