115652 Commits (d5fe99dc5f06056939ffe1fa0ab58b2d26758126)
 

Author SHA1 Message Date
James Almer d5fe99dc5f swscale/x86/input: add AVX2 optimized RGB24 to YUV functions 7 months ago
James Almer 6743c2fc6a checkasm/sw_rgb: test rgb32/rgb32_1 to yuv 7 months ago
James Almer 91b9af0058 x86/aacencdsp: add AVX version of quantize_bands 7 months ago
Rémi Denis-Courmont 7a3369398f sws/input: R-V V 32-bit RGB to halved UV 7 months ago
Rémi Denis-Courmont e2f069905e sws/input: R-V V 32-bit RGB to UV 7 months ago
Rémi Denis-Courmont f5555cb106 sws/input: R-V V 32-bit RGB to Y 7 months ago
Andreas Rheinhardt 8b62fb231a swscale/x86/rgb2rgb: Detemplatize 7 months ago
Andreas Rheinhardt 5421dee0e7 swscale/x86/rgb2rgb_template: Remove unused uyvytoyv12 7 months ago
Andreas Rheinhardt c1c35380a7 swscale/x86/rgb2rgb: Don't unnecessarily check for inline ASM 7 months ago
Andreas Rheinhardt f7305eb3b3 swscale/x86/rgb2rgb_template: Remove unnecessary SFENCE 7 months ago
Andreas Rheinhardt fca796ac3b tests/checkasm/sw_rgb: Be more strict about clobbering MMX state 7 months ago
Andreas Rheinhardt 3af6136669 avcodec/dnxhdenc: Simplify padding 7 months ago
Andreas Rheinhardt b0e0b3c58a avcodec/dnxhdenc: Move PutBitContext from ctx to stack 7 months ago
Andreas Rheinhardt 542abee213 avcodec/cbs_h266_syntax_template: Use correct format specifier 7 months ago
Andreas Rheinhardt 8f199cfb5b avformat/evc: Fix format specifiers 7 months ago
Andreas Rheinhardt 5f31a4fd16 avformat/vvc: Don't use uint8_t iterators, fix shadowing 7 months ago
Andreas Rheinhardt 1c4362cce9 avformat/vvc: Fix comment 7 months ago
Andreas Rheinhardt fa77dc8c44 avformat/vvc: Reindent after the previous commit 7 months ago
Andreas Rheinhardt 8b6c7e7cda avformat/vvc: Fix crash on allocation failure, avoid allocations 7 months ago
Andreas Rheinhardt 4482b3353d avformat/vvc: Don't use ff_copy_bits() 7 months ago
Andreas Rheinhardt 52fb49a8a3 avformat/vvc: Use put_bytes_output() 7 months ago
Andreas Rheinhardt dd8fb0aaae avcodec/hevc/Makefile: Move rules for lavc/* files to lavc/Makefile 7 months ago
Rémi Denis-Courmont daac101e61 lavc/aacencdsp: fix rounding in R-V V quantize_bands 7 months ago
Rémi Denis-Courmont 658439934b lavc/vp8dsp: R-V V vp8_idct_add 7 months ago
Rémi Denis-Courmont e0f4d185f1 sws/input: R-V V rgb24ToUV_half and bgr24ToUV_half 7 months ago
Rémi Denis-Courmont 3ef5867e4b sws/input: R-V V rgb24ToUV and bgr24ToUV 7 months ago
Rémi Denis-Courmont 79dfdac4db sws/input: R-V V rgb24ToY & bgr24ToY 7 months ago
Wenbin Chen 7560db937d libavfi/dnn: enable LibTorch xpu device option support 7 months ago
Nuo Mi f68f40736f avcodec/vvcdec: support mv wraparound 7 months ago
Nuo Mi 685174069f avcodec/vvcdec: misc, reindent inter.c 7 months ago
Nuo Mi a4013e748a avcodec/vvcdec: refact out emulated_edge_no_wrap 7 months ago
Nuo Mi 8abdf0a28e avcodec/vvcdec: misc, move src offset inside emulated_edge 7 months ago
Nuo Mi 2d98786fee avcodec/vvcdec: refact, remove emulated_edge_dmvr and emulated_edge_bilinear to simplify code 7 months ago
Lynne 714596bcbf
aacdec_usac: zero out alpha values for the current frame 7 months ago
Lynne c2d459cb51
aacdec_usac: fix stereo alpha values for transients 7 months ago
Lynne 7223523335
aacdec_usac: use correct TNS values 7 months ago
Lynne 9b41cc0430
aacdec_usac: do not round noise amplitude values 7 months ago
Lynne a18d0659f4
aacdec_usac: skip coeff decoding if the number to be decoded is 0 7 months ago
Lynne 1ad9a4008b
aacdec_usac: decouple TNS active from TNS data present flag 7 months ago
Lynne c0fdb0cdfd
aacdec_usac: do not continue parsing bitstream on core_mode == 1 7 months ago
Lynne 8ecaa64b9b
aacdec_usac: respect tns_on_lr flag 7 months ago
Lynne 25b848a0bd
aacdec_usac: correctly set and use the layout map 7 months ago
Lynne ae495b56ff
aacdec_usac: remove fallback for custom maps with invalid position 7 months ago
Lynne 91ab17e2fe
aacdec_usac: tag LFE channels as such in the channel map 7 months ago
Lynne 62cd6d9e59
aacdec_usac: clean up nb_elems on error 7 months ago
Lynne 5c328e6c1e
aacdec: increase MAX_ELEM_ID to 64 7 months ago
Lynne 91fd6ca000
lavc: bump minor and add APIchanges entry for new USAC profile 7 months ago
Lynne 1c066867df
aac: define a new profile for USAC 7 months ago
Lynne ee419804da
mpeg4audio: explicitly define each AOT 7 months ago
Lynne 8a2fe8a5b9
mpeg4audio: rename AOT_USAC_NOSBR to AOT_USAC 7 months ago