avcodec/bswapdsp: improve performance by remove manually unroll

10 January 18:56 - FFmpeg - Zhao Zhili

Manually unrolling loops increases code size, which can sometimes improve performance, but more often than not, it degrades performance.

checkasm/riscv: handle other float ABIs than double

10 January 15:20 - FFmpeg - Rémi Denis-Courmont

This splits out the integer and floating point handling to add support for software, single and quad float ABI's.

avformat/tls_gnutls: implement dtls handshake logic

10 January 05:30 - FFmpeg - Jack Lau

Get and set remote addr when dtls server mode.


  • Most Popular This Week

lavfi/nlmeans: add aarch64 neon for compute_weights_line

9 January 16:10 - FFmpeg - Jun Zhao

Implement NEON optimization for compute_weights_line. Also update the function signature to use ptrdiff_t for stack arguments (max_meaningful_diff, startx, endx).


do not use shared_ptr to manage GUI objects

8 January 18:38 - Ardour - Paul Davis

This fixes a design mistake made way back in 2009 (80e384598265) that for reasons now unknown used std::shared_ptr<T> to manage sysex and patch change canvas items.