No Description https://ffmpeg.org/

Michael Niedermayer b536e2facf Merge remote-tracking branch 'qatar/master' 12 years ago
doc 37b5959d96 examples/filtering: fix packet memleak 12 years ago
libavcodec 37c3864ef7 x86: fft: elf64: fix PIC build 12 years ago
libavdevice 8dd0e87d7b lavfi: remove old video sink API 12 years ago
libavfilter b536e2facf Merge remote-tracking branch 'qatar/master' 12 years ago
libavformat b536e2facf Merge remote-tracking branch 'qatar/master' 12 years ago
libavresample b536e2facf Merge remote-tracking branch 'qatar/master' 12 years ago
libavutil b536e2facf Merge remote-tracking branch 'qatar/master' 12 years ago
libpostproc 234d42f53b postprocess: fix another void returning void function. 12 years ago
libswresample 10d2a4028c swresample: make .class_name more descriptive 12 years ago
libswscale 81416c2f64 swscale: use designated initializers for AVClass 12 years ago
mt-work 53781bf13e Update todo 13 years ago
presets ec271c9579 presets: specify the codecs. 13 years ago
tests 5fd3e6965e vocenc: use new header from codec tag 4 12 years ago
tools f054dbee6c tools/graph2dot: make dot graph representation a bit more compact 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 1c60088885 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 d70a1a507d MAINTAINERS: reorganize entries in the libavfilter section 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 c13e490dce codec_release_buffer: fix handling of non user buffers 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 b536e2facf Merge remote-tracking branch 'qatar/master' 12 years ago
ffmpeg.c b536e2facf Merge remote-tracking branch 'qatar/master' 12 years ago
ffplay.c 79a7451d06 ffplay: add configure_filtergraph() helper 12 years ago
ffprobe.c c49e960a60 ffprobe: dump AVPacket.convergence_duration. 12 years ago
ffserver.c 4da42ebe44 Merge remote-tracking branch 'qatar/master' 12 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.