[FFmpeg-devel] [PATCH 1/4] lavfi: add filter messages infrastructure.
Michael Niedermayer
michaelni at gmx.at
Thu Jul 24 16:39:17 CEST 2014
On Thu, Jul 24, 2014 at 03:39:42PM +0200, Nicolas George wrote:
> Messaages are passed as frames with a negative format code,
> only to filter that declare supporting them.
> The only message for now is EOF; this mechanism augments
> the current mechanism based on request_frame() returning
> AVERROR_EOF, with the advantage that the EOF message carries
> a timestamp.
> The messages are a purely internal API and do not leak to
> the application.
>
> Signed-off-by: Nicolas George <george at nsup.org>
the 4 patch set seems to break fate
TEST swr-resample-s16p-48000-2626
stddev: 3.88 PSNR: 84.54 MAXDIFF: 15 bytes: 96000/ 20416
Test swr-resample-s16p-8000-44100 failed. Look at tests/data/fate/swr-resample-s16p-8000-44100.err for details.
make: *** [fate-swr-resample-s16p-8000-44100] Error 1
make: *** Waiting for unfinished jobs....
stddev: 2.27 PSNR: 89.19 MAXDIFF: 7 bytes: 96000/ 20416
Test swr-resample-s16p-8000-48000 failed. Look at tests/data/fate/swr-resample-s16p-8000-48000.err for details.
make: *** [fate-swr-resample-s16p-8000-48000] Error 1
stddev: 1.19 PSNR: 94.80 MAXDIFF: 4 bytes: 529200/ 20418
Test swr-resample-s16p-44100-48000 failed. Look at tests/data/fate/swr-resample-s16p-44100-48000.err for details.
make: *** [fate-swr-resample-s16p-44100-48000] Error 1
stddev: 1395.14 PSNR: 33.44 MAXDIFF: 8594 bytes: 31512/ 20416
Test swr-resample-s16p-2626-44100 failed. Look at tests/data/fate/swr-resample-s16p-2626-44100.err for details.
make: *** [fate-swr-resample-s16p-2626-44100] Error 1
stddev: 10.18 PSNR: 76.17 MAXDIFF: 27 bytes: 576000/ 19304
Test swr-resample-s16p-48000-2626 failed. Look at tests/data/fate/swr-resample-s16p-48000-2626.err for details.
make: *** [fate-swr-resample-s16p-48000-2626] Error 1
stddev: 1395.21 PSNR: 33.44 MAXDIFF: 8606 bytes: 31512/ 20416
Test swr-resample-s16p-2626-96000 failed. Look at tests/data/fate/swr-resample-s16p-2626-96000.err for details.
make: *** [fate-swr-resample-s16p-2626-96000] Error 1
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
No snowflake in an avalanche ever feels responsible. -- Voltaire
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20140724/5dc86c50/attachment.asc>
More information about the ffmpeg-devel
mailing list