| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/Makefile: remove dnn files when calling make clean | James Almer | 2020-03-11 | 1 | -1/+1 |
* | avfilter/f_sendcmd: implement expr flag | Paul B Mahol | 2020-03-03 | 1 | -3/+51 |
* | avfilter/vf_v360: simplify some unnecessary indirections | Paul B Mahol | 2020-03-03 | 1 | -18/+12 |
* | avfilter/vf_v360: add half equirectangular input format | Paul B Mahol | 2020-03-03 | 1 | -0/+48 |
* | avfilter/vf_v360: add half equirectangular output format | Paul B Mahol | 2020-03-03 | 2 | -0/+38 |
* | avfilter/vf_sr.c: refine code to use AVPixFmtDescriptor.log2_chroma_h/w | Guo, Yejun | 2020-03-03 | 1 | -34/+6 |
* | avfilter/vf_v360: add truncated square pyramid input format | Paul B Mahol | 2020-03-02 | 1 | -0/+77 |
* | avfilter/vf_v360: add truncated square pyramid output format | Paul B Mahol | 2020-03-02 | 2 | -1/+67 |
* | avfilter/vf_v360: fix cylindrical input format | Paul B Mahol | 2020-03-01 | 1 | -2/+2 |
* | avfilter/vf_v360: cleanup some code | Paul B Mahol | 2020-03-01 | 1 | -46/+38 |
* | avfilter/vf_v360: improve interpolation for equirect input at poles | Paul B Mahol | 2020-02-29 | 1 | -2/+18 |
* | avfilter/vf_cas: Remove superfluous ; | Andreas Rheinhardt | 2020-02-29 | 1 | -2/+2 |
* | avfilter/vf_v360: add partial size setup for flat | Paul B Mahol | 2020-02-29 | 1 | -1/+9 |
* | avfilter/vf_v360: speed up fisheye input calculation | Paul B Mahol | 2020-02-29 | 1 | -4/+5 |
* | avfilter/vf_v360: improve tetrahedron input format at frame borders | Paul B Mahol | 2020-02-29 | 1 | -2/+35 |
* | avfilter/vf_v360: simplify tetrahedron input calculation | Paul B Mahol | 2020-02-29 | 1 | -8/+5 |
* | avfilter/vf_v360: improve precision of some output formats | Paul B Mahol | 2020-02-29 | 1 | -18/+18 |
* | avfilter/vf_v360: simplify code which handles interpolation points | Paul B Mahol | 2020-02-28 | 1 | -74/+74 |
* | avfilter/vf_v360: add initial barrel split format input support | Paul B Mahol | 2020-02-27 | 1 | -20/+128 |
* | avfilter/vf_v360: add barrel split format output support | Paul B Mahol | 2020-02-26 | 2 | -0/+96 |
* | avfilter/vf_zscale: fix crash on unaligned input | Jacob Ruiz | 2020-02-25 | 1 | -10/+49 |
* | avfilter/vf_convolve: reset fft/ifft pointers after free | Paul B Mahol | 2020-02-25 | 1 | -0/+2 |
* | avfilter/vf_v360: add basic commands support | Paul B Mahol | 2020-02-25 | 1 | -23/+44 |
* | avfilter/vf_v360: handle gracefully invalid values for rorder option | Paul B Mahol | 2020-02-25 | 1 | -6/+12 |
* | avfilter: add Contrast Adaptive Sharpen video filter | Paul B Mahol | 2020-02-24 | 4 | -1/+302 |
* | avfilter/vf_v360: improve dfisheye_to_xyz() output | Paul B Mahol | 2020-02-23 | 1 | -1/+1 |
* | avfilter/vf_v360: improve fisheye_to_xyz() output | Paul B Mahol | 2020-02-23 | 1 | -1/+1 |
* | avfilter/vf_v360: improve equirect_to_xyz() quality | Paul B Mahol | 2020-02-23 | 1 | -2/+2 |
* | lavfi/vf_scale_qsv: fix the class_name in help for scale_qsv | Linjie Fu | 2020-02-18 | 1 | -1/+1 |
* | avfilter/vf_aspect: Fix integer overflow in compute_dar() | Michael Niedermayer | 2020-02-16 | 1 | -1/+1 |
* | avfilter/vf_phase: add >8 bit support | Paul B Mahol | 2020-02-15 | 2 | -148/+246 |
* | avfilter/opencl: use av_fopen_utf8() | Paul B Mahol | 2020-02-14 | 1 | -1/+1 |
* | avfilter/vf_fieldhint: use av_fopen_utf8() | Paul B Mahol | 2020-02-14 | 1 | -1/+1 |
* | avfilter/vf_lut3d: use av_fopen_utf8() | Paul B Mahol | 2020-02-14 | 1 | -2/+2 |
* | avfilter/vf_remap: add fill color option | Paul B Mahol | 2020-02-14 | 1 | -3/+28 |
* | avfilter: add pad opencl filter | Paul B Mahol | 2020-02-14 | 6 | -1/+437 |
* | avfilter/vf_xmedian: implement percentile option | Paul B Mahol | 2020-02-12 | 1 | -10/+19 |
* | avfilter/vf_median: implement percentile option | Paul B Mahol | 2020-02-12 | 2 | -1/+3 |
* | avfilter/vf_colorlevels: add support for commands | Paul B Mahol | 2020-02-11 | 1 | -1/+2 |
* | avfilter/vf_colorkey: add support for commands | Paul B Mahol | 2020-02-11 | 1 | -1/+3 |
* | avfilter/vf_dedot: Fix leak of AVFrame if making it writable fails | Andreas Rheinhardt | 2020-02-11 | 1 | -1/+2 |
* | avfilter/vf_thumbnail: fix possible crash on error | Paul B Mahol | 2020-02-10 | 1 | -1/+1 |
* | avfilter/vf_thumbnail: add timeline support | Paul B Mahol | 2020-02-10 | 1 | -0/+1 |
* | avfilter/vf_fade: fix color fading for planar rgb | Paul B Mahol | 2020-02-09 | 1 | -2/+2 |
* | avfilter/vf_fade: add >8 bit support for black and alpha fade | Paul B Mahol | 2020-02-09 | 1 | -31/+138 |
* | lavfi/vf_*_vaapi: Fix error case | Mark Thompson | 2020-02-09 | 5 | -5/+5 |
* | lavfi/vf_deshake_opencl: Avoid propagating uninitialised data | Mark Thompson | 2020-02-09 | 1 | -0/+2 |
* | avfilter/af_afftfilt: fix memory leaks on error | Paul B Mahol | 2020-02-09 | 1 | -1/+3 |
* | avfilter/af_afffilt: fix crash on error | Paul B Mahol | 2020-02-09 | 1 | -4/+7 |
* | avfilter/vf_xfade: add diagonal smooth transitions | Paul B Mahol | 2020-02-09 | 1 | -0/+129 |