You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Paul B Mahol f17f759544 pcmdec: use memcpy() when possible for planar decoders 12 years ago
compat
doc doc/platform: replace link to site arrozcru.org with link to ffmpeg.zeranoe.com 12 years ago
libavcodec pcmdec: use memcpy() when possible for planar decoders 12 years ago
libavdevice dshow: Use NO_DSHOW_STRSAFE for all dshow header inclusions 12 years ago
libavfilter af_aresample: allocate at least 1 sample buffer. Fix null ptr dereference. 12 years ago
libavformat oggdec: fix memleak on header parsing failure 12 years ago
libavresample Merge remote-tracking branch 'qatar/master' 12 years ago
libavutil mips: Optimization of AC3 FP encoder and EAC3 FP decoder 12 years ago
libpostproc pp: add SSE2 deInterlaceInterpolateCubic(). 12 years ago
libswresample swr: set default channel count options to 0. 12 years ago
libswscale Merge remote-tracking branch 'qatar/master' 12 years ago
presets
tests Merge remote-tracking branch 'qatar/master' 12 years ago
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog lavfi/drawtext: implement more generic expansion. 12 years ago
INSTALL
LICENSE
MAINTAINERS
Makefile
README
RELEASE
arch.mak
cmdutils.c cmdutils: free the report file name. 12 years ago
cmdutils.h
cmdutils_common_opts.h
common.mak
configure Merge commit '1c5805521c3e406886341d752ebf38f8d41e1d13' 12 years ago
ffmpeg.c ffmpeg: fix double ;; 12 years ago
ffmpeg.h
ffmpeg_filter.c
ffmpeg_opt.c
ffplay.c
ffprobe.c
ffserver.c Merge remote-tracking branch 'qatar/master' 12 years ago
library.mak
version.sh

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.