No Description https://ffmpeg.org/

Michael Niedermayer a8ddafb0f4 Merge commit '4332bf98dc051fd1ffbd9d4ddc1c5e55790c96f1' 11 years ago
compat a8ddafb0f4 Merge commit '4332bf98dc051fd1ffbd9d4ddc1c5e55790c96f1' 11 years ago
doc a13af77f49 Merge commit '21015109ec0fac0f104a5355f272ecb956ba3f4e' 11 years ago
libavcodec 7efa9b1794 Merge commit 'b1f9cdc37ff5d5b391d2cd9af737ab4e5a0fc1c0' 11 years ago
libavdevice 214293b143 lavd: Fix make checkheaders 11 years ago
libavfilter 185fc52f19 avfilter/vf_fps: Work around msvc (c99wrap) build failure 11 years ago
libavformat 72196a4b8d Merge commit '310cc4bf82824f09bdd0b9147ed725cdbeaf9bdd' 11 years ago
libavresample a8e963835a Merge commit 'b5a138652ff8a5b987d3e1191e67fd9f6575527e' 11 years ago
libavutil 16c3ed5837 libavutil: cast truncated values to uint32_t 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 ffdbec6fc9 tests/fate/libavcodec: fate-idct8x8 needs dct 11 years ago
tools 59360cd456 tools/graph2dot: fix use of deprecated *put_count 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. 15 years ago
COPYING.GPLv3 9cad0e4ed8 Add configure option to upgrade (L)GPL to version 3. 15 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. 15 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 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 70106e73c5 cmdutils: Filter non user AVOptions out from what can be set over the command line. 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 ffa18de2e6 configure: Add exif to CONFIG_EXTRA. 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 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.