Re: [FFmpeg-devel] GitHub Integration

2021-12-27 Thread Vasily
Not advocating for github (per this thread it's out of scope), but I think using a self-hosted gitlab with an option to auth using github account would help in reducing the "account overhead" at least for those who use github. пн, 27 дек. 2021 г., 17:59 Zane van Iperen : > > > On 27/12/21 11:41,

Re: [FFmpeg-devel] GitHub Integration

2021-12-25 Thread Vasily
Typo correction: "the bot should remove", not "the boy" (oh my mobile tapping...) сб, 25 дек. 2021 г., 12:31 Vasily : > Hi, > > First off, a great idea bridging that gap! But I agree that the topic is > misleading, maybe rename to smth like "github bridge for

Re: [FFmpeg-devel] GitHub Integration

2021-12-25 Thread Vasily
nyway, good idea! Thanks, Vasily пт, 24 дек. 2021 г., 1:30 Soft Works : > > > > -Original Message- > > From: Soft Works > > Sent: Thursday, December 23, 2021 12:25 AM > > To: FFmpeg development discussions and patches > > Subject: GitHub Integration &g

Re: [FFmpeg-devel] [PATCH] avformat/segment: fix cuttting for non-zero start pts

2019-10-31 Thread Vasily
hould make segments as close to desired length as possible IMHO. --- Thanks, Vasily ___ 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.org with subject "unsubscribe".

Re: [FFmpeg-devel] [PATCH] Fix segment muxer

2019-10-27 Thread Vasily
Can anyone answer me?.. :( чт, 17 окт. 2019 г., 12:24 Vasily : > Can I have _any_ response please? It was more than a week of silence... :( > > Thanks, > Vasily > > чт, 10 окт. 2019 г., 13:05 Vasily : > >> Anything else I have to do to make this patch eventually taken

Re: [FFmpeg-devel] [PATCH] Fix segment muxer

2019-10-17 Thread Vasily
Can I have _any_ response please? It was more than a week of silence... :( Thanks, Vasily чт, 10 окт. 2019 г., 13:05 Vasily : > Anything else I have to do to make this patch eventually taken in? > > Thanks, > Vasily > > пн, 7 окт. 2019 г. в 15:54, : > >> When incomi

Re: [FFmpeg-devel] [PATCH] Fix segment muxer

2019-10-10 Thread Vasily
Anything else I have to do to make this patch eventually taken in? Thanks, Vasily пн, 7 окт. 2019 г. в 15:54, : > When incoming media has non-zero start PTS, > segment muxer would fail to correctly calculate > the point where to chunk segments, as it always > assumed that media sta

Re: [FFmpeg-devel] [PATCH] Fix segment muxer

2019-10-06 Thread Vasily
I used that value somewhere during patch development, but I eventually settled on -1, because that "start_pts" and "end_pts" are using some other units, not the unit used by pkt->pts. So I wanted to make a distinction. Though a possibility of negative timestamps didn't come to me, so I probably ha