669 Commits (89eea4e19aad9b9dae46731bf87e493e3c6ce1c8)

Author SHA1 Message Date
Andreas Rheinhardt 03567ed80c avfilter/avfiltergraph: Avoid allocation for AVFilterGraphInternal 10 months ago
Andreas Rheinhardt a272c9cffa avfilter: Add a header for internal generic-layer APIs 10 months ago
Andreas Rheinhardt db98b0e04e avfilter/avfilter: Avoid allocation for AVFilterInternal 10 months ago
Andreas Rheinhardt e7f9edb469 avfilter/avfilter: Fix build with ASSERT_LEVEL >= 1 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
Niklas Haas 8c7934f73a avfilter: add negotiation API for color space/range 1 year ago
Paul B Mahol d9e41ead82 avfilter/avfilter: fix OOM case for default activate 1 year ago
Andreas Rheinhardt d0b03b4182 avfilter/avfilter: Don't report deprecated pkt_pos 1 year ago
Andreas Rheinhardt 6d15643173 avfilter/internal: Don't include video.h 1 year ago
Andreas Rheinhardt 1062a6d6c4 avfilter/avfilter: Make functions only used here static 1 year ago
Andreas Rheinhardt 9732684ba2 avfilter/avfilter: Also deprecate variable name 1 year ago
Anton Khirnov fcc33ada47 lavfi: make sure frame SAR matches the link value 1 year ago
James Almer af8db9106c avfilter: use the new AVFrame key_frame flag in all filters 2 years ago
James Almer 36827ea783 avfilter: use the new AVFrame interlace flags in all filters 2 years ago
Anton Khirnov e392674399 lavfi: ensure audio frame durations match the sample count 2 years ago
Anton Khirnov 27f8c9b27b lavu/frame: deprecate AVFrame.pkt_{pos,size} 2 years ago
Anton Khirnov 4310b66b98 lavfi/avfilter: track whether a filter has been initialized 2 years ago
Anton Khirnov 80cf509e73 lavfi/avfilter: export process_options() 2 years ago
James Almer 8bc0d31320 avfilter: remove FF_API_PAD_COUNT 2 years ago
Anton Khirnov 1c18530e93 lavfi/avfilter: process options for filters without a private class 2 years ago
Anton Khirnov d234b4b193 lavfi/avfilter: simplify process_options() 2 years ago
Anton Khirnov b6ba764552 lavfi/avfilter: export a multikey dict from process_options() 2 years ago
Anton Khirnov bd7c07c26a lavfi/avfilter: avoid a redundant av_opt_set_dict2() call 2 years ago
Anton Khirnov a7b1b4bc23 lavfi: remove AVFilter.init_dict() 2 years ago
Andreas Rheinhardt 5a7978a694 avfilter/avfilter: Make ff_command_queue_pop() static 2 years ago
Andreas Rheinhardt e10774a8cc avfilter/avfilter: #if ff_tlog_link() away when empty 2 years ago
Andreas Rheinhardt f4af504a1f avfilter/avfilter: Don't use AVFrame.channel_layout 2 years ago
Andreas Rheinhardt 260d7d5a6c avfilter/avfilter: Fix compilation with TRACE defined 3 years ago
Andreas Rheinhardt f2b79c5b85 lib*/version: Move library version functions into files of their own 3 years ago
Anton Khirnov 1b7ecb3eef avfilter: handle duplicates in the options string 3 years ago
Anton Khirnov a0f04433f4 avfilter: simplify processing child context options 3 years ago
Martin Storsjö 288313a8b2 libavfilter: Split version.h 3 years ago
James Almer 1f96db959c avfilter: convert to new channel layout API 3 years ago
Nicolas George 531d09fb2d lavfi: add ff_inoutlink_check_flow() 3 years ago
Andreas Rheinhardt 2761a7403b avfilter/avfilter: Make ff_tlog_ref() static 3 years ago
Andreas Rheinhardt c1f7e62810 avfilter/avfilter: Remove unused buffer 3 years ago
Andreas Rheinhardt 1ea3650823 Replace all occurences of av_mallocz_array() by av_calloc() 3 years ago
Andreas Rheinhardt 10ad3cd798 avfilter/avfilter: Actually error out on init error 3 years ago
Andreas Rheinhardt dc2279a4f2 avfilter/avfilter: Remove unused count 3 years ago
James Almer 61b38f7aef avfilter/avfilter: add a return at the end of a non-void function 3 years ago
Andreas Rheinhardt f308f37441 avfilter/avfilter: Allow to free non-static pads generically 3 years ago
Andreas Rheinhardt dff1709eb2 avfilter/internal: Uninline ff_insert_(in|out)pad() 3 years ago
Andreas Rheinhardt e88db774d8 avfilter/avfilter: Deprecate avfilter_pad_count() 3 years ago
Andreas Rheinhardt 7c5f998196 avfilter/avfilter: Add avfilter_filter_pad_count() 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 1e35744a4c avfilter/internal: Replace AVFilterPad.needs_writable by flags 3 years ago
Andreas Rheinhardt 90550856e5 avfilter/avfilter: Remove redundant assignment 3 years ago
Andreas Rheinhardt 7b0e63b7d5 avfilter: Remove init_opaque callback 3 years ago