summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* lavfi/vf_dnn_processing: Fix compile warning of mixed declarations and codeLinjie Fu2020-03-191-2/+5
* scale_vulkan: add support for RGB->YUV conversionsLynne2020-03-173-63/+254
* remove CHAR_MIN/CHAR_MAX usagePaul B Mahol2020-03-1731-149/+149
* avfilter/af_anequalizer: fix off by one in reallocationPaul B Mahol2020-03-141-1/+1
* avfilter/f_sendcmd: add more useful variablesPaul B Mahol2020-03-131-1/+13
* avfilter/vf_dnn_processing.c: add frame size change support for planar yuv fo...Guo, Yejun2020-03-121-7/+30
* avfilter/vf_dnn_processing.c: add planar yuv format supportGuo, Yejun2020-03-121-0/+72
* avfilter/vf_dnn_processing.c: use swscale for uint8<->float32 convertGuo, Yejun2020-03-121-20/+61
* avfilter/Makefile: remove dnn files when calling make cleanJames Almer2020-03-111-1/+1
* avfilter/f_sendcmd: implement expr flagPaul B Mahol2020-03-031-3/+51
* avfilter/vf_v360: simplify some unnecessary indirectionsPaul B Mahol2020-03-031-18/+12
* avfilter/vf_v360: add half equirectangular input formatPaul B Mahol2020-03-031-0/+48
* avfilter/vf_v360: add half equirectangular output formatPaul B Mahol2020-03-032-0/+38
* avfilter/vf_sr.c: refine code to use AVPixFmtDescriptor.log2_chroma_h/wGuo, Yejun2020-03-031-34/+6
* avfilter/vf_v360: add truncated square pyramid input formatPaul B Mahol2020-03-021-0/+77
* avfilter/vf_v360: add truncated square pyramid output formatPaul B Mahol2020-03-022-1/+67
* avfilter/vf_v360: fix cylindrical input formatPaul B Mahol2020-03-011-2/+2
* avfilter/vf_v360: cleanup some codePaul B Mahol2020-03-011-46/+38
* avfilter/vf_v360: improve interpolation for equirect input at polesPaul B Mahol2020-02-291-2/+18
* avfilter/vf_cas: Remove superfluous ;Andreas Rheinhardt2020-02-291-2/+2
* avfilter/vf_v360: add partial size setup for flatPaul B Mahol2020-02-291-1/+9
* avfilter/vf_v360: speed up fisheye input calculationPaul B Mahol2020-02-291-4/+5
* avfilter/vf_v360: improve tetrahedron input format at frame bordersPaul B Mahol2020-02-291-2/+35
* avfilter/vf_v360: simplify tetrahedron input calculationPaul B Mahol2020-02-291-8/+5
* avfilter/vf_v360: improve precision of some output formatsPaul B Mahol2020-02-291-18/+18
* avfilter/vf_v360: simplify code which handles interpolation pointsPaul B Mahol2020-02-281-74/+74
* avfilter/vf_v360: add initial barrel split format input supportPaul B Mahol2020-02-271-20/+128
* avfilter/vf_v360: add barrel split format output supportPaul B Mahol2020-02-262-0/+96
* avfilter/vf_zscale: fix crash on unaligned inputJacob Ruiz2020-02-251-10/+49
* avfilter/vf_convolve: reset fft/ifft pointers after freePaul B Mahol2020-02-251-0/+2
* avfilter/vf_v360: add basic commands supportPaul B Mahol2020-02-251-23/+44
* avfilter/vf_v360: handle gracefully invalid values for rorder optionPaul B Mahol2020-02-251-6/+12
* avfilter: add Contrast Adaptive Sharpen video filterPaul B Mahol2020-02-244-1/+302
* avfilter/vf_v360: improve dfisheye_to_xyz() outputPaul B Mahol2020-02-231-1/+1
* avfilter/vf_v360: improve fisheye_to_xyz() outputPaul B Mahol2020-02-231-1/+1
* avfilter/vf_v360: improve equirect_to_xyz() qualityPaul B Mahol2020-02-231-2/+2
* lavfi/vf_scale_qsv: fix the class_name in help for scale_qsvLinjie Fu2020-02-181-1/+1
* avfilter/vf_aspect: Fix integer overflow in compute_dar()Michael Niedermayer2020-02-161-1/+1
* avfilter/vf_phase: add >8 bit supportPaul B Mahol2020-02-152-148/+246
* avfilter/opencl: use av_fopen_utf8()Paul B Mahol2020-02-141-1/+1
* avfilter/vf_fieldhint: use av_fopen_utf8()Paul B Mahol2020-02-141-1/+1
* avfilter/vf_lut3d: use av_fopen_utf8()Paul B Mahol2020-02-141-2/+2
* avfilter/vf_remap: add fill color optionPaul B Mahol2020-02-141-3/+28
* avfilter: add pad opencl filterPaul B Mahol2020-02-146-1/+437
* avfilter/vf_xmedian: implement percentile optionPaul B Mahol2020-02-121-10/+19
* avfilter/vf_median: implement percentile optionPaul B Mahol2020-02-122-1/+3
* avfilter/vf_colorlevels: add support for commandsPaul B Mahol2020-02-111-1/+2
* avfilter/vf_colorkey: add support for commandsPaul B Mahol2020-02-111-1/+3
* avfilter/vf_dedot: Fix leak of AVFrame if making it writable failsAndreas Rheinhardt2020-02-111-1/+2
* avfilter/vf_thumbnail: fix possible crash on errorPaul B Mahol2020-02-101-1/+1