FFmpeg git repo
Go to file
Stefano Sabatini bd6240e7e9 lavfi/sendcmd: move buf init() variable to internal scope where it is used 2012-10-23 22:08:55 +02:00
compat
doc Merge commit 'add3a6902ea4d459f36655656a1f8daa409118a7' 2012-10-23 13:17:47 +02:00
libavcodec pnmdec: use more meaningful error codes 2012-10-23 17:25:38 +00:00
libavdevice x11: Fix x11grab BadCursor 2012-10-23 21:49:01 +02:00
libavfilter lavfi/sendcmd: move buf init() variable to internal scope where it is used 2012-10-23 22:08:55 +02:00
libavformat lavf: fix duration estimation for multi program TS 2012-10-23 18:11:26 +02:00
libavresample
libavutil Merge commit '8b8899ac3233b4f7af83ded0dc032fad8902d714' 2012-10-23 15:00:27 +02:00
libpostproc
libswresample
libswscale
presets
tests Merge remote-tracking branch 'qatar/master' 2012-10-23 15:12:20 +02:00
tools qt-faststart: check fseeko() return codes 2012-10-22 22:42:51 +02:00
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog LVF demuxer 2012-10-22 23:22:39 +00:00
Doxyfile
INSTALL
LICENSE
MAINTAINERS
Makefile
README
RELEASE
arch.mak
cmdutils.c cmdutils: apply option to codec and format contexts if possible. 2012-10-22 22:24:23 +02:00
cmdutils.h
cmdutils_common_opts.h
common.mak
configure
ffmpeg.c ffmpeg: check avpicture_get_size() retuen value 2012-10-23 00:22:23 +02:00
ffmpeg.h
ffmpeg_filter.c ffmpeg: fix negative array index 2012-10-22 13:58:19 +02:00
ffmpeg_opt.c Merge commit '2b8dd371e4d276ca0d342e82b8b4cc281be0630a' 2012-10-23 13:05:52 +02:00
ffplay.c
ffprobe.c
ffserver.c
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.