No Description https://ffmpeg.org/

Nicolas George 8400368f31 tools: add uncoded_frame test program. 11 years ago
compat b74eead27b compat: provide va_copy for old gcc versions. 11 years ago
doc e93674c4a3 doc/APIchanges: fill in FFmpeg hashes & versions 11 years ago
libavcodec 8f92edf6f8 avcodec/ra144: remove redundant AV_ZERO128 11 years ago
libavdevice d201a0f0f8 lavd/xv: preliminary support of uncoded frame. 11 years ago
libavfilter 8e41240047 lavfi/frei0r: load plugins from lib64 folders as well on 64bit builds 11 years ago
libavformat dcda5ef1ea lavf: add uncodedframecrc test muxer. 11 years ago
libavresample b08f554fdc Merge commit '76a75c523cd3c63560185394a0a5cd7249db962a' 11 years ago
libavutil 6c12b1de06 x86: add missing XOP checks and macros 11 years ago
libpostproc f6173fed60 postproc: fix null pointer dereference with invalid option strings 11 years ago
libswresample 3dd04cbcf7 swresample: Add arm&x86 clobber tests 11 years ago
libswscale 977abf9aed Merge remote-tracking branch 'qatar/master' 11 years ago
presets ec271c9579 presets: specify the codecs. 13 years ago
tests 919791f99d Merge commit 'f548f9f9e7a2a08c780e88dac63b9d5d2c55efb0' 11 years ago
tools 8400368f31 tools: add uncoded_frame test program. 11 years ago
.gitignore 5fc4dea39c examples: add avio_reading.c example 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 51290068fa Merge commit 'e95018b694c0774477abec5bbf86ecc7946a9a28' 11 years ago
INSTALL c88caa522c Merge remote branch 'qatar/master' 14 years ago
LICENSE 194ef56ba7 Change license of yadif from GPL to LGPL 11 years ago
MAINTAINERS 9ff2cc685b MAINTAINERS: add myself as opengl_enc.c maintainer 11 years ago
Makefile 8400368f31 tools: add uncoded_frame test program. 11 years ago
README 3826d53f15 README: be a tiny bit more verbose 13 years ago
RELEASE a677fb664a RELEASE: update to 2.1.git 11 years ago
arch.mak aba1a48cc5 Merge commit 'b326755989b346d0d935e0628e8865f9b2951c30' 12 years ago
cmdutils.c b4c89c90ff Allow hiding the banner. 11 years ago
cmdutils.h b4c89c90ff Allow hiding the banner. 11 years ago
cmdutils_common_opts.h b4c89c90ff Allow hiding the banner. 11 years ago
cmdutils_opencl.c 64f73acd1d cmdutils & opencl: add -opencl_bench option to test and show available OpenCL devices 11 years ago
common.mak a12f679a5d common.mak: Less ugly version of the previous windres fix 11 years ago
configure 6c12b1de06 x86: add missing XOP checks and macros 11 years ago
ffmpeg.c 3868e97c6b ffmpeg: fix vstats 11 years ago
ffmpeg.h 740e6042a0 ffmpeg: change ost->finished to an enum 11 years ago
ffmpeg_filter.c ccdfa3e271 Merge remote-tracking branch 'qatar/master' 11 years ago
ffmpeg_opt.c 8a1714ad85 ffmpeg: do not fail when options are routed to libavformat and libavcodec and only one can be used 11 years ago
ffmpeg_vdpau.c 3e641b4842 Merge commit '7671dd7cd7d51bbd637cc46d8f104a141bc355ea' 11 years ago
ffplay.c 6fb8684a24 Merge commit 'b36bc81ccaa2fc85dc4bae7dc546c71e8833573d' 11 years ago
ffprobe.c a55692a960 ffprobe: check av_frame_alloc() failure. 11 years ago
ffserver.c 958d98cc1c ffserver: drop unneeded delay1 var 11 years ago
library.mak 56572787ae Add Windows resource file support for shared libraries 11 years ago
version.sh c580691091 version.sh: add preprocessing guards 11 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.