Re: [FFmpeg-devel] [PATCH 1/2] libavformat/avio: Add avio_get_dyn_buf function

2017-01-07 Thread Michael Niedermayer
On Sat, Jan 07, 2017 at 03:38:48AM +, Soft Works wrote: > > Michael wrote > > Is the author name intended to be > > Author: softworkz > > Yes please, if you don't mind, same as my previous commit: >

Re: [FFmpeg-devel] [PATCH 1/2] libavformat/avio: Add avio_get_dyn_buf function

2017-01-06 Thread Soft Works
> Michael wrote > Is the author name intended to be > Author: softworkz Yes please, if you don't mind, same as my previous commit: http://git.videolan.org/?p=ffmpeg.git;a=commit;h=70c1647a3501fa6182c04c9ce66f477def64a611 PS: On behalf of the Emby project, I'd like to

Re: [FFmpeg-devel] [PATCH 1/2] libavformat/avio: Add avio_get_dyn_buf function

2017-01-06 Thread Michael Niedermayer
On Fri, Jan 06, 2017 at 09:14:59PM +, Soft Works wrote: > [PATCH] libavformat/avio: Add avio_get_dyn_buf function > > Revision #2: Bumb version and add APIchanges entry > > This commit adds the avio_get_dyn_buf function which allows accessing > the > content of a DynBuffer without destroying

Re: [FFmpeg-devel] [PATCH 1/2] libavformat/avio: Add avio_get_dyn_buf function

2017-01-06 Thread Soft Works
[PATCH] libavformat/avio: Add avio_get_dyn_buf function Revision #2: Bumb version and add APIchanges entry This commit adds the avio_get_dyn_buf function which allows accessing the content of a DynBuffer without destroying it. This is required in matroskaenc for preliminary writing (correct)

Re: [FFmpeg-devel] [PATCH 1/2] libavformat/avio: Add avio_get_dyn_buf function

2017-01-06 Thread Michael Niedermayer
On Thu, Jan 05, 2017 at 06:06:27PM +, Soft Works wrote: > This commit adds the avio_get_dyn_buf function which allows accessing the > content of a DynBuffer without destroying it. > > This is required in matroskaenc for preliminary writing (correct) mkv headers. > > Context for this change

[FFmpeg-devel] [PATCH 1/2] libavformat/avio: Add avio_get_dyn_buf function

2017-01-05 Thread Soft Works
This commit adds the avio_get_dyn_buf function which allows accessing the content of a DynBuffer without destroying it. This is required in matroskaenc for preliminary writing (correct) mkv headers. Context for this change is fixing regression bug #5977. --- libavformat/avio.h| 12