Re: [FFmpeg-devel] [PATCH] avfilter: add sdlvsink for video display

2024-06-06 Thread Hiccup Zhu
On Thu, 6 Jun 2024 at 20:20, Zhao Zhili wrote: > > > On Jun 6, 2024, at 19:51, Shiqi Zhu wrote: > > > I’m afraid this has the same issue as libavdevice/sdl[1]. > > [1] > https://patchwork.ffmpeg.org/project/ffmpeg/patch/20230918063728.198377-1-haihao.xi...@intel.com/ > Thank you for the reminde

Re: [FFmpeg-devel] [PATCH] avformat/pcmdec: add pts and dts calculation for pcmdec

2024-05-14 Thread Hiccup Zhu
The purpose of this patch is to calculate pts and dts when using pcmdemux. Is there anything wrong with doing this, or do you have any suggestions for improvement? Andreas Rheinhardt 于2024年5月14日周二 19:41写道: > Shiqi Zhu: > > Signed-off-by: Shiqi Zhu > > --- > > libavformat/pcmdec.c | 37

Re: [FFmpeg-devel] [PATCH] libavformar/demux: fix dts being incorrectly set to pts

2024-05-15 Thread Hiccup Zhu
Andreas: > > Shiqi Zhu: > > Signed-off-by: Shiqi Zhu > > --- > > libavformat/demux.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/libavformat/demux.c b/libavformat/demux.c > > index ecefe7e0a7..e19b8b6473 100644 > > --- a/libavformat/demux.c > > +++ b/libavformat

Re: [FFmpeg-devel] [PATCH] avformat/pcmdec: add pts and dts calculation for pcmdec

2024-05-15 Thread Hiccup Zhu
Andreas: > > Hiccup Zhu: > > The purpose of this patch is to calculate pts and dts when using pcmdemux. > > Is there anything wrong with doing this, or do you have any suggestions for > > improvement? > > > > 1. Don't top-post on this list. > 2. PTS an