No Description https://ffmpeg.org/

Nicolas George d5b58f678d tools: add benchmark for crypto functions. 11 years ago
compat 983ed20c1c Merge commit 'ef51692a49d58963966adca55c62da9c34c3c7e1' 11 years ago
doc dc8f732292 doc/examples: fix lib math dep for resampling_audio. 11 years ago
libavcodec 2c1eb38e5e avcodec: fix AVpacket → AVPacket typo. 11 years ago
libavdevice e337c9d564 Read h264 headers from v4l2 to allow stream-copying. 11 years ago
libavfilter d21e496cf5 lavfi/mptestsrc: use outlink->frame_count 11 years ago
libavformat 9411e9cafb Merge commit 'd719981273bc779c7d1e879d88404fd867f93a0e' 11 years ago
libavresample d814a839ac Reinstate proper FFmpeg license for all files. 11 years ago
libavutil d5b58f678d tools: add benchmark for crypto functions. 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 c56d4dab03 swr/rematrix: Fix handling of AV_CH_LAYOUT_STEREO_DOWNMIX output 11 years ago
libswscale d814a839ac Reinstate proper FFmpeg license for all files. 11 years ago
presets ec271c9579 presets: specify the codecs. 13 years ago
tests b78e75ebc9 fate: Force diff into text mode 11 years ago
tools d5b58f678d tools: add benchmark for crypto functions. 11 years ago
.gitignore d5b58f678d tools: add benchmark for crypto functions. 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 3dd4b6ea41 lavfi: port phase filter from libmpcodecs 11 years ago
INSTALL c88caa522c Merge remote branch 'qatar/master' 14 years ago
LICENSE 771e2e59e2 lavfi/hue: relicense to LGPL with permission by all contributors 11 years ago
MAINTAINERS b329ff3d43 MAINTAINERS: Add my GPG fingerprint 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 48cd1037f6 cmdutils: silence warning about incompatible pointer types 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 44d884f036 Merge commit '7f9e893f56db52078e0f46677ed337b2e25fa94d' 11 years ago
ffmpeg.c 47f9a5b737 Warn the user if a pix_fmt != yuv420p was chosen for MPEG-2 video encoding. 11 years ago
ffmpeg.h b7fc2693c7 Merge commit '488a0fa68973d48e264d54f1722f7afb18afbea7' 11 years ago
ffmpeg_filter.c 640a36a05c ffmpeg_filter: check that the input media type match the filter 11 years ago
ffmpeg_opt.c b7fc2693c7 Merge commit '488a0fa68973d48e264d54f1722f7afb18afbea7' 11 years ago
ffplay.c 5c6a58746b ffplay: make next_nb_channels[] static const 11 years ago
ffprobe.c 291ad12ea2 ffprobe: show probe_score in the format section 11 years ago
ffserver.c e85771f268 ffserver: allocate rc_eq, prevent freeing invalid pointer 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.