aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* avformat/westwood_vqa: Check ffio_ensure_seekback()Andreas Rheinhardt2024-05-251-1/+3
* avformat/gifdec: Check ffio_ensure_seekback()Andreas Rheinhardt2024-05-251-1/+4
* avformat/oggdec: Check ffio_ensure_seekback()Andreas Rheinhardt2024-05-251-1/+3
* lavc/flacdsp: do not assume maximum R-V VLRémi Denis-Courmont2024-05-251-2/+2
* avcodec/flacdec: Remove unused variableAndreas Rheinhardt2024-05-241-1/+1
* lavc/pixblockdsp: add scalar get_pixels_unalignedRémi Denis-Courmont2024-05-241-0/+7
* checkasm/riscv: test misaligned before VRémi Denis-Courmont2024-05-241-1/+1
* checkasm/flacdsp: add a test for lpc33James Almer2024-05-241-0/+32
* avcodec/flacdsp: split off lpc33 into a dsp functionJames Almer2024-05-243-6/+18
* avformat/movenc: add support for writing SA3D boxesJames Almer2024-05-232-1/+64
* avutil/channel_layout: add a helper function to get the ambisonic order of a ...James Almer2024-05-234-10/+22
* libavcodec/x86/vvc/vvc_sad: fix assembler errorHaihao Xiang2024-05-231-2/+2
* avfilter/af_atempo: Fix indentationAndreas Rheinhardt2024-05-231-14/+14
* avfilter/af_atempo: Simplify resettingAndreas Rheinhardt2024-05-231-34/+35
* avfilter/af_atempo: Properly check av_tx_init()Andreas Rheinhardt2024-05-231-6/+9
* tests/checkasm: Add check_vvc_sad to vvc_mc.cStone Chen2024-05-221-1/+39
* libavcodec/x86/vvc: Add AVX2 DMVR SAD functions for VVCStone Chen2024-05-223-0/+140
* avformat/mov: store sample_sizes as unsigned intsJames Almer2024-05-222-3/+3
* avformat/vvc: fix parsing sps_subpic_idJames Almer2024-05-221-2/+3
* avformat/vvc: initialize some ptl flagsJames Almer2024-05-222-1/+3
* lavc/h263dsp: R-V V {h,v}_loop_filterRémi Denis-Courmont2024-05-225-1/+147
* x86/vvc_alf: use the x86inc instruction macrosJames Almer2024-05-221-101/+101
* avformat/mov: avoid seeking back to 0 on HEVC open GOP filesllyyr2024-05-211-2/+12
* lavc/vp9dsp: R-V V mc avgsunyuechi2024-05-213-1/+78
* Revert "lavc/sbrdsp: R-V V neg_odd_64"Rémi Denis-Courmont2024-05-212-22/+0
* lavc/vc1dsp: R-V V vc1_unescape_bufferRémi Denis-Courmont2024-05-212-0/+55
* checkasm: h264dsp: Avoid out of buffer writes when benchmarkingMartin Storsjö2024-05-211-2/+2
* checkasm: print bench runs when benchmarkingLynne2024-05-211-0/+3
* checkasm: add runs argument to adjust during benchJ. Dekker2024-05-212-4/+19
* checkasm: vvc_alf: Limit benchmarking to a reasonable subset of functionsMartin Storsjö2024-05-211-3/+8
* Changelog: add DVB compatible information for VVC decoderNuo Mi2024-05-211-0/+1
* avcodec/vvcdec: support Reference Picture ResamplingNuo Mi2024-05-211-17/+173
* avcodec/vvcdec: increase edge_emu_buffer for RPRNuo Mi2024-05-211-5/+4
* avcodec/vvcdec: refact, remove hf_idx and vf_idx from mc_xxx's param listNuo Mi2024-05-211-12/+15
* avcodec/vvcdec: refact out luma_prof from luma_prof_biNuo Mi2024-05-211-22/+30
* avcodec/vvcdec: fix dmvr, bdof, cb_prof for RPRNuo Mi2024-05-212-10/+11
* avcodec/vvcdec: inter, wait reference with a different resolutionNuo Mi2024-05-214-3/+68
* avcodec/vvcdec: add RPR dspNuo Mi2024-05-213-0/+183
* avcodec/vvcdec: emulated_edge, use reference frame's sps and ppsNuo Mi2024-05-214-26/+38
* avcodec/vvcdec: add vvc inter filters for RPRNuo Mi2024-05-214-15/+98
* avcodec/vvcdec: refact, pred_get_refs return VVCRefPic instead of VVCFrameNuo Mi2024-05-211-15/+15
* avcodec/vvcdec: refact out VVCRefPic from RefPicListNuo Mi2024-05-218-47/+52
* avcodec/vvcdec: refact, unify pred_regular_{luma, chroma} to pred_regularNuo Mi2024-05-212-95/+41
* avcodec/vvcdec: misc, remove unused EMULATED_EDGE_{LUMA, CHROMA}, EMULATED_ED...Nuo Mi2024-05-211-17/+7
* avcodec/vvcdec: refact, unify {luma, chroma}_mc_bi to mc_biNuo Mi2024-05-211-65/+30
* avcodec/vvcdec: refact, unify {luma, chroma}_mc_uni to mc_uniNuo Mi2024-05-211-55/+25
* avcodec/vvcdec: refact, unify {luma, chroma}_mc to mcNuo Mi2024-05-211-33/+14
* avcodec/vvcdec: misc, inter, use is_chroma instead of is_lumaNuo Mi2024-05-211-25/+25
* avfilter/vf_dnn_detect: Fix null pointer dereferenceZhao Zhili2024-05-211-4/+6
* lavc/vaapi_decode: Reject decoding of frames with no slicesDavid Rosca2024-05-211-0/+5