310 Commits (afc152f564fbeca4d2ff62195e3f0b6244e28cb3)

Author SHA1 Message Date
Anton Khirnov 4472bddb18 lavfi/avfilter: move AVFilterContext.command_queue to FFFilterContext 4 months ago
Anton Khirnov b1247e7c1f lavfi/avfilter: move AVFilterContext.ready to FFFilterContext 4 months ago
Niklas Haas ca77fc2177 avfilter: fix YUV colorspace negotiation for YUVJ 5 months ago
Marvin Scholz 9556379943 lavfi/avfiltergraph: fix leak on error 5 months ago
Anton Khirnov eddffbedb3 lavfi: add query_func2() 5 months ago
Anton Khirnov 6d75d44d90 lavfi: drop internal.h 5 months ago
Anton Khirnov a2314308f2 lavfi/inernal: move ff_fmt_is_regular_yuv() declaration to video.h 5 months ago
Anton Khirnov 1afe42852b lavfi/internal: move functions used by filters to filters.h 5 months ago
Anton Khirnov d566a37003 lavfi: move AVFilterLink.graph to FilterLink 6 months ago
Anton Khirnov fb3efef1db lavfi: move AVFilterLink.frame_wanted_out to FilterLinkInternal 6 months ago
Anton Khirnov 42cbf66fff lavfi: move AVFilterLink.{frame,sample}_count_{in,out} to FilterLink 6 months ago
Anton Khirnov d6318a244d lavfi: move AVFilterLink.current_pts(_us) to FilterLink 6 months ago
Anton Khirnov 54754eec1e lavfi: add a new struct for private link properties 6 months ago
Anton Khirnov 426e33c758 lavfi: set AVFilterLink.graph on link creation 6 months ago
Michael Niedermayer e757726e89
avfilter/avfiltergraph: return value of ff_request_frame() is unused 9 months ago
Andreas Rheinhardt 790f793844 avutil/common: Don't auto-include mem.h 10 months ago
Niklas Haas b89ee26539 avfilter: properly reduce YUV colorspace format lists 10 months ago
Anton Khirnov abd7da0af9 lavfi: deprecate avfilter_config_links() 11 months ago
James Almer 65ddc74988 avutil: remove deprecated FF_API_OLD_CHANNEL_LAYOUT 11 months ago
Andreas Rheinhardt 4a7329994a avfilter/avfilter: Move age_index to FilterLinkInternal 12 months ago
Andreas Rheinhardt 89eea4e19a avfilter/avfilter: Move AVFilterGraph private fields to FFFilterGraph 12 months ago
Andreas Rheinhardt 03567ed80c avfilter/avfiltergraph: Avoid allocation for AVFilterGraphInternal 12 months ago
Andreas Rheinhardt a1aec776f1 avfilter/avfiltergraph: Avoid indirection when freeing filtergraph 12 months ago
Andreas Rheinhardt a272c9cffa avfilter: Add a header for internal generic-layer APIs 12 months ago
Anton Khirnov 86417b759f lavfi: get rid of FF_INTERNAL_FIELDS 12 months ago
Anton Khirnov 1e7d2007c3 all: use designated initializers for AVOption.unit 12 months ago
Anton Khirnov 08bebeb1be Revert "all: Don't set AVClass.item_name to its default value" 1 year 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 3 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 4 years ago
Andreas Rheinhardt 29bf3fafa0 avfilter/avfiltergraph: Don't use AVClass * for logcontext 4 years ago
Nicolas George 24de2b7618 lavfi/formats: rename AVFilterNegotiation.nb to nb_mergers 4 years ago
Nicolas George 85a6404d7e lavfi/formats: describe conversion in negotiation structure. 4 years ago
Nicolas George 86d3dd5627 lavfi/formats: put merge functions in structures. 4 years ago
Andreas Rheinhardt 18ec426a86 avfilter/formats: Factor common function combinations out 4 years ago
Michael Niedermayer 1642d8188d avfilter/avfiltergraph: Remove NULL checks after dereferences 4 years ago