[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 07e4e4f web/index: add News entry for GSoC 2015

2015-03-03 Thread gitolite
The branch, master has been updated via 07e4e4f2dad8e75f6e3fb876cc9d00ee5909a56d (commit) from f8069fa66e2dd3511b23f5b2ee31be0daa39388e (commit) - Log - commit 07e4e4f2dad8e75f6e3fb876cc9d00ee5909a56d Author: Micha

[FFmpeg-cvslog] ffplay: Switch to show waves mode if allocation/init of RDFT fails

2015-03-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Mar 2 14:19:41 2015 +0100| [7da7d269b8409b2533f4434ab10a197d5726569e] | committer: Michael Niedermayer ffplay: Switch to show waves mode if allocation/init of RDFT fails Fixes null pointer dereference Found-by: Paweł Reviewed-by: Marton Ba

[FFmpeg-cvslog] avcodec/pngenc: Remove outer () from macro

2015-03-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Mar 4 02:06:08 2015 +0100| [f6f1e2b3be8fec0126ca5a87a431e2cc87bcf8e3] | committer: Michael Niedermayer avcodec/pngenc: Remove outer () from macro The macro is implemented as a do{}while() enclosing this is () appears to be a GNU extension (6

[FFmpeg-cvslog] Merge commit 'db5cc75f8b5620e7cd2d05762c3b087ab16d8c24'

2015-03-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Mar 4 01:23:26 2015 +0100| [0d20896775a2a61c4f25338b5ca7c3bdfb20bf95] | committer: Michael Niedermayer Merge commit 'db5cc75f8b5620e7cd2d05762c3b087ab16d8c24' * commit 'db5cc75f8b5620e7cd2d05762c3b087ab16d8c24': wma.h: #include "avcodec.h"

[FFmpeg-cvslog] wma.h: #include "avcodec.h"

2015-03-03 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon Mar 2 21:51:02 2015 +0100| [db5cc75f8b5620e7cd2d05762c3b087ab16d8c24] | committer: Anton Khirnov wma.h: #include "avcodec.h" It's required for at least AVCodecContext. Fixes make checkheaders. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=c

[FFmpeg-cvslog] libavformat/avienc: Fix duration of audio segment in OpenDML master index

2015-03-03 Thread Tobias Rapp
ffmpeg | branch: master | Tobias Rapp | Tue Mar 3 13:29:05 2015 +0100| [b4fbad2634c4f9d094dbe000c794fa277ecd678e] | committer: Michael Niedermayer libavformat/avienc: Fix duration of audio segment in OpenDML master index Fixes the duration field of the OpenDML master index "indx" chunk to con

[FFmpeg-cvslog] acvodec/lipopenjpeg: Fix pixel value shift for 12-bit pixel formats

2015-03-03 Thread Vilius Grigaliūnas
ffmpeg | branch: master | Vilius Grigaliūnas | Tue Mar 3 10:19:47 2015 +0200| [ff6b08141a30920112999342b8ce6e890a5a367d] | committer: Michael Niedermayer acvodec/lipopenjpeg: Fix pixel value shift for 12-bit pixel formats This fixes pixel values not being properly shifted in libopenjpeg_copyt

[FFmpeg-cvslog] mips/aaccoder: use variables instead of using register names directly

2015-03-03 Thread James Cowgill
ffmpeg | branch: master | James Cowgill | Thu Feb 26 13:42:53 2015 +| [37ffe7f90a5708f3b51f277dac377a5454b5c0d5] | committer: Michael Niedermayer mips/aaccoder: use variables instead of using register names directly On mips64, the registers t[4-7] do not exist. Instead of using a lot of #i

[FFmpeg-cvslog] mips: use float* to hold pointer instead of int

2015-03-03 Thread James Cowgill
ffmpeg | branch: master | James Cowgill | Thu Feb 26 13:42:51 2015 +| [de4f59b5367213fc5a10df6570f9f33757302fbd] | committer: Michael Niedermayer mips: use float* to hold pointer instead of int This is obviously needed for 64-bit support. Signed-off-by: James Cowgill Reviewed-by: Nedeljk

[FFmpeg-cvslog] asf: do not export XMP metadata by default

2015-03-03 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Mon Mar 2 18:04:03 2015 +| [0af3b65880573aa9b3375362eaab4f84140c7dde] | committer: Vittorio Giovara asf: do not export XMP metadata by default Similarly to what has been done for MOV, display XMP metadata only when users explicitly require it.

[FFmpeg-cvslog] Merge commit '0af3b65880573aa9b3375362eaab4f84140c7dde'

2015-03-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Mar 3 21:16:31 2015 +0100| [0dd53e14f9684a787d6c66d3cb44afb0a6bb2b7b] | committer: Michael Niedermayer Merge commit '0af3b65880573aa9b3375362eaab4f84140c7dde' * commit '0af3b65880573aa9b3375362eaab4f84140c7dde': asf: do not export XMP meta

[FFmpeg-cvslog] Merge commit '994d8f3095180ba1b2c6040a97718e931a782b34'

2015-03-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Mar 3 20:54:17 2015 +0100| [b7d3fbc69bb60ab2c1369ac5ba20f23565a4db8d] | committer: Michael Niedermayer Merge commit '994d8f3095180ba1b2c6040a97718e931a782b34' * commit '994d8f3095180ba1b2c6040a97718e931a782b34': fate: Add AIC test with odd

[FFmpeg-cvslog] fate: Add AIC test with odd sizes

2015-03-03 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Mon Mar 2 13:03:39 2015 +| [994d8f3095180ba1b2c6040a97718e931a782b34] | committer: Vittorio Giovara fate: Add AIC test with odd sizes > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=994d8f3095180ba1b2c6040a97718e931a782b34 --- tes

[FFmpeg-cvslog] aic: Fix decoding files with odd dimensions

2015-03-03 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Fri Feb 27 19:00:25 2015 +| [e878ec0d47cd6228c367b2f3128b76d7523f7255] | committer: Vittorio Giovara aic: Fix decoding files with odd dimensions Normally the aic decoder finds the proper slice combination (multiple of some number less than 32) b

[FFmpeg-cvslog] Merge commit 'e878ec0d47cd6228c367b2f3128b76d7523f7255'

2015-03-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Mar 3 20:20:49 2015 +0100| [75dbe4c1fa2c81b2c5cf6436295a143bdecb9e70] | committer: Michael Niedermayer Merge commit 'e878ec0d47cd6228c367b2f3128b76d7523f7255' * commit 'e878ec0d47cd6228c367b2f3128b76d7523f7255': aic: Fix decoding files wit

[FFmpeg-cvslog] ffmpeg: comment mpeg4 hack

2015-03-03 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Tue Mar 3 20:24:41 2015 +0100| [c285937ccc98109d0b5d4ba2e0560ebbb81f580f] | committer: Clément Bœsch ffmpeg: comment mpeg4 hack See 3734c3ea51ae002a85366ee52dbc8f9df4cfd3db > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c285937ccc98109d0

[FFmpeg-cvslog] libavformat/avio: added avio_put_str16be

2015-03-03 Thread Mark Reid
ffmpeg | branch: master | Mark Reid | Mon Mar 2 20:06:13 2015 -0800| [81a91269a2fbeb87de53e395c6bed0c70c310cae] | committer: Michael Niedermayer libavformat/avio: added avio_put_str16be Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=81a91269a2

[FFmpeg-cvslog] AAC: Fix M/S stereo encoding

2015-03-03 Thread Claudio Freire
ffmpeg | branch: master | Claudio Freire | Tue Mar 3 03:43:06 2015 -0300| [6394acaf36da3106f4793bda32730f8ff6b0ddb1] | committer: Michael Niedermayer AAC: Fix M/S stereo encoding This patch fixes a pointer arithmetic bug in adjust_frame_information that resulted in heavily corrupted audio wh

[FFmpeg-cvslog] fix VP9 packet decoder returning 0 instead of the used data size

2015-03-03 Thread Steve Lhomme
ffmpeg | branch: master | Steve Lhomme | Tue Mar 3 12:06:40 2015 +0100| [4851db80a4f80ddade1d50d2ec741375c763f001] | committer: Michael Niedermayer fix VP9 packet decoder returning 0 instead of the used data size See https://trac.videolan.org/vlc/ticket/14022#comment:6 Signed-off-by: Michael

[FFmpeg-cvslog] avcodec/rv10: check size of s->mb_width * s->mb_height

2015-03-03 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Mon Mar 2 20:27:26 2015 +0100| [2578a546183da09d49d5bba8ab5e982dece1dede] | committer: Michael Niedermayer avcodec/rv10: check size of s->mb_width * s->mb_height If it doesn't fit into 12 bits it triggers an assertion. Signed-off-by: Andreas Cadh

[FFmpeg-cvslog] avformat/mxfenc: adjust product name when opatom muxer is used

2015-03-03 Thread Robert Krüger
ffmpeg | branch: master | Robert Krüger | Sun Mar 1 13:02:20 2015 +0100| [618021ea58cda5ce294efa53ce5a69ce27420ef8] | committer: Michael Niedermayer avformat/mxfenc: adjust product name when opatom muxer is used Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.