[FFmpeg-cvslog] avcodec: remove "get_buffer() failed" message

2016-04-08 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Apr 8 09:40:32 2016 +0200| [3e99b377fc8bf19d8b8f0116554da403bba5ea91] | committer: Paul B Mahol avcodec: remove "get_buffer() failed" message It is already provided by ff_get_buffer(). Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avcodec/shorten: if allocation fails reset max_frame_size

2016-04-08 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Apr 8 09:59:05 2016 +0200| [ae8a13c560226f96544a07eb736014b3b5abb1d6] | committer: Paul B Mahol avcodec/shorten: if allocation fails reset max_frame_size Otherwise crash happens. Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ff

[FFmpeg-cvslog] avcodec/pngenc: check return value of av_frame_copy()

2016-04-08 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Apr 8 12:45:40 2016 +0200| [1490682bcb0fe359e05b85bb7198bb87be686054] | committer: Paul B Mahol avcodec/pngenc: check return value of av_frame_copy() Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1490682bc

[FFmpeg-cvslog] avcodec/pngenc: restore image size before copying frame

2016-04-08 Thread Dmitriy
ffmpeg | branch: master | Dmitriy | Fri Apr 8 12:37:20 2016 +0200| [c3320a51df2bed022369057d4411695aad0974dc] | committer: Paul B Mahol avcodec/pngenc: restore image size before copying frame Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c3320a51df2b

[FFmpeg-cvslog] avformat/nistspheredec: fix silly bug

2016-04-08 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Apr 8 13:19:00 2016 +0200| [259879d32d124c60ef868e17e419c7c7c287674a] | committer: Paul B Mahol avformat/nistspheredec: fix silly bug Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=259879d32d124c60ef868e17e

[FFmpeg-cvslog] sws/aarch64/yuv2rgb: honor iOS calling convention

2016-04-08 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Fri Apr 8 13:39:22 2016 +0200| [cab9661dba472fc913fb43077c7b8dad13410e5e] | committer: Clément Bœsch sws/aarch64/yuv2rgb: honor iOS calling convention y_offset and y_coeff being successive 32-bit integers, they are packed into 8 bytes instead of 2x8 b

[FFmpeg-cvslog] fate: Add test for Ticket 2397 (dvdsub)

2016-04-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Apr 2 02:36:41 2016 +0200| [6936c11533a4cce09566488f6c5c1429bd8387c5] | committer: Michael Niedermayer fate: Add test for Ticket 2397 (dvdsub) Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6

[FFmpeg-cvslog] avformat/nistshperedec: add support for mu-law as sample-byte-format

2016-04-08 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Apr 8 22:26:08 2016 +0200| [a4790e1890a1e4a659c24e50c2e1a9beab51a2a9] | committer: Paul B Mahol avformat/nistshperedec: add support for mu-law as sample-byte-format Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=com

[FFmpeg-cvslog] avcodec/shorten: fix decoding of last frame

2016-04-08 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Apr 8 10:35:11 2016 +0200| [966d43d7786d1a95162e3feff1d5bfbcb58e571f] | committer: Paul B Mahol avcodec/shorten: fix decoding of last frame Previously it would be always discarded. Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/

[FFmpeg-cvslog] avcodec/shorten: fix decoding of files with number of samples lower than max_frame_size

2016-04-08 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Apr 8 23:35:45 2016 +0200| [dee138624fdf0997a46f04672f0ec50782403e45] | committer: Paul B Mahol avcodec/shorten: fix decoding of files with number of samples lower than max_frame_size Note that support of very big block sizes is not currently suppo

[FFmpeg-cvslog] avcodec/shorten: remove useless if condition and comment, reindent

2016-04-08 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Apr 8 22:50:39 2016 +0200| [c18fdc86928e0b40bb634a8d8ca071270fcac2d2] | committer: Paul B Mahol avcodec/shorten: remove useless if condition and comment, reindent Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] swscale/arm: add ff_hscale_8_to_15_neon

2016-04-08 Thread Matthieu Bouron
ffmpeg | branch: master | Matthieu Bouron | Thu Apr 7 14:52:00 2016 +| [7abc8e7ae3aa9221dddafe2a08b07eb3744428fa] | committer: Matthieu Bouron swscale/arm: add ff_hscale_8_to_15_neon > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7abc8e7ae3aa9221dddafe2a08b07eb3744428fa ---

[FFmpeg-cvslog] avcodec/pngdec: Fix alpha detection with skip_frame

2016-04-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Apr 9 00:47:10 2016 +0200| [d433623fba2b273491ff7dda401648e7d07e19fe] | committer: Michael Niedermayer avcodec/pngdec: Fix alpha detection with skip_frame Fixes Ticket4816 Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitwe