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:
> http://git.videolan.org/?p=ffmpeg.git;a=commit;h=70c1647a3501fa6182c04c9ce66f477def64a611
ap
> 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 thank you for your kind
as
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
[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) mkv
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 is
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 ++