[FFmpeg-devel] [PATCH] avcodec/dxtory: unbreak decoding after 6e1a167c556

Paul B Mahol onemda at gmail.com
Fri Sep 4 17:53:19 EEST 2020


On 9/4/20, James Almer <jamrial at gmail.com> wrote:
> On 9/4/2020 11:44 AM, Paul B Mahol wrote:
>> On 9/4/20, James Almer <jamrial at gmail.com> wrote:
>>> On 9/4/2020 6:29 AM, Paul B Mahol wrote:
>>>> On 9/4/20, Michael Niedermayer <michael at niedermayer.cc> wrote:
>>>>> On Fri, Sep 04, 2020 at 12:27:11AM +0200, Paul B Mahol wrote:
>>>>>> On 9/3/20, Michael Niedermayer <michael at niedermayer.cc> wrote:
>>>>>>> On Thu, Sep 03, 2020 at 07:03:23PM +0200, Paul B Mahol wrote:
>>>>>>>> get_unary() takes at minimum only 1 bit.
>>>>>>>>
>>>>>>>> Signed-off-by: Paul B Mahol <onemda at gmail.com>
>>>>>>>> ---
>>>>>>>>
>>>>>>>> As this is important fix, will apply in next 5 minutes.
>>>>>>>> I kindly ask authors of various timeouts changes to kindly
>>>>>>>> test their changes more carefully.
>>>>>>>
>>>>>>> Can you provide test samples and a fate test ?
>>>>>>
>>>>>> Why should I? Nobody uploads my request to wav CUE thing.
>>>>>
>>>>> You have access to upload yourself and
>>>>> post the request to the wrong address, it is
>>>>> FFmpeg sample uploads <samples-request at ffmpeg.org>
>>>>>
>>>>
>>>> I never received anything of sort of access to something.
>>>
>>> Your ssh pub key is in the server, which means you can connect to it and
>>> upload samples using rsync.
>>>
>>> See https://ffmpeg.org/fate.html#Uploading-new-samples-to-the-fate-suite
>>
>> So I connect via ssh program?
>
> rsync will connect through ssh if you use the commands listed there.
> Just replace the path to wherever you have the samples suite locally.
> And please don't skip the dry-run, to ensure you don't make unwanted
> changes to the remote repository.

If I use first command listed there i get:

computer at localhost:~/git/ffmpeg$ rsync -vauL
--chmod=Dg+s,Duo+x,ug+rw,o+r,o-w,+X
fate-suite.ffmpeg.org:/home/samples/fate-suite/ ../fate-suite/
computer at fate-suite.ffmpeg.org: Permission denied (publickey).
rsync: connection unexpectedly closed (0 bytes received so far) [Receiver]
rsync error: unexplained error (code 255) at io.c(235) [Receiver=3.1.2]


More information about the ffmpeg-devel mailing list