No Description https://ffmpeg.org/

Michael Niedermayer c56d4dab03 swr/rematrix: Fix handling of AV_CH_LAYOUT_STEREO_DOWNMIX output 11 years ago
compat 2c25e83b1d avisynth: Support video input from AviSynth 2.5 properly. 11 years ago
doc 76d8d23881 Revert "doc/RELEASE_NOTES: add a note about AVISynth" 11 years ago
libavcodec d9b0b54a5f ffv1: rename minor to micro version 11 years ago
libavdevice 214293b143 lavd: Fix make checkheaders 11 years ago
libavfilter cbdf4d6a61 avfilter/vf_mp: remove unused sws related functions 11 years ago
libavformat 3d64845600 movenc: ilbc needs audio_vbr set. 11 years ago
libavresample a8e963835a Merge commit 'b5a138652ff8a5b987d3e1191e67fd9f6575527e' 11 years ago
libavutil 3500f53c93 libavutil/opt.h: Fix duplicate words 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 23b3141261 swscale: improve dither checks 11 years ago
presets ec271c9579 presets: specify the codecs. 13 years ago
tests f4f6eb5b74 fate: add ffv1.0 test 11 years ago
tools 1dfb34db6d Merge commit 'bea3d6f4363ff1bbbd99c1717f7498b9fdb12cfc' 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 bb4e1b4cf9 avcodec/mjpegdec: Read EXIF metadata in JPEG input. 11 years ago
INSTALL c88caa522c Merge remote branch 'qatar/master' 14 years ago
LICENSE 80c6445932 lavfi: port perspective filter from libmpcodecs 11 years ago
MAINTAINERS 7b71feabfb MAINTAINERS: add myself as maintainer for MIPS and Zeljko Lukac as maintainer for new fixed point FFT 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 f09b5fb4af Merge commit '0f1fb6c0194c85483dedb93b20a5b76f6fc9d520' 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 a0c6c8e53e Revert "Merge commit of 'vdpau: remove old-style decoders'" 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 18be3fac1d ffplay: check for filter EOF return codes 11 years ago
ffprobe.c 2186a7e547 ffprobe: add -show_programs option 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.