FFmpeg git repo
Go to file
Anton Khirnov b7558ac293 af_amix: avoid spurious EAGAIN.
Input on/off state can change in request_samples(), which can result in
a state where only the first input is active. get_available_samples()
will then return 0, and request_frame() will fail with EAGAIN even
though there is data on the single active input.

Take this into account and check the number of active inputs again after
calling request_samples().
2012-07-06 13:51:58 +02:00
doc
libavcodec mss3: add forgotten 'static' qualifier for private table 2012-07-06 11:37:35 +02:00
libavdevice
libavfilter af_amix: avoid spurious EAGAIN. 2012-07-06 13:51:58 +02:00
libavformat flvdec: Treat all nellymoser versions as the same codec 2012-07-05 22:07:45 +03:00
libavresample
libavutil
libswscale
presets
tests
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog
Doxyfile
INSTALL
LICENSE
Makefile
README
RELEASE
arch.mak
avconv.c avconv: use only meaningful timestamps in start time check. 2012-07-06 12:59:11 +02:00
avplay.c
avprobe.c
avserver.c
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
common.mak
configure
library.mak
version.sh

README

Libav README
------------

1) Documentation
----------------

* Read the documentation in the doc/ directory.

2) Licensing
------------

* See the LICENSE file.