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
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
2018-02-13Merge commit '6d86cef06ba36c0ed591e14a2382e9630059fc5d'Mark Thompson
2018-02-12lavfi: Add support for increasing hardware frame pool sizesMark Thompson
2018-01-06avfilter: deprecate avfilter_link_get_channels()James Almer
2018-01-06Revert "avfilter: deprecate avfilter_link_get_channels()"James Almer
2018-01-05avfilter: deprecate avfilter_link_get_channels()James Almer
2018-01-05avfilter: use a mutex instead of atomics in avfilter_register()James Almer
2017-10-31avfilter: pass correct argument to helper functionPaul B Mahol
2017-10-21Merge commit '96a47364d1cf346a5d0437e054b1b10d44d8d969'James Almer
2017-10-21Merge commit '8e18328b18e69b38a5feae5d10ad01b403a205b6'James Almer
2017-10-21Merge commit '52067b3c0e5ddbcf7021a093420798420351a9e2'James Almer