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
2015-04-08avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol
2015-01-17avfilter/vf_frei0r: fix build with DEBUG enabledMichael Niedermayer
2015-01-17avfilter/vf_frei0r: also set AVFilterLink.frame_rateMichael Niedermayer
2014-03-04Merge commit '4e0be9c86f2003dd3ba2eb8fad01e8d0e538075e'Michael Niedermayer
2014-03-04Merge commit '8accddeb5806cd98e3803b4ddf2a2ef576d0e4d9'Michael Niedermayer
2014-03-04vf_frei0r: prevent a segfault when filter parameters are not setVittorio Giovara
2014-03-04vf_frei0r: adjust error messagesVittorio Giovara
2014-02-27lavfi/frei0r: factorize plugin loading with static pathMarton Balint
2014-02-27lavfi/frei0r: search plugins in lib64 dirs on all architecturesMarton Balint
2014-02-11lavfi/frei0r: load plugins from lib64 folders as well on 64bit buildsMarton Balint
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-10-28lavfi: do not export the filters from shared objectsAnton Khirnov
2013-10-04avfilter/vf_frei0r: fix out of array readMichael Niedermayer
2013-09-12avfilter: various cosmeticsPaul B Mahol
2013-07-26lavfi/frei0r: use AV_OPT_TYPE_IMAGE_SIZEPaul B Mahol
2013-07-26lavfi/frei0r: use AV_OPT_TYPE_VIDEO_RATEPaul B Mahol
2013-05-27lavfi/frei0r: make use of AVFILTER_DEFINE_CLASSPaul B Mahol
2013-05-17Merge commit 'd371c3c2e2830d9783465ecfe1ab7d93351083b7'Michael Niedermayer
2013-05-17vf_frei0r: make config_props work properly when called multiple times.Anton Khirnov
2013-05-16Merge commit 'f6b6d6ac42c0ee427fcd3fae4c398b2103b491b8'Michael Niedermayer
2013-05-16Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110'Michael Niedermayer
2013-05-16vf_frei0r: use the name 's' for the pointer to the private contextAnton Khirnov
2013-05-16Remove commented-out debug #define cruftDiego Biurrun
2013-05-03lavfi/frei0r: fix crash when parameters are not set.Clément Bœsch
2013-04-12avfilter: add missing AV_OPT_FLAG_FILTERING_PARAMMichael Niedermayer
2013-04-12lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov
2013-04-10Merge commit '5aa1a668cfae7f617e1a06efad20f87283badd8a'Michael Niedermayer
2013-04-09lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov
2013-04-09vf_frei0r: switch to an AVOptions-based system.Anton Khirnov
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
2013-03-08lavfi: switch to AVFrame.Anton Khirnov
2012-12-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-12-31Drop unnecessary 'l' length modifier when printfing double values.Diego Biurrun
2012-11-28vf_frei0r: switch to filter_frame, the filter did not support slicesAnton Khirnov
2012-11-28lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov
2012-11-18lavfi/frei0r: in init() check path loop, free resources in a single pointStefano Sabatini
2012-11-18lavfi/frei0r: extend load_path() to support arbitrarily long pathsStefano Sabatini
2012-11-14lavfi/frei0r: add additional trailing slash in FREI0R_PATH pathsStefano Sabatini
2012-11-14lavfi/frei0r: correctly handle paths longer than 1023 charsStefano Sabatini
2012-10-29lavfi/frei0r: allow for Windows style pathsrogerdpack
2012-10-29lavfi/frei0r: update link to specStefano Sabatini
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-18Merge commit '23aae62c2cb4504a09ceb8cd0cabc1c8b260f521'Michael Niedermayer
2012-09-17lavfi: replace empty input/output lists with null pointersMans Rullgard
2012-09-01lavfi/vf_frei0: add missing new line to some error messagesPiotr Bandurski
2012-08-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-16Add missing includes for code relying on external librariesMartin Storsjö