Re: [FFmpeg-devel] [PATCH v3 0/5] Support for stream dispositions in MP4

2021-10-04 Thread Jan Ekström
On Mon, Sep 27, 2021 at 1:53 PM Jan Ekström wrote: > > On Mon, Sep 20, 2021 at 6:00 PM Jan Ekström wrote: > > > > Compared to v2: > > * aviobuf changes to make a function useful in MP4 null-delimited string > > parsing into AVBPrint. > > ** Extended read_line_to_bprint to be a more generic read

Re: [FFmpeg-devel] [PATCH v3 0/5] Support for stream dispositions in MP4

2021-09-27 Thread Jan Ekström
On Mon, Sep 20, 2021 at 6:00 PM Jan Ekström wrote: > > Compared to v2: > * aviobuf changes to make a function useful in MP4 null-delimited string > parsing into AVBPrint. > ** Extended read_line_to_bprint to be a more generic read_string_to_bprint. > ** Added a maximum length argument to read_st

[FFmpeg-devel] [PATCH v3 0/5] Support for stream dispositions in MP4

2021-09-20 Thread Jan Ekström
Compared to v2: * aviobuf changes to make a function useful in MP4 null-delimited string parsing into AVBPrint. ** Extended read_line_to_bprint to be a more generic read_string_to_bprint. ** Added a maximum length argument to read_string_to_bprint. ** Added a new function ff_read_string_to_bprint