No Description https://ffmpeg.org/

Michael Niedermayer b382d09d29 avutil: reintroduce lls1 as the 52 ABI needs it 11 years ago
compat 48f37664a8 Merge remote-tracking branch 'qatar/master' 11 years ago
doc 74a8fe9483 doc/ffmpeg: document qscale and video stream special case 11 years ago
libavcodec c3814ab654 rename new lls code to lls2 to avoid conflict with the old which has a different ABI 11 years ago
libavdevice 995f450b44 lavd/xv: free resources on errors 11 years ago
libavfilter 0ee905e243 Merge commit '5b9c3b4505206143d85398c1410949319fa1180f' 11 years ago
libavformat 0ee905e243 Merge commit '5b9c3b4505206143d85398c1410949319fa1180f' 11 years ago
libavresample b96dddd344 Merge commit '211ca69b13eb0a127a9ef7e70ddaccdab125d1c5' 11 years ago
libavutil b382d09d29 avutil: reintroduce lls1 as the 52 ABI needs it 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 4a640a6ac8 lswr: fix assert failure on unknown layouts. 11 years ago
libswscale 6909a611d2 swscale/swscale_unscaled: fix right column handling in planarCopyWrapper 11 years ago
presets ec271c9579 presets: specify the codecs. 13 years ago
tests 459c7cb256 fate: add h261 trellis quantization test 11 years ago
tools 6b4f58d448 tools/probetest: also print the time the probe functions needed 11 years ago
.gitignore fb10b43fc4 doc/examples: rename demuxing to demuxing_decoding. 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 8cd3685a3f lavfi: add elbg filter 11 years ago
INSTALL c88caa522c Merge remote branch 'qatar/master' 14 years ago
LICENSE 75b2bbe21d libavfilter/vf_noise: relicense to LGPL 11 years ago
MAINTAINERS 8146ee7ae9 MAINTAINERS: Add 1.2 back to the maintained releases 11 years ago
Makefile 1a4ffa5b13 Merge remote-tracking branch 'qatar/master' 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 6baf9c4406 cmdutils: fix expected signature for show_colors() function 11 years ago
cmdutils.h 6baf9c4406 cmdutils: fix expected signature for show_colors() function 11 years ago
cmdutils_common_opts.h 4e268285aa cmdutils: add -colors option 11 years ago
common.mak 3e78ceadf9 Merge commit 'e8fcdebb17fc59375fd9fc6c0a02a1d2e6d9fb23' 11 years ago
configure a7663ad9cf Merge commit '16381923fb7b9087ce559fb1cd3594469ac6788b' 11 years ago
ffmpeg.c 0ee905e243 Merge commit '5b9c3b4505206143d85398c1410949319fa1180f' 11 years ago
ffmpeg.h d7ebeba80c ffmpeg: Do not fill gap before the first decodable frame on single stream input files unless the user explicitly requests it. 11 years ago
ffmpeg_filter.c d9bc251d39 ffmpeg_filter: Fix non jpeg yuv in jpeg support 11 years ago
ffmpeg_opt.c d7ebeba80c ffmpeg: Do not fill gap before the first decodable frame on single stream input files unless the user explicitly requests it. 11 years ago
ffplay.c 0ee905e243 Merge commit '5b9c3b4505206143d85398c1410949319fa1180f' 11 years ago
ffprobe.c ddaf33f5bb ffprobe: fix consistency checks in parse_read_intervals() 11 years ago
ffserver.c 885739f3b4 ffserver: strip odd chars from html error messages before sending them back 11 years ago
library.mak 94d707af3c build: remove pointless condition 11 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.