[FFmpeg-cvslog] tests/checkasm/checkasm: Provide verbose failure information on float_near_abs_eps() failures

2018-04-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Apr 13 02:34:01 2018 +0200| [18d6ff2b42c120f1b388c472366b0275ddf9629a] | committer: Michael Niedermayer tests/checkasm/checkasm: Provide verbose failure information on float_near_abs_eps() failures This will make

[FFmpeg-cvslog] avfilter/af_headphone: fix flushing

2018-04-14 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Apr 14 17:49:54 2018 +0200| [01170e9db0715123ada6114a8189858a43f81caf] | committer: Paul B Mahol avfilter/af_headphone: fix flushing Signed-off-by: Paul B Mahol >

[FFmpeg-cvslog] avfilter/af_headphone: improve performance and reduce latency

2018-04-14 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Apr 14 17:25:06 2018 +0200| [2b0f821f51d10ade2fa6d3efc33b09e594d0fcac] | committer: Paul B Mahol avfilter/af_headphone: improve performance and reduce latency Remove not needed code. Signed-off-by: Paul B Mahol

[FFmpeg-cvslog] avfilter/af_headphone: fix memory leak and overread

2018-04-14 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Apr 14 19:42:16 2018 +0200| [a56580b117362bf1b082cbbd6e3e573380c3aff8] | committer: Paul B Mahol avfilter/af_headphone: fix memory leak and overread Signed-off-by: Paul B Mahol >

[FFmpeg-cvslog] avutil/random_seed: use bcrypt instead of the old wincrypt API

2018-04-14 Thread Steve Lhomme
ffmpeg | branch: master | Steve Lhomme | Tue Apr 3 11:44:25 2018 +0200| [aedbf1640ced8fc09dc980ead2a387a59d8f7f68] | committer: James Almer avutil/random_seed: use bcrypt instead of the old wincrypt API Remove the wincrypt API calls since we don't support XP anymore and

[FFmpeg-cvslog] avfilter/af_headphone: do not output invalid samples when flushing

2018-04-14 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Apr 14 18:38:54 2018 +0200| [8daca7697b7d8d6b9997757be70604fe17c647f3] | committer: Paul B Mahol avfilter/af_headphone: do not output invalid samples when flushing Signed-off-by: Paul B Mahol >