No Description https://ffmpeg.org/

Nicolas George 1f5c1333a7 sink_buffer: implement fixed frame size. 12 years ago
doc 439e32f9b8 RealText demuxer and decoder. 12 years ago
libavcodec fb7688a83f pngdsp: Fix license header 12 years ago
libavdevice 8dd0e87d7b lavfi: remove old video sink API 12 years ago
libavfilter 1f5c1333a7 sink_buffer: implement fixed frame size. 12 years ago
libavformat 439e32f9b8 RealText demuxer and decoder. 12 years ago
libavresample b536e2facf Merge remote-tracking branch 'qatar/master' 12 years ago
libavutil 491846e4be avutil: fix project name reference in doxy section 12 years ago
libpostproc 234d42f53b postprocess: fix another void returning void function. 12 years ago
libswresample ca612a27ae swr: fix make checkheaders. 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 c9c4835f51 fate: add a test for the -force_key_frames option. 12 years ago
tools 6851130fd6 cosmetics: minor libavcodec spelling errors 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 439e32f9b8 RealText demuxer and decoder. 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 7c8b5d1d80 Makefile: remove checkheaders from the main check target 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 87df986dcf Merge remote-tracking branch 'qatar/master' 12 years ago
ffmpeg.c 20a8dca57f ffmpeg: fix parsing of -force_key_frames option. 12 years ago
ffplay.c 94a00ec8af ffplay: group together and vertically align correlated parameters in log function 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.