[FFmpeg-cvslog] Use ff_thread_once for fixed, float table init.

2018-01-08 Thread Dale Curtis
ffmpeg | branch: release/3.2 | Dale Curtis | Fri Nov 17 14:51:09 2017 -0800| [380515e5b9581fa9852f2c8fac091ec67c03c358] | committer: Michael Niedermayer Use ff_thread_once for fixed, float table init. These tables are static so they should only be initialized once

[FFmpeg-cvslog] Use ff_thread_once for fixed, float table init.

2017-12-30 Thread Dale Curtis
ffmpeg | branch: release/3.3 | Dale Curtis | Fri Nov 17 14:51:09 2017 -0800| [edd0cd21f41e6b0b8b39b5a53891d4a2c61fafff] | committer: Michael Niedermayer Use ff_thread_once for fixed, float table init. These tables are static so they should only be initialized once

[FFmpeg-cvslog] Use ff_thread_once for fixed, float table init.

2017-12-08 Thread Dale Curtis
ffmpeg | branch: release/3.4 | Dale Curtis | Fri Nov 17 14:51:09 2017 -0800| [50c93ce5ef71e39c5e49c8ae3873431d9d1753e1] | committer: Michael Niedermayer Use ff_thread_once for fixed, float table init. These tables are static so they should only be initialized once

[FFmpeg-cvslog] Use ff_thread_once for fixed, float table init.

2017-12-01 Thread Dale Curtis
ffmpeg | branch: release/3.0 | Dale Curtis | Fri Nov 17 14:51:09 2017 -0800| [712814fb17b62557d17d0bcff5b57e2a9d8e613c] | committer: Michael Niedermayer Use ff_thread_once for fixed, float table init. These tables are static so they should only be initialized once

[FFmpeg-cvslog] Use ff_thread_once for fixed, float table init.

2017-11-18 Thread Dale Curtis
ffmpeg | branch: master | Dale Curtis | Fri Nov 17 14:51:09 2017 -0800| [5eaaffaf64d1854493f0fe9ec822eed1b3cd9fe1] | committer: Michael Niedermayer Use ff_thread_once for fixed, float table init. These tables are static so they should only be initialized once instead