Norihiro Kamae
ba68eda590
obs-ffmpeg: Use av_packet_alloc instead of av_init_packet
...
sizeof(AVPacket) being a part of the public ABI is deprecated. once
av_init_packet() is removed, new packets will only be able to be
allocated with av_packet_alloc().
In ffmpeg-mux, ffmpeg-vaapi, and obs-ffmpeg-nvenc, AVPacket is allocated
at the initialization to avoid frequent allocation of AVPacket.
Includes changes to win-dshow.
2022-03-24 17:19:40 -07:00
..
2022-03-16 23:11:08 +01:00
2022-03-16 23:11:08 +01:00
2022-03-16 23:11:08 +01:00
2022-02-11 00:34:08 +00:00
2022-03-16 23:11:08 +01:00
2022-03-16 23:11:08 +01:00
2022-03-20 20:53:39 -03:00
2022-03-16 23:11:08 +01:00
2022-03-20 20:53:39 -03:00
2022-03-16 23:11:08 +01:00
2022-03-16 23:11:08 +01:00
2022-03-16 23:11:08 +01:00
2022-03-16 23:11:08 +01:00
2022-03-16 23:11:08 +01:00
2022-03-16 23:11:08 +01:00
2022-03-16 23:11:08 +01:00
2022-03-17 14:28:34 +01:00
2022-03-24 17:19:40 -07:00
2022-03-16 23:11:08 +01:00
2022-03-19 15:25:02 -07:00
2022-03-18 13:34:03 -07:00
2022-03-18 18:11:24 +01:00
2022-03-16 23:11:08 +01:00
2022-03-16 23:11:08 +01:00
2022-03-17 14:28:59 +01:00
2022-03-16 23:11:08 +01:00
2022-03-16 23:11:08 +01:00
2022-03-24 17:10:01 -07:00
2022-03-16 23:11:08 +01:00
2022-03-16 23:11:08 +01:00
2022-03-16 23:11:08 +01:00
2022-03-16 23:11:08 +01:00
2022-03-24 17:19:40 -07:00
2022-03-16 23:11:08 +01:00
2022-03-16 23:11:08 +01:00
2022-03-16 23:11:08 +01:00
2022-03-20 20:53:39 -03:00