No Description https://ffmpeg.org/

Michael Niedermayer e8bf189db2 MAINTAINERS: Remove myself as leader 9 years ago
compat 5ae9fa13f5 MinGW: Use our snprintf/vsnprintf when MinGW's is broken 11 years ago
doc 23eb5a0269 doc/texi2pod.pl: skip printing chapter names if they are disabled 11 years ago
libavcodec f48d7abf40 avcodec/alsdec: Clear MPEG4AudioConfig so that no use of uninitialized memory is possible 10 years ago
libavdevice 53d71335cb lavd/lavfi: push frames until the last sink is EOF 11 years ago
libavfilter 033b0a4e7f avfilter/graphdump: Fix pointer to local outside scope 10 years ago
libavformat 3a2c4453f0 avformat/utils: do not wait for packets from discarded streams for genpts 10 years ago
libavresample 509f502902 Merge remote-tracking branch 'qatar/master' 11 years ago
libavutil 7b5c706494 avutil/lzo: Fix integer overflow 10 years ago
libpostproc e20ac54f3e postproc: Fix unprotected inline asm 11 years ago
libswresample 6b0c1ed116 swresample: fix AV_CH_LAYOUT_STEREO_DOWNMIX input 10 years ago
libswscale f80af81e6e swscale/x86/swscale_template: loose hardcoded dstw_offset 10 years ago
presets ec271c9579 presets: specify the codecs. 12 years ago
tests ec86321424 lavf/matroskaenc: Check for valid metadata before creating tags 11 years ago
tools 4390f8c28d Fix two "skiping" typo. 11 years ago
.gitignore 54d7094f8b gitignore: codec_names.h is no more 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. 12 years ago
COPYING.LGPLv3 9cad0e4ed8 Add configure option to upgrade (L)GPL to version 3. 15 years ago
CREDITS c0b1bc8d17 Revert "partially rename FFmpeg to Libav" 13 years ago
Changelog 6226d104a3 Changelog, split next from 1.0 11 years ago
Doxyfile f2a8c429dc update for 1.0.10 10 years ago
INSTALL c88caa522c Merge remote branch 'qatar/master' 13 years ago
LICENSE 484aec4da3 LICENSE: correct incorrect claims on *GPL incompatibility 12 years ago
MAINTAINERS e8bf189db2 MAINTAINERS: Remove myself as leader 9 years ago
Makefile 7621c3538f Makefile: remove old codec_names.h on distclean 11 years ago
README 3826d53f15 README: be a tiny bit more verbose 12 years ago
RELEASE f2a8c429dc update for 1.0.10 10 years ago
VERSION f2a8c429dc update for 1.0.10 10 years ago
arch.mak 3827a86eac Optimization of AMR NB and WB decoders for MIPS 12 years ago
cmdutils.c e571010c5c cmdutils: update year 10 years ago
cmdutils.h 29ff1a5f1a cmdutils: avtool -> fftool 11 years ago
cmdutils_common_opts.h 786dadc014 cmdutils: add -layouts option. 12 years ago
common.mak e80cbdbc57 Merge remote-tracking branch 'qatar/master' 11 years ago
configure 8418de295a Merge remote-tracking branch 'TimothyGu/release/1.0' into release/1.0 10 years ago
ffmpeg.c 14634f5b69 ffmpeg: free threads on error conditions. 11 years ago
ffmpeg.h 65f7aee63b ffmpeg: add option to control copying of frames prior to start. 11 years ago
ffmpeg_filter.c 91af76099e Merge commit '23aae62c2cb4504a09ceb8cd0cabc1c8b260f521' 11 years ago
ffmpeg_opt.c 86f072ceb3 ffmpeg: dont allow -flags to override -pass 11 years ago
ffplay.c dad5b9560a ffplay: Prevent 0/0 aspect from being passed on to lavfi 11 years ago
ffprobe.c 2efbff1db3 Revert "ffprobe: Add a few common disposition cases" 11 years ago
ffserver.c 9929991da7 ffserver: set oformat 11 years ago
library.mak 61ced71d79 Merge commit '581281e242609a222233a2e5538b89dfb88fb18e' 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.