| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "avfilter/af_pan: fix regression introduced with switch to new channel... | Paul B Mahol | 2023-02-09 | 1 | -5/+1 |
* | avfilter/af_compand: simplify frame allocation | Paul B Mahol | 2023-02-08 | 1 | -20/+2 |
* | avfilter/af_compensationdelay: simplify frame allocation | Paul B Mahol | 2023-02-08 | 1 | -15/+3 |
* | avfilter/af_pan: fix regression introduced with switch to new channel layout API | Paul B Mahol | 2023-02-07 | 1 | -1/+5 |
* | avfilter/vf_libplacebo: fix format query | Niklas Haas | 2023-02-07 | 1 | -17/+35 |
* | lavfi/vf_vpp_qsv: add support for new scaling modes | Haihao Xiang | 2023-02-07 | 1 | -3/+28 |
* | lavfi/vf_vpp_qsv: support UYVY in system memory | Haihao Xiang | 2023-02-07 | 2 | -0/+12 |
* | lavfi/deinterlace_qsv: re-use VPPContext for deinterlace_qsv filter | Haihao Xiang | 2023-02-03 | 3 | -167/+26 |
* | lavfi/deinterlace_qsv: simplify deinterlace_qsv filter | Haihao Xiang | 2023-02-03 | 1 | -475/+30 |
* | lavfi/vpp_qsv: add rate option | Haihao Xiang | 2023-02-03 | 1 | -2/+15 |
* | x86: replace explicit REP_RETs with RETs | Lynne | 2023-02-01 | 11 | -22/+22 |
* | avfilter/vf_libplacebo: suppress cast warning | Niklas Haas | 2023-01-30 | 1 | -2/+1 |
* | avfilter/vf_colorlevels: add support for gbrpf32 format | Paul B Mahol | 2023-01-30 | 1 | -28/+90 |
* | lavfi/vpp_qsv: factor out the code for filter definition | Haihao Xiang | 2023-01-30 | 1 | -75/+51 |
* | lavfi/scale_qsv: re-use VPPContext for scale_qsv filter | Haihao Xiang | 2023-01-30 | 3 | -354/+124 |
* | lavfi/scale_qsv: simplify scale_qsv filter | Haihao Xiang | 2023-01-30 | 1 | -407/+34 |
* | avfilter: add VA-API variants of the stack filters | Haihao Xiang | 2023-01-30 | 4 | -1/+581 |
* | avfilter/vf_ssim360: Constify AVFilter | Andreas Rheinhardt | 2023-01-28 | 1 | -1/+1 |
* | avfilter/vf_ssim360: Don't initialize twice | Andreas Rheinhardt | 2023-01-28 | 1 | -2/+0 |
* | avfilter/vf_ssim360: Fix left-shift of negative value | Andreas Rheinhardt | 2023-01-28 | 1 | -1/+1 |
* | lavfi/vf_ssim360: Fix compilation with MSVC | Martin Storsjö | 2023-01-28 | 1 | -3/+3 |
* | lavfi: Add vf_ssim360 filter | Shannon Chen | 2023-01-28 | 4 | -1/+1771 |
* | avfilter/f_reverse: set output frame duration | Paul B Mahol | 2023-01-27 | 1 | -3/+19 |
* | avfilter/vf_ciescope: set output frame duration | Paul B Mahol | 2023-01-27 | 1 | -0/+1 |
* | avfilter/vf_tpad: set output frame duration | Paul B Mahol | 2023-01-27 | 1 | -4/+10 |
* | avfilter/vf_random: set output frame duration | Paul B Mahol | 2023-01-27 | 1 | -0/+6 |
* | avfilter/vf_datascope: call av_frame_copy_props() | Paul B Mahol | 2023-01-27 | 1 | -1/+1 |
* | avfilter/af_adynamicequalizer: add auto option | Paul B Mahol | 2023-01-27 | 1 | -4/+24 |
* | avfilter/vf_cropdetect: fix type for old_limit | Ashyni | 2023-01-27 | 1 | -1/+1 |
* | avfilter/vf_scdet: fix introduced discrepancy with latest change | Paul B Mahol | 2023-01-24 | 1 | -1/+1 |
* | avfilter/vf_cropdetect: add ability to change limit at runtime | Ashyni | 2023-01-24 | 1 | -6/+39 |
* | avfilter/vf_dblur: also filter last scanline | Paul B Mahol | 2023-01-19 | 1 | -2/+2 |
* | avfilter/vf_dblur: allow radius < 1.0 | Paul B Mahol | 2023-01-19 | 1 | -1/+1 |
* | avfilter/vf_histogram: call av_frame_copy_props() | Paul B Mahol | 2023-01-17 | 1 | -1/+1 |
* | avfilter/vf_lagfun: call av_frame_copy_props() | Paul B Mahol | 2023-01-17 | 1 | -1/+1 |
* | avfilter/vf_elbg: call av_frame_copy_props() | Paul B Mahol | 2023-01-17 | 1 | -1/+1 |
* | avfilter/avf_showvolume: set output video frame duration | Paul B Mahol | 2023-01-17 | 1 | -0/+1 |
* | avfilter/vsrc_gradients: set output video frame duration | Paul B Mahol | 2023-01-17 | 1 | -0/+1 |
* | avfilter/avf_abitscope: set output time_base and output frame duration | Paul B Mahol | 2023-01-17 | 1 | -1/+3 |
* | avfilter/af_virtualbass: call av_frame_copy_props() | Paul B Mahol | 2023-01-17 | 1 | -1/+1 |
* | avfilter/vf_scdet: change threshold checking | Paul B Mahol | 2023-01-17 | 1 | -1/+1 |
* | avfilter/af_arnndn: unbreak filtering | Paul B Mahol | 2023-01-17 | 1 | -4/+5 |
* | avfilter/af_arnndn: call av_frame_copy_props() | Paul B Mahol | 2023-01-17 | 1 | -1/+1 |
* | avfilter/af_afftfilt: call av_frame_copy_props() | Paul B Mahol | 2023-01-17 | 1 | -1/+1 |
* | avfilter/af_afftdn: call av_frame_copy_props() | Paul B Mahol | 2023-01-17 | 1 | -1/+1 |
* | avfilter/vsrc_cellauto: set video frame duration | Paul B Mahol | 2023-01-17 | 1 | -0/+1 |
* | avfilter/vsrc_life: set video frame duration | Paul B Mahol | 2023-01-17 | 1 | -0/+1 |
* | avfilter/vsrc_mandelbrot: set video frame duration | Paul B Mahol | 2023-01-17 | 1 | -0/+1 |
* | avfilter/vsrc_mptestsrc: set video frame duration | Paul B Mahol | 2023-01-17 | 1 | -0/+1 |
* | avfilter/vsrc_testsrc: set video frame duration | Paul B Mahol | 2023-01-17 | 1 | -0/+1 |