FFmpeg git repo
Go to file
Carl Eugen Hoyos cb1c69c81d Clarify that the recommended audio squeezing/stretching filter is aresample.
Fixes ticket #2036.
2013-01-20 23:26:35 +01:00
compat
doc Clarify that the recommended audio squeezing/stretching filter is aresample. 2013-01-20 23:26:35 +01:00
libavcodec h264/ff_generate_sliding_window_mmcos: fix use of uninitialized variable 2013-01-20 20:02:57 +01:00
libavdevice
libavfilter lavfi: EBU R.128 irregular time 2013-01-19 03:13:24 +01:00
libavformat cafdec: fix overflow checking in read_header() 2013-01-20 21:30:34 +01:00
libavresample
libavutil Merge remote-tracking branch 'qatar/master' 2013-01-19 13:20:25 +01:00
libpostproc
libswresample swr: fix "may be used uninitialized in this function" warnings 2013-01-20 17:09:48 +01:00
libswscale sws: check that dither array is not null before memset 2013-01-19 23:38:17 +01:00
presets
tests
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog theora: support midstream reconfiguration 2013-01-20 17:55:24 +01:00
INSTALL
LICENSE
MAINTAINERS
Makefile
README
RELEASE
arch.mak
cmdutils.c cmdline: fix -- to escape files starting with - 2013-01-19 14:50:36 +01:00
cmdutils.h
cmdutils_common_opts.h
common.mak
configure configure: Fix Barcelona and Bulldozer compiler options with suncc 2013-01-19 14:38:39 +01:00
ffmpeg.c ffmpeg: accept "chapters" as forced key frames. 2013-01-19 15:22:34 +01:00
ffmpeg.h
ffmpeg_filter.c
ffmpeg_opt.c
ffplay.c ffplay: flush video filters on seek 2013-01-19 00:48:06 +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.