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

Nicolas Gaullier nicolas.gaullier at cji.paris
Thu Dec 19 18:43:20 EET 2019


Includes Hendrik and Michael feedbacks (thanks to you!) :
- comments added
- API changes and minor version updated
- split lib/tools commits

(the code itself was left untouched)

Nicolas Gaullier (7):
  fftools/ffmpeg: Fix forward CPB props in to out
  fftools/ffmpeg: Reindent after last commit
  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             | 30 +++++++++++-------------------
 libavcodec/mpeg12dec.c       |  7 +++++++
 libavcodec/utils.c           |  5 +++++
 libavformat/avformat.h       | 11 +++++++++++
 libavformat/utils.c          | 18 ++++++++++++++++++
 libavformat/version.h        |  2 +-
 tests/ref/fate/mxf-probe-d10 |  3 +++
 tests/ref/fate/ts-demux      |  2 +-
 9 files changed, 60 insertions(+), 21 deletions(-)

-- 
2.14.1.windows.1



More information about the ffmpeg-devel mailing list