28 Commits (81bbce9cf304c93f325b0672b51d65a282c6581f)

Author SHA1 Message Date
  Stefano Sabatini a4cb0af945 lavfi: drop deprecated and pointless avfilter_default_end_frame() function 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. 13 years ago
  Stefano Sabatini fda968aa8f lavfi: decrease logging level of message showing initial parameters 13 years ago
  Anton Khirnov a5e8c41c28 lavfi: remove 'opaque' parameter from AVFilter.init() 13 years ago
  Anton Khirnov 9d0bfc5052 lavfi: make AVFilterPad opaque after two major bumps. 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
  Michael Niedermayer 6d16a96a95 vf_boxblur: fix memleak 13 years ago
  Reimar Döffinger 5af7daabc4 Mark AVFilterPad[] compound literals as const. 13 years ago
  Reimar Döffinger d78473334e Add const to static arrays where it was forgotten. 13 years ago
  Stefano Sabatini 1679a40b74 vf_boxblur: fix slice-drawing 13 years ago
  Stefano Sabatini ce6b6ef645 lavfi: port boxblur filter from libmpcodecs 14 years ago
  Nicolas George fb35f7d7e1 vf_boxblur: remove useless code. 13 years ago
  Stefano Sabatini f1b7c7e697 vf_boxblur: call avfilter_draw_slice() at the end of draw_slice() 14 years ago
  Stefano Sabatini a342517710 vf_boxblur: fix out-of-buffer access when h > w 14 years ago
  Stefano Sabatini d68ba3feb8 vf_boxblur: prefer the name "len" over "w" in the blur routines 14 years ago
  Stefano Sabatini 6b61920ab7 lavfi: port boxblur filter from libmpcodecs 14 years ago