[FFmpeg-cvslog] libopenjpegenc: add NULL check for img before accessing it

2015-07-27 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun | Mon Jun 1 00:51:30 2015 +0200| [42c54f8f4dd9b43dcb9cfc484b9f5ce82d1a812e] | committer: Michael Niedermayer libopenjpegenc: add NULL check for img before accessing it If opj_image_create fails to allocate an image it returns NULL, which causes

[FFmpeg-cvslog] libopenjpegenc: add NULL check for img before accessing it

2015-07-20 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun | Mon Jun 1 00:51:30 2015 +0200| [d6d328c2947c2864267bf913873c7db963e42327] | committer: Michael Niedermayer libopenjpegenc: add NULL check for img before accessing it If opj_image_create fails to allocate an image it returns NULL, which causes

[FFmpeg-cvslog] libopenjpegenc: add NULL check for img before accessing it

2015-06-17 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.2 | Andreas Cadhalpun | Mon Jun 1 00:51:30 2015 +0200| [b71657324d0c50a4a3fb0cca9fde2403a295a50c] | committer: Michael Niedermayer libopenjpegenc: add NULL check for img before accessing it If opj_image_create fails to allocate an image it returns NULL, which causes

[FFmpeg-cvslog] libopenjpegenc: add NULL check for img before accessing it

2015-06-02 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.4 | Andreas Cadhalpun | Mon Jun 1 00:51:30 2015 +0200| [1047c286fa20c79dde8ddd7577a3b87cc1effdb7] | committer: Michael Niedermayer libopenjpegenc: add NULL check for img before accessing it If opj_image_create fails to allocate an image it returns NULL, which causes

[FFmpeg-cvslog] libopenjpegenc: add NULL check for img before accessing it

2015-06-02 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Mon Jun 1 00:51:30 2015 +0200| [1577526b47439f33a999339efdec5d624b70e1da] | committer: Andreas Cadhalpun libopenjpegenc: add NULL check for img before accessing it If opj_image_create fails to allocate an image it returns NULL, which causes a segm