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-14avfilter/avfilter: #if ff_tlog_link() away when emptyAndreas Rheinhardt
2022-09-14avfilter/avfilter: Don't use AVFrame.channel_layoutAndreas Rheinhardt
2022-05-10avfilter/avfilter: Fix compilation with TRACE definedAndreas Rheinhardt
2022-05-10lib*/version: Move library version functions into files of their ownAndreas Rheinhardt
2022-03-22avfilter: handle duplicates in the options stringAnton Khirnov
2022-03-22avfilter: simplify processing child context optionsAnton Khirnov
2022-03-16libavfilter: Split version.hMartin Storsjö
2022-03-15avfilter: convert to new channel layout APIJames Almer
2022-02-20lavfi: add ff_inoutlink_check_flow()Nicolas George
2021-10-03avfilter/avfilter: Make ff_tlog_ref() staticAndreas Rheinhardt
2021-10-02avfilter/avfilter: Remove unused bufferAndreas Rheinhardt
2021-09-20Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt
2021-09-17avfilter/avfilter: Actually error out on init errorAndreas Rheinhardt
2021-09-13avfilter/avfilter: Remove unused countAndreas Rheinhardt
2021-08-24avfilter/avfilter: add a return at the end of a non-void functionJames Almer
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: Deprecate avfilter_pad_count()Andreas Rheinhardt
2021-08-20avfilter/avfilter: Add avfilter_filter_pad_count()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/avfilter: Remove redundant assignmentAndreas Rheinhardt
2021-08-16avfilter: Remove init_opaque callbackAndreas Rheinhardt
2021-08-11avfilter/avfilter: Use av_memdup where appropriateAndreas Rheinhardt
2021-08-05avfilter/avfilter: Remove unused partial_bufAndreas Rheinhardt
2021-08-05avfilter/avfilter: add sample_count_in and sample_count_outPaul B Mahol
2021-08-04avfilter/internal: Don't include framepool.h, thread.hAndreas Rheinhardt
2021-08-04avfilter/avfilter: use av_frame_copy() to copy frame dataJames Almer
2021-04-27avutil: remove deprecated AVClass.child_class_nextJames Almer
2021-04-27avfilter/avfilter: Remove deprecated avfilter_link_set_closed()Andreas Rheinhardt
2021-04-27avfilter: Remove deprecated avfilter_link_get_channelsAndreas Rheinhardt
2021-04-27avfilter/avfilter: Remove compatibility code for old filter optionsAndreas Rheinhardt
2021-03-07avfilter/avfilter: Remove avfilter_link_set_closed() on bumpAndreas Rheinhardt
2021-02-06avfilter/avfilter: move enable_str expression parsing into avfilter_init_dict()Paul B Mahol
2021-02-03avfilter/avfilter: mark enable as runtime option tooPaul B Mahol
2020-09-10avfilter/avfilter: remove obsolete commentPaul B Mahol
2020-09-08lavfi: regroup formats lists in a single structure.Nicolas George
2020-08-26avfilter/avfilter: Fix indentationAndreas Rheinhardt
2020-06-10avfilter: switch to child_class_iterate()Anton Khirnov
2020-01-07Silence "string-plus-int" warning shown by clang.Carl Eugen Hoyos
2019-12-23lavfi: remove ff_poll_frame().Nicolas George
2019-11-21avfilter/avfilter: fix indentationleozhang
2019-10-14avfilter/avfilter: add ff_filter_process_command()Paul B Mahol
2018-10-04avfilter: add ff_inlink_queued_samples()Paul B Mahol
2018-10-03avfilter/filters: add ff_inlink_peek_frame and ff_inlink_queued_frames to acc...Marton Balint
2018-10-03avfilter/avfilter: fix typos in commentsPaul B Mahol
2018-08-16lavfi: fix can't dispaly "slice" sub-option in "ffmpeg -h full"Jun Zhao
2018-04-01lavfi: add new iteration APIJosh de Kock