From da3899b24ad89b4788a3b8191d53b26f5eec328e Mon Sep 17 00:00:00 2001
From: Aaron Levinson
Date: Thu, 13 Apr 2017 23:12:30 -0700
Subject: [PATCH] Fixed problems with QuickSync (QSV) interlaced video
encoding
Purpose: Fixed problems with QuickSync (QSV) interlaced video encoding
that were introd
2017-04-13 9:51 GMT+02:00 Rostislav Pehlivanov :
> On 13 April 2017 at 07:13, Carl Eugen Hoyos wrote:
>
>> 2017-04-13 4:02 GMT+02:00 Rostislav Pehlivanov :
>> > On 12 April 2017 at 23:50, Carl Eugen Hoyos wrote:
>> >
>> >> 2017-04-13 0:26 GMT+02:00 Rostislav Pehlivanov :
>> >>
>> >> > +/*
added in:
734d760e2f lavc/libvpxenc: add -row-mt option
Signed-off-by: James Zern
---
doc/encoders.texi | 2 ++
1 file changed, 2 insertions(+)
diff --git a/doc/encoders.texi b/doc/encoders.texi
index 594c612b5a..7f4754d160 100644
--- a/doc/encoders.texi
+++ b/doc/encoders.texi
@@ -1679,6 +1679
this was added in 1.6.0
Signed-off-by: James Zern
---
doc/encoders.texi | 2 +-
libavcodec/libvpxenc.c | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/doc/encoders.texi b/doc/encoders.texi
index 594c612b5a..f8f187664c 100644
--- a/doc/encoders.texi
+++ b/doc/encoders
On Thu, Apr 13, 2017 at 09:11:41PM -0300, James Almer wrote:
> On 4/13/2017 8:43 PM, Michael Niedermayer wrote:
> > On Thu, Apr 13, 2017 at 08:18:56PM +, James Almer wrote:
> >> ffmpeg | branch: master | James Almer | Thu Apr 13
> >> 17:09:52 2017 -0300| [5dba808064e7879c04d3e2fb4f10e709bedf5
On Tue, Apr 11, 2017 at 9:33 PM, Vignesh Venkatasubramanian
wrote:
> Add an option to webm_dash_manifest demuxer to specify a value for
> "bandwidth" field in the DASH manifest. The value is then used by
> the muxer. Fixes an existing FIXME in the code.
>
> Signed-off-by: Vignesh Venkatasubramania
On 4/13/2017 3:40 PM, Marton Balint wrote:
>
> On Thu, 13 Apr 2017, Aaron Levinson wrote:
>
>> On 4/13/2017 2:12 AM, Hendrik Leppkes wrote:
>>> On Thu, Apr 13, 2017 at 10:36 AM, Aaron Levinson
>> wrote:
>>> Give it some time for the other changes to be reviewed by the people
>>> that actually k
On 2017/4/13 22:05, Mark Thompson wrote:
> On 13/04/17 13:34, Jun Zhao wrote:
>> From 1fa48b45fe962d8c342d158d9c16ce24139ffd84 Mon Sep 17 00:00:00 2001
>> From: Jun Zhao
>> Date: Thu, 13 Apr 2017 20:07:10 +0800
>> Subject: [PATCH] vaapi_encode: Fix the vaapi h264 encoder VBR/CBR metadata
>> set
From 48f7daba16e0fcdb83d9abd254800c7b9f4ab684 Mon Sep 17 00:00:00 2001
From: Aaron Levinson
Date: Thu, 13 Apr 2017 17:30:47 -0700
Subject: [PATCH] Enhanced require_pkg_config() in configure to fallback to
require() if pkg-config is missing
Purpose: Enhanced require_pkg_config() in configure to
f
On 4/13/2017 8:43 PM, Michael Niedermayer wrote:
> On Thu, Apr 13, 2017 at 08:18:56PM +, James Almer wrote:
>> ffmpeg | branch: master | James Almer | Thu Apr 13
>> 17:09:52 2017 -0300| [5dba808064e7879c04d3e2fb4f10e709bedf51c2] | committer:
>> James Almer
>>
>> Merge commit '3e105d08848162b
From 558b957eb85a669899750b2e150eba7cdee8dcd9 Mon Sep 17 00:00:00 2001
From: Aaron Levinson
Date: Thu, 13 Apr 2017 16:46:59 -0700
Subject: [PATCH] Enhanced configure to improve compiler options associated with
debugging with Visual C++ (MSVC)
Purpose: Enhanced configure to improve compiler opti
On Thu, Apr 13, 2017 at 08:18:56PM +, James Almer wrote:
> ffmpeg | branch: master | James Almer | Thu Apr 13
> 17:09:52 2017 -0300| [5dba808064e7879c04d3e2fb4f10e709bedf51c2] | committer:
> James Almer
>
> Merge commit '3e105d08848162b90d886bde59c010d4b0362a4b'
>
> * commit '3e105d0884816
On Thu, 13 Apr 2017, Aaron Levinson wrote:
On 4/13/2017 2:12 AM, Hendrik Leppkes wrote:
On Thu, Apr 13, 2017 at 10:36 AM, Aaron Levinson
wrote:
Give it some time for the other changes to be reviewed by the people
that actually know decklink itself, you can include that in any new
versions o
On Thu, Apr 13, 2017 at 2:36 PM, wm4 wrote:
> On Thu, 13 Apr 2017 02:47:39 -0700
> Aaron Levinson wrote:
>
>> On 4/13/2017 2:10 AM, Hendrik Leppkes wrote:
>> > On Thu, Apr 13, 2017 at 11:04 AM, Aaron Levinson
>> > wrote:
>> >> static av_unused int pthread_cond_signal(pthread_cond_t *cond)
>> >
On Fri, Apr 14, 2017 at 12:00 AM, Ronald S. Bultje wrote:
> Hi Aaron,
>
> On Thu, Apr 13, 2017 at 4:47 PM, Aaron Levinson
> wrote:
>
>> #if ARCH_AARCH64
>> if (ARCH_AARCH64)
>> return ff_get_cpu_flags_aarch64();
>> #endif
>>
>
> If you add #if, at least replace the if with it. #if + i
Hi Aaron,
On Thu, Apr 13, 2017 at 4:47 PM, Aaron Levinson
wrote:
> #if ARCH_AARCH64
> if (ARCH_AARCH64)
> return ff_get_cpu_flags_aarch64();
> #endif
>
If you add #if, at least replace the if with it. #if + if is redundant.
> Such a script could be reviewed and checked into the so
On 4/13/2017 1:23 PM, Hendrik Leppkes wrote:
> On Thu, Apr 13, 2017 at 10:09 PM, Aaron Levinson wrote:
>> On 4/13/2017 3:55 AM, Hendrik Leppkes wrote:
>>>
>>> On Thu, Apr 13, 2017 at 12:39 PM, Aaron Levinson
>>> wrote:
On 4/13/2017 12:36 AM, Hendrik Leppkes wrote:
diff --git a/conf
On 4/13/2017 11:04 AM, Matt Oliver wrote:
On 14 April 2017 at 03:31, Hendrik Leppkes wrote:
On Thu, Apr 13, 2017 at 7:16 PM, Matt Oliver wrote:
On 14 April 2017 at 02:11, Rostislav Pehlivanov
wrote:
On 13 April 2017 at 16:51, wm4 wrote:
On Thu, 13 Apr 2017 17:39:57 +1000
Matt Olive
On Thu, Apr 13, 2017 at 10:09 PM, Aaron Levinson wrote:
> On 4/13/2017 3:55 AM, Hendrik Leppkes wrote:
>>
>> On Thu, Apr 13, 2017 at 12:39 PM, Aaron Levinson
>> wrote:
>>>
>>> On 4/13/2017 12:36 AM, Hendrik Leppkes wrote:
>>> diff --git a/configure b/configure
>>> index a383bf2..9a06437 100755
>>
On 4/13/2017 3:55 AM, Hendrik Leppkes wrote:
On Thu, Apr 13, 2017 at 12:39 PM, Aaron Levinson wrote:
On 4/13/2017 12:36 AM, Hendrik Leppkes wrote:
diff --git a/configure b/configure
index a383bf2..9a06437 100755
--- a/configure
+++ b/configure
@@ -4843,8 +4843,6 @@ case $target_os in
e
On 4/13/2017 2:12 AM, Hendrik Leppkes wrote:
On Thu, Apr 13, 2017 at 10:36 AM, Aaron Levinson wrote:
Give it some time for the other changes to be reviewed by the people
that actually know decklink itself, you can include that in any new
versions of the patch then, no need to send one for that r
Signed-off-by: Rostislav Pehlivanov
---
src/index | 53 +
1 file changed, 53 insertions(+)
diff --git a/src/index b/src/index
index c203676..1b8a037 100644
--- a/src/index
+++ b/src/index
@@ -37,6 +37,59 @@
News
+ April 13th, 2017,
The offending bitstream filter was fixed, so this is no longer needed.
Signed-off-by: James Almer
---
ffmpeg.c | 19 ---
ffmpeg.h | 1 -
ffmpeg_opt.c | 7 ---
3 files changed, 27 deletions(-)
diff --git a/ffmpeg.c b/ffmpeg.c
index e4b94b2fa0..1a0f6a57f1 100644
---
The offending bitstream filter was fixed, so this is no longer needed.
Signed-off-by: James Almer
---
libavformat/mux.c | 13 -
1 file changed, 13 deletions(-)
diff --git a/libavformat/mux.c b/libavformat/mux.c
index 3a5e876913..033e359ca2 100644
--- a/libavformat/mux.c
+++ b/libavf
Don't just look at zero sized packets, and also check for AAC extradata
updates, in preparation for the following patches.
Signed-off-by: James Almer
---
libavformat/movenc.c | 34 ++
1 file changed, 18 insertions(+), 16 deletions(-)
diff --git a/libavformat/move
This removes the current API violating behavior of overwritting the stream's
extradata during packet filtering, something that should not happen after the
av_bsf_init() call.
The bitstream filter generated extradata is no longer available during
write_header(), and as such not usable with non seek
This is in preparation for the following patch.
Signed-off-by: James Almer
---
libavformat/latmenc.c | 22 ++
1 file changed, 18 insertions(+), 4 deletions(-)
diff --git a/libavformat/latmenc.c b/libavformat/latmenc.c
index 43ca4821cb..c919976d49 100644
--- a/libavformat/lat
This adapts and merges commit f4bf236338f6001736a4784b9c23de863057a583
from libav, originally skipped in 13a211e6320d061d9e8c29354c81239324b2db03
as it was not necessary back then.
Is's applied now in preparation for the following patches, where the
aac_adtstoasc bitstream filter will start to cor
On 14 April 2017 at 03:31, Hendrik Leppkes wrote:
> On Thu, Apr 13, 2017 at 7:16 PM, Matt Oliver wrote:
> > On 14 April 2017 at 02:11, Rostislav Pehlivanov
> wrote:
> >
> >>
> >>
> >> On 13 April 2017 at 16:51, wm4 wrote:
> >>
> >>> On Thu, 13 Apr 2017 17:39:57 +1000
> >>> Matt Oliver wrote:
Signed-off-by: Rostislav Pehlivanov
---
src/index | 51 +++
1 file changed, 51 insertions(+)
diff --git a/src/index b/src/index
index c203676..f7f9ea2 100644
--- a/src/index
+++ b/src/index
@@ -37,6 +37,57 @@
News
+ April 13th, 2017, FF
13.04.2017, 09:40, "Steven Liu" :
> 2017-04-13 20:48 GMT+08:00 Raymond Pierce :
>
>> Hi. Currently FFplay has no visible progress bar and it is hard to tell
>> where a stream is currently positioned. So if one wants, for example, to
>> rewind
>> a little back relative to current position using
On Thu, Apr 13, 2017 at 7:16 PM, Matt Oliver wrote:
> On 14 April 2017 at 02:11, Rostislav Pehlivanov wrote:
>
>>
>>
>> On 13 April 2017 at 16:51, wm4 wrote:
>>
>>> On Thu, 13 Apr 2017 17:39:57 +1000
>>> Matt Oliver wrote:
>>>
>>> > On 13 April 2017 at 17:20, Aaron Levinson wrote:
>>> >
>>> >
On 14 April 2017 at 02:11, Rostislav Pehlivanov wrote:
>
>
> On 13 April 2017 at 16:51, wm4 wrote:
>
>> On Thu, 13 Apr 2017 17:39:57 +1000
>> Matt Oliver wrote:
>>
>> > On 13 April 2017 at 17:20, Aaron Levinson wrote:
>> >
>> > > I wanted to build a debug build of ffmpeg using Visual C++ today
Not sure if it was email formatting or editor setting. Is this patch ok?
On Thu, Apr 13, 2017 at 5:24 PM, Michael Niedermayer wrote:
> On Thu, Apr 13, 2017 at 04:14:46PM +0100, Tim Hunt wrote:
> > My last patch was slightly convoluted and really dumb.
> >
> > I suspect it impacts on a couple of
On Thu, Apr 13, 2017 at 04:14:46PM +0100, Tim Hunt wrote:
> My last patch was slightly convoluted and really dumb.
>
> I suspect it impacts on a couple of checks for
> variants[0]->playlists[0]->finished and the problem will be when a non live
> stream has two variants using EXT-X-ENDLIST and the
On 13 April 2017 at 16:51, wm4 wrote:
> On Thu, 13 Apr 2017 17:39:57 +1000
> Matt Oliver wrote:
>
> > On 13 April 2017 at 17:20, Aaron Levinson wrote:
> >
> > > I wanted to build a debug build of ffmpeg using Visual C++ today, one
> > > without any optimizations. This implies the use of the -O
On Thu, 13 Apr 2017 17:39:57 +1000
Matt Oliver wrote:
> On 13 April 2017 at 17:20, Aaron Levinson wrote:
>
> > I wanted to build a debug build of ffmpeg using Visual C++ today, one
> > without any optimizations. This implies the use of the -Od compiler
> > option. Unfortunately, I quickly dis
My last patch was slightly convoluted and really dumb.
I suspect it impacts on a couple of checks for
variants[0]->playlists[0]->finished and the problem will be when a non live
stream has two variants using EXT-X-ENDLIST and the first stream in the
playlist is down? Not sure how to approach this,
Hi. Currently FFplay has no visible progress bar and it is hard to tell
where a stream is currently positioned. So if one wants, for example, to rewind
a little back relative to current position using right mouse click it is always
guessing and trying.
I propose very simple 1-pixel progress bar
2017-04-13 20:48 GMT+08:00 Raymond Pierce :
> Hi. Currently FFplay has no visible progress bar and it is hard to tell
> where a stream is currently positioned. So if one wants, for example, to
> rewind
> a little back relative to current position using right mouse click it is
> always
> guessing a
2017-04-11 23:29 GMT+08:00 Andy Furniss :
> Steven Liu wrote:
>
>> 2017-04-11 22:27 GMT+08:00 Andy Furniss :
>>
>> Steven Liu wrote:
>>>
>>> ffmpeg need a dash demuxer for demux the dash formats base on
https://github.com/samsamsam-iptvplayer/exteplayer3/blob/mas
ter/tmp/ffmpeg/patches/3
2017-04-12 14:13 GMT+08:00 Rodger Combs :
>
> > On Apr 9, 2017, at 09:08, Steven Liu wrote:
> >
> > ffmpeg need a dash demuxer for demux the dash formats
> > base on
> > https://github.com/samsamsam-iptvplayer/exteplayer3/blob/
> master/tmp/ffmpeg/patches/3.2.2/01_add_dash_demux.patch
> >
> >
On 13/04/17 13:34, Jun Zhao wrote:
> From 1fa48b45fe962d8c342d158d9c16ce24139ffd84 Mon Sep 17 00:00:00 2001
> From: Jun Zhao
> Date: Thu, 13 Apr 2017 20:07:10 +0800
> Subject: [PATCH] vaapi_encode: Fix the vaapi h264 encoder VBR/CBR metadata
> setting error.
>
> before this fix, mediainfo check
On Thu, 13 Apr 2017 14:11:05 +0200
denim2x wrote:
> Ticket #2617 reports playback issues involving HLS - running this command:
> > ffplay
> > http://amd.cdn.turner.com/adultswim/big/streams/playlists/toonami.m3u8[http://amd.cdn.turner.com/adultswim/big/streams/playlists/toonami.m3u8]
> > -logle
From 1fa48b45fe962d8c342d158d9c16ce24139ffd84 Mon Sep 17 00:00:00 2001
From: Jun Zhao
Date: Thu, 13 Apr 2017 20:07:10 +0800
Subject: [PATCH] vaapi_encode: Fix the vaapi h264 encoder VBR/CBR metadata
setting error.
before this fix, mediainfo check the bit rate control mode metadata info
is wrong.
On Thu, 13 Apr 2017 02:47:39 -0700
Aaron Levinson wrote:
> On 4/13/2017 2:10 AM, Hendrik Leppkes wrote:
> > On Thu, Apr 13, 2017 at 11:04 AM, Aaron Levinson
> > wrote:
> >> static av_unused int pthread_cond_signal(pthread_cond_t *cond)
> >> {
> >> -win32_cond_t *win32_cond = cond->Ptr;
Ticket #2617 reports playback issues involving HLS - running this command:
> ffplay
> http://amd.cdn.turner.com/adultswim/big/streams/playlists/toonami.m3u8[http://amd.cdn.turner.com/adultswim/big/streams/playlists/toonami.m3u8]
> -loglevel debug
results in this final line being printed:
> http:
On Sun, Apr 02, 2017 at 09:15:00PM +0200, Michael Niedermayer wrote:
> On Sat, Apr 01, 2017 at 09:17:00PM +0200, Marton Balint wrote:
> >
> > On Fri, 31 Mar 2017, James Almer wrote:
> >
> > >Now, regarding merges, we're like 10 commits away from the massive
> > >bitstream reader batch, which is m
0001-make-libavformat-more-tolerant-fixes-2617.patch
Description: Binary data
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
On Thu, Apr 13, 2017 at 12:39 PM, Aaron Levinson wrote:
> On 4/13/2017 12:36 AM, Hendrik Leppkes wrote:
>> On Thu, Apr 13, 2017 at 5:34 AM, Aaron Levinson wrote:
>>> diff --git a/configure b/configure
>>> index adb0060..5b76a33 100755
>>> --- a/configure
>>> +++ b/configure
>>> @@ -3646,6 +3646,8
On 4/13/2017 12:36 AM, Hendrik Leppkes wrote:
> On Thu, Apr 13, 2017 at 5:34 AM, Aaron Levinson wrote:
>> diff --git a/configure b/configure
>> index adb0060..5b76a33 100755
>> --- a/configure
>> +++ b/configure
>> @@ -3646,6 +3646,8 @@ case "$toolchain" in
>> ld_default="$source_path/com
On 4/13/2017 2:10 AM, Hendrik Leppkes wrote:
> On Thu, Apr 13, 2017 at 11:04 AM, Aaron Levinson wrote:
>> static av_unused int pthread_cond_signal(pthread_cond_t *cond)
>> {
>> -win32_cond_t *win32_cond = cond->Ptr;
>> +win32_cond_t *win32_cond = (win32_cond_t*)cond->Ptr;
>> int hav
>>>James Almer schrieb am Do, 13.4.2017:
On 4/12/2017 9:39 PM, Thomas Mundt wrote:
>>
>> James Almer suggested to change the function prototype. Which was easy in c,
>> but for simd this is the best I can do.
>
> I didn't check, but I think the reason i told you to change the prototype here
On Thu, Apr 13, 2017 at 10:36 AM, Aaron Levinson wrote:
> On 4/13/2017 1:21 AM, Hendrik Leppkes wrote:
>>
>> On Thu, Apr 13, 2017 at 5:32 AM, Aaron Levinson
>> wrote:
>>>
>>> diff --git a/configure b/configure
>>> index b0f7b1a..adb0060 100755
>>> --- a/configure
>>> +++ b/configure
>>> @@ -2992,
On Thu, Apr 13, 2017 at 11:04 AM, Aaron Levinson wrote:
> On 4/13/2017 1:27 AM, Hendrik Leppkes wrote:
>> On Thu, Apr 13, 2017 at 10:23 AM, Aaron Levinson
>> wrote:
>>> diff --git a/configure b/configure
>>> index b2fc781..6112b9b 100755
>>> --- a/configure
>>> +++ b/configure
>>> @@ -3637,8 +36
On 4/13/2017 1:27 AM, Hendrik Leppkes wrote:
> On Thu, Apr 13, 2017 at 10:23 AM, Aaron Levinson wrote:
>> diff --git a/configure b/configure
>> index b2fc781..6112b9b 100755
>> --- a/configure
>> +++ b/configure
>> @@ -3637,8 +3637,10 @@ case "$toolchain" in
>> cl_major_ver=$(cl 2>&1 | se
On 4/13/2017 1:21 AM, Hendrik Leppkes wrote:
On Thu, Apr 13, 2017 at 5:32 AM, Aaron Levinson wrote:
diff --git a/configure b/configure
index b0f7b1a..adb0060 100755
--- a/configure
+++ b/configure
@@ -2992,9 +2992,9 @@ avfoundation_indev_deps="pthreads"
avfoundation_indev_extralibs="-framework
On Thu, Apr 13, 2017 at 10:23 AM, Aaron Levinson wrote:
> On 4/13/2017 12:21 AM, Hendrik Leppkes wrote:
>> On Thu, Apr 13, 2017 at 2:16 AM, Aaron Levinson wrote:
>>> diff --git a/configure b/configure
>>> index d13d60b..b0f7b1a 100755
>>> --- a/configure
>>> +++ b/configure
>>> @@ -3635,10 +3635,
On 4/13/2017 12:21 AM, Hendrik Leppkes wrote:
> On Thu, Apr 13, 2017 at 2:16 AM, Aaron Levinson wrote:
>> diff --git a/configure b/configure
>> index d13d60b..b0f7b1a 100755
>> --- a/configure
>> +++ b/configure
>> @@ -3635,10 +3635,13 @@ case "$toolchain" in
>> # successfully parses the
On Thu, Apr 13, 2017 at 5:32 AM, Aaron Levinson wrote:
> From d175e7fc94a2efc4f0bad021c118e4f907832c9c Mon Sep 17 00:00:00 2001
> From: Aaron Levinson
> Date: Wed, 12 Apr 2017 20:12:11 -0700
> Subject: [PATCH] avdevice/decklink: Removed pthread dependency
>
> Purpose: avdevice/decklink: Removed p
On 13 April 2017 at 07:13, Carl Eugen Hoyos wrote:
> 2017-04-13 4:02 GMT+02:00 Rostislav Pehlivanov :
> > On 12 April 2017 at 23:50, Carl Eugen Hoyos wrote:
> >
> >> 2017-04-13 0:26 GMT+02:00 Rostislav Pehlivanov :
> >>
> >> > +/* Undo the sample reorganization going from time order to
>
On 13 April 2017 at 17:20, Aaron Levinson wrote:
> I wanted to build a debug build of ffmpeg using Visual C++ today, one
> without any optimizations. This implies the use of the -Od compiler
> option. Unfortunately, I quickly discovered that the build fails soon
> after it starts because it can
On Thu, Apr 13, 2017 at 5:34 AM, Aaron Levinson wrote:
> From aa549cf1c463f4a37bda44b934e17811986f11d9 Mon Sep 17 00:00:00 2001
> From: Aaron Levinson
> Date: Wed, 12 Apr 2017 20:21:41 -0700
> Subject: [PATCH] Made minor changes to get the decklink avdevice code to
> build using Visual C++
>
> P
On Thu, Apr 13, 2017 at 9:20 AM, Aaron Levinson wrote:
> I wanted to build a debug build of ffmpeg using Visual C++ today, one
> without any optimizations. This implies the use of the -Od compiler option.
> Unfortunately, I quickly discovered that the build fails soon after it
> starts because it
On Thu, Apr 13, 2017 at 2:16 AM, Aaron Levinson wrote:
> From 722cbb5f6544323430d883212ac2e38c4eb94e5f Mon Sep 17 00:00:00 2001
> From: Aaron Levinson
> Date: Wed, 12 Apr 2017 16:33:39 -0700
> Subject: [PATCH] Made appropriate changes to be able to successfully build
> C++ files using a Visual C
I wanted to build a debug build of ffmpeg using Visual C++ today, one
without any optimizations. This implies the use of the -Od compiler
option. Unfortunately, I quickly discovered that the build fails soon
after it starts because it can't find certain architecture-specific
references. For
2017-04-13 8:44 GMT+02:00 Paul B Mahol :
> On 4/13/17, Carl Eugen Hoyos wrote:
>> 2017-04-13 4:02 GMT+02:00 Rostislav Pehlivanov :
>>> On 12 April 2017 at 23:50, Carl Eugen Hoyos wrote:
>>>
2017-04-13 0:26 GMT+02:00 Rostislav Pehlivanov :
> +/* Undo the sample reorganizatio
67 matches
Mail list logo