Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-21avfilter/avfilter: Make ff_command_queue_pop() staticAndreas Rheinhardt
2022-09-21avfilter/internal: Remove declaration of inexistent functionAndreas Rheinhardt
2022-09-14avfilter/avfilter: #if ff_tlog_link() away when emptyAndreas Rheinhardt
2022-03-15avfilter: convert to new channel layout APIJames Almer
2022-02-24Remove obsolete version.h inclusionsAndreas Rheinhardt
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-10-03avfilter/avfilter: Make ff_tlog_ref() staticAndreas Rheinhardt
2021-09-13avfilter/internal: Add AVFILTER_DEFINE_CLASS_EXTAndreas Rheinhardt
2021-08-22avfilter/avfilter: Allow to free non-static pads genericallyAndreas Rheinhardt
2021-08-22avfilter/internal: Uninline ff_insert_(in|out)pad()Andreas Rheinhardt
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-08-17avfilter/avfilter: Remove unused feature to add pads in the middleAndreas Rheinhardt
2021-08-17avfilter/internal: Replace AVFilterPad.needs_writable by flagsAndreas Rheinhardt
2021-08-17avfilter/internal: Combine get_(audio|video)_buffer into unionAndreas Rheinhardt
2021-08-15avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt
2021-08-05avfilter/internal: Don't include libavcodec/(avcodec|internal).hAndreas Rheinhardt
2021-08-05avfilter/internal: Move ff_norm_qscale() to qp_table.hAndreas Rheinhardt
2021-08-04avfilter/internal: Don't include framepool.h, thread.hAndreas Rheinhardt
2021-07-18avfilter/internal: Mark ff_filter_get_nb_threads() as av_pureAndreas Rheinhardt
2021-02-03avfilter/avfilter: mark enable as runtime option tooPaul B Mahol
2020-08-21avfilter/formats: Remove unused functionsAndreas Rheinhardt
2020-08-20lavfi: remove needs_fifo.Nicolas George
2020-06-19avfilter: add D2TS, TS2D, TS2T as a common macro in internal.hLimin Wang
2019-12-23lavfi: remove AVFilterPad.poll_frame().Nicolas George
2019-12-23lavfi: remove ff_poll_frame().Nicolas George
2019-10-14avfilter/avfilter: add ff_filter_process_command()Paul B Mahol
2018-02-13Merge commit '6d86cef06ba36c0ed591e14a2382e9630059fc5d'Mark Thompson
2018-02-12lavfi: Add support for increasing hardware frame pool sizesMark Thompson
2017-09-01avfilter: remove duplicate and disabled trace log functionJames Almer
2017-06-26avfilter: remove usage of empty headerPaul B Mahol
2017-03-30Merge commit 'e3fb74f7f9a8f1895381355f40c92cac3c1023d9'Matthieu Bouron
2017-01-12lavfi: make two functions static.Nicolas George
2017-01-12lavfi: disallow ff_request_frame for filters using activate.Nicolas George
2016-12-18lavfi: make filter_frame non-recursive.Nicolas George
2016-11-02lavfi: Always propagate hw_frames_ctx through linksMark Thompson
2016-08-29avfilter: add ff_filter_get_nb_threads()Paul B Mahol
2016-01-24avfilter: update some commentsPaul B Mahol
2015-12-22lavfi: make request_frame() non-recursive.Nicolas George
2015-12-22lavfi: replace link.closed by link.status.Nicolas George
2015-12-15lavfi: use a video frame pool for each link of the filtergraphMatthieu Bouron
2015-10-18avfilter/internal: Doxygen for ff_fmt_is_inGanesh Ajjanagadde
2015-10-17avfilter/internal: add av_warn_unused_resultGanesh Ajjanagadde
2015-09-20lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.Nicolas George
2015-09-20lavfi: drop the requirement that request_frame returns a frame.Nicolas George
2015-09-05Remove left-over FF_API_AVFILTERBUFFER cruftHendrik Leppkes
2015-09-05Merge commit 'f6974fe651d29ef6eb68d66d73f7b6c011062aa0'Hendrik Leppkes
2015-09-05Merge commit 'e65e4cbbda03ca3c9087f069c9867d518415fca1'Hendrik Leppkes
2015-09-05Merge commit '86e5056575f55f070609dd3926605302f7d2280e'Hendrik Leppkes
2015-08-31avfilter: add missing FF_API_AVFILTERBUFFER guardsAndreas Cadhalpun
2015-08-28lavfi: Drop deprecated AVFilterBuffer* codeVittorio Giovara