Re: [FFmpeg-devel] [PATCH v3 5/6] avcodec/pcm_rechunk_bsf: add bitstream filter to rechunk pcm audio

2020-04-27 Thread Andreas Rheinhardt
Marton Balint: > > > On Mon, 27 Apr 2020, Marton Balint wrote: > >> >> On Sun, 26 Apr 2020, Andreas Rheinhardt wrote: >> > > [...] > >>> >>> And this filter does more than just repacketizing the samples: It also >>> discards the timing of its input and makes up completely new timestamps >>>

Re: [FFmpeg-devel] [PATCH v3 5/6] avcodec/pcm_rechunk_bsf: add bitstream filter to rechunk pcm audio

2020-04-27 Thread Marton Balint
On Mon, 27 Apr 2020, Marton Balint wrote: On Sun, 26 Apr 2020, Andreas Rheinhardt wrote: [...] And this filter does more than just repacketizing the samples: It also discards the timing of its input and makes up completely new timestamps and durations. This needs to be documented.

Re: [FFmpeg-devel] [PATCH v3 5/6] avcodec/pcm_rechunk_bsf: add bitstream filter to rechunk pcm audio

2020-04-27 Thread Marton Balint
On Sun, 26 Apr 2020, Andreas Rheinhardt wrote: Marton Balint: Signed-off-by: Marton Balint --- Changelog | 1 + doc/bitstream_filters.texi | 30 ++ libavcodec/Makefile| 1 + libavcodec/bitstream_filters.c | 1 + libavcodec/pcm_rechunk_bsf.c

Re: [FFmpeg-devel] [PATCH v3 5/6] avcodec/pcm_rechunk_bsf: add bitstream filter to rechunk pcm audio

2020-04-25 Thread Andreas Rheinhardt
Marton Balint: > Signed-off-by: Marton Balint > --- > Changelog | 1 + > doc/bitstream_filters.texi | 30 ++ > libavcodec/Makefile| 1 + > libavcodec/bitstream_filters.c | 1 + > libavcodec/pcm_rechunk_bsf.c | 206 >

[FFmpeg-devel] [PATCH v3 5/6] avcodec/pcm_rechunk_bsf: add bitstream filter to rechunk pcm audio

2020-04-18 Thread Marton Balint
Signed-off-by: Marton Balint --- Changelog | 1 + doc/bitstream_filters.texi | 30 ++ libavcodec/Makefile| 1 + libavcodec/bitstream_filters.c | 1 + libavcodec/pcm_rechunk_bsf.c | 206 +