[FFmpeg-devel] [PATCH] E-AC-3 spectral extension (bump)

Christophe Gisquet christophe.gisquet
Tue Mar 30 14:18:29 CEST 2010


2010/3/29 Michael Niedermayer <michaelni at gmx.at>:
> looks ok if tested

No audible artifacts in my samples.

The patch has also been applied in VLC since 1.0.2 (which seems a
quite wider test bed than I have), and there doesn't seem to be
complains on their bugtracker.

> (and also tested with tools/trasher files)

Not quite used to it, ran it with something like this on my samples
without a segfault:

for count in `seq 1 50`; do
  for maxburst in `seq 1 5`; do
    for seed in `seq 0 30`; do
      cp $1 test
      tools/trasher test $count $maxburst $seed
      ./ffmpeg_g -f ac3 -er 0 -i test -benchmark -vn -sn \
         -f null /dev/null 1>/dev/null 2&>1
    done
  done
  echo "Count=$count"
done


Also, roundup report related to this:
https://roundup.ffmpeg.org/issue1256



More information about the ffmpeg-devel mailing list