FFmpeg git repo
Go to file
Michael Niedermayer 338f8b2eaf avformat/matroskadec: check out_samplerate before using it in av_rescale()
Prevent assertion failure with damaged input

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-08-18 02:34:48 +02:00
compat avisynth: Support video input from AviSynth 2.5 properly. 2013-08-17 14:27:25 +02:00
doc lavf/tee: add support for bitstream filtering 2013-08-16 17:58:58 +02:00
libavcodec wavpackenc: do not copy samples if they are not available 2013-08-17 22:25:49 +00:00
libavdevice
libavfilter avfilter/vf_mp: remove unused sws related functions 2013-08-16 16:07:29 +02:00
libavformat avformat/matroskadec: check out_samplerate before using it in av_rescale() 2013-08-18 02:34:48 +02:00
libavresample
libavutil
libpostproc
libswresample
libswscale swscale: change ff_dither_8x8_128 dimensions to be consistent with the others 2013-08-16 16:06:59 +02:00
presets
tests
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog
INSTALL
LICENSE
MAINTAINERS
Makefile
README
RELEASE
arch.mak
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
common.mak
configure Revert "Merge commit of 'vdpau: remove old-style decoders'" 2013-08-17 22:17:49 +02:00
ffmpeg.c
ffmpeg.h
ffmpeg_filter.c
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.