Re: [FFmpeg-devel] [PATCH v7 0/3] Fix mpeg1/2 stream copy

2020-02-06 Thread Gaullier Nicolas
>Envoyé : vendredi 31 janvier 2020 09:59 >Objet : Re: [FFmpeg-devel] [PATCH v7 0/3] Fix mpeg1/2 stream copy > >I have not received any feedback yet on this latest version that does not >affect the public API. >The 3 patches are still available in patchwork: >https://patchwo

Re: [FFmpeg-devel] [PATCH v7 0/3] Fix mpeg1/2 stream copy

2020-01-31 Thread Gaullier Nicolas
>Envoyé : mercredi 15 janvier 2020 00:42 >À : ffmpeg-devel@ffmpeg.org >Objet : [PATCH v7 0/3] Fix mpeg1/2 stream copy > >Modified with Anton feedback: no public amendment, the code from >add_coded_side_data() is now duplicated from existing one in ffmpeg.c, but it >is rather small. > >Nicolas Gau

[FFmpeg-devel] [PATCH v7 0/3] Fix mpeg1/2 stream copy

2020-01-14 Thread Nicolas Gaullier
Modified with Anton feedback: no public amendment, the code from add_coded_side_data() is now duplicated from existing one in ffmpeg.c, but it is rather small. Nicolas Gaullier (3): avformat/utils: Make find_stream_info get side data from codec context avcodec/utils: Fix ff_add_cpb_side_data(