72 Commits (bbff143b07613c3055eaa606b011168e94a3a024)

Author SHA1 Message Date
Paul B Mahol 0f5c964c57 avfilter/split: switch to activate() 3 years ago
Anton Khirnov b9c928a486 avfilter: add AVFILTER_FLAG_METADATA_ONLY 3 years ago
Andreas Rheinhardt a9f1b3db60 avfilter/split: Deduplicate AVClasses 3 years ago
Andreas Rheinhardt 0ce19ecd28 avfilter/split: Free outpads' names generically 3 years ago
Andreas Rheinhardt 8be701d9f7 avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter 3 years ago
Andreas Rheinhardt 515e7fbce1 avfilter/avfilter: Remove unused feature to add pads in the middle 3 years ago
Andreas Rheinhardt a04ad248a0 avfilter: Constify all AVFilters 4 years ago
Paul B Mahol 6e9e14e62e avfilter/split: use av_asprintf() 5 years ago
Paul B Mahol 242f7bf202 avfilter/split: use ff_outlink_get_status() 6 years ago
Paul B Mahol 5e706a2afb avfilter/split: check ff_insert_outpad() for failure 7 years ago
Nicolas George 02aa0701ae lavfi: make filter_frame non-recursive. 8 years ago
Marton Balint 7ceb9e6b11 avfilter/formats: allow unknown channel layouts by default 8 years ago
Michael Niedermayer 7b7c338e9a avfilter: Add AV_OPT_FLAG_FILTERING_PARAM to where it was missing 9 years ago
Paul B Mahol b1fe794033 avfilter/split: support any channel count for asplit filter 9 years ago
Nicolas George 108b4de552 lavfi: replace link.closed by link.status. 9 years ago
Paul B Mahol 145a84717b lavfi: check av_strdup() return value 10 years ago
Anton Khirnov cd43ca0443 lavfi: do not export the filters from shared objects 11 years ago
Paul B Mahol b211607b5c avfilter: various cosmetics 11 years ago
Paul B Mahol b077d8d908 avfilter: remove redundant .get_(audio/video)_buffer initializations 11 years ago
Diego Biurrun 093804a93c avfilter: Add av_cold attributes to init/uninit functions 12 years ago
Anton Khirnov 1012155722 vf_split: fix description 12 years ago
Stefano Sabatini ba32afd70e lavfi/split: use AVFILTER_DEFINE_CLASS to define class 12 years ago
Stefano Sabatini 3453b0196f lavfi/split: fix minor documentation issues 12 years ago
Anton Khirnov d69a4177b9 lavfi: remove now unused args parameter from AVFilter.init 12 years ago
Anton Khirnov 7cdd737ba8 lavfi: mark filters with dynamic number of inputs or outputs with special flags 12 years ago
Anton Khirnov c43a7ecad9 lavfi: remove now unused args parameter from AVFilter.init 12 years ago
Anton Khirnov 73d5d405d4 split: switch to an AVOptions-based system. 12 years ago
Clément Bœsch 96e4b00d62 lavfi: remove remaining forgotten min/rej perms. 12 years ago
Anton Khirnov 7e350379f8 lavfi: switch to AVFrame. 12 years ago
Anton Khirnov 69d4420aea libavfilter/split: switch to filter_frame 12 years ago
Michael Niedermayer cd7febd33f lavfi: replace filter_samples by 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
Mans Rullgard 1fce361d70 lavfi: replace empty input/output lists with null pointers 12 years ago
Nicolas George a9cfe656d7 lavfi/split: handle closed outputs. 12 years ago
Nicolas George a34eb393fc split: set rej_perms = AV_PERM_WRITE on outputs. 12 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
Anton Khirnov 1dc4205018 lavfi: check all avfilter_ref_buffer() calls for errors. 12 years ago
Anton Khirnov d4f89906e3 lavfi: add error handling to end_frame(). 12 years ago
Anton Khirnov e9b992d035 lavfi: add error handling to draw_slice(). 12 years ago
Anton Khirnov ebc8d97481 lavfi: add error handling to start_frame(). 12 years ago
Ronald S. Bultje 3db407038e lavfi: use const for AVFilterPad declarations in all filters. 12 years ago
Anton Khirnov 07bad27810 lavfi: unref AVFilterLink.cur_buf in ff_end_frame(). 13 years ago
Anton Khirnov cd99146253 lavfi: add error handling to filter_samples(). 13 years ago
Anton Khirnov 083d0f6be8 asplit: don't leak the input buffer. 13 years ago
Anton Khirnov a5e8c41c28 lavfi: remove 'opaque' parameter from AVFilter.init() 13 years ago
Stefano Sabatini 93bbe53c44 lavfi/asplit: fix memleak 13 years ago
Stefano Sabatini e20530add7 lavfi/split: give a more accurate description to split 13 years ago
Anton Khirnov 9baeff9506 lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputs 13 years ago
Anton Khirnov 803391f719 lavfi: remove request/poll and drawing functions from public API on next bump 13 years ago