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-05-02avfilter/vf_libopencv: Make ocv_filter_entries constMichael Niedermayer
2015-03-17avfilter: handle error in query_formats() of a bunch of random video filtersClément Bœsch
2015-02-04Merge commit 'a6653787a4b1e89170ff7962312dd110769c83a3'Michael Niedermayer
2015-02-03libopencv: Check kernel_str life cycleLuca Barbato
2015-01-27Merge commit '8805589b803fab5f362008306319336ac79a3fa7'Michael Niedermayer
2015-01-27libopencv: Rework error handling in parse_iplconvkernel()Vittorio Giovara
2014-12-19avfilter/vf_libopencv: use av_freep() avoid leaving stale pointers in memoryMichael Niedermayer
2014-07-11avfilter/vf_libopencv: Use av_mallocz_array()Michael Niedermayer
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-05-27lavfi/ocv: make use of AVFILTER_DEFINE_CLASSPaul B Mahol
2013-05-16Merge commit '4753f802c00853859b7b4b8fdb79c35e082cb7f8'Michael Niedermayer
2013-05-16Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110'Michael Niedermayer
2013-05-16vf_libopencv: use the name 's' for the pointer to the private contextAnton Khirnov
2013-05-16Remove commented-out debug #define cruftDiego Biurrun
2013-04-12avfilter: add missing AV_OPT_FLAG_FILTERING_PARAMMichael Niedermayer
2013-04-12lavfi/ocv: fix crash with no dilate arguments.Clément Bœsch
2013-04-12lavfi/ocv: fix crash with no filter name specified.Clément Bœsch
2013-04-12lavfi/ocv: fix build after fd6228e65.Clément Bœsch
2013-04-12lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer
2013-04-12lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov
2013-04-10Merge commit 'ee0e8d4b15a87932ab6066cd6eae3cab08726319'Michael Niedermayer
2013-04-09lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov
2013-04-09vf_libopencv: switch to an AVOptions-based system.Anton Khirnov
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
2013-03-08lavfi: switch to AVFrame.Anton Khirnov
2013-03-07Use the avstring.h locale-independent character type functionsReimar Döffinger
2013-03-04lavfi/opencv: isgraph -> av_isgraph.Clément Bœsch
2012-11-28vf_libopencv: switch to filter_frame, this filter did not support slicesAnton Khirnov
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-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-08-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-16Add missing includes for code relying on external librariesMartin Storsjö
2012-08-05cosmetics: Fix a few switched periods and linebreaksDerek Buitenhuis
2012-08-03Fix misc swapped dot and carriage returns in av_log calls.Clément Bœsch
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: add error handling to draw_slice().Anton Khirnov
2012-07-22lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje
2012-07-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-20lavfi: unref AVFilterLink.out_buf in ff_end_frame().Anton Khirnov
2012-07-20lavfi: unref AVFilterLink.cur_buf in ff_end_frame().Anton Khirnov
2012-06-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer