Re: [FFmpeg-devel] [PATCH]lavf/dashdec: Do not use memcpy() to copy a struct

2018-04-22 Thread wm4
On Sun, 22 Apr 2018 08:41:18 +0800 Liu Steven wrote: > > 在 2018年4月22日,上午5:23,wm4 写道: > > > > On Sat, 21 Apr 2018 22:55:33 +0200 > > Carl Eugen Hoyos wrote: > > > >> 2018-04-19 4:45 GMT+02:00, Steven Liu

Re: [FFmpeg-devel] [PATCH]lavf/dashdec: Do not use memcpy() to copy a struct

2018-04-21 Thread Liu Steven
> 在 2018年4月22日,上午5:23,wm4 写道: > > On Sat, 21 Apr 2018 22:55:33 +0200 > Carl Eugen Hoyos wrote: > >> 2018-04-19 4:45 GMT+02:00, Steven Liu : >>> >>> On 19 Apr 2018, at 03:20, wm4 wrote:

Re: [FFmpeg-devel] [PATCH]lavf/dashdec: Do not use memcpy() to copy a struct

2018-04-21 Thread wm4
On Sat, 21 Apr 2018 17:56:27 -0400 "Helmut K. C. Tessarek" wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > > On 2018-04-21 17:23, wm4 wrote: > > Just by the way, some have lamented that they think of it as > > "doxing" when you post my real name on this

Re: [FFmpeg-devel] [PATCH]lavf/dashdec: Do not use memcpy() to copy a struct

2018-04-21 Thread Helmut K. C. Tessarek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 2018-04-21 17:23, wm4 wrote: > Just by the way, some have lamented that they think of it as > "doxing" when you post my real name on this list. I don't really care, if somebody is using a pseudonym or their real name. However, I have to say

Re: [FFmpeg-devel] [PATCH]lavf/dashdec: Do not use memcpy() to copy a struct

2018-04-21 Thread wm4
On Sat, 21 Apr 2018 23:30:35 +0200 Carl Eugen Hoyos wrote: > 2018-04-21 23:23 GMT+02:00, wm4 : > > >> No (independently of what I think of Vincent's character and tone). > > > > Agreed, independently of what I think of you. > > > > Just by the way,

Re: [FFmpeg-devel] [PATCH]lavf/dashdec: Do not use memcpy() to copy a struct

2018-04-21 Thread Carl Eugen Hoyos
2018-04-21 23:23 GMT+02:00, wm4 : >> No (independently of what I think of Vincent's character and tone). > > Agreed, independently of what I think of you. > > Just by the way, some have lamented that they think of it as "doxing" What is "doxing"? > when you post my real

Re: [FFmpeg-devel] [PATCH]lavf/dashdec: Do not use memcpy() to copy a struct

2018-04-21 Thread wm4
On Sat, 21 Apr 2018 22:55:33 +0200 Carl Eugen Hoyos wrote: > 2018-04-19 4:45 GMT+02:00, Steven Liu : > > > > > >> On 19 Apr 2018, at 03:20, wm4 wrote: > >> > >> On Wed, 18 Apr 2018 16:10:26 -0300 > >> James Almer

Re: [FFmpeg-devel] [PATCH]lavf/dashdec: Do not use memcpy() to copy a struct

2018-04-21 Thread Carl Eugen Hoyos
2018-04-18 22:00 GMT+02:00, wm4 : > On Wed, 18 Apr 2018 21:52:45 +0200 > Carl Eugen Hoyos wrote: > >> From cf7d2aefc1a3b3a2e9f578ede43906ed6ee96bfd Mon Sep 17 00:00:00 2001 >> From: Carl Eugen Hoyos >> Date: Wed, 18 Apr 2018 19:42:57

Re: [FFmpeg-devel] [PATCH]lavf/dashdec: Do not use memcpy() to copy a struct

2018-04-21 Thread Carl Eugen Hoyos
2018-04-19 4:45 GMT+02:00, Steven Liu : > > >> On 19 Apr 2018, at 03:20, wm4 wrote: >> >> On Wed, 18 Apr 2018 16:10:26 -0300 >> James Almer wrote: >> >>> On 4/18/2018 2:45 PM, Carl Eugen Hoyos wrote: Hi! Attached

Re: [FFmpeg-devel] [PATCH]lavf/dashdec: Do not use memcpy() to copy a struct

2018-04-18 Thread Steven Liu
> On 19 Apr 2018, at 03:20, wm4 wrote: > > On Wed, 18 Apr 2018 16:10:26 -0300 > James Almer wrote: > >> On 4/18/2018 2:45 PM, Carl Eugen Hoyos wrote: >>> Hi! >>> >>> Attached patch is supposed to fix a warning (and a bug), is this the >>> right and

Re: [FFmpeg-devel] [PATCH]lavf/dashdec: Do not use memcpy() to copy a struct

2018-04-18 Thread wm4
On Wed, 18 Apr 2018 21:52:45 +0200 Carl Eugen Hoyos wrote: > From cf7d2aefc1a3b3a2e9f578ede43906ed6ee96bfd Mon Sep 17 00:00:00 2001 > From: Carl Eugen Hoyos > Date: Wed, 18 Apr 2018 19:42:57 +0200 > Subject: [PATCH] lavf/dashdec: Do not use memcpy() to

Re: [FFmpeg-devel] [PATCH]lavf/dashdec: Do not use memcpy() to copy a struct

2018-04-18 Thread Carl Eugen Hoyos
2018-04-18 21:10 GMT+02:00, James Almer : > On 4/18/2018 2:45 PM, Carl Eugen Hoyos wrote: >> Hi! >> >> Attached patch is supposed to fix a warning (and a bug), is this the >> right and preferred fix? >> >> Please comment, Carl Eugen >> >> >>

Re: [FFmpeg-devel] [PATCH]lavf/dashdec: Do not use memcpy() to copy a struct

2018-04-18 Thread wm4
On Wed, 18 Apr 2018 16:10:26 -0300 James Almer wrote: > On 4/18/2018 2:45 PM, Carl Eugen Hoyos wrote: > > Hi! > > > > Attached patch is supposed to fix a warning (and a bug), is this the > > right and preferred fix? > > > > Please comment, Carl Eugen > > > > > >

Re: [FFmpeg-devel] [PATCH]lavf/dashdec: Do not use memcpy() to copy a struct

2018-04-18 Thread James Almer
On 4/18/2018 2:45 PM, Carl Eugen Hoyos wrote: > Hi! > > Attached patch is supposed to fix a warning (and a bug), is this the > right and preferred fix? > > Please comment, Carl Eugen > > > 0001-lavf-dashdec-Do-not-use-memcpy-to-copy-a-struct.patch > > > From

[FFmpeg-devel] [PATCH]lavf/dashdec: Do not use memcpy() to copy a struct

2018-04-18 Thread Carl Eugen Hoyos
Hi! Attached patch is supposed to fix a warning (and a bug), is this the right and preferred fix? Please comment, Carl Eugen From cf7d2aefc1a3b3a2e9f578ede43906ed6ee96bfd Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Wed, 18 Apr 2018 19:42:57 +0200 Subject: [PATCH]