| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | avformat/westwood_vqa: Check ffio_ensure_seekback() | Andreas Rheinhardt | 2024-05-25 | 1 | -1/+3 |
* | avformat/gifdec: Check ffio_ensure_seekback() | Andreas Rheinhardt | 2024-05-25 | 1 | -1/+4 |
* | avformat/oggdec: Check ffio_ensure_seekback() | Andreas Rheinhardt | 2024-05-25 | 1 | -1/+3 |
* | lavc/flacdsp: do not assume maximum R-V VL | Rémi Denis-Courmont | 2024-05-25 | 1 | -2/+2 |
* | avcodec/flacdec: Remove unused variable | Andreas Rheinhardt | 2024-05-24 | 1 | -1/+1 |
* | lavc/pixblockdsp: add scalar get_pixels_unaligned | Rémi Denis-Courmont | 2024-05-24 | 1 | -0/+7 |
* | checkasm/riscv: test misaligned before V | Rémi Denis-Courmont | 2024-05-24 | 1 | -1/+1 |
* | checkasm/flacdsp: add a test for lpc33 | James Almer | 2024-05-24 | 1 | -0/+32 |
* | avcodec/flacdsp: split off lpc33 into a dsp function | James Almer | 2024-05-24 | 3 | -6/+18 |
* | avformat/movenc: add support for writing SA3D boxes | James Almer | 2024-05-23 | 2 | -1/+64 |
* | avutil/channel_layout: add a helper function to get the ambisonic order of a ... | James Almer | 2024-05-23 | 4 | -10/+22 |
* | libavcodec/x86/vvc/vvc_sad: fix assembler error | Haihao Xiang | 2024-05-23 | 1 | -2/+2 |
* | avfilter/af_atempo: Fix indentation | Andreas Rheinhardt | 2024-05-23 | 1 | -14/+14 |
* | avfilter/af_atempo: Simplify resetting | Andreas Rheinhardt | 2024-05-23 | 1 | -34/+35 |
* | avfilter/af_atempo: Properly check av_tx_init() | Andreas Rheinhardt | 2024-05-23 | 1 | -6/+9 |
* | tests/checkasm: Add check_vvc_sad to vvc_mc.c | Stone Chen | 2024-05-22 | 1 | -1/+39 |
* | libavcodec/x86/vvc: Add AVX2 DMVR SAD functions for VVC | Stone Chen | 2024-05-22 | 3 | -0/+140 |
* | avformat/mov: store sample_sizes as unsigned ints | James Almer | 2024-05-22 | 2 | -3/+3 |
* | avformat/vvc: fix parsing sps_subpic_id | James Almer | 2024-05-22 | 1 | -2/+3 |
* | avformat/vvc: initialize some ptl flags | James Almer | 2024-05-22 | 2 | -1/+3 |
* | lavc/h263dsp: R-V V {h,v}_loop_filter | Rémi Denis-Courmont | 2024-05-22 | 5 | -1/+147 |
* | x86/vvc_alf: use the x86inc instruction macros | James Almer | 2024-05-22 | 1 | -101/+101 |
* | avformat/mov: avoid seeking back to 0 on HEVC open GOP files | llyyr | 2024-05-21 | 1 | -2/+12 |
* | lavc/vp9dsp: R-V V mc avg | sunyuechi | 2024-05-21 | 3 | -1/+78 |
* | Revert "lavc/sbrdsp: R-V V neg_odd_64" | Rémi Denis-Courmont | 2024-05-21 | 2 | -22/+0 |
* | lavc/vc1dsp: R-V V vc1_unescape_buffer | Rémi Denis-Courmont | 2024-05-21 | 2 | -0/+55 |
* | checkasm: h264dsp: Avoid out of buffer writes when benchmarking | Martin Storsjö | 2024-05-21 | 1 | -2/+2 |
* | checkasm: print bench runs when benchmarking | Lynne | 2024-05-21 | 1 | -0/+3 |
* | checkasm: add runs argument to adjust during bench | J. Dekker | 2024-05-21 | 2 | -4/+19 |
* | checkasm: vvc_alf: Limit benchmarking to a reasonable subset of functions | Martin Storsjö | 2024-05-21 | 1 | -3/+8 |
* | Changelog: add DVB compatible information for VVC decoder | Nuo Mi | 2024-05-21 | 1 | -0/+1 |
* | avcodec/vvcdec: support Reference Picture Resampling | Nuo Mi | 2024-05-21 | 1 | -17/+173 |
* | avcodec/vvcdec: increase edge_emu_buffer for RPR | Nuo Mi | 2024-05-21 | 1 | -5/+4 |
* | avcodec/vvcdec: refact, remove hf_idx and vf_idx from mc_xxx's param list | Nuo Mi | 2024-05-21 | 1 | -12/+15 |
* | avcodec/vvcdec: refact out luma_prof from luma_prof_bi | Nuo Mi | 2024-05-21 | 1 | -22/+30 |
* | avcodec/vvcdec: fix dmvr, bdof, cb_prof for RPR | Nuo Mi | 2024-05-21 | 2 | -10/+11 |
* | avcodec/vvcdec: inter, wait reference with a different resolution | Nuo Mi | 2024-05-21 | 4 | -3/+68 |
* | avcodec/vvcdec: add RPR dsp | Nuo Mi | 2024-05-21 | 3 | -0/+183 |
* | avcodec/vvcdec: emulated_edge, use reference frame's sps and pps | Nuo Mi | 2024-05-21 | 4 | -26/+38 |
* | avcodec/vvcdec: add vvc inter filters for RPR | Nuo Mi | 2024-05-21 | 4 | -15/+98 |
* | avcodec/vvcdec: refact, pred_get_refs return VVCRefPic instead of VVCFrame | Nuo Mi | 2024-05-21 | 1 | -15/+15 |
* | avcodec/vvcdec: refact out VVCRefPic from RefPicList | Nuo Mi | 2024-05-21 | 8 | -47/+52 |
* | avcodec/vvcdec: refact, unify pred_regular_{luma, chroma} to pred_regular | Nuo Mi | 2024-05-21 | 2 | -95/+41 |
* | avcodec/vvcdec: misc, remove unused EMULATED_EDGE_{LUMA, CHROMA}, EMULATED_ED... | Nuo Mi | 2024-05-21 | 1 | -17/+7 |
* | avcodec/vvcdec: refact, unify {luma, chroma}_mc_bi to mc_bi | Nuo Mi | 2024-05-21 | 1 | -65/+30 |
* | avcodec/vvcdec: refact, unify {luma, chroma}_mc_uni to mc_uni | Nuo Mi | 2024-05-21 | 1 | -55/+25 |
* | avcodec/vvcdec: refact, unify {luma, chroma}_mc to mc | Nuo Mi | 2024-05-21 | 1 | -33/+14 |
* | avcodec/vvcdec: misc, inter, use is_chroma instead of is_luma | Nuo Mi | 2024-05-21 | 1 | -25/+25 |
* | avfilter/vf_dnn_detect: Fix null pointer dereference | Zhao Zhili | 2024-05-21 | 1 | -4/+6 |
* | lavc/vaapi_decode: Reject decoding of frames with no slices | David Rosca | 2024-05-21 | 1 | -0/+5 |