[FFmpeg-devel] [PATCH v6] avformat/mov: Memory optimization with QuickTime/MP4

2020-01-08 Thread Jörg Beckmann
Invents a new option "discard_fragments" for the MP4/Quicktime/MOV decoder. If this option is set to "on", old fragments are discarded as far as possible on each call to switch_root(). If set to "off", nothing changes at all. If set to "auto" (the default), this function is turned on for streams c

Re: [FFmpeg-devel] [PATCH v6] avformat/mov: Memory optimization with QuickTime/MP4

2020-01-08 Thread Moritz Barsnick
On Wed, Jan 08, 2020 at 13:26:35 +, Jörg Beckmann wrote: > Invents a new option "discard_fragments" for the MP4/Quicktime/MOV decoder. Strictly speaking, it's a demuxer and not a decoder. ;-) > If this option is set to "on", old fragments are discarded as far as possible > on each call to swi

Re: [FFmpeg-devel] [PATCH v6] avformat/mov: Memory optimization with QuickTime/MP4

2020-01-08 Thread Jörg Beckmann
> -Ursprüngliche Nachricht- > Von: ffmpeg-devel Im Auftrag von Moritz > Barsnick > Gesendet: Mittwoch, 8. Januar 2020 15:25 > An: FFmpeg development discussions and patches > Betreff: [SCISYS Possible Spam] Re: [FFmpeg-devel] [PATCH v6] avformat/mov: > Memory optimi

Re: [FFmpeg-devel] [PATCH v6] avformat/mov: Memory optimization with QuickTime/MP4

2020-01-15 Thread Jörg Beckmann
s > > > > Betreff: [SCISYS Possible Spam] Re: [FFmpeg-devel] [PATCH v6] > avformat/mov: > > Memory optimization with QuickTime/MP4 > > > > On Wed, Jan 08, 2020 at 13:26:35 +, Jörg Beckmann wrote: > > > Invents a new option "discard_fragme