FFmpeg git repo
Go to file
Carl Eugen Hoyos 2492f7774f avformat: Print "Consider increasing the value for analzeduration and probesize" even more often
The sample from ticket #2691 currently does not trigger "Consider increasing
the value for analzeduration and probesize" because the audio streams are
only added after calling estimate_timings(). Attached patch moves the message
below this function call.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-07-02 14:08:36 +02:00
compat
doc lavf/http: add support for reading streamcast metadata 2013-07-02 02:00:56 +02:00
libavcodec h264: fix indention of xchg_mb_border() 2013-07-02 03:27:14 +02:00
libavdevice
libavfilter lavfi/delogo: use weighted interpolation 2013-07-01 09:33:33 +02:00
libavformat avformat: Print "Consider increasing the value for analzeduration and probesize" even more often 2013-07-02 14:08:36 +02:00
libavresample
libavutil avutil/x86: reenable ff_update_lls_avx() 2013-07-02 12:02:08 +02:00
libpostproc
libswresample
libswscale
presets
tests oggdec: do not fall back on binary search in the generic code. 2013-07-02 10:37:22 +02:00
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 Support compilation on aix with gcc. 2013-06-30 13:47:45 +02:00
ffmpeg.c
ffmpeg.h
ffmpeg_filter.c
ffmpeg_opt.c
ffplay.c ffplay: always send zero packets to flush audio decoders 2013-07-01 00:24:03 +02: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.