Re: [libav-devel] [PATCH 09/15] lavc: Add h264_metadata bitstream filter

2017-07-26 Thread Jun Zhao
On 2017/6/24 7:39, Mark Thompson wrote: > This is able to modify some header metadata found in the SPS/VUI, > and can also add/remove AUDs and insert user data in SEI NAL units. > --- > doc/bitstream_filters.texi | 47 + > libavcodec/Makefile| 2 + >

Re: [libav-devel] [PATCH 09/15] lavc: Add h264_metadata bitstream filter

2017-07-23 Thread Anton Khirnov
Quoting Mark Thompson (2017-06-24 01:39:15) > This is able to modify some header metadata found in the SPS/VUI, > and can also add/remove AUDs and insert user data in SEI NAL units. > --- > doc/bitstream_filters.texi | 47 + > libavcodec/Makefile| 2 + >

[libav-devel] [PATCH 09/15] lavc: Add h264_metadata bitstream filter

2017-06-23 Thread Mark Thompson
This is able to modify some header metadata found in the SPS/VUI, and can also add/remove AUDs and insert user data in SEI NAL units. --- doc/bitstream_filters.texi | 47 + libavcodec/Makefile| 2 + libavcodec/bitstream_filters.c | 1 + libavcodec/h264_metadata_bsf.c |