[FFmpeg-cvslog] avcodec/mpegvideo: Use FFSWAP to exchange pointers

2015-05-29 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Fri May 29 14:03:07 2015 +0200| [403940de241e8f15ec9eae3e69c6c2f423bafcf5] | committer: Michael Niedermayer avcodec/mpegvideo: Use FFSWAP to exchange pointers Signed-off-by: Michael Niedermayer michae...@gmx.at

[FFmpeg-cvslog] Merge commit '9f1b3050d9e31e9283d818f3640f3460ac8cfb5b'

2015-05-29 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Fri May 29 11:31:38 2015 +0200| [beecbe13a2ea49280554a7178bebc525e538b4e7] | committer: Michael Niedermayer Merge commit '9f1b3050d9e31e9283d818f3640f3460ac8cfb5b' * commit '9f1b3050d9e31e9283d818f3640f3460ac8cfb5b': rtmpdh:

[FFmpeg-cvslog] Merge commit '127d813bcb5705202b7100cf1eccd1e26d72ba14'

2015-05-29 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Fri May 29 11:31:22 2015 +0200| [4c0b30b07a81727561cafc171a1d0182a5975a48] | committer: Michael Niedermayer Merge commit '127d813bcb5705202b7100cf1eccd1e26d72ba14' * commit '127d813bcb5705202b7100cf1eccd1e26d72ba14': rtmpdh:

[FFmpeg-cvslog] avformat/mov: Avoid float usage in yuv_to_rgba()

2015-05-29 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Fri May 29 12:06:51 2015 +0200| [e1b0019568430ee80c3bb474829897700ef31f1c] | committer: Michael Niedermayer avformat/mov: Avoid float usage in yuv_to_rgba() This avoids the possibility for rounding/precision differences between

[FFmpeg-cvslog] avformat/movenc: avoid floats in width/height/aspect ratio computations

2015-05-29 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Fri May 29 12:36:55 2015 +0200| [14bc5704422415fddf1db5f5ae8e105183e0b582] | committer: Michael Niedermayer avformat/movenc: avoid floats in width/height/aspect ratio computations This avoids the possibility for

[FFmpeg-cvslog] rtmpdh: Check the output buffer size in the openssl version of dh_compute_key

2015-05-29 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Thu May 28 10:08:27 2015 +0300| [9f1b3050d9e31e9283d818f3640f3460ac8cfb5b] | committer: Martin Storsjö rtmpdh: Check the output buffer size in the openssl version of dh_compute_key Signed-off-by: Martin Storsjö mar...@martin.st

[FFmpeg-cvslog] rtmpdh: Make sure ret is initialized in the nettle version of bn_hex2bn

2015-05-29 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Thu May 28 09:47:44 2015 +0300| [78efc69e7c990226f4b913721ef1b308ca5bfa04] | committer: Martin Storsjö rtmpdh: Make sure ret is initialized in the nettle version of bn_hex2bn Signed-off-by: Martin Storsjö mar...@martin.st

[FFmpeg-cvslog] Merge commit '78efc69e7c990226f4b913721ef1b308ca5bfa04'

2015-05-29 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Fri May 29 11:21:26 2015 +0200| [392832fc3ab1b506b750ec8a1bcc83e1396bc7c9] | committer: Michael Niedermayer Merge commit '78efc69e7c990226f4b913721ef1b308ca5bfa04' * commit '78efc69e7c990226f4b913721ef1b308ca5bfa04': rtmpdh:

[FFmpeg-cvslog] rtmpdh: Create sufficiently long private keys for gcrypt/nettle

2015-05-29 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Thu May 28 11:42:44 2015 +0300| [e9e86d9ef637f5a600c76b352ffe5a82b71b25d1] | committer: Martin Storsjö rtmpdh: Create sufficiently long private keys for gcrypt/nettle There was a misunderstanding betewen bits and bytes for the

[FFmpeg-cvslog] Merge commit '8016a1bd3b60e917e1b12748dd80c06c3462c286'

2015-05-29 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Fri May 29 11:42:17 2015 +0200| [42a6a3841868b2150b7a13f35458bd9d2ffeb3e6] | committer: Michael Niedermayer Merge commit '8016a1bd3b60e917e1b12748dd80c06c3462c286' * commit '8016a1bd3b60e917e1b12748dd80c06c3462c286': rtmpdh:

[FFmpeg-cvslog] rtmpdh: Add fate test for the DH handshake routine

2015-05-29 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Thu May 28 10:54:11 2015 +0300| [063f7467e4d14ab7fe01b2845dab60cc75df8b53] | committer: Martin Storsjö rtmpdh: Add fate test for the DH handshake routine This helps if these functions need to be implemented using another crypto API.

[FFmpeg-cvslog] rtmpdh: Remove an unnecessary check in the gcrypt/nettle dh_compute_key

2015-05-29 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Thu May 28 11:39:45 2015 +0300| [8016a1bd3b60e917e1b12748dd80c06c3462c286] | committer: Martin Storsjö rtmpdh: Remove an unnecessary check in the gcrypt/nettle dh_compute_key Signed-off-by: Martin Storsjö mar...@martin.st

[FFmpeg-cvslog] Merge commit 'e9e86d9ef637f5a600c76b352ffe5a82b71b25d1'

