[FFmpeg-devel] [PATCH v5 0/7] Fix mpeg1/2 stream copy

Nicolas Gaullier nicolas.gaullier at cji.paris
Mon Dec 30 12:31:23 EET 2019


My patchset was composed of 7 patchs. The first two have been applied.
There are 5 patchs remaining.
There was no negative feedback since they was sent (20 dec),
so I think they are ready to be merged ?

I have updated the patch 3/7 to current master, I send the revision 5 today.
The following ones are still at revision 2 and are ready to apply.
https://patchwork.ffmpeg.org/patch/16885/ (4/7)
https://patchwork.ffmpeg.org/patch/16887/ (5/7)
https://patchwork.ffmpeg.org/patch/16889/ (6/7)
https://patchwork.ffmpeg.org/patch/16888/ (7/7)

Thank you!

(I am available on IRC as @ngaullier)

Nicolas Gaullier (5):
  avformat: Add av_stream_add_coded_side_data()
  avformat/utils: Make find_stream_info get side data from codec context
  fftools/ffmpeg: Use the new av_stream_add_coded_side_data()
  avcodec/utils: Fix ff_add_cpb_side_data add twice
  avcodec/mpeg12dec: Add CPB coded side data

 doc/APIchanges               |  3 +++
 fftools/ffmpeg.c             | 16 +++-------------
 libavcodec/mpeg12dec.c       |  7 +++++++
 libavcodec/utils.c           |  5 +++++
 libavformat/avformat.h       | 11 +++++++++++
 libavformat/utils.c          | 18 ++++++++++++++++++
 libavformat/version.h        |  4 ++--
 tests/ref/fate/mxf-probe-d10 |  3 +++
 tests/ref/fate/ts-demux      |  2 +-
 9 files changed, 53 insertions(+), 16 deletions(-)

-- 
2.14.1.windows.1



More information about the ffmpeg-devel mailing list