FFmpeg git repo
Go to file
Michael Niedermayer 2a91038e13 avformat/wavdec: Dont rescale timestamps but use exact comparission
Fixes integer overflow

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-06-08 20:02:22 +02:00
compat
doc doc/codecs: Mention relation of the experimental setting and codecs 2013-06-08 14:14:27 +02:00
libavcodec smvjpegdec: No frame at all is an error 2013-06-08 20:02:22 +02:00
libavdevice
libavfilter lavfi/lut3d: add sanity checks. 2013-06-07 01:48:41 +02:00
libavformat avformat/wavdec: Dont rescale timestamps but use exact comparission 2013-06-08 20:02:22 +02:00
libavresample
libavutil
libpostproc
libswresample
libswscale Add unscaled converter from GBRP > 8bit to RGBx48/64. 2013-06-06 23:57:50 +02:00
presets
tests Add unscaled converter from GBRP > 8bit to RGBx48/64. 2013-06-06 23:57:50 +02:00
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog ffprobe: show chapter and chapter metadata information 2013-06-06 16:49:53 +02:00
INSTALL
LICENSE
MAINTAINERS
Makefile
README
RELEASE
arch.mak
cmdutils.c cmdutils: print threading capabilities for audio codecs 2013-06-07 14:24:52 +00:00
cmdutils.h
cmdutils_common_opts.h
common.mak
configure
ffmpeg.c
ffmpeg.h
ffmpeg_filter.c
ffmpeg_opt.c
ffplay.c
ffprobe.c ffprobe: show chapter and chapter metadata information 2013-06-06 16:49:53 +02:00
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.