FFmpeg git repo
Go to file
Michael Niedermayer 8976ef7aec concatdec: change data type to suppress warning about limited range of data type on some platforms.
Reviewed-by: Nicolas George <nicolas.george@normalesup.org>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-12-17 17:31:34 +01:00
compat
doc Silicon Graphics Movie (.mv) demuxer 2012-12-17 20:37:54 +11:00
libavcodec Silicon Graphics Motion Video Compressor 1 & 2 decoder 2012-12-17 20:37:54 +11:00
libavdevice dshow: call CoUninitialize() on dshow_read_close() 2012-12-17 03:44:51 -02:00
libavfilter lavfi/crop: free x and y parsed expression objects 2012-12-16 13:16:47 +01:00
libavformat concatdec: change data type to suppress warning about limited range of data type on some platforms. 2012-12-17 17:31:34 +01:00
libavresample Merge remote-tracking branch 'qatar/master' 2012-12-17 14:11:51 +01:00
libavutil lavu/pixdesc: fix a const qualifier discarding warning. 2012-12-16 20:41:28 +01:00
libpostproc
libswresample swr/doxy: fix missing quote in code example. 2012-12-16 21:04:54 +01:00
libswscale
presets
tests mjpegenc: fix 444 block count so it is below 10 2012-12-16 15:05:31 +01:00
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog Silicon Graphics Movie (.mv) demuxer 2012-12-17 20:37:54 +11:00
INSTALL
LICENSE
MAINTAINERS
Makefile
README
RELEASE
arch.mak
cmdutils.c lavu: make sure av_pix_fmt_desc_next returns a valid pix fmt. 2012-12-16 20:39:39 +01:00
cmdutils.h
cmdutils_common_opts.h
common.mak
configure
ffmpeg.c
ffmpeg.h
ffmpeg_filter.c
ffmpeg_opt.c
ffplay.c ffplay: provide some feedback in case the codec cannot be set 2012-12-16 10:58:02 +01:00
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.