[FFmpeg-cvslog] avutil/softfloat: FLOAT_0 should use MIN_EXP

2015-11-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Nov 8 03:04:33 2015 +0100| [a66b243d522344e12e3970e72e02183185a29ebe] | committer: Michael Niedermayer avutil/softfloat: FLOAT_0 should use MIN_EXP Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avcodec/aacsbr: Use FLOAT_0

2015-11-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Nov 8 11:05:48 2015 +0100| [dcf1cf5d24c85d848eabac90720d7f77d594a88c] | committer: Michael Niedermayer avcodec/aacsbr: Use FLOAT_0 Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=dcf1cf5d24c85

[FFmpeg-cvslog] avutil/softfloat: Correctly set the exponent for 0.0 in av_sqrt_sf()

2015-11-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Nov 8 13:25:21 2015 +0100| [107db5abf3211dc7579bbb67c1af5c25b0e280f6] | committer: Michael Niedermayer avutil/softfloat: Correctly set the exponent for 0.0 in av_sqrt_sf() Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb

[FFmpeg-cvslog] avutil/softfloat: Check for MIN_EXP in av_sqrt_sf()

2015-11-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Nov 8 13:25:54 2015 +0100| [0269fb11e3de17375f86d9120599af8c87cdfa0a] | committer: Michael Niedermayer avutil/softfloat: Check for MIN_EXP in av_sqrt_sf() Otherwise the exponent could eventually underflow Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] Revert "avutil/softfloat: Check for MIN_EXP in av_sqrt_sf()"

2015-11-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Nov 8 13:44:27 2015 +0100| [4b6ad23609f4a70b562b8f83eb74bc9fd1e5950d] | committer: Michael Niedermayer Revert "avutil/softfloat: Check for MIN_EXP in av_sqrt_sf()" This case should not be possible if the input has a exponent within the valid

[FFmpeg-cvslog] avutil/softfloat: Fix typo in av_mul_sf() doxy

2015-11-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Nov 8 13:54:15 2015 +0100| [4135a2bfd6d0a835f57031de57ae42363d455574] | committer: Michael Niedermayer avutil/softfloat: Fix typo in av_mul_sf() doxy Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=com

[FFmpeg-cvslog] avutil/softfloat: Add tests for exponent underflows

2015-11-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Nov 8 14:07:22 2015 +0100| [596dfe7d6c6bf355aca4eca0a2386f9c5679887d] | committer: Michael Niedermayer avutil/softfloat: Add tests for exponent underflows Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?

[FFmpeg-cvslog] avutil/softfloat: Fix exponent underflow in av_mul_sf()

2015-11-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Nov 8 13:57:19 2015 +0100| [a1e3303fc01b95623d7a6963686c81b076690efd] | committer: Michael Niedermayer avutil/softfloat: Fix exponent underflow in av_mul_sf() Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.g

[FFmpeg-cvslog] avutil/softfloat: Fix exponent underflow in av_div_sf()

2015-11-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Nov 8 13:59:21 2015 +0100| [046218b212a076b92ed88a280457db871dafd377] | committer: Michael Niedermayer avutil/softfloat: Fix exponent underflow in av_div_sf() Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.g

[FFmpeg-cvslog] avutil/softfloat: Fix overflows in shifts in av_cmp_sf() and av_gt_sf()

2015-11-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Nov 8 14:13:42 2015 +0100| [cee3c9d29aceec8cddd829acd6dfb56dc5f60322] | committer: Michael Niedermayer avutil/softfloat: Fix overflows in shifts in av_cmp_sf() and av_gt_sf() Signed-off-by: Michael Niedermayer > http://git.videolan.org/git

[FFmpeg-cvslog] avutil/softfloat: Extend the av_cmp_sf() test to cover a wider range of exponents

2015-11-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Nov 8 14:45:19 2015 +0100| [ecfb076141d0243212143f0d7c9d4e47b56bec15] | committer: Michael Niedermayer avutil/softfloat: Extend the av_cmp_sf() test to cover a wider range of exponents Signed-off-by: Michael Niedermayer > http://git.video

[FFmpeg-cvslog] avutil/softfloat: Add test for av_cmp_sf()

2015-11-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Nov 8 14:39:46 2015 +0100| [df2a2117d280a1579500034a8a3c79dc64b90c78] | committer: Michael Niedermayer avutil/softfloat: Add test for av_cmp_sf() Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;

[FFmpeg-cvslog] avutil/softfloat: Add test for av_gt_sf()

2015-11-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Nov 8 15:02:05 2015 +0100| [791ea23e57f134559ba66fd8f1664346abbc9314] | committer: Michael Niedermayer avutil/softfloat: Add test for av_gt_sf() Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h

[FFmpeg-cvslog] avutil/softfloat: Include negative numbers in cmp/gt tests

2015-11-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Nov 8 15:04:05 2015 +0100| [955cdc43a35a850afe36537c2d8739c1991ac7ec] | committer: Michael Niedermayer avutil/softfloat: Include negative numbers in cmp/gt tests Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpe

[FFmpeg-cvslog] avutil/softfloat: Fix av_gt_sf() with large exponents try #2

2015-11-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Nov 8 15:03:28 2015 +0100| [05b05a7a841c0c67cce319941104d6f11b9ecd84] | committer: Michael Niedermayer avutil/softfloat: Fix av_gt_sf() with large exponents try #2 Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffm

[FFmpeg-cvslog] avfilter: add anoisesrc

2015-11-08 Thread Kyle Swanson
ffmpeg | branch: master | Kyle Swanson | Sun Nov 8 12:39:37 2015 +0100| [6a11c7f1605d6f751fd9adb86f24f6c37bed5ddf] | committer: Paul B Mahol avfilter: add anoisesrc Signed-off-by: Kyle Swanson Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6a11c7f160

[FFmpeg-cvslog] softfloat: handle INT_MIN correctly in av_int2sf

2015-11-08 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Sun Nov 8 17:19:10 2015 +0100| [9ac61e73d0843ec4b83f4e3d47eded73234e406e] | committer: Andreas Cadhalpun softfloat: handle INT_MIN correctly in av_int2sf Otherwise v=INT_MIN doesn't get normalized and thus triggers av_assert2 in other functions.

[FFmpeg-cvslog] softfloat: assert when the argument of av_sqrt_sf is negative

2015-11-08 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Sun Nov 8 15:15:24 2015 +0100| [f3866a14c3c2949fad16267e9f2977ba9d7b5504] | committer: Andreas Cadhalpun softfloat: assert when the argument of av_sqrt_sf is negative The correct result can't be expressed in SoftFloat. Currently it returns a rando

[FFmpeg-cvslog] swresample: allow double precision beta value for the Kaiser window

2015-11-08 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Sat Nov 7 10:16:27 2015 -0500| [1bed09a30ef95cc85513688f3b3c18c3fd332fd8] | committer: Ganesh Ajjanagadde swresample: allow double precision beta value for the Kaiser window Kaiser windows inherently don't require beta to be an integer. This was

[FFmpeg-cvslog] swresample/resample: improve bessel function accuracy and speed

2015-11-08 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Mon Nov 2 14:28:39 2015 -0500| [a5202bc968cf3ca5b64c623b9271f76e8fa02211] | committer: Ganesh Ajjanagadde swresample/resample: improve bessel function accuracy and speed This improves accuracy for the bessel function at large arguments, and this