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
2013-08-09avfilter: fix plane validity checksMichael Niedermayer
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
2012-10-12Merge commit '59ee9f78b0cc4fb84ae606fa317d8102ad32a627'Michael Niedermayer
2012-10-12lavfi: do not use av_pix_fmt_descriptors directly.Anton Khirnov
2012-10-11Merge commit '4436f25a1682ada3f7226cb6fadf429946933161'Michael Niedermayer
2012-10-11lavfi: convert input/ouput list compound literals to named objectsMans Rullgard
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-09-05Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer
2012-09-05avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö
2012-09-01Rename missed cases of FF_OPT_TYPE_* to AV_OPT_TYPE_*Martin Storsjö
2012-08-18lavfi: add priv class to filter definitions and flags to filter internal optionsStefano Sabatini
2012-08-17vf_delogo: fix permissions.Nicolas George
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-09Remove "Error parsing options string [...]" messages.Clément Bœsch
2012-07-30Merge commit 'fe1c1198e670242f3cf9e3e1eef27cff77f3ee23'Michael Niedermayer
2012-07-29factor identical ff_inplace_start_frame out of two filtersLoren Merritt
2012-07-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-23Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea'Michael Niedermayer