ffmpeg | branch: release/3.2 | Andreas Rheinhardt
| Mon Jan 20 20:20:42 2020 +0100|
[9d7bc32e1c9533f15fa23885ae1a04a5efe5d8d5] | committer: Andreas Rheinhardt
avcodec/adxenc: Avoid undefined left shift of negative numbers
Replace "((a << shift) + b) >> shift" by "a + (b >> shift)". This avoids
ffmpeg | branch: release/3.3 | Andreas Rheinhardt
| Mon Jan 20 20:20:42 2020 +0100|
[c103c203ddd391bfef20dce3c7bda4cbc4e164c9] | committer: Andreas Rheinhardt
avcodec/adxenc: Avoid undefined left shift of negative numbers
Replace "((a << shift) + b) >> shift" by "a + (b >> shift)". This avoids
ffmpeg | branch: release/3.4 | Andreas Rheinhardt
| Mon Jan 20 20:20:42 2020 +0100|
[30cf495505cf897eb25a89d0f915e49733e4c36b] | committer: Andreas Rheinhardt
avcodec/adxenc: Avoid undefined left shift of negative numbers
Replace "((a << shift) + b) >> shift" by "a + (b >> shift)". This avoids
ffmpeg | branch: release/4.0 | Andreas Rheinhardt
| Mon Jan 20 20:20:42 2020 +0100|
[ef0e5246601253b9f1f9c76820f24b6f31d31f93] | committer: Andreas Rheinhardt
avcodec/adxenc: Avoid undefined left shift of negative numbers
Replace "((a << shift) + b) >> shift" by "a + (b >> shift)". This avoids
ffmpeg | branch: release/4.1 | Andreas Rheinhardt
| Mon Jan 20 20:20:42 2020 +0100|
[68e67bb187657173354c233edd4db5f81ffdbf80] | committer: Andreas Rheinhardt
avcodec/adxenc: Avoid undefined left shift of negative numbers
Replace "((a << shift) + b) >> shift" by "a + (b >> shift)". This avoids
ffmpeg | branch: release/4.2 | Andreas Rheinhardt
| Mon Jan 20 20:20:42 2020 +0100|
[dfe0d907c2258bb9c81b8c65e42cec2b3022d5e8] | committer: Andreas Rheinhardt
avcodec/adxenc: Avoid undefined left shift of negative numbers
Replace "((a << shift) + b) >> shift" by "a + (b >> shift)". This avoids
ffmpeg | branch: master | Andreas Rheinhardt |
Mon Jan 20 20:20:42 2020 +0100| [59a9d65e0d790821f88527a82569f56eb2f8a9be] |
committer: Michael Niedermayer
avcodec/adxenc: Avoid undefined left shift of negative numbers
Replace "((a << shift) + b) >> shift" by "a + (b >> shift)". This avoids
a l