[FFmpeg-cvslog] avcodec/avpacket: use av_malloc() to allocate an AVPacket

2021-05-08 Thread James Almer
ffmpeg | branch: master | James Almer | Sat May 8 18:36:28 2021 -0300| [b4e7fc4b4b4aa71ae6806b57ebe1293239497f71] | committer: James Almer avcodec/avpacket: use av_malloc() to allocate an AVPacket av_mallocz() is superfluous as get_packet_defaults() is called immediately after it's allocated,

[FFmpeg-cvslog] avcodec/avpacket: always initialize the new packet in avpriv_packet_list_put()

2021-05-08 Thread James Almer
ffmpeg | branch: master | James Almer | Thu May 6 23:55:32 2021 -0300| [0a029906b205613c7744bcef4cdda184199dd1a9] | committer: James Almer avcodec/avpacket: always initialize the new packet in avpriv_packet_list_put() If a copy callback is provided by the caller, the packet passed to it was

[FFmpeg-cvslog] avformat/matroskadec: remove special handling of av1c extradata

2021-05-08 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Mon Nov 23 18:31:29 2020 +0200| [ffd1316e441a8310cf1746d86fed165e17e10018] | committer: Jan Ekström avformat/matroskadec: remove special handling of av1c extradata Libavcodec can now handle the standard AV1CodecConfigurationRecord extradata as-is. >

[FFmpeg-cvslog] avformat/mov: remove special handling of av1c extradata

2021-05-08 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Mon Nov 23 18:28:28 2020 +0200| [45e3b6a68b61114bbb24083dcb71a5991efa4fb0] | committer: Jan Ekström avformat/mov: remove special handling of av1c extradata Libavcodec can now handle the AV1CodecConfigurationRecord structure as-is when passed as