Re: [FFmpeg-devel] [PATCH 2/3] lavf/webm_chunk: Fix NULL dereference

2019-07-12 Thread Andreas Rheinhardt
Paul B Mahol: > On 7/12/19, Andreas Rheinhardt wrote: >> Andreas Rheinhardt: >>> Andreas Rheinhardt: Andreas Rheinhardt: > Andreas Rheinhardt: >> The earlier version of the webm_chunk muxer had several bugs: >> >> 1. If the first packet of an audio stream didn't have a PTS of

Re: [FFmpeg-devel] [PATCH 2/3] lavf/webm_chunk: Fix NULL dereference

2019-07-12 Thread Paul B Mahol
On 7/12/19, Andreas Rheinhardt wrote: > Andreas Rheinhardt: >> Andreas Rheinhardt: >>> Andreas Rheinhardt: Andreas Rheinhardt: > The earlier version of the webm_chunk muxer had several bugs: > > 1. If the first packet of an audio stream didn't have a PTS of zero, > then no

Re: [FFmpeg-devel] [PATCH 2/3] lavf/webm_chunk: Fix NULL dereference

2019-07-11 Thread Andreas Rheinhardt
Andreas Rheinhardt: > Andreas Rheinhardt: >> Andreas Rheinhardt: >>> Andreas Rheinhardt: The earlier version of the webm_chunk muxer had several bugs: 1. If the first packet of an audio stream didn't have a PTS of zero, then no chunk will be started before a packet is delivered

Re: [FFmpeg-devel] [PATCH 2/3] lavf/webm_chunk: Fix NULL dereference

2019-06-17 Thread Andreas Rheinhardt
Andreas Rheinhardt: > Andreas Rheinhardt: >> Andreas Rheinhardt: >>> The earlier version of the webm_chunk muxer had several bugs: >>> >>> 1. If the first packet of an audio stream didn't have a PTS of zero, >>> then no chunk will be started before a packet is delivered to the >>> underlying

Re: [FFmpeg-devel] [PATCH 2/3] lavf/webm_chunk: Fix NULL dereference

2019-06-07 Thread Andreas Rheinhardt
Andreas Rheinhardt: > Andreas Rheinhardt: >> The earlier version of the webm_chunk muxer had several bugs: >> >> 1. If the first packet of an audio stream didn't have a PTS of zero, >> then no chunk will be started before a packet is delivered to the >> underlying Matroska/WebM muxer, i.e. the

Re: [FFmpeg-devel] [PATCH 2/3] lavf/webm_chunk: Fix NULL dereference

2019-05-30 Thread Andreas Rheinhardt
Andreas Rheinhardt: > The earlier version of the webm_chunk muxer had several bugs: > > 1. If the first packet of an audio stream didn't have a PTS of zero, > then no chunk will be started before a packet is delivered to the > underlying Matroska/WebM muxer, i.e. the AVFormatContext used to write

[FFmpeg-devel] [PATCH 2/3] lavf/webm_chunk: Fix NULL dereference

2019-04-19 Thread Andreas Rheinhardt
The earlier version of the webm_chunk muxer had several bugs: 1. If the first packet of an audio stream didn't have a PTS of zero, then no chunk will be started before a packet is delivered to the underlying Matroska/WebM muxer, i.e. the AVFormatContext used to write these packets had a NULL as

[FFmpeg-devel] [PATCH 2/3] lavf/webm_chunk: Fix NULL dereference

2019-04-13 Thread Andreas Rheinhardt
The earlier version of the webm_chunk muxer had several bugs: 1. If the first packet of an audio stream didn't have a PTS of zero, then no chunk will be started before a packet is delivered to the underlying Matroska/WebM muxer, i.e. the AVFormatContext used to write these packets had a NULL as