diff mbox series

[FFmpeg-devel] web/consulting: add myself

Message ID 30c2f5fcb2ed31884a3f358d27d407022224f82d.camel@acc.umu.se
State New
Headers show
Series [FFmpeg-devel] web/consulting: add myself | expand

Checks

Context Check Description
andriy/configure_x86 warning Failed to apply patch
andriy/configure_aarch64_jetson warning Failed to apply patch
yinshiyou/configure_loongarch64 warning Failed to apply patch
andriy/configure_armv7_RPi4 warning Failed to apply patch

Commit Message

Tomas Härdin March 24, 2022, 2:53 p.m. UTC

Comments

Michael Niedermayer March 26, 2022, 11:36 p.m. UTC | #1
On Thu, Mar 24, 2022 at 03:53:56PM +0100, Tomas Härdin wrote:
> 

>  consulting |   12 ++++++++++++
>  1 file changed, 12 insertions(+)
> 901f8f38d654798a4fcb579ac2e50c0a443f5843  0001-web-consulting-add-myself.patch
> From 446777e4333726cb05843ff16ac76e9eb83a5e57 Mon Sep 17 00:00:00 2001
> From: =?UTF-8?q?Tomas=20H=C3=A4rdin?= <git@haerdin.se>
> Date: Sun, 2 Jan 2022 15:47:30 +0100
> Subject: [PATCH] web/consulting: add myself
> 
> ---
>  src/consulting | 12 ++++++++++++
>  1 file changed, 12 insertions(+)

will apply

thx

[...]
Michael Niedermayer March 26, 2022, 11:45 p.m. UTC | #2
On Thu, Mar 24, 2022 at 03:53:56PM +0100, Tomas Härdin wrote:
> 

>  consulting |   12 ++++++++++++
>  1 file changed, 12 insertions(+)
> 901f8f38d654798a4fcb579ac2e50c0a443f5843  0001-web-consulting-add-myself.patch
> From 446777e4333726cb05843ff16ac76e9eb83a5e57 Mon Sep 17 00:00:00 2001
> From: =?UTF-8?q?Tomas=20H=C3=A4rdin?= <git@haerdin.se>
> Date: Sun, 2 Jan 2022 15:47:30 +0100
> Subject: [PATCH] web/consulting: add myself
> 
> ---
>  src/consulting | 12 ++++++++++++
>  1 file changed, 12 insertions(+)
> 
> diff --git a/src/consulting b/src/consulting
> index 01e4995..96a5b28 100644
> --- a/src/consulting
> +++ b/src/consulting
> @@ -106,6 +106,18 @@ E.g.:
>        </p>
>      </div> <!-- well -->
>    </div> <!-- col -->
> +  <div class="col-md-4">
> +    <div class="well">
> +      <h3>Tomas Härdin</h3>
> +      <p>
> +        Tomas is located in Umeå, Sweden.
> +        He has worked on FFmpeg since 2009 and has been a maintainer since 2010.
> +        He has expertise in broadcast formats, mainly MXF and AAF, and is also available for general FFmpeg work.
> +        For more information on Tomas' areas of expertise see <a href="https://www.haerdin.se/pages/consulting.html">the consulting page on his website</a>.
> +        You can contact him by email at <a href="mailto:consulting@haerdin.se">consulting@haerdin.se</a> or by XMPP at <a href="xmpp:tms@haerdin.se">tms@haerdin.se</a>.
> +      </p>
> +    </div> <!-- well -->
> +  </div> <!-- col -->
>    <div class="col-md-4">
>      <div class="well">
>        <h3>Steven Liu</h3>

I applied this not realizing it messes the "table" style up a bit
maybe you can fix this
thx

