Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-10-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-06vf_pad/scale: use double precision for aspect ratios.Anton Khirnov
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-07-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-23Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea'Michael Niedermayer
2012-07-22lavfi: check all ff_get_video_buffer() calls for errors.Anton Khirnov
2012-07-22lavfi: add error handling to end_frame().Anton Khirnov