No Description https://ffmpeg.org/

Michael Niedermayer 4cfc92081d swr: add native_simd_one 11 years ago
compat e615a77799 os2threads: move from lavc to compat/ 11 years ago
doc e3e398b80b doc/general: update after e4e4add0e3ba7 11 years ago
libavcodec 3b58ab4c5f pngdec: dont treat mpng like png with key and non keyframes 11 years ago
libavdevice 9f8937b5ef lavd: add xv output device 11 years ago
libavfilter 43487bc5c1 avfilter/vf_mcdeint: free frame on error 11 years ago
libavformat 7faafe606f ftp: fix using uninitialized value 11 years ago
libavresample 20f75a810c Merge commit '006ec64877fb638de4b15ae5fd969e22bd0f60ca' 11 years ago
libavutil 45a73d2b47 Merge commit 'c011ceef78eae66039efc66d9551a7146e08838a' 11 years ago
libpostproc 1d3476f258 postproc/postprocess_template: remove empty comments 11 years ago
libswresample 4cfc92081d swr: add native_simd_one 11 years ago
libswscale 45a73d2b47 Merge commit 'c011ceef78eae66039efc66d9551a7146e08838a' 11 years ago
presets ec271c9579 presets: specify the codecs. 13 years ago
tests 8a266aaaac avcodec/jpeg2000dwt: merge rescaling with interleave in 9/7 int IDWT 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 e5cdf9c03b Merge commit '2d66a58ccde05e764594bd7e5f0f9244634d0b2c' 11 years ago
INSTALL c88caa522c Merge remote branch 'qatar/master' 14 years ago
LICENSE e89182fc94 lavfi: port mcdeint filter from libmpcodecs 11 years ago
MAINTAINERS 514cb9bb92 tta encoder 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 9c50e52005 cmdutils: print slice threading flag in -filters. 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 e5cdf9c03b Merge commit '2d66a58ccde05e764594bd7e5f0f9244634d0b2c' 11 years ago
ffmpeg.c fc82f4a1f8 ffmpeg: ignore EOF when pushing frames to filters. 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 3b491c5a50 Use av_log() instead of fprintf() in ffplay. 11 years ago
ffprobe.c e292d75113 ffprobe: set writer context to 0 after allocation 12 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.