[...]
Gyan Doshi March 27, 2022, 4:32 a.m. UTC | #3
On 2022-03-27 05:15 am, Michael Niedermayer wrote:
> On Thu, Mar 24, 2022 at 03:53:56PM +0100, Tomas Härdin wrote:
>>   consulting |   12 ++++++++++++
>>   1 file changed, 12 insertions(+)
>> 901f8f38d654798a4fcb579ac2e50c0a443f5843  0001-web-consulting-add-myself.patch
>>  From 446777e4333726cb05843ff16ac76e9eb83a5e57 Mon Sep 17 00:00:00 2001
>> From: =?UTF-8?q?Tomas=20H=C3=A4rdin?= <git@haerdin.se>
>> Date: Sun, 2 Jan 2022 15:47:30 +0100
>> Subject: [PATCH] web/consulting: add myself
>>
>> ---
>>   src/consulting | 12 ++++++++++++
>>   1 file changed, 12 insertions(+)
>>
>> diff --git a/src/consulting b/src/consulting
>> index 01e4995..96a5b28 100644
>> --- a/src/consulting
>> +++ b/src/consulting
>> @@ -106,6 +106,18 @@ E.g.:
>>         </p>
>>       </div> <!-- well -->
>>     </div> <!-- col -->
>> +  <div class="col-md-4">
>> +    <div class="well">
>> +      <h3>Tomas Härdin</h3>
>> +      <p>
>> +        Tomas is located in Umeå, Sweden.
>> +        He has worked on FFmpeg since 2009 and has been a maintainer since 2010.
>> +        He has expertise in broadcast formats, mainly MXF and AAF, and is also available for general FFmpeg work.
>> +        For more information on Tomas' areas of expertise see <a href="https://www.haerdin.se/pages/consulting.html">the consulting page on his website</a>.
>> +        You can contact him by email at <a href="mailto:consulting@haerdin.se">consulting@haerdin.se</a> or by XMPP at <a href="xmpp:tms@haerdin.se">tms@haerdin.se</a>.
>> +      </p>
>> +    </div> <!-- well -->
>> +  </div> <!-- col -->
>>     <div class="col-md-4">
>>       <div class="well">
>>         <h3>Steven Liu</h3>
> I applied this not realizing it messes the "table" style up a bit
> maybe you can fix this

Done.

Regards,
Gyan
Michael Niedermayer March 27, 2022, 8:14 a.m. UTC | #4
On Sun, Mar 27, 2022 at 10:02:47AM +0530, Gyan Doshi wrote:
> 
> 
> On 2022-03-27 05:15 am, Michael Niedermayer wrote:
> > On Thu, Mar 24, 2022 at 03:53:56PM +0100, Tomas Härdin wrote:
> > >   consulting |   12 ++++++++++++
> > >   1 file changed, 12 insertions(+)
> > > 901f8f38d654798a4fcb579ac2e50c0a443f5843  0001-web-consulting-add-myself.patch
> > >  From 446777e4333726cb05843ff16ac76e9eb83a5e57 Mon Sep 17 00:00:00 2001
> > > From: =?UTF-8?q?Tomas=20H=C3=A4rdin?= <git@haerdin.se>
> > > Date: Sun, 2 Jan 2022 15:47:30 +0100
> > > Subject: [PATCH] web/consulting: add myself
> > > 
> > > ---
> > >   src/consulting | 12 ++++++++++++
> > >   1 file changed, 12 insertions(+)
> > > 
> > > diff --git a/src/consulting b/src/consulting
> > > index 01e4995..96a5b28 100644
> > > --- a/src/consulting
> > > +++ b/src/consulting
> > > @@ -106,6 +106,18 @@ E.g.:
> > >         </p>
> > >       </div> <!-- well -->
> > >     </div> <!-- col -->
> > > +  <div class="col-md-4">
> > > +    <div class="well">
> > > +      <h3>Tomas Härdin</h3>
> > > +      <p>
> > > +        Tomas is located in Umeå, Sweden.
> > > +        He has worked on FFmpeg since 2009 and has been a maintainer since 2010.
> > > +        He has expertise in broadcast formats, mainly MXF and AAF, and is also available for general FFmpeg work.
> > > +        For more information on Tomas' areas of expertise see <a href="https://www.haerdin.se/pages/consulting.html">the consulting page on his website</a>.
> > > +        You can contact him by email at <a href="mailto:consulting@haerdin.se">consulting@haerdin.se</a> or by XMPP at <a href="xmpp:tms@haerdin.se">tms@haerdin.se</a>.
> > > +      </p>
> > > +    </div> <!-- well -->
> > > +  </div> <!-- col -->
> > >     <div class="col-md-4">
> > >       <div class="well">
> > >         <h3>Steven Liu</h3>
> > I applied this not realizing it messes the "table" style up a bit
> > maybe you can fix this
> 
> Done.

