FFmpeg git repo
Go to file
Carl Eugen Hoyos 5eb532a930 Cosmetics: Reorder pix_fmts in tiffenc.c. 2012-08-31 11:01:02 +02:00
compat lavu: add snprintf(), vsnprint() and strtod() replacements for MS runtime. 2012-08-28 17:52:03 +02:00
doc Add CPiA video decoder 2012-08-31 00:24:11 +02:00
libavcodec Cosmetics: Reorder pix_fmts in tiffenc.c. 2012-08-31 11:01:02 +02:00
libavdevice v4l2: fix compile on systems that lack V4L2_PIX_FMT_CPIA1 2012-08-31 04:35:06 +02:00
libavfilter avfiltergraph: kill uninitialized variable warning 2012-08-30 11:02:15 +02:00
libavformat find_stream_info: update last_dts more often 2012-08-30 23:48:54 +02:00
libavresample Merge remote-tracking branch 'qatar/master' 2012-08-24 15:00:39 +02:00
libavutil lavu: add snprintf(), vsnprint() and strtod() replacements for MS runtime. 2012-08-28 17:52:03 +02:00
libpostproc
libswresample Merge remote-tracking branch 'qatar/master' 2012-08-24 15:00:39 +02:00
libswscale swscale: fix usePal() 2012-08-30 13:37:03 +02:00
mt-work
presets
tests aacdec: fix priming/skip for AAC HE/HE2 2012-08-30 00:22:58 +02:00
tools Merge commit 'd488c3bcbaf7ddda42597e014deb661a7e9e2112' 2012-08-29 18:04:34 +02:00
.gitignore gitignore: add scaling_video example. 2012-08-28 20:35:04 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog Add CPiA video decoder 2012-08-31 00:24:11 +02:00
Doxyfile
INSTALL
LICENSE
MAINTAINERS Add CPiA video decoder 2012-08-31 00:24:11 +02:00
Makefile Merge remote-tracking branch 'qatar/master' 2012-08-29 18:13:00 +02:00
README
RELEASE
arch.mak
cmdutils.c cmdutils: add -layouts option. 2012-08-28 15:09:49 +02:00
cmdutils.h cmdutils: add -layouts option. 2012-08-28 15:09:49 +02:00
cmdutils_common_opts.h cmdutils: add -layouts option. 2012-08-28 15:09:49 +02:00
common.mak Merge remote-tracking branch 'qatar/master' 2012-08-30 17:28:21 +02:00
configure Merge remote-tracking branch 'qatar/master' 2012-08-30 17:28:21 +02:00
ffmpeg.c ffmpeg: count finished streams for last stats line. 2012-08-28 23:19:33 +02:00
ffmpeg.h
ffmpeg_filter.c ffmpeg: make decoding_needed a counter. 2012-08-22 19:04:30 +02:00
ffmpeg_opt.c ffmpeg: Fix assert failure 2012-08-31 00:00:28 +02:00
ffplay.c ffplay: fix odd YUV width by cropping the video 2012-08-27 01:44:57 +02:00
ffprobe.c Merge remote-tracking branch 'qatar/master' 2012-08-28 16:28:48 +02:00
ffserver.c
library.mak Merge remote-tracking branch 'qatar/master' 2012-08-30 17:28:21 +02:00
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.