No Description https://ffmpeg.org/

Clément Bœsch 208a5d1322 fate/ffprobe: add some stream metadata. 12 years ago
compat 5ae9fa13f5 MinGW: Use our snprintf/vsnprintf when MinGW's is broken 12 years ago
doc 55c49afc42 Merge remote-tracking branch 'qatar/master' 12 years ago
libavcodec 9425dc3dba Fix build failure on osx 10.5.8 ppc 12 years ago
libavdevice 55c49afc42 Merge remote-tracking branch 'qatar/master' 12 years ago
libavfilter 51211d351c vf_tile: fix typos/grammar in comments 12 years ago
libavformat f7c46d251c ffserver: fix seeking with ?date=... 12 years ago
libavresample 55c49afc42 Merge remote-tracking branch 'qatar/master' 12 years ago
libavutil 43bbc3f477 xtea: give constants the correct type 12 years ago
libpostproc ec87389183 postproc: Create version.h header 12 years ago
libswresample 13a215236b swr-test: avoid VLA 12 years ago
libswscale 55c49afc42 Merge remote-tracking branch 'qatar/master' 12 years ago
presets ec271c9579 presets: specify the codecs. 13 years ago
tests 208a5d1322 fate/ffprobe: add some stream metadata. 12 years ago
tools 31ab1575e5 Merge remote-tracking branch 'qatar/master' 12 years ago
.gitignore 54d7094f8b gitignore: codec_names.h is no more 12 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 c0b1bc8d17 Revert "partially rename FFmpeg to Libav" 14 years ago
Changelog 7548c80acc Pinnacle TARGA CineWave YUV16 decoder (fourcc Y216). 12 years ago
Doxyfile e776ee8f29 Merge remote-tracking branch 'qatar/master' 12 years ago
INSTALL c88caa522c Merge remote branch 'qatar/master' 14 years ago
LICENSE 484aec4da3 LICENSE: correct incorrect claims on *GPL incompatibility 12 years ago
MAINTAINERS 67016b3c79 MAINTAINERS: add 1.0 12 years ago
Makefile 7621c3538f Makefile: remove old codec_names.h on distclean 12 years ago
README 3826d53f15 README: be a tiny bit more verbose 13 years ago
RELEASE c76ffdc251 RELEASE: update for 1.0 12 years ago
arch.mak 3827a86eac Optimization of AMR NB and WB decoders for MIPS 12 years ago
cmdutils.c 032ba74ed2 Merge remote-tracking branch 'qatar/master' 12 years ago
cmdutils.h 55c49afc42 Merge remote-tracking branch 'qatar/master' 12 years ago
cmdutils_common_opts.h 786dadc014 cmdutils: add -layouts option. 12 years ago
common.mak e80cbdbc57 Merge remote-tracking branch 'qatar/master' 12 years ago
configure 293e5423c6 configure: enable -Werror=vla 12 years ago
ffmpeg.c 8f0168a3b9 fix exit_program() prototypes 12 years ago
ffmpeg.h 65f7aee63b ffmpeg: add option to control copying of frames prior to start. 12 years ago
ffmpeg_filter.c 032ba74ed2 Merge remote-tracking branch 'qatar/master' 12 years ago
ffmpeg_opt.c f7c46d251c ffserver: fix seeking with ?date=... 12 years ago
ffplay.c 2e8dcde1fe ffplay: autodetect realtime streams and enable infbuf 12 years ago
ffprobe.c 531872d763 ffprobe: reindent after previous commit 12 years ago
ffserver.c f077e1fb4c ffserver: fix potential buffer overflow, based on wrong fscanf format indentifier. 12 years ago
library.mak 61ced71d79 Merge commit '581281e242609a222233a2e5538b89dfb88fb18e' 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.