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-04avfilter/vf_pad: use already available outlink variablePaul B Mahol
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-17avfilter/internal: Combine get_(audio|video)_buffer into unionAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2020-03-18remove CHAR_MIN/CHAR_MAX usagePaul B Mahol
2020-01-19avfilter/pad: improve error check for w and hGyan Doshi
2019-10-08avfilter/vf_pad: add logging context to logSteven Liu
2017-05-12avfilter/vf_pad: revert part of 57c3670896c69714caPaul B Mahol
2017-04-07vf_pad: center image on padded area if negative x/yRicardo Constantino
2017-04-03avfilter/vf_pad: add aspect optionPaul B Mahol
2017-01-02avfilter/vf_pad: Fix segfault if reconfiguration failsMichael Niedermayer
2016-12-30avfilter/vf_pad: Add eval=frame supportMichael Niedermayer
2016-06-21Merge commit '0f40c9098498ad90dbbd2380eb4269015e84bde4'Clément Bœsch
2016-05-03Drop pointless assert.h #includesDiego Biurrun
2016-01-06avfilter/vf_pad: fix direct paddingAndrey Turkin
2015-11-10Merge commit '2ec112f71cd03ccab1b6f9a00d29199a57bcc7a5'Hendrik Leppkes
2015-11-06vf_pad: fix x, y option expression evaluationJohn Stebbins
2015-05-05Revert "lavfi: always check av_expr_parse_and_eval() return value"Anton Khirnov
2015-04-08avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol
2014-12-19lavfi: always check av_expr_parse_and_eval() return valueVittorio Giovara
2014-04-19Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b'Michael Niedermayer
2014-04-19lavfi: name anonymous structsVittorio Giovara
2013-12-03avfilter/vf_pad: fix req_endMichael Niedermayer
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-10-28lavfi: do not export the filters from shared objectsAnton Khirnov
2013-09-21avfilter: remove duplicate includesMichael Niedermayer
2013-09-21lavfi/pad,crop,scale: remove options description from filter descriptionPaul B Mahol
2013-09-12avfilter: various cosmeticsPaul B Mahol
2013-08-03avfilter: fix plane validity checksMichael Niedermayer
2013-07-08lavfi/pad: use FFSIGNPaul B Mahol
2013-05-17lavfi/pad: switch to AV_OPT_TYPE_COLORPaul B Mahol
2013-05-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-05-16vf_pad: use the name 's' for the pointer to the private contextAnton Khirnov
2013-04-12lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov
2013-04-11Merge commit '40c885c589808455a1c4b473509f1e6cd4908f55'Michael Niedermayer
2013-04-09lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov
2013-04-09vf_pad: switch to an AVOptions-based system.Anton Khirnov
2013-03-21lavfi/vf_pad: use standard options parsing.Nicolas George
2013-03-18lavfi/pad: fix horizontal/vertical shift confusion.Clément Bœsch
2013-03-10vf_pad: fix a & instead of && typoXi Wang
2013-03-10lavfi/pad: avoid buffer overflow in buffer_needs_copy()Xi Wang
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
2013-03-08lavfi: switch to AVFrame.Anton Khirnov
2013-02-03lavfi/pad: add support to named optionsStefano Sabatini
2012-11-29vf_pad: switch to filter_frameMichael Niedermayer
2012-11-28lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov
2012-10-11Merge commit '4436f25a1682ada3f7226cb6fadf429946933161'Michael Niedermayer
2012-10-11lavfi: convert input/ouput list compound literals to named objectsMans Rullgard
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov