658 Commits (9732684ba2865d05306d0ec41febabec2b9c96e5)

Author SHA1 Message Date
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
Andreas Rheinhardt 35b1f46d79 avfilter/avfilter: Use av_memdup where appropriate 3 years ago
Andreas Rheinhardt 304cb08693 avfilter/avfilter: Remove unused partial_buf 3 years ago
Paul B Mahol c317862c88 avfilter/avfilter: add sample_count_in and sample_count_out 3 years ago
Andreas Rheinhardt 6e66e2c321 avfilter/internal: Don't include framepool.h, thread.h 3 years ago
James Almer e0b84d1069 avfilter/avfilter: use av_frame_copy() to copy frame data 3 years ago
James Almer 0bf3a7361d avutil: remove deprecated AVClass.child_class_next 4 years ago
Andreas Rheinhardt 4de2b035a7 avfilter/avfilter: Remove deprecated avfilter_link_set_closed() 4 years ago
Andreas Rheinhardt 3a370868dc avfilter: Remove deprecated avfilter_link_get_channels 4 years ago
Andreas Rheinhardt 1ec87f50f4 avfilter/avfilter: Remove compatibility code for old filter options 4 years ago
Andreas Rheinhardt fec3c730e6 avfilter/avfilter: Remove avfilter_link_set_closed() on bump 4 years ago
Paul B Mahol 6317d40d08 avfilter/avfilter: move enable_str expression parsing into avfilter_init_dict() 4 years ago