[FFmpeg-cvslog] lavc/aarch64: motion estimation functions in neon

2022-06-27 Thread Swinney , Jonathan
ffmpeg | branch: master | Swinney, Jonathan | Sun Jun 26 20:58:09 2022 +| [c471cc74747461ca166559c7b7fdfe030c3e3712] | committer: Martin Storsjö lavc/aarch64: motion estimation functions in neon - ff_pix_abs16_neon - ff_pix_abs16_xy2_neon In direct micro benchmarks of these ff functions

[FFmpeg-cvslog] fftools/ffmpeg: change frame counters to 64 bit

2022-06-27 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Mon Jun 20 20:10:21 2022 +0200| [20e2aa940cd521bb3b1395e7c7a28cc34059abee] | committer: Marton Balint fftools/ffmpeg: change frame counters to 64 bit Frame counters can overflow relatively easily (INT_MAX number of frames is slightly more than 1 year f

[FFmpeg-cvslog] avformat/mov: factorize setting little endian PCM streams

2022-06-27 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Jun 19 23:25:51 2022 +0200| [cd83383f4deab43c8207baaa7e19fde4b8ae9cc6] | committer: Marton Balint avformat/mov: factorize setting little endian PCM streams Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c

[FFmpeg-cvslog] avformat/mov: read PCM audio configuration box ('pcmC') if available

2022-06-27 Thread Ivan Baykalov
ffmpeg | branch: master | Ivan Baykalov <4ru...@gmail.com> | Tue Jun 7 15:26:18 2022 +0700| [cbe216d3a62fe22b16a1ba40b9b3f13e5b4ac9a9] | committer: Marton Balint avformat/mov: read PCM audio configuration box ('pcmC') if available For ipcm and fpcm streams, big-endian format is the default, bu

[FFmpeg-cvslog] avformat/movenc: Support alpha channel for AVIF

2022-06-27 Thread Vignesh Venkatasubramanian
ffmpeg | branch: master | Vignesh Venkatasubramanian | Wed Jun 1 11:05:56 2022 -0700| [2a3640de84975398b1169d29530274cdd38b3939] | committer: James Almer avformat/movenc: Support alpha channel for AVIF AVIF specification allows for alpha channel as an auxiliary item (in case of still images)

[FFmpeg-cvslog] fftools/ffplay: fix YUV conversion mode

2022-06-27 Thread Niklas Haas
ffmpeg | branch: master | Niklas Haas | Tue Jun 21 21:39:25 2022 +0200| [a526f0cc3ac938364afe8ce62c4bc47d3b9bb2af] | committer: Niklas Haas fftools/ffplay: fix YUV conversion mode GL and Metal cache the state at time of texture creation. GLES2 and Direct3D 11 use the state at time of the render