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
2015-09-08Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes
2015-05-04lavfi/cropdetect: Fix cropdetect for > 8 bit input.Carl Eugen Hoyos
2015-04-08avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol
2014-12-31avfilter/vf_cropdetect: adjust Default threshold based on bit depthMichael Niedermayer
2014-12-30avfilter/vf_cropdetect: extend limit to cover 16bit pixel formatsMichael Niedermayer
2014-12-30avfilter/vf_cropdetect: fix ; typosMichael Niedermayer
2014-12-30avfilter/vf_cropdetect: support 9-16bit planar formatsMichael Niedermayer
2014-12-30avfilter/vf_cropdetect: Unroll 3 & 4 bytes per sample loopMichael Niedermayer
2014-12-30avfilter/vf_cropdetect: Unroll 1byte per sample loopMichael Niedermayer
2014-12-30avfilter/vf_cropdetect: add RGB & RGBA supportMichael Niedermayer
2014-12-28avfilter/vf_cropdetect: add max_outliers parameterMichael Niedermayer
2014-12-27avfilter/vf_cropdetect: Factorize duplicated code using a macroMichael Niedermayer
2014-12-27avfilter/vf_cropdetect: add yuv440p and yuv410p supportMichael Niedermayer
2014-09-09avfilter/vf_cropdetect: Do not check lines or columns twice on black framesMichael Niedermayer
2014-08-16Use new av_dict_set_int helper function.Reimar Döffinger
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-07-09lavfi: fix broken logic in metadata handlingPaul B Mahol
2013-07-05lavfi/cropdetect: export cropdetect info to frame metadataPaul B Mahol
2013-05-16Merge commit 'ba09675f44612fad9f7169f71b8276beb50a0dcd'Michael Niedermayer
2013-05-16vf_cropdetect: 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-04-23lavfi: add timeline support.Clément Bœsch
2013-04-12lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov
2013-04-10Merge commit '460e7b4f6d473d9f03ed45501221f9cb209b28fd'Michael Niedermayer
2013-04-09lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov
2013-04-09vf_cropdetect: switch to an AVOptions-based system.Anton Khirnov
2013-03-24lavfi/cropdetect: use standard options parsing.Clément Bœsch
2013-03-13lavfi/cropdetect: add support for named optionsStefano Sabatini
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
2013-03-08lavfi: switch to AVFrame.Anton Khirnov
2012-11-29vf_cropdetect: switch to filter_frameAnton Khirnov
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-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: add error handling to end_frame().Anton Khirnov
2012-07-22lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje
2012-06-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer