| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/aacencdsp: clear the high bits for size in ff_abs_pow34_sse | James Almer | 2023-12-12 | 1 | -1/+1 |
* | lavc/aacencdsp: R-V V abs_pow34 | sunyuechi | 2023-12-11 | 5 | -1/+86 |
* | lvac/aacenc: add ff_aac_dsp_init | sunyuechi | 2023-12-11 | 2 | -10/+15 |
* | lavc/lpc: R-V V apply_welch_window | Rémi Denis-Courmont | 2023-12-11 | 5 | -1/+131 |
* | riscv: test for assembler support | Rémi Denis-Courmont | 2023-12-08 | 5 | -8/+16 |
* | lavc/vc1dsp: R-V V inv_trans | sunyuechi | 2023-12-08 | 5 | -0/+167 |
* | lavc/aarch64: h264qpel, add 10-bit lowpass_8_10 based functions | Mikhail Nitenko | 2023-12-07 | 2 | -2/+621 |
* | lavc/ac3dsp: R-V V float_to_fixed24 | sunyuechi | 2023-12-06 | 3 | -0/+44 |
* | avcodec/qoadec: fix overreads and fix packet size check | Paul B Mahol | 2023-12-05 | 1 | -3/+3 |
* | avcodec/av1dec: Fix resolving zero divisor | Michael Niedermayer | 2023-12-05 | 1 | -1/+1 |
* | avcodec/jpegxl_parser: fix parsing sequences of extremely small files | Leo Izen | 2023-12-05 | 1 | -4/+10 |
* | avcodec/jpegxl_parse{,r}: use correct ISOBMFF extended size location | Leo Izen | 2023-12-05 | 2 | -7/+8 |
* | lavc/qsvdec: reduce info message when more data is required | Haihao Xiang | 2023-12-05 | 1 | -1/+1 |
* | lavc/qsvdec: return 0 if more data is required | Haihao Xiang | 2023-12-05 | 1 | -0/+3 |
* | lavc/Makefile: build vulkan decode code if vulkan_av1 has been enabled | Lynne | 2023-12-04 | 1 | -1/+1 |
* | avcodec/qoadec: add support for midstream sample rate/layout changes | Paul B Mahol | 2023-12-02 | 1 | -18/+13 |
* | lavc/dvdsubenc: only check canvas size when it is actually set | Anton Khirnov | 2023-12-02 | 1 | -1/+2 |
* | lavc/aarch64: new optimization for 8-bit hevc_qpel_bi_hv | Logan Lyu | 2023-12-01 | 2 | -0/+304 |
* | lavc/aarch64: new optimization for 8-bit hevc_qpel_bi_v | Logan Lyu | 2023-12-01 | 2 | -0/+253 |
* | lavc/aarch64: new optimization for 8-bit hevc_epel_bi_hv | Logan Lyu | 2023-12-01 | 2 | -0/+335 |
* | lavc/aarch64: new optimization for 8-bit hevc_epel_bi_v | Logan Lyu | 2023-12-01 | 2 | -0/+217 |
* | lavc/aarch64: new optimization for 8-bit hevc_epel_bi_h | Logan Lyu | 2023-12-01 | 2 | -0/+262 |
* | lavc/aarch64: new optimization for 8-bit hevc_pel_bi_pixels | Logan Lyu | 2023-12-01 | 2 | -0/+185 |
* | avcodec/ac3dsp: add missing stddef.h include | James Almer | 2023-12-01 | 1 | -0/+1 |
* | lavc/hevcdsp_qpel_neon: using movi.16b instead of movi.2d | xufuji456 | 2023-11-28 | 3 | -98/+98 |
* | avcodec/videotoolboxenc: refactor dump encoder name | Zhao Zhili | 2023-11-27 | 1 | -27/+38 |
* | avcodec/videotoolboxenc: Fix build failure due to PropertyKey_EncoderID | Zhao Zhili | 2023-11-27 | 1 | -1/+3 |
* | avcodec: add QOA decoder | Paul B Mahol | 2023-11-26 | 6 | -1/+186 |
* | libavcodec/mlpdec: add missing correction to ch_layout when downmixing | Geoffrey McRae | 2023-11-26 | 1 | -0/+17 |
* | libavcodec/dcadec: adjust the `ch_layout` when downmix is active | Geoffrey McRae | 2023-11-26 | 1 | -3/+10 |
* | mips/ac3dsp_mips: add missing stddef.h header include | James Almer | 2023-11-25 | 1 | -0/+2 |
* | x86/ac3dsp: add ff_float_to_fixed24_avx() | James Almer | 2023-11-25 | 4 | -4/+32 |
* | x86/ac3dsp: reduce instruction count inside the float_to_fixed24 loop | James Almer | 2023-11-25 | 1 | -23/+23 |
* | lavc/llvidencdsp: add R-V V diff_bytes | Rémi Denis-Courmont | 2023-11-23 | 5 | -1/+82 |
* | lavc/aacpsdsp: use LMUL=2 and amortise strides | Rémi Denis-Courmont | 2023-11-23 | 1 | -41/+20 |
* | lavc/g722dsp: optimise R-V V apply_qmf | Rémi Denis-Courmont | 2023-11-23 | 1 | -11/+13 |
* | avcodec/ac3dsp: make len a size_t in float_to_fixed24 | James Almer | 2023-11-22 | 5 | -5/+5 |
* | x86/: clear the high bits for order in scalarproduct_and_madd functions | James Almer | 2023-11-22 | 1 | -3/+3 |
* | avcodec/mmaldec: Fix build error | Zhao Zhili | 2023-11-22 | 1 | -1/+1 |
* | avcodec/mediacodecdec: fix return EAGAIN after EOF | Zhao Zhili | 2023-11-22 | 1 | -0/+2 |
* | avcodec/decode: validate hw_frames_ctx when AVHWAccel.free_frame_priv is used | Dmitry Rogozhkin | 2023-11-22 | 1 | -5/+14 |
* | avcodec/h264_mp4toannexb_bsf: process new extradata | Zhao Zhili | 2023-11-22 | 1 | -14/+23 |
* | avcodec/h264_mp4toannexb_bsf: fix missing PS before IDR frames | Zhao Zhili | 2023-11-22 | 1 | -6/+77 |
* | avcodec/h264_mp4toannexb_bsf: remove pass padding size as argument | Zhao Zhili | 2023-11-22 | 1 | -2/+3 |
* | avcodec/h264_mp4toannexb_bsf: refactor start_code_size handling | Zhao Zhili | 2023-11-22 | 1 | -7/+27 |
* | avcodec/h264dec: use BOOL for skip_gray, noref_gray | Michael Niedermayer | 2023-11-22 | 1 | -2/+2 |
* | vulkan_decode: fix the print format of VkDeviceSize | Jun Zhao | 2023-11-21 | 1 | -1/+1 |
* | avcodec: bump version after EVC additions | James Almer | 2023-11-20 | 1 | -1/+1 |
* | avcodec/evc_decoder: Provided support for EVC decoder | Dawid Kozinski | 2023-11-20 | 3 | -0/+540 |
* | avcodec/evc_encoder: Provided support for EVC encoder | Dawid Kozinski | 2023-11-20 | 3 | -0/+618 |