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
2016-05-10avfilter/delogo: Check that logo area is inside the pictureJean Delvare
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
2015-12-19avfilter/vf_delogo: change the definition of logo_x2 and logo_y2Jean Delvare
2015-12-14avfilter/vf_delogo: fix show option when clippingJean Delvare
2015-12-12avfilter/vf_delogo: Use AVPixFmtDescriptor.nb_componentsJean Delvare
2015-12-09avfilter/vf_delogo: round to the closest valueJean Delvare
2015-10-08avfilter/delogo: Set default band to 1Jean Delvare
2015-09-28avfilter/delogo: Fix show option when band is smallJean Delvare
2015-09-22Update my email addressJean Delvare
2015-09-09avfilter/delogo: use AV_OPT_TYPE_BOOL for show optionClément Bœsch
2015-03-17avfilter: handle error in query_formats() of a bunch of random video filtersClément Bœsch
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-09-12avfilter: various cosmeticsPaul B Mahol
2013-09-07avfilter: remove redundant .get_(audio/video)_buffer initializationsPaul B Mahol
2013-08-03avfilter: fix plane validity checksMichael Niedermayer
2013-07-13lavfi/delogo: Fix sign extension issueJean Delvare
2013-07-05lavfi/delogo: band width must be at least 1Jean Delvare
2013-07-05lavfi/delogo: option show shouldn't affect bandJean Delvare
2013-07-05lavfi/delogo: remember left and right samples when interpolatingJean Delvare
2013-07-05lavfi/delogo: don't recompute the same difference again and againJean Delvare
2013-07-04lavfi/delogo: avoid propagation of rounding errors in chroma planesJean Delvare
2013-07-04lavfi/delogo: take SAR into accountJean Delvare
2013-07-01lavfi/delogo: use weighted interpolationJean Delvare
2013-06-20delogo: Fix function descriptionJean Delvare
2013-05-16Merge commit 'ba09675f44612fad9f7169f71b8276beb50a0dcd'Michael Niedermayer
2013-05-16vf_delogo: use the name 's' for the pointer to the private contextAnton Khirnov
2013-05-12lavfi: replace passthrough_filter_frame with a flag.Clément Bœsch
2013-05-10lavfi: use ceil right shift for chroma width/height.Clément Bœsch
2013-04-24lavfi: add timeline support in {de,remove}logo.Clément Bœsch
2013-04-12lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov
2013-04-10Merge commit '63e58c55c17d7f8b5eec9c082fe0f8edc305a24e'Michael Niedermayer
2013-04-09lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov
2013-04-09vf_delogo: switch to an AVOptions-based system.Anton Khirnov
2013-03-21lavfi/vf_delogo: use standard options parsing.Nicolas George
2013-03-17lavfi/delogo: 10l forgotten trailing NULL in shorthand.Clément Bœsch
2013-03-13lavfi/delogo: remove sscanf and rely on av_opt_set_from_string() only.Clément Bœsch
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
2013-03-08lavfi: switch to AVFrame.Anton Khirnov
2013-01-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-01-29vf_delogo: fix copying the input frame.Anton Khirnov
2013-01-29vf_delogo: fix an uninitialized read.Anton Khirnov
2012-12-22lavfi: declare arrays that never change as static constPaul B Mahol
2012-12-04lavfi: remove some video w/h settings after avfilter_copy_buffer_ref_props.Clément Bœsch
2012-11-29lavfi: add priv_class for some forgotten filters.Clément Bœsch
2012-11-28vf_delogo: switch to filter_frame, this filter did not support slicesMichael Niedermayer
2012-11-28vf_delogo: fix order of operations in apply_delogo()Michael Niedermayer
2012-11-28lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov