aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* x86/aacencdsp: clear the high bits for size in ff_abs_pow34_sseJames Almer2023-12-121-1/+1
* lavc/aacencdsp: R-V V abs_pow34sunyuechi2023-12-115-1/+86
* lvac/aacenc: add ff_aac_dsp_initsunyuechi2023-12-112-10/+15
* lavc/lpc: R-V V apply_welch_windowRémi Denis-Courmont2023-12-115-1/+131
* riscv: test for assembler supportRémi Denis-Courmont2023-12-085-8/+16
* lavc/vc1dsp: R-V V inv_transsunyuechi2023-12-085-0/+167
* lavc/aarch64: h264qpel, add 10-bit lowpass_8_10 based functionsMikhail Nitenko2023-12-072-2/+621
* lavc/ac3dsp: R-V V float_to_fixed24sunyuechi2023-12-063-0/+44
* avcodec/qoadec: fix overreads and fix packet size checkPaul B Mahol2023-12-051-3/+3
* avcodec/av1dec: Fix resolving zero divisorMichael Niedermayer2023-12-051-1/+1
* avcodec/jpegxl_parser: fix parsing sequences of extremely small filesLeo Izen2023-12-051-4/+10
* avcodec/jpegxl_parse{,r}: use correct ISOBMFF extended size locationLeo Izen2023-12-052-7/+8
* lavc/qsvdec: reduce info message when more data is requiredHaihao Xiang2023-12-051-1/+1
* lavc/qsvdec: return 0 if more data is requiredHaihao Xiang2023-12-051-0/+3
* lavc/Makefile: build vulkan decode code if vulkan_av1 has been enabledLynne2023-12-041-1/+1
* avcodec/qoadec: add support for midstream sample rate/layout changesPaul B Mahol2023-12-021-18/+13
* lavc/dvdsubenc: only check canvas size when it is actually setAnton Khirnov2023-12-021-1/+2
* lavc/aarch64: new optimization for 8-bit hevc_qpel_bi_hvLogan Lyu2023-12-012-0/+304
* lavc/aarch64: new optimization for 8-bit hevc_qpel_bi_vLogan Lyu2023-12-012-0/+253
* lavc/aarch64: new optimization for 8-bit hevc_epel_bi_hvLogan Lyu2023-12-012-0/+335
* lavc/aarch64: new optimization for 8-bit hevc_epel_bi_vLogan Lyu2023-12-012-0/+217
* lavc/aarch64: new optimization for 8-bit hevc_epel_bi_hLogan Lyu2023-12-012-0/+262
* lavc/aarch64: new optimization for 8-bit hevc_pel_bi_pixelsLogan Lyu2023-12-012-0/+185
* avcodec/ac3dsp: add missing stddef.h includeJames Almer2023-12-011-0/+1
* lavc/hevcdsp_qpel_neon: using movi.16b instead of movi.2dxufuji4562023-11-283-98/+98
* avcodec/videotoolboxenc: refactor dump encoder nameZhao Zhili2023-11-271-27/+38
* avcodec/videotoolboxenc: Fix build failure due to PropertyKey_EncoderIDZhao Zhili2023-11-271-1/+3
* avcodec: add QOA decoderPaul B Mahol2023-11-266-1/+186
* libavcodec/mlpdec: add missing correction to ch_layout when downmixingGeoffrey McRae2023-11-261-0/+17
* libavcodec/dcadec: adjust the `ch_layout` when downmix is activeGeoffrey McRae2023-11-261-3/+10
* mips/ac3dsp_mips: add missing stddef.h header includeJames Almer2023-11-251-0/+2
* x86/ac3dsp: add ff_float_to_fixed24_avx()James Almer2023-11-254-4/+32
* x86/ac3dsp: reduce instruction count inside the float_to_fixed24 loopJames Almer2023-11-251-23/+23
* lavc/llvidencdsp: add R-V V diff_bytesRémi Denis-Courmont2023-11-235-1/+82
* lavc/aacpsdsp: use LMUL=2 and amortise stridesRémi Denis-Courmont2023-11-231-41/+20
* lavc/g722dsp: optimise R-V V apply_qmfRémi Denis-Courmont2023-11-231-11/+13
* avcodec/ac3dsp: make len a size_t in float_to_fixed24James Almer2023-11-225-5/+5
* x86/: clear the high bits for order in scalarproduct_and_madd functionsJames Almer2023-11-221-3/+3
* avcodec/mmaldec: Fix build errorZhao Zhili2023-11-221-1/+1
* avcodec/mediacodecdec: fix return EAGAIN after EOFZhao Zhili2023-11-221-0/+2
* avcodec/decode: validate hw_frames_ctx when AVHWAccel.free_frame_priv is usedDmitry Rogozhkin2023-11-221-5/+14
* avcodec/h264_mp4toannexb_bsf: process new extradataZhao Zhili2023-11-221-14/+23
* avcodec/h264_mp4toannexb_bsf: fix missing PS before IDR framesZhao Zhili2023-11-221-6/+77
* avcodec/h264_mp4toannexb_bsf: remove pass padding size as argumentZhao Zhili2023-11-221-2/+3
* avcodec/h264_mp4toannexb_bsf: refactor start_code_size handlingZhao Zhili2023-11-221-7/+27
* avcodec/h264dec: use BOOL for skip_gray, noref_grayMichael Niedermayer2023-11-221-2/+2
* vulkan_decode: fix the print format of VkDeviceSizeJun Zhao2023-11-211-1/+1
* avcodec: bump version after EVC additionsJames Almer2023-11-201-1/+1
* avcodec/evc_decoder: Provided support for EVC decoderDawid Kozinski2023-11-203-0/+540
* avcodec/evc_encoder: Provided support for EVC encoderDawid Kozinski2023-11-203-0/+618