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-03-15avfilter/buffersink: simplify parsing the input channel layout stringJames Almer
2022-03-15avfilter: convert to new channel layout APIJames Almer
2021-12-03avfilter/buffersink: Remove outdated commentsAndreas Rheinhardt
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-08-05avfilter/avfilter: Remove unused partial_bufAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2021-03-07avfilter/buffersink: Postpone removal of av_[a]buffersink_params_allocAndreas Rheinhardt
2020-09-09lavfi/buffersink: cast to uint64_t before shifting.Nicolas George
2020-09-08lavfi/buffersink: remove redundant channel layouts.Nicolas George
2019-12-23avfilter/buffersink: deprecate AVBufferSinkParams and AVABufferSinkParamsZhao Zhili
2019-12-23avfilter/buffersink: replace init_opaque by initZhao Zhili
2019-12-23avfilter/buffersink: remove unused macrosZhao Zhili
2019-10-18avfilter/buffersink: cosmeticsPaul B Mahol
2018-12-09lavfi/buffersink: fix abuffersink flag setting issueJun Zhao
2017-01-12lavfi: remove stray semicolons.Nicolas George
2017-01-12lavfi/buffersink: move to the new design.Nicolas George
2017-01-12lavfi/buffersink: add accessors for the stream properties.Nicolas George
2016-12-18lavfi: make filter_frame non-recursive.Nicolas George
2015-12-22lavfi: make request_frame() non-recursive.Nicolas George
2015-12-22lavfi: replace link.closed by link.status.Nicolas George
2015-10-14avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde
2015-09-20lavfi/buffersink: loop over ff_request_frame().Nicolas George
2015-09-09avfilter/abuffersink: use AV_OPT_TYPE_BOOL for all_channel_counts optionClément Bœsch
2015-09-05Merge commit 'f6974fe651d29ef6eb68d66d73f7b6c011062aa0'Hendrik Leppkes
2015-08-31avfilter: add missing FF_API_AVFILTERBUFFER guardsAndreas Cadhalpun
2015-08-28lavfi: Drop deprecated AVFilterBuffer* codeVittorio Giovara
2015-08-16buffersink: introduce FIFO_INIT_ELEMENT_SIZE to complement FIFO_INIT_SIZEAndreas Cadhalpun
2015-05-17avfilter/buffersink: return EOF if closed link in av_buffersink_get_frame_fla...Michael Niedermayer
2014-05-20lavfi/buffersink: use av_fifo_alloc_arrayLukasz Marek
2014-05-08lavfi: use av_fifo_freepLukasz Marek
2014-04-19Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b'Michael Niedermayer
2014-04-19lavfi: name anonymous structsVittorio Giovara
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-10-28lavfi: do not export the filters from shared objectsAnton Khirnov
2013-10-09avfilter/buffersink: try to fix AV_NOPTS_VALUEMichael Niedermayer
2013-08-03Merge commit '7950e519bb094897f957b9a9531cc60ba46cbc91'Michael Niedermayer
2013-08-02Disable deprecation warnings for cases where a replacement is availableDiego Biurrun
2013-07-28Merge commit '966689442ed843019dc0722a49bfb0ac51755d19'Michael Niedermayer
2013-07-27buffersink: K&R formatting cosmeticsDiego Biurrun
2013-07-26lavfi: add attribute_align_arg to all public entry pointsHendrik Leppkes
2013-07-26lavfi: add attribute_align_arg to all public entry pointsHendrik Leppkes
2013-05-05Merge commit '20c86571ccc71412781d4a4813e4693e0c42aec6'Michael Niedermayer
2013-05-05lavfi: let gcc realign the stack on public graph driving functionsHendrik Leppkes
2013-04-21lavfi/buffersink: fix possible leaks after allocation failures.Nicolas George
2013-04-13lavfi/buffersink: factor checks for lists sizes.Nicolas George
2013-04-12buffersink: remove shorthandMichael Niedermayer
2013-04-12lavfi/buffersink: accept parameters as options.Nicolas George
2013-04-12lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer
2013-03-24buffersink/uninit: use av_frame_free() not unrefMichael Niedermayer