[FFmpeg-cvslog] postproc: fix unaligned access

2016-04-30 Thread Carl Eugen Hoyos
ffmpeg | branch: release/2.5 | Carl Eugen Hoyos | Tue Feb 23 15:50:28 2016 +0100| [d8586b7aca36eab39eadd3acaee8524b9a419258] | committer: Michael Niedermayer postproc: fix unaligned access Based on 59074310 by Andreas Cadhalpun. Fixes ticket #5259. (cherry picked from commit 2aa21eec1adcb3737b

[FFmpeg-cvslog] postproc: fix unaligned access

2016-04-29 Thread Carl Eugen Hoyos
ffmpeg | branch: release/2.6 | Carl Eugen Hoyos | Tue Feb 23 15:50:28 2016 +0100| [6d36d0ade93c5a7f40d57f2036cc4c98788b3c5b] | committer: Michael Niedermayer postproc: fix unaligned access Based on 59074310 by Andreas Cadhalpun. Fixes ticket #5259. (cherry picked from commit 2aa21eec1adcb3737b

[FFmpeg-cvslog] postproc: fix unaligned access

2016-04-27 Thread Carl Eugen Hoyos
ffmpeg | branch: release/2.7 | Carl Eugen Hoyos | Tue Feb 23 15:50:28 2016 +0100| [c7b34fa7335562211cfe1702b6e4e44c66674695] | committer: Michael Niedermayer postproc: fix unaligned access Based on 59074310 by Andreas Cadhalpun. Fixes ticket #5259. (cherry picked from commit 2aa21eec1adcb3737b

[FFmpeg-cvslog] postproc: fix unaligned access

2016-02-24 Thread Carl Eugen Hoyos
ffmpeg | branch: release/2.8 | Carl Eugen Hoyos | Tue Feb 23 15:50:28 2016 +0100| [1e9aa7907ed45c2587c551c0cf9150cc9d0e59b2] | committer: Michael Niedermayer postproc: fix unaligned access Based on 59074310 by Andreas Cadhalpun. Fixes ticket #5259. (cherry picked from commit 2aa21eec1adcb3737b

[FFmpeg-cvslog] postproc: fix unaligned access

2016-02-23 Thread Carl Eugen Hoyos
ffmpeg | branch: release/3.0 | Carl Eugen Hoyos | Tue Feb 23 15:50:28 2016 +0100| [449ff0e3fd477539dc7b003e1453842de62ba163] | committer: Carl Eugen Hoyos postproc: fix unaligned access Based on 59074310 by Andreas Cadhalpun. Fixes ticket #5259. (cherry picked from commit 2aa21eec1adcb3737be59

[FFmpeg-cvslog] postproc: fix unaligned access

2016-02-23 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Tue Feb 23 15:50:28 2016 +0100| [2aa21eec1adcb3737be59f0eab7081c5a790faa9] | committer: Carl Eugen Hoyos postproc: fix unaligned access Based on 59074310 by Andreas Cadhalpun. Fixes ticket #5259. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=c

[FFmpeg-cvslog] postproc: fix unaligned access

2015-08-20 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.4 | Andreas Cadhalpun | Thu Jun 18 20:15:12 2015 +0200| [7de7d81ee55adbe77650f61831fa8b0c3e4159fa] | committer: Michael Niedermayer postproc: fix unaligned access QP_store is only 8-bit-aligned, so accessing it as uint32_t causes SIGBUS crashes on sparc. The AV_RN32/

[FFmpeg-cvslog] postproc: fix unaligned access

2015-07-27 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun | Thu Jun 18 20:15:12 2015 +0200| [dd141a50ccb3913d6e9b46478cac7a640e76ddc4] | committer: Michael Niedermayer postproc: fix unaligned access QP_store is only 8-bit-aligned, so accessing it as uint32_t causes SIGBUS crashes on sparc. The AV_RN32/

[FFmpeg-cvslog] postproc: fix unaligned access

2015-07-20 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun | Thu Jun 18 20:15:12 2015 +0200| [cd85dd1373d636e810dad84ef297ed2827782630] | committer: Michael Niedermayer postproc: fix unaligned access QP_store is only 8-bit-aligned, so accessing it as uint32_t causes SIGBUS crashes on sparc. The AV_RN32/

[FFmpeg-cvslog] postproc: fix unaligned access

2015-06-19 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.7 | Andreas Cadhalpun | Thu Jun 18 20:15:12 2015 +0200| [bea4894d0c429fee33ac5c9f8a0874404638d816] | committer: Michael Niedermayer postproc: fix unaligned access QP_store is only 8-bit-aligned, so accessing it as uint32_t causes SIGBUS crashes on sparc. The AV_RN32/

[FFmpeg-cvslog] postproc: fix unaligned access

2015-06-18 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Thu Jun 18 20:15:12 2015 +0200| [590743101dc934043f34013f1c9bb9fb261355b0] | committer: Andreas Cadhalpun postproc: fix unaligned access QP_store is only 8-bit-aligned, so accessing it as uint32_t causes SIGBUS crashes on sparc. The AV_RN32/AV_WN32