No Description https://ffmpeg.org/

Paul B Mahol c7fe604cf1 doc/utils: fix typo for min() description 8 years ago
compat d773d7775a Correct the FSF address for two avisynth files to '51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA' 10 years ago
doc c7fe604cf1 doc/utils: fix typo for min() description 8 years ago
libavcodec a9e4be1cdf avcodec/ffv1dec: Clear quant_table_count if its invalid 8 years ago
libavdevice 4a5a6fe6ba avdevice/lavfi: do not rescale AV_NOPTS_VALUE in lavfi_read_packet() 9 years ago
libavfilter 85d0c7355b avfilter/x86/vf_hqdn3d: Fix register types 9 years ago
libavformat 57e284dac6 avformat/oggenc: Check segments_count for headers too 8 years ago
libavresample b34fce9c54 Merge commit '9d02e38d3f03100784348ff75fd181d2aaad7e43' into release/2.2 10 years ago
libavutil f76b54fba7 avutil/avstring: Use size_t in av_strlcatf() 9 years ago
libpostproc 3769601fb6 Add FFMPEG_VERSION into the binary libs 9 years ago
libswresample 02c51e0564 swr: fix alignment issue caused by 8ch sse functions 9 years ago
libswscale ef23c40d43 swscale/x86/rgb2rgb_template: Fallback to mmx in interleaveBytes() if the alignment is insufficient for SSE* 8 years ago
presets ec271c9579 presets: specify the codecs. 12 years ago
tests fe8a763bc7 tests/fate-run: do not attempt to parse tiny_psnrs output if it failed 9 years ago
tools 6bb62d64d2 tools/graph2dot: use larger data types than int for array/string sizes 9 years ago
.gitattributes 2bcd8f22f2 Treat all '*.pnm' files as non-text file 9 years ago
.gitignore 1f2bacc897 Merge commit 'e7dfaf16a403972eb6aed5ce8f84c0085bd2fb5a' 10 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. 12 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 11 years ago
Changelog 49fa398858 Changelog: add entry for proresenc 10 years ago
INSTALL c88caa522c Merge remote branch 'qatar/master' 13 years ago
LICENSE da1dfea076 Merge commit '1a7d1793d6d2de4201c2d9fc7056e7c9e202c5fe' into release/2.2 9 years ago
MAINTAINERS ac7d47dd70 MAINTAINERS: Remove myself as leader 9 years ago
Makefile 9789612689 Makefile: add dependencies which require ffversion.h 9 years ago
README 3826d53f15 README: be a tiny bit more verbose 12 years ago
RELEASE 051cd7dc5f Update for 2.2.16 9 years ago
arch.mak aba1a48cc5 Merge commit 'b326755989b346d0d935e0628e8865f9b2951c30' 11 years ago
cmdutils.c 3e3193f03c cmdutils: Use 64bit for file size/offset related variable in cmdutils_read_file() 9 years ago
cmdutils.h b4c89c90ff Allow hiding the banner. 10 years ago
cmdutils_common_opts.h b4c89c90ff Allow hiding the banner. 10 years ago
cmdutils_opencl.c 25daf27484 OpenCL: Avoid potential buffer overflow in cmdutils_opencl.c 9 years ago
common.mak 1fc74926a5 Merge commit 'b339182eba34f28de5f1a477cdd2c84f1ef35d90' 10 years ago
configure 7c9870d3f7 configure: Fix miscompilation for i586 9 years ago
ffmpeg.c 02b434044c ffmpeg: remove incorrect network deinit 9 years ago
ffmpeg.h 70a25587d2 Merge commit '67f2a688143b644f99360565a9f36c61a5f052e9' 10 years ago
ffmpeg_filter.c f7b147548e ffmpeg_filter: refuse to configure input without a decoder. 10 years ago
ffmpeg_opt.c f8f24d5dbd ffmpeg_opt: Fix -timestamp parsing 9 years ago
ffmpeg_vdpau.c 3e641b4842 Merge commit '7671dd7cd7d51bbd637cc46d8f104a141bc355ea' 10 years ago
ffplay.c 6fb8684a24 Merge commit 'b36bc81ccaa2fc85dc4bae7dc546c71e8833573d' 10 years ago
ffprobe.c acafd1814e ffprobe: fix crash happening because of new streams occuring 10 years ago
ffserver.c 119131fcbf ffserver: initialize pbuffer in prepare_sdp_description() 10 years ago
library.mak 1fc74926a5 Merge commit 'b339182eba34f28de5f1a477cdd2c84f1ef35d90' 10 years ago
version.sh 1f4d779e87 version.sh: Print versions based on the last git tag for release branches 10 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.