[FFmpeg-cvslog] avformat/framecrcenc: print basic side data information again

2021-05-18 Thread James Almer
ffmpeg | branch: master | James Almer | Tue May 11 17:07:41 2021 -0300| [a42d249c9130e8627e18f13dd1a9a0c0ed0d9dd6] | committer: James Almer avformat/framecrcenc: print basic side data information again This partially reverts c6ae560a18d67b9ddaa25a0338b7fb55e3312e57. Signed-off-by: James Almer

[FFmpeg-cvslog] avformat/fifo: check for flushed packets and timeshift

2021-05-18 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun May 16 21:18:09 2021 +0200| [3e44bd068fc19baeaab3295fce8379c68e4b2b2a] | committer: Michael Niedermayer avformat/fifo: check for flushed packets and timeshift Fixes: CID1464151 Dereference after null check Reviewed-by: Marton Balint Signed-

[FFmpeg-cvslog] avcodec/videotoolboxenc: #define TARGET_CPU_ARM64 to 0 if not provided by the SDK

2021-05-18 Thread Zane van Iperen
ffmpeg | branch: master | Zane van Iperen | Sat May 15 19:33:52 2021 +1000| [f9eb440e788c08c489bb1a6d24dbbe34f4597f1c] | committer: Zane van Iperen avcodec/videotoolboxenc: #define TARGET_CPU_ARM64 to 0 if not provided by the SDK Fixes build failure on older SDKs without it. Fixes #9242 Sig

[FFmpeg-cvslog] avcodec/videotoolboxenc: #define TARGET_CPU_ARM64 to 0 if not provided by the SDK

2021-05-18 Thread Zane van Iperen
ffmpeg | branch: release/4.4 | Zane van Iperen | Sat May 15 19:33:52 2021 +1000| [49e3dd7709da920ac224aa2f9d48da3ea8897982] | committer: Zane van Iperen avcodec/videotoolboxenc: #define TARGET_CPU_ARM64 to 0 if not provided by the SDK Fixes build failure on older SDKs without it. Fixes #9242