2015-05-29 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Fri May 29 11:42:38 2015 +0200| [4b8b3efb1e40ba028c31a0e8747867f9240cc755] | committer: Michael Niedermayer Merge commit 'e9e86d9ef637f5a600c76b352ffe5a82b71b25d1' * commit 'e9e86d9ef637f5a600c76b352ffe5a82b71b25d1': rtmpdh:

[FFmpeg-cvslog] avformat/concatdec: Enable auto_convert by default

2015-05-29 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Tue May 26 22:16:43 2015 +0200| [3331213e2ac5a0fe5c574e9cd3da44df5e0d1d18] | committer: Michael Niedermayer avformat/concatdec: Enable auto_convert by default Users have no means to find out from a failure how to make it work or

[FFmpeg-cvslog] avformat/movenc: Check that track_width_1616 fits within the available 32bit before storing it

2015-05-29 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Fri May 29 12:54:37 2015 +0200| [061a592b9cb0071d624d230ddb5d00a640df05d1] | committer: Michael Niedermayer avformat/movenc: Check that track_width_1616 fits within the available 32bit before storing it Signed-off-by: Michael

[FFmpeg-cvslog] avcodec/ac3_parser: Avoid floats in bitrate computation

2015-05-29 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Fri May 29 12:59:35 2015 +0200| [f86e7c5d00cc426833c838f6ec6051d411a8bf80] | committer: Michael Niedermayer avcodec/ac3_parser: Avoid floats in bitrate computation Signed-off-by: Michael Niedermayer michae...@gmx.at

[FFmpeg-cvslog] build: add configure option pkgconfigdir

2015-05-29 Thread Ingo Brückl
ffmpeg | branch: master | Ingo Brückl i...@wupperonline.de | Fri May 29 16:08:36 2015 +0200| [083b1a32d5306c76d2c096d6bc3f1b7510fd7cc9] | committer: Michael Niedermayer build: add configure option pkgconfigdir This allows the user to override the directory for the installation of the

[FFmpeg-cvslog] libavutil: Cosmetic changes to fixed_dsp file.

2015-05-29 Thread Nedeljko Babic
ffmpeg | branch: master | Nedeljko Babic nedeljko.ba...@imgtec.com | Fri May 29 15:46:20 2015 +0200| [e374405d8e821e292ebde827d9b30257b0ff75eb] | committer: Michael Niedermayer libavutil: Cosmetic changes to fixed_dsp file. Names of functions vector_fmul_window_fixed_c and

[FFmpeg-cvslog] rtmpdh: Generate the whole private exponent using av_get_random_seed() with nettle/gmp

2015-05-29 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Fri May 29 10:14:39 2015 +0300| [b2f0f37d242f1194fe1f886557cf6cefdf98caf6] | committer: Martin Storsjö rtmpdh: Generate the whole private exponent using av_get_random_seed() with nettle/gmp Don't use a PRNG for generating it; that

[FFmpeg-cvslog] Merge commit 'b2f0f37d242f1194fe1f886557cf6cefdf98caf6'

2015-05-29 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Sat May 30 00:59:54 2015 +0200| [2e15f07cfddd0bfdc049d94c68b0198d086956b7] | committer: Michael Niedermayer Merge commit 'b2f0f37d242f1194fe1f886557cf6cefdf98caf6' * commit 'b2f0f37d242f1194fe1f886557cf6cefdf98caf6': rtmpdh:

[FFmpeg-cvslog] avcodec/dvbsubdec: Fix buf_size check in dvbsub_parse_display_definition_segment()

2015-05-29 Thread banastasov
ffmpeg | branch: master | banastasov btanasta...@yahoo.co.uk | Sat May 30 04:28:39 2015 +0200| [debf4d6e67dfb29f3d71683add429c588828f8e8] | committer: Michael Niedermayer avcodec/dvbsubdec: Fix buf_size check in dvbsub_parse_display_definition_segment() Fixes Ticket4326 Signed-off-by:

[FFmpeg-cvslog] avformat/h264dec: Add ff_tlog() with trace information about h264 probing

2015-05-29 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Sat May 30 03:57:20 2015 +0200| [aa9c6b6986eac8a44d7828a8653d4d015384b7da] | committer: Michael Niedermayer avformat/h264dec: Add ff_tlog() with trace information about h264 probing Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] avformat/h264dec: Fix detection of invalid h264 with 0x100 startcodes

2015-05-29 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Sat May 30 03:53:32 2015 +0200| [dae89802a6eeae89519334d78cf2a79da4060273] | committer: Michael Niedermayer avformat/h264dec: Fix detection of invalid h264 with 0x100 startcodes Fies Ticket4325 Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] configure: Fix showcqt fft dependancy

2015-05-29 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Fri May 29 21:07:58 2015 +0200| [bedb5d587b5f1fc962e2786c0ea8274ddea6c684] | committer: Michael Niedermayer configure: Fix showcqt fft dependancy Found-by: Muhammad Faiz mfc...@gmail.com Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] lavf/tls: Support Secure Transport

2015-05-29 Thread Rodger Combs
ffmpeg | branch: master | Rodger Combs rodger.co...@gmail.com | Thu May 28 14:46:16 2015 -0500| [f24d92badadc365f90b5737d6b0234779b6c33bf] | committer: Michael Niedermayer lavf/tls: Support Secure Transport Signed-off-by: Michael Niedermayer michae...@gmx.at