22 Commits (c5714b51aad41fef56dddac1d542e7fc6b984627)

Author SHA1 Message Date
  Vittorio Giovara 58400ac133 lavfi: name anonymous structs 11 years ago
  Anton Khirnov cd43ca0443 lavfi: do not export the filters from shared objects 11 years ago
  Diego Elio Pettenò faa8245bd4 vf_lut: Constantize 11 years ago
  Anton Khirnov b06848f4de vf_lut: make config_props work properly when called multiple times. 12 years ago
  Anton Khirnov 8d2565c28b vf_lut: use the name 's' for the pointer to the private context 12 years ago
  Diego Biurrun 093804a93c avfilter: Add av_cold attributes to init/uninit functions 12 years ago
  Anton Khirnov c43a7ecad9 lavfi: remove now unused args parameter from AVFilter.init 12 years ago
  Anton Khirnov 20b46f8f4f vf_lut: switch to an AVOptions-based system. 12 years ago
  Anton Khirnov 7e350379f8 lavfi: switch to AVFrame. 12 years ago
  Anton Khirnov 565e4993c6 lavfi: merge start_frame/draw_slice/end_frame 12 years ago
  Anton Khirnov 59ee9f78b0 lavfi: do not use av_pix_fmt_descriptors directly. 12 years ago
  Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
  Martin Storsjö 235f74db59 Rename missed cases of FF_OPT_TYPE_* to AV_OPT_TYPE_* 12 years ago
  Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
  Anton Khirnov e9b992d035 lavfi: add error handling to draw_slice(). 13 years ago
  Ronald S. Bultje 3db407038e lavfi: use const for AVFilterPad declarations in all filters. 12 years ago
  Anton Khirnov a5e8c41c28 lavfi: remove 'opaque' parameter from AVFilter.init() 13 years ago
  Anton Khirnov 803391f719 lavfi: remove request/poll and drawing functions from public API on next bump 13 years ago
  Anton Khirnov b74a1da49d lavfi: make formats API private on next bump. 13 years ago
  Alex Converse b0f29db5c2 Mark mutable static data const where appropriate. 13 years ago
  Stefano Sabatini 171868e25a lavfi: add negate filter 14 years ago
  Stefano Sabatini 8fe0c527f3 lavfi: add LUT (LookUp Table) generic filters 14 years ago