Thanks Michael for review.
I updated the iteration to address your feedback:
https://patchwork.ffmpeg.org/patch/12540/
Best Regards,
-Jun
On Sat, Mar 30, 2019 at 6:14 PM Michael Niedermayer
wrote:
> On Fri, Mar 29, 2019 at 03:59:21PM -0700, Jun Li wrote:
> > On Wed, Mar 27, 2019 at 11:27 PM Jun
Fix ticket #7297
The current setting for send-expect-100 option is either
enabled if applicable or forced enabled, no option to force
disable the header. This change is to expand the option setting
to provide more flexibility, which is useful for rstp case.
---
doc/protocols.texi| 5 +
li
On 3/28/2019 6:12 PM, Paul B Mahol wrote:
> This work is sponsored by VideoLAN.
>
> Signed-off-by: Paul B Mahol
> ---
> libavcodec/Makefile | 1 +
> libavcodec/agm.c| 701
> libavcodec/allcodecs.c | 1 +
> libavcodec/avcodec.h| 1 +
On 3/25/2019 11:22 AM, James Almer wrote:
> Based on itut_t35 Matadata OBU parsing code.
>
> Signed-off-by: James Almer
> ---
> libavcodec/cbs_av1.c | 20 +
> libavcodec/cbs_av1.h | 7 ++
> libavcodec/cbs_av1_syntax_template.c | 32 +++
On 3/30/2019 8:20 AM, Gyan wrote:
>
>
> On 29-03-2019 11:26 PM, James Almer wrote:
>> ffmpeg | branch: master | James Almer | Fri Mar 29
>> 14:55:00 2019 -0300| [0856c5da0716e9c461d4f73339a2c2390d0a1162] |
>> committer: James Almer
>>
>> avcodec/libaomenc: fix default value for row-mt option
>>
Previously, prompeg_write() would only report to caller that bytes we
written when a FEC packet was actually created. Not all RTP packets are
expected to generate a FEC packet however, so this behavior was causing
avio to retry writing the RTP packet, eventually forcing the FEC state
machine to se
On Fri, Mar 29, 2019 at 03:59:21PM -0700, Jun Li wrote:
> On Wed, Mar 27, 2019 at 11:27 PM Jun Li wrote:
>
> >
> >
> > On Mon, Mar 25, 2019 at 2:42 PM Jun Li wrote:
> >
> >>
> >>
> >> On Fri, Mar 22, 2019 at 4:12 PM Jun Li wrote:
> >>
> >>> The current setting for send-100-continue option is ei
On 3/28/2019 11:41 PM, Stephen Hutchinson wrote:
On 3/28/2019 8:29 AM, Gyan wrote:
So, there is no permutation of ffmpeg master & avisynth+ that can
lead to issues with MSVC builds? If so, LGTM.
As a test, I tried building FFmpeg with MSVC (which I never do since I
always cross-compile from
This commit was merged in a couple years ago as a no-op because we
had already switched from GetProcAddress to dlsym some time before
that. However, not applying the actual cast causes warnings about
FARPROC and when attempting to build FFmpeg in MSVC with AviSynth-GCC
32-bit compatibility, those
As part of the update, it is now possible to test 32-bit GCC builds
of AviSynth+ with FFmpeg by using the AVS_WIN32_GCC32 define. Due to
different calling conventions between MSVC and GCC regarding 32-bit
Windows, this is unfortunately necessary.
---
compat/avisynth/avisynth_c.h | 510
On Sat, Mar 30, 2019 at 05:44:34PM +0100, Stefano Sabatini wrote:
> On date Saturday 2019-03-30 16:04:23 +0100, Thilo Borgmann encoded:
> > Am 23.03.19 um 16:11 schrieb Thilo Borgmann:
> > > Hi,
> > >
> > >> FFmpeg has been accepted for CLT 2019 in Chemnitz, Germany!
> > >> This "Chemnitzer Linux
On 30.03.19 16:19, Ronald S. Bultje wrote:
Hotel and transportation has been handled like in the years before, so
there will be some requests about that soon.
For me I ask to reimburse me 62,29 - for gas bringing Carl Eugen and me
from Berlin to Chemnitz.
Lost 1/2 receipts, which makes it chea
Regression since, I believe, 42cb050a05
From 22620ccaae074700c8c470a78daa7682638cecbf Mon Sep 17 00:00:00 2001
From: Gyan Doshi
Date: Sun, 31 Mar 2019 00:00:50 +0530
Subject: [PATCH] lavf/movenc: fix tmcd writing for non-MP4/MOV modes
write_tmcd allows tmcd track to be created with any mode but
Am 30.03.19 um 17:41 schrieb Stefano Sabatini:
> On date Saturday 2019-03-30 11:19:11 -0400, Ronald S. Bultje encoded:
>> Hi,
>>
>> On Sat, Mar 30, 2019 at 11:04 AM Thilo Borgmann
>> wrote:
> [...]
>>> For me I ask to reimburse me 62,29 - for gas bringing Carl Eugen and me
>>> from Berlin to Chemn
Hi Thomas,
> On Mar 29, 2019, at 1:11 PM, Thomas Mundt wrote:
>
>
> […]
>
>> 0x06,0x0E,0x2B,0x34,0x04,0x01,0x01,0x0a,0x04,0x01,0x02,0x02,0x01,0x32,0x31,0x04
>> }, 568832, 122, 0, 1 }, // AVC High 422 Intra RP2027 Class 100 1080/25p
>> +{{
>> 0x06,0x0E,0x2B,0x34,0x04,0x01,0x01,0x0a,0x04,0x01
On date Saturday 2019-03-30 16:04:23 +0100, Thilo Borgmann encoded:
> Am 23.03.19 um 16:11 schrieb Thilo Borgmann:
> > Hi,
> >
> >> FFmpeg has been accepted for CLT 2019 in Chemnitz, Germany!
> >> This "Chemnitzer Linux Tage" will take place on 16th and 17th of March.
> >> You can find more detail
On date Saturday 2019-03-30 11:19:11 -0400, Ronald S. Bultje encoded:
> Hi,
>
> On Sat, Mar 30, 2019 at 11:04 AM Thilo Borgmann
> wrote:
[...]
> > For me I ask to reimburse me 62,29 - for gas bringing Carl Eugen and me
> > from Berlin to Chemnitz.
> > Lost 1/2 receipts, which makes it cheaper thi
On date Friday 2019-02-22 22:37:34 +0100, Michael Niedermayer encoded:
> On Sun, Feb 10, 2019 at 07:53:50PM +0100, Thilo Borgmann wrote:
> > Hi,
> >
> > I'd like to request reimbursement for my travel to the LDP [1].
> >
> > Accomodation was sponsored by the LDP team, so travel costs are rather l
Em sáb, 30 de mar de 2019 às 12:43, Paul B Mahol escreveu:
>
> On 3/30/19, Pedro Arthur wrote:
> > Em qui, 28 de mar de 2019 às 18:12, Paul B Mahol
> > escreveu:
> >>
> >> +static int decode_motion_vectors(AVCodecContext *avctx, GetBitContext
> >> *gb)
> >> +{
> >> +AGMContext *s = avctx->pr
On 3/30/19, Pedro Arthur wrote:
> Em qui, 28 de mar de 2019 às 18:12, Paul B Mahol
> escreveu:
>>
>> +static int decode_motion_vectors(AVCodecContext *avctx, GetBitContext
>> *gb)
>> +{
>> +AGMContext *s = avctx->priv_data;
>> +int nb_mvs = ((avctx->height + 15) >> 4) * ((avctx->width + 1
Em qui, 28 de mar de 2019 às 18:12, Paul B Mahol escreveu:
>
> +static int decode_motion_vectors(AVCodecContext *avctx, GetBitContext *gb)
> +{
> +AGMContext *s = avctx->priv_data;
> +int nb_mvs = ((avctx->height + 15) >> 4) * ((avctx->width + 15) >> 4);
> +int ret, skip = 0, value, en
Hi,
On Sat, Mar 30, 2019 at 11:04 AM Thilo Borgmann
wrote:
> Am 23.03.19 um 16:11 schrieb Thilo Borgmann:
> > Hi,
> >
> >> FFmpeg has been accepted for CLT 2019 in Chemnitz, Germany!
> >> This "Chemnitzer Linux Tage" will take place on 16th and 17th of March.
> >> You can find more details on th
Am 30.03.19 um 16:04 schrieb Thilo Borgmann:
> Am 23.03.19 um 16:11 schrieb Thilo Borgmann:
>> Hi,
>>
>>> FFmpeg has been accepted for CLT 2019 in Chemnitz, Germany!
>>> This "Chemnitzer Linux Tage" will take place on 16th and 17th of March.
>>> You can find more details on their homepage:
>>>
>>>
Am 23.03.19 um 16:11 schrieb Thilo Borgmann:
> Hi,
>
>> FFmpeg has been accepted for CLT 2019 in Chemnitz, Germany!
>> This "Chemnitzer Linux Tage" will take place on 16th and 17th of March.
>> You can find more details on their homepage:
>>
>> https://chemnitzer.linux-tage.de/2019/en/
>
> we ret
On Sat, Mar 30, 2019 at 2:52 PM Gyan wrote:
>
>
>
> On 30-03-2019 06:09 PM, Moritz Barsnick wrote:
> > On Sat, Mar 30, 2019 at 16:50:52 +0530, Gyan wrote:
> >> And what are the semantics of the user setting row_mt or enable-intrabc
> >> as -1?
> > The user doesn't set -1, they set 0 or 1 as bool.
On 30-03-2019 06:09 PM, Moritz Barsnick wrote:
On Sat, Mar 30, 2019 at 16:50:52 +0530, Gyan wrote:
And what are the semantics of the user setting row_mt or enable-intrabc
as -1?
The user doesn't set -1, they set 0 or 1 as bool. -1 helps to indicate
that nothing was set, and - in these cases -
On Sat, Mar 30, 2019 at 16:50:52 +0530, Gyan wrote:
> And what are the semantics of the user setting row_mt or enable-intrabc
> as -1?
The user doesn't set -1, they set 0 or 1 as bool. -1 helps to indicate
that nothing was set, and - in these cases - falls back to not setting
anything in the libar
On 3/28/19, Paul B Mahol wrote:
> This work is sponsored by VideoLAN.
>
> Signed-off-by: Paul B Mahol
> ---
Will apply soon.
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit l
On 3/29/19, Nick Renieris wrote:
> Στις Παρ, 29 Μαρ 2019 στις 11:05 π.μ., ο/η Paul B Mahol
> έγραψε:
>> You should also check max number of available pages.
>> And issue warning if user requested more than available and than provide
>> some
>> page.
>
> Yeah, I _would_ have done that, but the ima
On 29-03-2019 11:26 PM, James Almer wrote:
ffmpeg | branch: master | James Almer | Fri Mar 29 14:55:00
2019 -0300| [0856c5da0716e9c461d4f73339a2c2390d0a1162] | committer: James Almer
avcodec/libaomenc: fix default value for row-mt option
Signed-off-by: James Almer
-{ "row-mt",
30 matches
Mail list logo