Re: [FFmpeg-devel] [PATCH] libavformat/subfile: Fix SEEK_CUR and SEEK_END seeking

2019-08-13 Thread Nicolas George
Andreas Rheinhardt (12019-08-08): > Ping. I just pushed your patch and mine. Regards, -- Nicolas George signature.asc Description: PGP signature ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] libavformat/subfile: Fix SEEK_CUR and SEEK_END seeking

2019-08-08 Thread Andreas Rheinhardt
Andreas Rheinhardt: > Up until now, when performing a SEEK_END seek, the subfile protocol > ignored the desired position (relative to EOF) and used the current > absolute offset in the input file instead. > > And when performing a SEEK_CUR seek, the current position has been > ignored. > > Signed

Re: [FFmpeg-devel] [PATCH] libavformat/subfile: Fix SEEK_CUR and SEEK_END seeking

2019-07-19 Thread Andreas Rheinhardt
Nicolas George: > Andreas Rheinhardt (12019-07-15): >> Up until now, when performing a SEEK_END seek, the subfile protocol >> ignored the desired position (relative to EOF) and used the current >> absolute offset in the input file instead. >> >> And when performing a SEEK_CUR seek, the current posi

Re: [FFmpeg-devel] [PATCH] libavformat/subfile: Fix SEEK_CUR and SEEK_END seeking

2019-07-19 Thread Nicolas George
Andreas Rheinhardt (12019-07-15): > Up until now, when performing a SEEK_END seek, the subfile protocol > ignored the desired position (relative to EOF) and used the current > absolute offset in the input file instead. > > And when performing a SEEK_CUR seek, the current position has been > ignore

Re: [FFmpeg-devel] [PATCH] libavformat/subfile: Fix SEEK_CUR and SEEK_END seeking

2019-07-18 Thread Michael Niedermayer
On Wed, Jul 17, 2019 at 07:45:00PM +, Andreas Rheinhardt wrote: > Michael Niedermayer: > > On Mon, Jul 15, 2019 at 07:48:35PM +0200, Andreas Rheinhardt wrote: > >> Up until now, when performing a SEEK_END seek, the subfile protocol > >> ignored the desired position (relative to EOF) and used th

Re: [FFmpeg-devel] [PATCH] libavformat/subfile: Fix SEEK_CUR and SEEK_END seeking

2019-07-17 Thread Andreas Rheinhardt
Michael Niedermayer: > On Mon, Jul 15, 2019 at 07:48:35PM +0200, Andreas Rheinhardt wrote: >> Up until now, when performing a SEEK_END seek, the subfile protocol >> ignored the desired position (relative to EOF) and used the current >> absolute offset in the input file instead. > > I think this co

Re: [FFmpeg-devel] [PATCH] libavformat/subfile: Fix SEEK_CUR and SEEK_END seeking

2019-07-17 Thread Michael Niedermayer
On Mon, Jul 15, 2019 at 07:48:35PM +0200, Andreas Rheinhardt wrote: > Up until now, when performing a SEEK_END seek, the subfile protocol > ignored the desired position (relative to EOF) and used the current > absolute offset in the input file instead. I think this comment is only intended to be i