FFmpeg git repo
Go to file
Michael Niedermayer 0de41ead6f qt-faststart: check fseeko() return codes
Fixes CID733725

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-22 22:42:51 +02:00
compat compat/getopt: add {} to complex ifs 2012-10-21 18:05:22 +02:00
doc Merge commit 'c3e15f7b39aac2012f09ee4ca86d2bc674ffdbd4' 2012-10-22 14:39:12 +02:00
libavcodec ffmpeg/lavc: move experimental warnings to libavcodec. 2012-10-22 17:58:33 +02:00
libavdevice
libavfilter vf_aspect: unbreak avoption system 2012-10-22 13:12:15 +02:00
libavformat lavf/aiffdec: don't stop parsing after SSND chunk 2012-10-22 19:38:27 +02:00
libavresample
libavutil Merge commit 'c3e15f7b39aac2012f09ee4ca86d2bc674ffdbd4' 2012-10-22 14:39:12 +02:00
libpostproc
libswresample
libswscale
presets presets: specify the codecs. 2012-05-04 18:40:36 +02:00
tests fate: fix fate-filter-metadata-scenedetect 2012-10-22 00:07:53 +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 cosmetics: Delete empty lines at end of file. 2012-02-09 12:26:45 +01:00
COPYING.LGPLv3
CREDITS
Changelog
Doxyfile Merge remote-tracking branch 'qatar/master' 2012-08-04 23:51:43 +02:00
INSTALL
LICENSE LICENSE: correct incorrect claims on *GPL incompatibility 2012-08-16 04:47:18 +02:00
MAINTAINERS
Makefile
README README: be a tiny bit more verbose 2012-04-06 10:23:26 +02:00
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 cmdutils: add -layouts option. 2012-08-28 15:09:49 +02:00
common.mak
configure
ffmpeg.c ffmpeg/lavc: move experimental warnings to libavcodec. 2012-10-22 17:58:33 +02:00
ffmpeg.h
ffmpeg_filter.c ffmpeg: fix negative array index 2012-10-22 13:58:19 +02:00
ffmpeg_opt.c
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.