]> git.sesse.net Git - ffmpeg/history - libavfilter
avcodec.h: split AVCodec API into its own header
[ffmpeg] / libavfilter /
2020-03-26 Paul B Maholavfilter/vf_v360: improve sg output format
2020-03-25 Paul B Maholavfilter/vf_v360: fix hfov/vfov calculation from dfov...
2020-03-24 Andreas Rheinhardtavfilter/vf_paletteuse: Forward error codes
2020-03-24 Gyan Doshiavfilter/hue: fix range in comment
2020-03-19 Linjie Fulavfi/vf_dnn_processing: Fix compile warning of mixed...
2020-03-17 Lynnescale_vulkan: add support for RGB->YUV conversions
2020-03-17 Paul B Maholremove CHAR_MIN/CHAR_MAX usage
2020-03-14 Paul B Maholavfilter/af_anequalizer: fix off by one in reallocation
2020-03-13 Paul B Maholavfilter/f_sendcmd: add more useful variables
2020-03-12 Guo, Yejunavfilter/vf_dnn_processing.c: add frame size change...
2020-03-12 Guo, Yejunavfilter/vf_dnn_processing.c: add planar yuv format...
2020-03-12 Guo, Yejunavfilter/vf_dnn_processing.c: use swscale for uint8...
2020-03-11 James Almeravfilter/Makefile: remove dnn files when calling make...
2020-03-03 Paul B Maholavfilter/f_sendcmd: implement expr flag
2020-03-03 Paul B Maholavfilter/vf_v360: simplify some unnecessary indirections
2020-03-03 Paul B Maholavfilter/vf_v360: add half equirectangular input format
2020-03-03 Paul B Maholavfilter/vf_v360: add half equirectangular output format
2020-03-03 Guo, Yejunavfilter/vf_sr.c: refine code to use AVPixFmtDescriptor...
2020-03-02 Paul B Maholavfilter/vf_v360: add truncated square pyramid input...
2020-03-02 Paul B Maholavfilter/vf_v360: add truncated square pyramid output...
2020-03-01 Paul B Maholavfilter/vf_v360: fix cylindrical input format
2020-03-01 Paul B Maholavfilter/vf_v360: cleanup some code
2020-02-29 Paul B Maholavfilter/vf_v360: improve interpolation for equirect...
2020-02-29 Andreas Rheinhardtavfilter/vf_cas: Remove superfluous ;
2020-02-29 Paul B Maholavfilter/vf_v360: add partial size setup for flat
2020-02-29 Paul B Maholavfilter/vf_v360: speed up fisheye input calculation
2020-02-29 Paul B Maholavfilter/vf_v360: improve tetrahedron input format...
2020-02-29 Paul B Maholavfilter/vf_v360: simplify tetrahedron input calculation
2020-02-29 Paul B Maholavfilter/vf_v360: improve precision of some output...
2020-02-28 Paul B Maholavfilter/vf_v360: simplify code which handles interpola...
2020-02-27 Paul B Maholavfilter/vf_v360: add initial barrel split format input...
2020-02-26 Paul B Maholavfilter/vf_v360: add barrel split format output support
2020-02-25 Jacob Ruizavfilter/vf_zscale: fix crash on unaligned input
2020-02-25 Paul B Maholavfilter/vf_convolve: reset fft/ifft pointers after...
2020-02-25 Paul B Maholavfilter/vf_v360: add basic commands support
2020-02-25 Paul B Maholavfilter/vf_v360: handle gracefully invalid values...
2020-02-24 Paul B Maholavfilter: add Contrast Adaptive Sharpen video filter
2020-02-23 Paul B Maholavfilter/vf_v360: improve dfisheye_to_xyz() output
2020-02-23 Paul B Maholavfilter/vf_v360: improve fisheye_to_xyz() output
2020-02-23 Paul B Maholavfilter/vf_v360: improve equirect_to_xyz() quality
2020-02-18 Linjie Fulavfi/vf_scale_qsv: fix the class_name in help for...
2020-02-16 Michael Niedermayeravfilter/vf_aspect: Fix integer overflow in compute_dar()
2020-02-15 Paul B Maholavfilter/vf_phase: add >8 bit support
2020-02-14 Paul B Maholavfilter/opencl: use av_fopen_utf8()
2020-02-14 Paul B Maholavfilter/vf_fieldhint: use av_fopen_utf8()
2020-02-14 Paul B Maholavfilter/vf_lut3d: use av_fopen_utf8()
2020-02-14 Paul B Maholavfilter/vf_remap: add fill color option
2020-02-14 Paul B Maholavfilter: add pad opencl filter
2020-02-12 Paul B Maholavfilter/vf_xmedian: implement percentile option
2020-02-12 Paul B Maholavfilter/vf_median: implement percentile option
2020-02-11 Paul B Maholavfilter/vf_colorlevels: add support for commands
2020-02-11 Paul B Maholavfilter/vf_colorkey: add support for commands
2020-02-10 Andreas Rheinhardtavfilter/vf_dedot: Fix leak of AVFrame if making it...
2020-02-10 Paul B Maholavfilter/vf_thumbnail: fix possible crash on error
2020-02-10 Paul B Maholavfilter/vf_thumbnail: add timeline support
2020-02-09 Paul B Maholavfilter/vf_fade: fix color fading for planar rgb
2020-02-09 Paul B Maholavfilter/vf_fade: add >8 bit support for black and...
2020-02-09 Mark Thompsonlavfi/vf_*_vaapi: Fix error case
2020-02-09 Mark Thompsonlavfi/vf_deshake_opencl: Avoid propagating uninitialise...
2020-02-09 Paul B Maholavfilter/af_afftfilt: fix memory leaks on error
2020-02-09 Paul B Maholavfilter/af_afffilt: fix crash on error
2020-02-09 Paul B Maholavfilter/vf_xfade: add diagonal smooth transitions
2020-02-09 Paul B Maholavfilter/af_asoftclip: add support for commands
2020-02-09 Paul B Maholavfilter/af_asoftclip: add slice threading support
2020-02-08 Paul B Maholavfilter/vf_alphamerge: add AVClass to private context
2020-02-08 Andreas Rheinhardtavfilter/vf_paletteuse: Fix potential double-free of...
2020-02-08 Paul B Maholavfilter/vf_alphamerge: add timeline support
2020-02-08 Paul B Maholavfilter/vf_fade: improve type option description
2020-02-08 Paul B Maholavfilter/vf_fade: add missing .flags for type option
2020-02-08 Paul B Maholavfilter/vf_maskedclamp: make C version consistent...
2020-02-07 Paul B Maholaviflter/vf_xfade: add pixelize transition
2020-02-07 Paul B Maholavfilter/vf_xfade: add dissolve transition
2020-02-07 Paul B Maholavfilter/af_crystalizer: add slice threading support
2020-02-07 Paul B Maholavfilter: add afirsrc filter
2020-02-07 Paul B Maholavfilter/af_acrossover: free all output frames on error
2020-02-07 Paul B Maholavfilter/af_acrossover: add slice threading support
2020-02-06 Paul B Maholavfilter/af_acrossover: improve filter output
2020-02-06 James Almeravfilter/Makefile: add vulkan.h to the list of skipped...
2020-02-05 Paul B Maholavfilter/vf_xfade: add horzopen/close transition
2020-02-05 Paul B Maholavfilter/vf_xfade: add vertopen/close transition
2020-02-05 Martin Storsjövf_ssim: Fix loading doubles to float registers on...
2020-02-04 Lynnelavfi: bump minor version for the Vulkan filters
2020-02-04 Lynnelavfi: add an chromaber_vulkan filter
2020-02-04 Lynnelavfi: add an avgblur_vulkan filter
2020-02-04 Lynnelavfi: add an overlay_vulkan filter
2020-02-04 Lynnelavfi: add an scale_vulkan filter
2020-02-04 Lynnelavfi: add Vulkan filtering framework
2020-02-04 Philip Langdalelavfi/vf_hwupload: Add support for HW -> HW transfers
2020-02-04 Paul B Maholavfilter/vf_ssim: improve precision
2020-02-04 Paul B Maholavfilter/vf_xfade: add circleopen & circleclose transition
2020-02-03 Paul B Maholavfilter/vf_xfade_opencl: move passthrough code before...
2020-02-03 Paul B Maholavfilter/vf_xfade: move passthrough code before eof...
2020-02-02 Paul B Maholavfilter: add xfade opencl filter
2020-02-01 Paul B Maholavfilter/vf_xfade: remove unused header
2020-02-01 Paul B Maholavfilter/vf_psnr: fix logic failure when comparing...
2020-02-01 Paul B Maholavfilter/vf_ssim: fix logic failure when comparing...
2020-01-31 Marton Balintavfilter/vf_geq: use per-thread AVExpr for expression...
2020-01-31 Paul B Maholavfilter/vf_xfade: add smooth transitions
2020-01-30 Marton Balintavfilter/vf_drawtext: do not overread text if the last...
2020-01-30 Marton Balintavfilter/vf_drawtext: use replacement chars for invalid...
next