thx

[...]
Tomas Härdin March 29, 2022, 1:19 p.m. UTC | #5
sön 2022-03-27 klockan 10:02 +0530 skrev Gyan Doshi:
> 
> 
> On 2022-03-27 05:15 am, Michael Niedermayer wrote:
> > On Thu, Mar 24, 2022 at 03:53:56PM +0100, Tomas Härdin wrote:
> > >   consulting |   12 ++++++++++++
> > >   1 file changed, 12 insertions(+)
> > > 901f8f38d654798a4fcb579ac2e50c0a443f5843  0001-web-consulting-
> > > add-myself.patch
> > >  From 446777e4333726cb05843ff16ac76e9eb83a5e57 Mon Sep 17
> > > 00:00:00 2001
> > > From: =?UTF-8?q?Tomas=20H=C3=A4rdin?= <git@haerdin.se>
> > > Date: Sun, 2 Jan 2022 15:47:30 +0100
> > > Subject: [PATCH] web/consulting: add myself
> > > 
> > > ---
> > >   src/consulting | 12 ++++++++++++
> > >   1 file changed, 12 insertions(+)
> > > 
> > > diff --git a/src/consulting b/src/consulting
> > > index 01e4995..96a5b28 100644
> > > --- a/src/consulting
> > > +++ b/src/consulting
> > > @@ -106,6 +106,18 @@ E.g.:
> > >         </p>
> > >       </div> <!-- well -->
> > >     </div> <!-- col -->
> > > +  <div class="col-md-4">
> > > +    <div class="well">
> > > +      <h3>Tomas Härdin</h3>
> > > +      <p>
> > > +        Tomas is located in Umeå, Sweden.
> > > +        He has worked on FFmpeg since 2009 and has been a
> > > maintainer since 2010.
> > > +        He has expertise in broadcast formats, mainly MXF and
> > > AAF, and is also available for general FFmpeg work.
> > > +        For more information on Tomas' areas of expertise see <a
> > > href="https://www.haerdin.se/pages/consulting.html">the
> > > consulting page on his website</a>.
> > > +        You can contact him by email at <a href="mailto:
> > > consulting@haerdin.se">consulting@haerdin.se</a> or by XMPP at <a
> > > href="xmpp:tms@haerdin.se">tms@haerdin.se</a>.
> > > +      </p>
> > > +    </div> <!-- well -->
> > > +  </div> <!-- col -->
> > >     <div class="col-md-4">
> > >       <div class="well">
> > >         <h3>Steven Liu</h3>
> > I applied this not realizing it messes the "table" style up a bit
> > maybe you can fix this
> 
> Done.

Cheers.

I see also that I accidentally submitted this without obfuscating the
email, which I had staged but not amended. Will send a small correction
patch-

/Tomas
diff mbox series

Patch

From 446777e4333726cb05843ff16ac76e9eb83a5e57 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tomas=20H=C3=A4rdin?= <git@haerdin.se>
Date: Sun, 2 Jan 2022 15:47:30 +0100
Subject: [PATCH] web/consulting: add myself

---
 src/consulting | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/src/consulting b/src/consulting
index 01e4995..96a5b28 100644
--- a/src/consulting
+++ b/src/consulting
@@ -106,6 +106,18 @@  E.g.:
       </p>
     </div> <!-- well -->
   </div> <!-- col -->
+  <div class="col-md-4">
+    <div class="well">
+      <h3>Tomas Härdin</h3>
+      <p>
+        Tomas is located in Umeå, Sweden.
+        He has worked on FFmpeg since 2009 and has been a maintainer since 2010.
+        He has expertise in broadcast formats, mainly MXF and AAF, and is also available for general FFmpeg work.
+        For more information on Tomas' areas of expertise see <a href="https://www.haerdin.se/pages/consulting.html">the consulting page on his website</a>.
+        You can contact him by email at <a href="mailto:consulting@haerdin.se">consulting@haerdin.se</a> or by XMPP at <a href="xmpp:tms@haerdin.se">tms@haerdin.se</a>.
+      </p>
+    </div> <!-- well -->
+  </div> <!-- col -->
   <div class="col-md-4">
     <div class="well">
       <h3>Steven Liu</h3>
-- 
2.30.2