No Description https://ffmpeg.org/

Michael Niedermayer c7b9eab2be Merge remote-tracking branch 'qatar/master' 12 years ago
doc c7b9eab2be Merge remote-tracking branch 'qatar/master' 12 years ago
libavcodec c7b9eab2be Merge remote-tracking branch 'qatar/master' 12 years ago
libavdevice c7b9eab2be Merge remote-tracking branch 'qatar/master' 12 years ago
libavfilter c7b9eab2be Merge remote-tracking branch 'qatar/master' 12 years ago
libavformat c7b9eab2be Merge remote-tracking branch 'qatar/master' 12 years ago
libavresample a1fc1d2e1b Merge remote-tracking branch 'qatar/master' 12 years ago
libavutil 2942431a0f arm/intmath: disable av_clip_uintp2_arm with config_small 12 years ago
libpostproc 234d42f53b postprocess: fix another void returning void function. 12 years ago
libswresample 5f8f6243ef swr: fix 10l use of uninitialized data 12 years ago
libswscale c7b9eab2be Merge remote-tracking branch 'qatar/master' 12 years ago
mt-work 53781bf13e Update todo 13 years ago
presets ec271c9579 presets: specify the codecs. 13 years ago
tests c7b9eab2be Merge remote-tracking branch 'qatar/master' 12 years ago
tools ce7266c66a tools/graph2dot: factorize code printing non-media specific link information 12 years ago
.gitignore c7b9eab2be Merge remote-tracking branch 'qatar/master' 12 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 c0b1bc8d17 Revert "partially rename FFmpeg to Libav" 14 years ago
Changelog c7b9eab2be Merge remote-tracking branch 'qatar/master' 12 years ago
Doxyfile 935c659c03 remove avconv from Doxyfile 13 years ago
INSTALL c88caa522c Merge remote branch 'qatar/master' 14 years ago
LICENSE 184fc600e1 Merge remote-tracking branch 'qatar/master' 13 years ago
MAINTAINERS 4e84ab886b MAINTAINERS: update versions 12 years ago
Makefile 3827a86eac Optimization of AMR NB and WB decoders for MIPS 12 years ago
README 3826d53f15 README: be a tiny bit more verbose 13 years ago
RELEASE 8f0d9b43be RELEASE: bump to current version (0.10.2). 13 years ago
arch.mak 3827a86eac Optimization of AMR NB and WB decoders for MIPS 12 years ago
cmdutils.c 8f1b139c10 cmdutils: dont return void from a void function 12 years ago
cmdutils.h ad60b3b181 Merge remote-tracking branch 'qatar/master' 12 years ago
cmdutils_common_opts.h 3e4b5e68c1 cmdutils: fix -fdebug without -v xy 13 years ago
common.mak 517dcc9b5f Merge remote-tracking branch 'qatar/master' 13 years ago
configure c7b9eab2be Merge remote-tracking branch 'qatar/master' 12 years ago
ffmpeg.c c7b9eab2be Merge remote-tracking branch 'qatar/master' 12 years ago
ffplay.c 143a5390bf ffplay: fix return value of get_video_frame if avcodec_decode_video fails 12 years ago
ffprobe.c 8d1de449f0 ffprobe: show packet duration in frame 12 years ago
ffserver.c 715c8a5a50 Merge remote-tracking branch 'qatar/master' 13 years ago
library.mak 7e496e1545 Merge remote-tracking branch 'qatar/master' 13 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.