125 Commits (a23a56e77c0c2059f27baa194abc3213aee8825f)

Author SHA1 Message Date
  Paul B Mahol 9cd62b2ca4 avfilter/vf_pad: revert part of 57c3670896 8 years ago
  Ricardo Constantino 57c3670896 vf_pad: center image on padded area if negative x/y 8 years ago
  Paul B Mahol 7e59393d40 avfilter/vf_pad: add aspect option 8 years ago
  Michael Niedermayer 3d8a8fd27e avfilter/vf_pad: Fix segfault if reconfiguration fails 8 years ago
  Michael Niedermayer ffc3337e0b avfilter/vf_pad: Add eval=frame support 8 years ago
  Diego Biurrun 0f40c90984 Drop pointless assert.h #includes 9 years ago
  Andrey Turkin 149b1f7cca avfilter/vf_pad: fix direct padding 9 years ago
  John Stebbins 2ec112f71c vf_pad: fix x, y option expression evaluation 9 years ago
  Anton Khirnov 3735b5c616 Revert "lavfi: always check av_expr_parse_and_eval() return value" 10 years ago
  Paul B Mahol a0854c084e avfilter: handle error in query_formats() in bunch of filters 10 years ago
  Vittorio Giovara 63be97ec40 lavfi: always check av_expr_parse_and_eval() return value 10 years ago
  Vittorio Giovara 58400ac133 lavfi: name anonymous structs 11 years ago
  Michael Niedermayer 0cc5011f9a avfilter/vf_pad: fix req_end 11 years ago
  Anton Khirnov cd43ca0443 lavfi: do not export the filters from shared objects 11 years ago
  Michael Niedermayer 4bc7a2a64b avfilter: remove duplicate includes 11 years ago
  Paul B Mahol 59d72f8b16 lavfi/pad,crop,scale: remove options description from filter description 11 years ago
  Paul B Mahol b211607b5c avfilter: various cosmetics 11 years ago
  Michael Niedermayer e43a0a232d avfilter: fix plane validity checks 11 years ago
  Paul B Mahol d2dd1e075c lavfi/pad: use FFSIGN 12 years ago
  Paul B Mahol 85e8a1169c lavfi/pad: switch to AV_OPT_TYPE_COLOR 12 years ago
  Anton Khirnov 3062ac4c47 vf_pad: use the name 's' for the pointer to the private context 12 years ago
  Anton Khirnov d69a4177b9 lavfi: remove now unused args parameter from AVFilter.init 12 years ago
  Anton Khirnov c43a7ecad9 lavfi: remove now unused args parameter from AVFilter.init 12 years ago
  Anton Khirnov 40c885c589 vf_pad: switch to an AVOptions-based system. 12 years ago
  Nicolas George 392ec7ec1c lavfi/vf_pad: use standard options parsing. 12 years ago
  Clément Bœsch c10b57973d lavfi/pad: fix horizontal/vertical shift confusion. 12 years ago
  Xi Wang 5d639b2b4a vf_pad: fix a & instead of && typo 12 years ago
  Xi Wang 969e8d35b5 lavfi/pad: avoid buffer overflow in buffer_needs_copy() 12 years ago
  Anton Khirnov 7e350379f8 lavfi: switch to AVFrame. 12 years ago
  Stefano Sabatini 1897109c00 lavfi/pad: add support to named options 12 years ago
  Michael Niedermayer 6be0df5080 vf_pad: switch to filter_frame 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
  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
  Anton Khirnov ba04177eeb vf_pad/scale: use double precision for aspect ratios. 12 years ago
  Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
  Anton Khirnov 8f3a3ce730 lavfi: check all ff_get_video_buffer() calls for errors. 13 years ago
  Anton Khirnov d4f89906e3 lavfi: add error handling to end_frame(). 13 years ago
  Anton Khirnov e9b992d035 lavfi: add error handling to draw_slice(). 13 years ago
  Anton Khirnov ebc8d97481 lavfi: add error handling to start_frame(). 13 years ago
  Ronald S. Bultje 3db407038e lavfi: use const for AVFilterPad declarations in all filters. 12 years ago
  Anton Khirnov 4c9080a7ef lavfi: unref AVFilterLink.out_buf in ff_end_frame(). 13 years ago
  Anton Khirnov 07bad27810 lavfi: unref AVFilterLink.cur_buf in ff_end_frame(). 13 years ago
  Anton Khirnov f493c644cd vf_pad: don't give up its own reference to the output buffer. 13 years ago
  Anton Khirnov 1a49a169eb lavfi: make filters less verbose. 13 years ago
  Anton Khirnov a5e8c41c28 lavfi: remove 'opaque' parameter from AVFilter.init() 13 years ago
  Michael Niedermayer 46c50b1726 vf_pad: check that we have write permission before writing in the buffer. 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