Wed Sep 16 14:15:34 EEST 2020, Timo Rothenpieler wrote:
> ---
> src/download | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/src/download b/src/download
> index 706d402..0f090b8 100644
> --- a/src/download
> +++ b/src/download
> @@ -79,6 +79,9 @@
> Windows EXE Files
>
On Wed Sep 16 12:23:52 EEST 2020 Gyan wrote:
> ffmpeg.zeranoe.com will close on Sep 18, 2020
>
> Last published builds are from Aug 31 2020.
> ---
> src/download | 6 --
> 1 file changed, 6 deletions(-)
Patchset pushed. Thanks.
___
ffmpeg-devel ma
On Sat, Jun 13, 2020, at 9:49 AM, Paul B Mahol wrote:
[...]
> +static int mcc_read_header(AVFormatContext *s)
> +{
> +MCCContext *mcc = s->priv_data;
> +AVStream *st = avformat_new_stream(s, NULL);
> +AVRational rate;
> +int64_t ts, pos;
> +ptrdiff_t len;
‘len’ set but not used
On Mon, Jun 8, 2020, at 1:17 PM, Michael Niedermayer wrote:
> Hi
>
> ive branched release/4.3, will make the 4.3 release from its HEAD in a
> few days (maybe a week depending on comments from other developers or
> any major issues)
>
> If theres any issue remaining which you want to work on and f
On Tue, Jun 2, 2020, at 12:04 PM, Nicolas George wrote:
> Lou Logan (12020-06-02):
> > Why fixed-do solfège and not Music Macro Language which what was
> > used in BASIC?
>
> Because Microsoft BASIC 1.0 used the fixed-do solfège, and I
> implemented following its docu
On Tue, Jun 2, 2020, at 10:35 AM, Nicolas George wrote:
> Signed-off-by: Nicolas George
[...]
> +@item DO, RE, MI, FA, SO, LA, SI
> +Note, named in fixed-do solfège. The note can possibly be followed by "#" or
Why fixed-do solfège and not Music Macro Language which what was
used in BASIC?
This r
On Sun, May 31, 2020, at 12:35 PM, Nicolas George wrote:
>
> No doc
Yes, docs are needed, and an example would be nice. One complaint I
hear often is that many filters have no examples.
> name completely impossible to understand. Unacceptable.
Got any suggestions? We have 3 existing "audio-3 let
On Sat, May 9, 2020, at 1:41 PM, Martin Storsjö wrote:
> + --enable-mf enable decoding via MediaFoundation [auto]
encoding/decoding typo I presume.
I would prefer --enable-mediafoundation as it is more descriptive.
___
ffmpeg-devel mailin
On Thu, Apr 30, 2020, at 11:00 AM, Lou Logan wrote:
> doc/encoders.texi | 6 +-
> 1 file changed, 1 insertion(+), 5 deletions(-)
Pushed.
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-dev
On Tue, May 5, 2020, at 4:07 AM, Nico Coesel wrote:
> Hello all,
> I want to report a bug in the jpeg encoding but I can't seem to register
> to trac.
>
> Is there a special trick to it?
Are you having trouble getting past the antispam check?
Or did not not receive the verification email?
__
On Sat, May 2, 2020, at 1:51 AM, Michael Niedermayer wrote:
> Signed-off-by: Michael Niedermayer
> ---
> doc/mailing-list-faq.texi | 4 1 file changed, 4 insertions(+)
>
> diff --git a/doc/mailing-list-faq.texi b/doc/mailing-list-faq.texi
> index 439d783956..15fc8e86c0 100644 --- a/doc/mailin
On Fri, May 1, 2020, at 6:56 AM, Jean-Baptiste Kempf wrote:
>
> Is it not true that the encoder implements more options, profiles and
> samplerates?
ffaacenc has 1 additional AVoption compared to libfdk_aac; if that
means anything.
ffaacenc supports 1 additional sample rate (7350) compared to
li
Signed-off-by: Lou Logan
---
After this claim was made in e34e3619a2b kamedo2 did in-depth ABX
testing comparing these encoders:
https://hydrogenaud.io/index.php?topic=111085.0
Result: FFmpeg AAC wasn't as good as libfdk_aac on average.
I know some things have changed since then, "us
On Sun, Mar 22, 2020, at 9:54 AM, Lou Logan wrote:
>
> Fails to apply.
Forgot to mention it looks like your mail client broke/wrapped lines.
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-dev
On Sun, Mar 22, 2020, at 9:28 AM, Tom Needham wrote:
> This demuxer adds support for demuxing files in the Dynacolor format
> such as the sample located at:
>
> http://samples.ffmpeg.org/camera-dvr/dynacolor/dynacolor-camera-sample
>
> However, some decode errors are showing on the resulting MPEG
On Thu, Mar 19, 2020, at 3:07 PM, Carl Eugen Hoyos wrote:
>
> How good to know that all comments are taken seriously on this
> mailing list.
Gyan took the initiative to update the description with a trivial, very
minor, insignificant patch. It was a simple improvement and seemed fine
to me. If it
On Wed, Mar 18, 2020, at 10:39 PM, Lou Logan wrote:
> Sure, I’ll be able push it in about 12 hours or so.
Pushed
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above,
On Wed, Mar 18, 2020, at 10:05 PM, Gyan Doshi wrote:
> Thanks. Can you push this?
Sure, I’ll be able push it in about 12 hours or so.
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe,
On Fri, Mar 13, 2020, at 10:30 PM, Gyan Doshi wrote:
> As per https://johnvansickle.com/ffmpeg/
> ---
> src/download | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
LGTM
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/ma
On Sat, Mar 14, 2020, at 3:25 AM, Steven Liu wrote:
> Suggested-by: Carl Eugen Hoyos Reviewed-by: Lou
> Logan Signed-off-by: Steven Liu
> ---
> generate-doc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/generate-doc.sh b/generate-doc.sh inde
On Mon, Mar 16, 2020, at 2:30 AM, Paul B Mahol wrote:
> Signed-off-by: Paul B Mahol
> ---
> libavcodec/allcodecs.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c
> index 6046b15164..71e14c73e3 100644
> --- a/libavcodec/all
On Mon, Mar 16, 2020, at 2:30 AM, Paul B Mahol wrote:
> Signed-off-by: Paul B Mahol
> ---
> libavformat/Makefile | 1 +
> libavformat/allformats.c | 1 +
> libavformat/hca.c| 148 +++
> 3 files changed, 150 insertions(+)
> create mode 100644 li
On Sun, Mar 15, 2020, at 10:22 AM, Paul B Mahol wrote:
>
> +++ b/libavformat/Makefile
> +OBJS-$(CONFIG_FWSE_DEMUXER) += fwse.o
Missing pcm.o. Same with derf demuxer in patch 4/7.
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://
On Fri, Mar 13, 2020, at 10:23 PM, Gyan Doshi wrote:
>
> Do you mind if I continue with my own patch? I started reviewing this
> and noticed that many of the option description should have caveats
> since they can be silently (i.e. unlogged) modified based on other
> options. I think it's best f
On Fri, Mar 13, 2020, at 1:14 AM, Siddhant Agarwal wrote:
> Hi,
>
> I am using ffmpeg to convert RTSP stream to HLS chunk files. incase there
> is network error and the rtsp url is not receiving any data. ffmpeg doesn't
> retry for the data after the network issue is fixed.
>
> Regards,
> Siddhan
On Thu, Mar 12, 2020, at 8:32 PM, Gyan Doshi wrote:
>
> I already started on this after I added the MOV demuxer options.
>
> But this is a good start. I'll probably want to expand descriptions
> later on.
>
> Will have a look and push this weekend.
Thanks.
Here is my muxer.texi todo list if yo
On Thu, Mar 12, 2020, at 9:06 PM, Steven Liu wrote:
> Signed-off-by: Steven Liu
> ---
> generate-doc.sh | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/generate-doc.sh b/generate-doc.sh
> index d8d01d3..e316c05 100755
> --- a/generate-doc.sh
> +++ b/generate-doc.sh
> @@
Signed-off-by: Lou Logan
---
The options for this muxer have a separate section about fragmenting.
I tried to organize the missing options into the proper sections, but
I don't use fragmenting so I may have placed them in the wrong section.
---
doc/muxers.texi
On Tue, Mar 10, 2020, at 4:40 AM, Steven Liu wrote:
>
> Some travel ticket site can buy the cheapest ticket but cannot
> cancel it.
In an off-list discussion he indicated that the process would be more
time consuming than I expected compared to my usual airline.
Just to be clear I'm not blocking
On Mon, Mar 9, 2020, at 5:49 PM, Carl Eugen Hoyos wrote:
>
> Given that travel to Germany is in no way restricted, I don't see how.
There is no travel restriction in the US either, but here's what the main
airline in my region offers:
* No change or cancellation fees for travel through 2020-03-31
On Mon, Mar 9, 2020, at 4:59 PM, Carl Eugen Hoyos wrote:
> Hi!
>
> The Chemnitzer Linuxtage were canceled yesterday because of the Coronavirus.
> I request reimbursement of €138,86 for the flight to Germany I had
> booked last month.
>
> Thank you, Carl Eugen
Some airlines are providing a more g
On Wed, Mar 4, 2020, at 1:26 PM, Paul B Mahol wrote:
> diff --git a/libavcodec/Makefile b/libavcodec/Makefile
> +OBJS-$(CONFIG_AC4_DECODER) += ac4dec.o
Missing kbdwin.o.
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org
On Mon, Feb 24, 2020, at 3:37 AM, Anton Khirnov wrote:
> It fundamentally depends on an API that has been deprecated for five
> years, has seen no commits since that time and is of highly dubious
> usefulness.
> ---
> doc/filters.texi| 32 ---
> libavfilter/Makefile| 1 -
On Tue, Feb 18, 2020, at 2:00 PM, Patchwork wrote:
> Hello,
>
> Thank you for submitting a patch to ffmpeg-devel.
>
> An error occurred during an automated build/fate test. Please review
> the following link for more details:
> https://patchwork.ffmpeg.org/project/ffmpeg/patch/20200218224926.2
On Sun, Jan 26, 2020, at 4:46 AM, Paul B Mahol wrote:
> +@item wipeleft
> +@item wiperight
> +@item wipeup
> +@item wipedown
Nice filter, but you're missing the best wipe of them all: starwipe.
> +@item slideleft
> +@item slideright
> +@item slideup
> +@item slidedown
> +@end table
> +Default tra
On Tue, Jan 7, 2020, at 1:22 AM, Gyan Doshi wrote:
> ---
> doc/filters.texi | 6 +++---
> libavfilter/af_aformat.c | 3 +++
> 2 files changed, 6 insertions(+), 3 deletions(-)
LGTM
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffm
On Mon, Dec 30, 2019, at 3:18 PM, Audric Ackermann wrote:
> Hi,
>
> I think I already know the answer but I want to play UDP stream (h264 &
> klv) in an android app, and be able to toggle a "recording button" to save
> the data as a file with the exact same input parameters than what is sent
> to
On Fri, Dec 27, 2019, at 12:14 PM, Marton Balint wrote:
> Signed-off-by: Marton Balint
>
> +ffmpeg -f x11grab -r 1 -framerate 1 -video_size hd1080 -i :0.0 -qscale
> 6 -update 1 -protocol_opts method=PUT http://example.com/desktop.jpg
What's the reason this examples uses both -r and -framerate?
On Fri, Dec 27, 2019, at 12:14 PM, Marton Balint wrote:
> Signed-off-by: Marton Balint
> ---
> doc/muxers.texi | 52 ++--
> 1 file changed, 26 insertions(+), 26 deletions(-)
LGTM
___
ffmpeg-devel mailing
On Fri, Dec 27, 2019, at 12:38 AM, Chris wrote:
> I have a file with audio in the format pcm_s16be. When I try to copy
> this audio to another file using -c:a copy, it copies the audio but
> also transcodes it to AAC.
> If it's literally a copy, shouldn't the copy be pcm_s16be as well? How
> can
On Fri, Dec 20, 2019, at 9:33 PM, Steven Liu wrote:
> Signed-off-by: Steven Liu
> ---
> Changelog | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
LGTM.
No need to send patches for trivial typos like this if you prefer,
but I understand many here are not native English speakers.
On Wed, Dec 18, 2019, at 1:28 PM, Michael Niedermayer wrote:
>
> this or something similar LGTM
Pushed.
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
ffm
On Tue, 17 Dec 2019 15:58:36 -0900
Lou Logan wrote:
> + Hosting provided by href="https://telepoint.bg";>telepoint.bg
Will switch position of p and small since p should not be a child
element of small.
___
ffmpeg-devel mai
Hosting has been provided by telepoint.bg for 4 years now.
This places an unobtrusive note placed in the footer to acknowledge
their continuing support.
Signed-off-by: Lou Logan
---
src/template_footer1 | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/template_footer1 b/src
On Tue, 17 Dec 2019 01:13:15 +0100 (CET)
Marton Balint wrote:
>
> You should also remove the gpl dependency from configure.
...and update LICENSE.md.
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-deve
On Mon, 16 Dec 2019 21:05:55 +0100
Carl Eugen Hoyos wrote:
> Attached patch reduces the verbosity of the console output, comments welcome.
I am for this patch. Results in less noise, and in my opinion the
addresses are unnecessary in anything < debug.
On Thu, Nov 7, 2019, at 4:29 PM, myp...@gmail.com wrote:
> LGTM
Set pushed.
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.or
On Wed, Nov 6, 2019, at 3:37 PM, Carl Eugen Hoyos wrote:
>
> You could add the additional information to the commit messages...
Fixed locally.
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsu
afir, sinc, superequalizer, surround
Signed-off-by: Lou Logan
---
For afir fft is replaced with rdft as:
rdft_select="fft"
Fixes:
afir
/usr/bin/ld: libavfilter/libavfilter.a(af_afir.o): in function `fir_quantum':
af_afir.c:(.text+0x573): undefined reference to `av_rdft_ca
Signed-off-by: Lou Logan
---
bm3d
/usr/bin/ld: libavfilter/libavfilter.a(vf_bm3d.o): in function `activate':
vf_bm3d.c:(.text+0x3100): undefined reference to `ff_framesync_activate'
/usr/bin/ld: libavfilter/libavfilter.a(vf_bm3d.o): in function `process_frame':
vf_bm3d.c:(.text+0x3
On Tue, Nov 5, 2019, at 1:58 PM, Carl Eugen Hoyos wrote:
>
> Set lgtm.
Set pushed.
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffm
Signed-off-by: Lou Logan
---
Fixes:
--disable-everything --enable-encoder=snow
/usr/bin/ld: libavcodec/libavcodec.a(ituh263enc.o): in function
`h263_get_motion_length':
ituh263enc.c:(.text+0x487): undefined reference to `ff_mvtab'
/usr/bin/ld: ituh263enc.c:(.text+0x4db): undefined re
Signed-off-by: Lou Logan
---
Fixes:
--disable-everything --enable-encoder=wmv1
/usr/bin/ld: libavcodec/libavcodec.a(msmpeg4enc.o): in function
`ff_msmpeg4_encode_init':
msmpeg4enc.c:(.text+0x627): undefined reference to `ff_msmpeg4_common_init'
/usr/bin/ld: msmpeg4enc.c:(.
Signed-off-by: Lou Logan
---
Fixes:
--disable-everything --enable-encoder=opus
/usr/bin/ld: libavcodec/libavcodec.a(dcaenc.o): in function `encode_init':
dcaenc.c:(.text+0xeb9): undefined reference to `ff_mdct_init_fixed_32'
/usr/bin/ld: libavcodec/libavcodec.a(dcaenc.o): i
Signed-off-by: Lou Logan
---
Fixes:
--disable-everything --enable-encoder=dca
/usr/bin/ld: libavcodec/libavcodec.a(dcaenc.o): in function `encode_init':
dcaenc.c:(.text+0xeb9): undefined reference to `ff_mdct_init_fixed_32'
/usr/bin/ld: libavcodec/libavcodec.a(dcaenc.o): i
On Mon, Nov 4, 2019, at 3:42 PM, Carl Eugen Hoyos wrote:
> Am Di., 5. Nov. 2019 um 00:45 Uhr schrieb Lou Logan :
>
> [...]
>
> Set lgtm.
Set pushed.
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listin
Signed-off-by: Lou Logan
---
Fixes:
./configure --disable-everything --enable-decoder=mdec
/usr/bin/ld: libavcodec/libavcodec.a(mdec.o): in function `decode_init':
mdec.c:(.text+0x1602): undefined reference to `ff_bswapdsp_init'
---
configure | 2 +-
1 file changed, 1 insertion(+),
Signed-off-by: Lou Logan
---
Fixes:
./configure --disable-everything --enable-decoder=qdmc
/usr/bin/ld: libavcodec/libavcodec.a(qdmc.o): in function `qdmc_decode_init':
qdmc.c:(.text+0x112d): undefined reference to `ff_fft_init'
/usr/bin/ld: libavcodec/libavcodec.a(qdmc.o): i
Signed-off-by: Lou Logan
---
Fixes:
./configure --disable-everything --enable-decoder=ccaption
/usr/bin/ld: libavcodec/libavcodec.a(ccaption_dec.o): in function
`init_decoder':
ccaption_dec.c:(.text+0xa8): undefined reference to `ff_ass_subtitle_header'
/usr/bin/ld: libavcodec/li
Signed-off-by: Lou Logan
---
Fixes:
./configure --disable-everything --enable-decoder=ylc
/usr/bin/ld: libavcodec/libavcodec.a(ylc.o): in function `decode_init':
ylc.c:(.text+0x366): undefined reference to `ff_bswapdsp_init'
---
configure | 1 +
1 file changed, 1 insertion(+)
di
Signed-off-by: Lou Logan
---
Fixes:
./configure --disable-everything --enable-decoder=imm4
/usr/bin/ld: libavcodec/libavcodec.a(imm4.o): in function `decode_init':
imm4.c:(.text+0x267a): undefined reference to `ff_bswapdsp_init'
---
configure | 1 +
1 file changed, 1 insertion(+)
di
Signed-off-by: Lou Logan
---
Fixes:
./configure --disable-everything --enable-decoder=acelp_kelvin
/usr/bin/ld: libavcodec/libavcodec.a(g729dec.o): in function `decoder_init':
g729dec.c:(.text+0xba1): undefined reference to `ff_audiodsp_init'
---
configure | 1 +
1 file changed, 1
Signed-off-by: Lou Logan
---
Fixes:
--disable-everything --enable-decoder=atrac3al
/usr/bin/ld: libavcodec/libavcodec.a(atrac3.o): in function
`atrac3_decode_close':
atrac3.c:(.text+0x882): undefined reference to `ff_mdct_end'
/usr/bin/ld: libavcodec/libavcodec.a(atrac3.o): i
Signed-off-by: Lou Logan
---
Fixes:
--disable-everything --enable-decoder=atrac3pal
/usr/bin/ld: libavcodec/libavcodec.a(atrac3plusdec.o): in function
`atrac3p_decode_close':
atrac3plusdec.c:(.text+0x2cf): undefined reference to `ff_mdct_end'
/usr/bin/ld: atrac3plusdec.c:(.text+0x2e1):
On Sat, Nov 2, 2019, at 2:57 AM, Carl Eugen Hoyos wrote:
> Am Fr., 1. Nov. 2019 um 23:37 Uhr schrieb Lou Logan :
>
> [...]
>
> Set lgtm.
Set pushed.
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listin
Signed-off-by: Lou Logan
---
Fixes:
./configure --disable-everything --enable-muxer=rtp && make
/usr/bin/ld: libavformat/libavformat.a(rtpenc_jpeg.o): in function
`ff_rtp_send_jpeg':
libavformat/rtpenc_jpeg.c:116: undefined reference to
`avpriv_mjpeg_bits_dc_chrominance
Signed-off-by: Lou Logan
---
Fixes:
./configure --disable-everything --enable-demuxer=hcom && make
/usr/bin/ld: libavformat/libavformat.a(hcom.o):(.data.rel+0x58): undefined
reference to `ff_pcm_read_packet'
---
libavformat/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 dele
Signed-off-by: Lou Logan
---
Fixes:
./configure --disable-everything --enable-demuxer=nsp && make
/usr/bin/ld: libavformat/libavformat.a(nspdec.o):(.data.rel+0x58): undefined
reference to `ff_pcm_read_packet'
/usr/bin/ld: libavformat/libavformat.a(nspdec.o):(.data.rel+0x6
Signed-off-by: Lou Logan
---
Fixes:
./configure --disable-everything --enable-demuxer=sdx && make
/usr/bin/ld: libavformat/libavformat.a(sdxdec.o):(.data.rel+0x58): undefined
reference to `ff_pcm_read_packet'
/usr/bin/ld: libavformat/libavformat.a(sdxdec.o):(.data.rel+0x6
Signed-off-by: Lou Logan
---
Fixes:
./configure --disable-everything --enable-demuxer=act && make
/usr/bin/ld: libavformat/libavformat.a(act.o): in function `read_header':
libavformat/act.c:78: undefined reference to `ff_get_wav_header'
---
configure | 1 +
1 file ch
On Wed, Oct 30, 2019, at 12:38 AM, Paul B Mahol wrote:
> lgtm
Pushed
881f083a16a17509aaa53274f2c6f4f4c507dade
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or ema
Signed-off-by: Lou Logan
---
Fixes:
./configure --disable-everything --enable-muxer=mxf
...
LD ffmpeg_g
/usr/bin/ld: libavformat/libavformat.a(mxfenc.o): in function
`get_ue_golomb_31':
ffmpeg/./libavcodec/golomb.h:140: undefined reference to `ff_ue_golomb_vlc_code'
collect2:
On Fri, Oct 25, 2019, at 3:17 AM, Deby Page wrote:
>
> I would recommend adding the following to the button's CSS, wrapping
> the button to multiple lines on smaller screens:
> white-space: normal;
Thanks. Pushed, but with errors:
remote: lessc --clean-css src/less/style.less >
htdocs/css/sty
On Tue, Oct 22, 2019, at 10:05 AM, Paul B Mahol wrote:
> probably ok
Pushed b293ec7188b6b39ac769f358a2f4a95d0a49c1b7.
Now giant download button is more giant, but I will adjust the CSS.
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpe
Mention big download button is for source code.
Mention "executable files" for Windows users in subheader.
State that FFmpeg only provides source code.
Rename OS X to macOS.
Remove PPA to EOL Ubuntu Trusty.
Add button to Old Releases.
Signed-off-by: Lou Logan
---
src/dow
On Tue, Oct 15, 2019, at 3:06 PM, Mark Niebur wrote:
> This should be fixed already on master? I checked a few hours ago and was
> able to repro.
Yes. Paul made the commit less than 10 minutes ago.
https://git.videolan.org/gitweb.cgi/ffmpeg.git/?p=ffmpeg.git;a=commit;h=29dac2927f5fa0b1f5c6b27a3e
mypopy wrote:
>On Wed, Oct 9, 2019 at 8:06 PM wrote:
>>
>> From: Zhao Zhili
>>
>> ---
>> libavfilter/avfilter.h | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
>> index 9d70e7118b..3eaa8a4089 100644
>> --- a/libavfilter/
On Fri, Oct 11, 2019, at 10:56 AM, London, Marc wrote:
> Hi,
>
> We are very interested in a fix to address the issue where the Front
> Center (FC) in a discrete track is identified as a Mono track,
> especially in Quicktime/Apple platforms.
>
> https://trac.ffmpeg.org/ticket/2865#trac-add-comm
On Sun, Oct 6, 2019, at 12:32 PM, ABDULLA SAKALLI wrote:
> Dear list,
> I've 109 png or svg files. I create a video from it. But the video is not
> zoomable. I cannot zoom in or out with my mouse. Is it possible to activate
> the zoom option for the video.
This mailing list (ffmpeg-devel) is only
On Sat, Sep 28, 2019, at 5:04 PM, myp...@gmail.com wrote:
>
> LGTM
Pushed
61b7676bd5a6ae79e4a607a600d3741c84ec6d8a
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, o
Signed-off-by: Lou Logan
---
fftools/cmdutils.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/fftools/cmdutils.c b/fftools/cmdutils.c
index 6f4031fbb9..84f98b7c04 100644
--- a/fftools/cmdutils.c
+++ b/fftools/cmdutils.c
@@ -848,8 +848,8 @@ do
On Fri, Sep 27, 2019, at 12:18 AM, Michael Niedermayer wrote:
> On Thu, Sep 26, 2019 at 10:27:57AM -0800, Lou Logan wrote:
> > Signed-off-by: Lou Logan
> > ---
> > Some users were expecting real/wall-clock time.
> >
> > doc/ffmpeg.texi | 2 +-
> > fftools/
Signed-off-by: Lou Logan
---
Some users were expecting real/wall-clock time.
doc/ffmpeg.texi | 2 +-
fftools/ffmpeg_opt.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
index 1da18d9d0b..92337d 100644
--- a/doc/ffmpeg.texi
+++ b
On Mon, May 20, 2019, at 11:00 AM, Lou Logan wrote:
> Major releases have been every 6 months approximately; not every 3 months.
>
> Signed-off-by: Lou Logan
> ---
> src/download | 2 +-
> 1 file changed, 1 insertion(+), 1 d
Major releases have been every 6 months approximately; not every 3 months.
Signed-off-by: Lou Logan
---
src/download | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/download b/src/download
index 07f4439..9544de2 100644
--- a/src/download
+++ b/src/download
@@ -258,7
On Mon, Apr 22, 2019, at 10:47 AM, Nicolas George wrote:
>
> Sorry, missed it. LGTM.
Pushed.
f9a061a31c3d2d81b3ec1e1b9b37187a358cdd9e
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe,
On Fri, 19 Apr 2019 10:54:26 -0800
Lou Logan wrote:
> From 10800493523b9274e7cc8784b65cc183a94b7281 Mon Sep 17 00:00:00 2001
> From: Takayuki 'January June' Suwa
> Date: Thu, 18 Apr 2019 10:56:40 +0900
> Subject: [PATCH] avdevice/alsa: fix indefinite stop on closing PCM
On Fri, Apr 19, 2019, at 2:15 PM, Hendrik Leppkes wrote:
>
> The first mail like that arrived, and handling of it of course
> depends on the mail client in question. But at least Patchwork doesn't
> seem to like it much, it quite simply still attributes it to the
> "shared" mail.
> Not sure if th
Attached patch resolves the issue mentioned within.
>From 10800493523b9274e7cc8784b65cc183a94b7281 Mon Sep 17 00:00:00 2001
From: Takayuki 'January June' Suwa
Date: Thu, 18 Apr 2019 10:56:40 +0900
Subject: [PATCH] avdevice/alsa: fix indefinite stop on closing PCM capture
Sorry, I forgot to take r
On Thu, 18 Apr 2019 18:01:27 -0400
"Lou Logan" wrote:
>
> But we can certainly give it a try if you like. I'm not sure how patchwork
> will handle it.
(Didn't realize my webmail client wasn't actually wrapping my text
although it was doing it in the window
On Fri, 19 Apr 2019 00:05:00 +
Andreas Rheinhardt wrote:
> But now I am unsure whether I should resend my patchsets?
At this point I suggest resending as it will allow the commiter to
avoid having to adjust the author and will help avoid mistakes.
On Thu, Apr 18, 2019, at 1:25 PM, Hendrik Leppkes wrote:
>
> Did you try the "wrap" option? As I understand it, it would preserve
> the original mail entirely, and rely on the mail client of the
> recipient (ie. us) to properly unwrap the MIME container.
> We've had various problems of authorship i
On Thu, Apr 18, 2019, at 11:09 AM, Nicolas George wrote:
>
> In my not-so-humble opinion, mailing-list operators should have refused
> these bad compromises. "Sorry, you cannot use mailing-lists with
> $operator, that is not our fault, they broke it on purpose."
The mail admin on the other side pr
On Thu, Apr 18, 2019, at 4:51 AM, Hendrik Leppkes wrote:
>
> Whoever setup this ML sender rewriting thing should probably look into
> options to also re-write the patch content and add a "From:" line in
> there with the original name and email to avoid issues.
I enabled this due DMARC as Timo corr
On Tue, Apr 16, 2019, at 10:27 AM, sourabh jain wrote:
> Hi ,
>
> can someone here , help me with
> Impossible to convert between the formats supported by the filter
> 'Parsed_ebur128_0' and the filter 'auto_resampler_0
> explained my situation here :
>
> https://github.com/bytedeco/javacpp-prese
On Fri, Mar 29, 2019, at 9:39 AM, Michael Niedermayer wrote:
>
> and i would suggest we consider setting up some bug bounties for these
> 151 ? regressions or a subset of them. This may help to draw more
> interrest towards them ...
Getting off-topic here, but I think some of the donated funds sho
On Sat, Apr 6, 2019, at 8:42 AM, Balint Marton wrote:
>
> Question: Do you support extending the voting committte with the people
> above?
Yes
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To uns
On Thu, Mar 28, 2019, at 3:00 AM, Carl Eugen Hoyos wrote:
> Hi!
>
> Attached patch also simplifies the release process.
>
> Please comment, Carl Eugen
LGTM.
I prefer if you omit the commit message as it may confuse users. We do backport
to point releases and users may view that as some sort of
On Wed, Mar 20, 2019, at 9:58 AM, Carl Eugen Hoyos wrote:
>
> Patch applied.
>
Breaks compilation for me on x86_64 linux:
/usr/bin/ld: libavformat/libavformat.a(allformats.o):(.data.rel.ro+0x398):
undefined reference to `ff_kux_demuxer'
collect2: error: ld returned 1 exit status
make: *** [Make
On Mon, 11 Mar 2019 23:07:37 +0100
Ulf Zibis wrote:
> From 74dda304bf7a0a31873518187438815d08533934 Mon Sep 17 00:00:00 2001
> From: Ulf Zibis
> Date: 11.03.2019, 23:04:15
>
> Beautified + accelerated
Commit message title prefix for filter patches are usually in the form
of:
avfilter/fillbord
1 - 100 of 539 matches
Mail list logo