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-12-04avfilter: add AVFILTER_FLAG_METADATA_ONLYAnton Khirnov
2021-10-05avfilter: Reindentation after query_formats changesAndreas Rheinhardt
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas 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-16avfilter: Remove init_opaque callbackAndreas 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-04-27avfilter/avfilter: Remove deprecated avfilter_link_set_closed()Andreas Rheinhardt
2021-04-27avfilter: Remove avfilter_next/avfilter_register APIAndreas Rheinhardt
2021-04-27avfilter: Remove deprecated avfilter_link_get_channelsAndreas Rheinhardt
2021-04-27avfilter: Remove deprecated resample_lavr_optsAndreas Rheinhardt
2021-03-07avfilter/avfilter: Remove avfilter_link_set_closed() on bumpAndreas Rheinhardt
2021-01-24avfilter/avfilter: Remove AVFilterLink.flagsAndreas Rheinhardt
2020-10-11avfilter/avfilter.h: add missing FF_API_NEXT wrapperJames Almer
2020-09-08lavfi: regroup formats lists in a single structure.Nicolas George
2020-08-20lavfi: remove request_samples.Nicolas George
2020-08-20lavfi: remove needs_fifo.Nicolas George
2019-12-23avfilter/avfilter: update documentation of avfilter_graph_create_filterZhao Zhili
2019-10-15avfilter: fix typo in commentsZhao Zhili
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
2017-10-21Merge commit '96a47364d1cf346a5d0437e054b1b10d44d8d969'James Almer
2017-10-21Merge commit '8e18328b18e69b38a5feae5d10ad01b403a205b6'James Almer
2017-10-21Merge commit '52067b3c0e5ddbcf7021a093420798420351a9e2'James Almer
2017-10-21Merge commit 'c5c7cfd5e80d4c36568c01cc40abfde341657ad9'James Almer
2017-08-29lavfi: add a preinit callback to filters.Nicolas George
2017-03-30Merge commit 'e3fb74f7f9a8f1895381355f40c92cac3c1023d9'Matthieu Bouron
2017-03-23lavfi: Drop deprecated non-const filter retrievalVittorio Giovara
2017-03-23lavfi: Drop deprecated filter registrationVittorio Giovara
2017-03-23lavfi: Drop deprecated filter initializationVittorio Giovara
2017-03-23lavfi: Drop deprecated functions to open a filter or a filterchainVittorio Giovara
2017-03-18lavfi: deprecate AVFilterGraph->resample_lavr_optsRostislav Pehlivanov
2017-01-12lavfi: add AVFilter.activate.Nicolas George
2017-01-12lavfi: document that AVFilterLink is not for applications.Nicolas George
2017-01-12lavfi/framepool: rename FFVideoFramePool to FFFramePoolMatthieu Bouron
2016-12-18lavfi: make filter_frame non-recursive.Nicolas George
2016-11-13lavfi: split frame_count between input and output.Nicolas George
2016-11-02lavfi: Always propagate hw_frames_ctx through linksMark Thompson
2016-08-29avfilter: add nb_threads to AVFilterContextPaul B Mahol
2016-08-03doxygen: Standardize root-level modulesTimothy Gu
2016-06-29lavfi: Move new field to the end of AVFilterContextTimo Rothenpieler
2016-06-29lavfi: Move new field to the end of AVFilterLinkTimo Rothenpieler
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-04-14Merge commit '07a844f32ebb78503981df017fa3ebfedb75fe1c'Derek Buitenhuis