[FFmpeg-cvslog] avformat/avidec: don't save a copy of the packet's AVBufferRef on DV streams

2021-05-06 Thread James Almer
ffmpeg | branch: master | James Almer | Sun May 2 10:22:52 2021 -0300| [42895f590a3ab6cba57a5a7d47434faec2174f70] | committer: James Almer avformat/avidec: don't save a copy of the packet's AVBufferRef on DV streams It's no longer needed. Signed-off-by: James Almer > http://git.videolan.org

[FFmpeg-cvslog] avformat/dv: stop using av_init_packet()

2021-05-06 Thread James Almer
ffmpeg | branch: master | James Almer | Sun May 2 10:13:38 2021 -0300| [57aaeff523ec45039c564765673c998ee900d4f9] | committer: James Almer avformat/dv: stop using av_init_packet() Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=57aaeff523ec45039c5647656

[FFmpeg-cvslog] avformat/mov: don't save a copy of the packet's AVBufferRef on DV streams

2021-05-06 Thread James Almer
ffmpeg | branch: master | James Almer | Sun May 2 10:23:01 2021 -0300| [55475b3289b3b2e0227c985e41b16d10edd6ab8c] | committer: James Almer avformat/mov: don't save a copy of the packet's AVBufferRef on DV streams It's no longer needed. Signed-off-by: James Almer > http://git.videolan.org/gi

[FFmpeg-cvslog] avformat/utils: constrain the lifetime of the pointer returned by avformat_index_get_entry()

2021-05-06 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Apr 8 14:16:53 2021 -0300| [74dce63f9ad5801018ee3d863712f652e4bf0081] | committer: James Almer avformat/utils: constrain the lifetime of the pointer returned by avformat_index_get_entry() This will give us more room to improve the implementation lat