90 Commits (03e2ec32b88f410f90e696ec9ab3b744cc43de13)

Author SHA1 Message Date
  Paul B Mahol 03e2ec32b8 lavfi: add smptehdbars source 12 years ago
  Stefano Sabatini 87dd62e141 lavfi/testsrc: make use of AV_OPT_TYPE_DURATION 12 years ago
  Michael Niedermayer fd6228e657 lavfi: remove now unused args parameter from AVFilter.init and init_opaque 12 years ago
  Anton Khirnov d69a4177b9 lavfi: remove now unused args parameter from AVFilter.init 12 years ago
  Clément Bœsch 389eb0a919 lavfi/testsrc: remove useless args/NULL passing. 12 years ago
  Paul B Mahol 38d1a5a270 lavfi/smptebars: switch to AVOptions-based system 12 years ago
  Anton Khirnov c43a7ecad9 lavfi: remove now unused args parameter from AVFilter.init 12 years ago
  Anton Khirnov 7b3eb745b9 vsrc_testsrc: switch to an AVOptions-based system. 12 years ago
  Paul B Mahol bd252ff6fa lavfi/smptebars: fix invalid writes 12 years ago
  Paul B Mahol 6a08ccd61d lavfi/smptebars: fix output for subsampled yuv 12 years ago
  Paul B Mahol 54056c6655 lavfi/testsrc: make use of AV_OPT_TYPE_VIDEO_RATE 12 years ago
  Michael Niedermayer ae65327e5e vsrc_testsrc: avoid floats and non bit exactness 12 years ago
  Anton Khirnov 7e350379f8 lavfi: switch to AVFrame. 12 years ago
  Michael Niedermayer 6f88d2d786 vsrc_testsrc: Fix assignments in if() 12 years ago
  Clément Bœsch 2d9d444051 lavfi: convert remaining input/output list compound literals to named objects. 12 years ago
  Anton Khirnov f7f6f281dd vsrc_testsrc: switch to filter_frame 12 years ago
  Anton Khirnov 565e4993c6 lavfi: merge start_frame/draw_slice/end_frame 12 years ago
  Mans Rullgard 568c70e79e lavfi: convert input/ouput list compound literals to named objects 12 years ago
  Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
  Michael Niedermayer 3dc24600ba vsrc_testsrc: Fix case without a specified duration 12 years ago
  Stefano Sabatini 98f753ec51 lavfi/testsrc: increase precision of the duration parameter 12 years ago
  Mans Rullgard 1fce361d70 lavfi: replace empty input/output lists with null pointers 12 years ago
  Martin Storsjö 21bc440384 avopt: Explicitly store rational option defaults in .dbl 12 years ago
  Martin Storsjö 235f74db59 Rename missed cases of FF_OPT_TYPE_* to AV_OPT_TYPE_* 12 years ago
  Michael Niedermayer 310fd0d3d4 vsrc_testsrc: fix uninitilaized variable bug 12 years ago
  Stefano Sabatini 7cd5fa35fe lavfi/testsrc: set output framerate 12 years ago
  Stefano Sabatini 42d621d131 lavfi: add priv class to filter definitions and flags to filter internal options 12 years ago
  Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
  Clément Bœsch cc650cf029 Remove "Error parsing options string [...]" messages. 12 years ago
  Stefano Sabatini dbf25b70ea lavfi/testsrc: set default value for option "color" to NULL and rework color setting logic 12 years ago
  Paul B Mahol 13c5069187 lavfi: add smptebars source 13 years ago
  Stefano Sabatini 39a8275fdf lavfi: move color filter to testsrc, factorize 12 years ago
  Stefano Sabatini aa5b93fbd8 lavfi/rgbtestsrc: use ff_fill_rgba_map() rather than a local copy 12 years ago
  Stefano Sabatini 4c8fc6a2a4 lavfi/testsrc: use AVFILTER_DEFINE_CLASS for defining the filter classes 12 years ago
  Stefano Sabatini 33474eb1c6 lavfi/testsrc: extend logic in request_frame, support static image output 12 years ago
  Stefano Sabatini 20e940e768 lavfi/testsrc: free the context in uninit 12 years ago
  Stefano Sabatini 7ddf082f04 lavfi/testsrc: drop pointless parentheses 12 years ago
  Stefano Sabatini ad2022ac83 lavfi/testsrc: add comment in options 12 years ago
  Anton Khirnov 8f3a3ce730 lavfi: check all ff_get_video_buffer() calls for errors. 13 years ago
  Anton Khirnov 3825b52688 lavfi: check all ff_start_frame/draw_slice/end_frame calls for errors 13 years ago
  Ronald S. Bultje 3db407038e lavfi: use const for AVFilterPad declarations in all filters. 12 years ago
  Anton Khirnov 533fd5b5b4 vsrc_testsrc: avoid an unnecessary avfilter_ref_buffer(). 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
  Stefano Sabatini c17808cebd lavfi: define macro AVFILTER_DEFINE_CLASS 13 years ago
  Paul B Mahol de05877390 lavfi: remove redundant checks after av_parse_video_rate() 13 years ago
  Paul B Mahol 54101214d8 lavfi: use designated initializers for AVClass 13 years ago
  Anton Khirnov 9d0bfc5052 lavfi: make AVFilterPad opaque after two major bumps. 13 years ago
  Anton Khirnov 6d58358a3a lavfi: make avfilter_get_video_buffer() private on next bump. 13 years ago
  Stefano Sabatini 647e2e070f lavfi: remove more instances of avfilter_default_filter_name() 13 years ago