[FFmpeg-cvslog] avcodec/gdv: Replace divisions by shifts in rescale()

2018-10-27 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Sun Aug 5 16:13:24 2018 +0200| [848726afc642fbe8aea7773594506bfb495bd8ab] | committer: Michael Niedermayer avcodec/gdv: Replace divisions by shifts in rescale() Divisions tend to be slower than shifts unless the compiler optimizes them

[FFmpeg-cvslog] avcodec/gdv: Replace divisions by shifts in rescale()

2018-10-07 Thread Michael Niedermayer
ffmpeg | branch: release/4.0 | Michael Niedermayer | Sun Aug 5 16:13:24 2018 +0200| [531ebb7506fddf03451ca984b216b244d71848a2] | committer: Michael Niedermayer avcodec/gdv: Replace divisions by shifts in rescale() Divisions tend to be slower than shifts unless the compiler optimizes them

[FFmpeg-cvslog] avcodec/gdv: Replace divisions by shifts in rescale()

2018-09-27 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Aug 5 16:13:24 2018 +0200| [b90d8cc7466386a166dd72107457498aa5a7c43d] | committer: Michael Niedermayer avcodec/gdv: Replace divisions by shifts in rescale() Divisions tend to be slower than shifts unless the compiler optimizes them out. And