307 Commits (da80ee21ca91f4d9a09cac91c05bb242b7c7a9af)

Author SHA1 Message Date
Marvin Scholz 9556379943 lavfi/avfiltergraph: fix leak on error 4 months ago
Anton Khirnov eddffbedb3 lavfi: add query_func2() 4 months ago
Anton Khirnov 6d75d44d90 lavfi: drop internal.h 4 months ago
Anton Khirnov a2314308f2 lavfi/inernal: move ff_fmt_is_regular_yuv() declaration to video.h 4 months ago
Anton Khirnov 1afe42852b lavfi/internal: move functions used by filters to filters.h 4 months ago
Anton Khirnov d566a37003 lavfi: move AVFilterLink.graph to FilterLink 5 months ago
Anton Khirnov fb3efef1db lavfi: move AVFilterLink.frame_wanted_out to FilterLinkInternal 5 months ago
Anton Khirnov 42cbf66fff lavfi: move AVFilterLink.{frame,sample}_count_{in,out} to FilterLink 5 months ago
Anton Khirnov d6318a244d lavfi: move AVFilterLink.current_pts(_us) to FilterLink 5 months ago
Anton Khirnov 54754eec1e lavfi: add a new struct for private link properties 5 months ago
Anton Khirnov 426e33c758 lavfi: set AVFilterLink.graph on link creation 5 months ago
Michael Niedermayer e757726e89
avfilter/avfiltergraph: return value of ff_request_frame() is unused 8 months ago
Andreas Rheinhardt 790f793844 avutil/common: Don't auto-include mem.h 9 months ago
Niklas Haas b89ee26539 avfilter: properly reduce YUV colorspace format lists 9 months ago
Anton Khirnov abd7da0af9 lavfi: deprecate avfilter_config_links() 10 months ago
James Almer 65ddc74988 avutil: remove deprecated FF_API_OLD_CHANNEL_LAYOUT 10 months ago
Andreas Rheinhardt 4a7329994a avfilter/avfilter: Move age_index to FilterLinkInternal 11 months ago
Andreas Rheinhardt 89eea4e19a avfilter/avfilter: Move AVFilterGraph private fields to FFFilterGraph 11 months ago
Andreas Rheinhardt 03567ed80c avfilter/avfiltergraph: Avoid allocation for AVFilterGraphInternal 11 months ago
Andreas Rheinhardt a1aec776f1 avfilter/avfiltergraph: Avoid indirection when freeing filtergraph 11 months ago
Andreas Rheinhardt a272c9cffa avfilter: Add a header for internal generic-layer APIs 11 months ago
Anton Khirnov 86417b759f lavfi: get rid of FF_INTERNAL_FIELDS 11 months ago
Anton Khirnov 1e7d2007c3 all: use designated initializers for AVOption.unit 11 months ago
Anton Khirnov 08bebeb1be Revert "all: Don't set AVClass.item_name to its default value" 12 months ago
Mark Thompson 8b76bae896 avfilter: Temporary hack to fix format negotiation for hw formats 1 year ago
Niklas Haas 8c7934f73a avfilter: add negotiation API for color space/range 1 year ago
Niklas Haas 0e9cf1abf5 avfilter: always call ff_default_query_formats 1 year ago
Andreas Rheinhardt 0c6203c97a all: Don't set AVClass.item_name to its default value 1 year ago
Paul B Mahol fb8efa9793 avfilter/avfiltergraph: remove no longer valid comment 2 years ago
James Almer b446ea22e9 avfilter/formats: fix format negotiation when multiple channel_layouts are provided 2 years ago
Paul B Mahol ee6ef66d65 avfilter/avfiltergraph: fix check for negative return 2 years ago
James Almer d93e29154f avfilter/avfiltergraph: remove unnecessary channel layout copy 2 years ago
James Almer 1f96db959c avfilter: convert to new channel layout API 3 years ago
Andreas Rheinhardt 636631d9db Remove unnecessary libavutil/(avutil|common|internal).h inclusions 3 years ago
Andreas Rheinhardt 5e1dac380b avfilter/avfiltergraph: Fix use-after-free when inserting auto-converter 3 years ago
Andreas Rheinhardt b4f5201967 avfilter: Replace query_formats callback with union of list and callback 3 years ago
Andreas Rheinhardt e1874cd3c4 avfilter/avfiltergraph: Remove always-true check 3 years ago
Andreas Rheinhardt 0615a39fed avfilter/avfiltergraph: Free AVFilterGraph options properly 3 years ago
Andreas Rheinhardt 22c4f33991 avfilter/avfiltergraph: Simplify adding filter to graph 3 years ago
James Almer f599ae88c2 avfilter/avfiltergraph: add an "auto" constant to the threads option 3 years ago
Andreas Rheinhardt 3969c2abfb avfilter/avfiltergraph: Remove dead checks 3 years ago
Andreas Rheinhardt 29bf3fafa0 avfilter/avfiltergraph: Don't use AVClass * for logcontext 3 years ago
Nicolas George 24de2b7618 lavfi/formats: rename AVFilterNegotiation.nb to nb_mergers 3 years ago
Nicolas George 85a6404d7e lavfi/formats: describe conversion in negotiation structure. 3 years ago
Nicolas George 86d3dd5627 lavfi/formats: put merge functions in structures. 3 years ago
Andreas Rheinhardt 18ec426a86 avfilter/formats: Factor common function combinations out 3 years ago
Michael Niedermayer 1642d8188d avfilter/avfiltergraph: Remove NULL checks after dereferences 4 years ago
Andreas Rheinhardt 339af976b6 avfilter: Remove deprecated resample_lavr_opts 4 years ago
Nicolas George 69f5f6ea37 lavfi: check the validity of formats lists. 4 years ago
Nicolas George 2f76476549 lavfi: regroup formats lists in a single structure. 4 years ago