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-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
2015-10-22avfilter,swresample,swscale: use fabs, fabsf instead of FFABSGanesh Ajjanagadde
2015-09-08Merge commit '2268db2cd052674fde55c7d48b7a5098ce89b4ba'Hendrik Leppkes
2015-09-07lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fieldsVittorio Giovara
2015-05-27avfilter/vf_hqdn3d: Initialize the whole LUTMichael Niedermayer
2015-03-17avfilter: handle error in query_formats() of a bunch of random video filtersClément Bœsch
2015-02-08avfilter/hqdn3d: an invalid bit depth means a bug, not invalid read dataClément Bœsch
2015-01-30Merge commit '22b985d59c007c4422aefe3ef3fca0aa0daafa9f'Michael Niedermayer
2015-01-29hqdn3d: check memory allocations and propagate errorsVittorio Giovara
2014-05-14avfilter/vf_hqdn3: use av_malloc_array()Michael Niedermayer
2014-03-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2014-03-05avfilter: Add missing emms_c when neededLuca Barbato
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-11avfilter: remove redundant use of AV_NE() macroPaul B Mahol
2013-05-27lavfi/hqdn3d: make use of AVFILTER_DEFINE_CLASSPaul B Mahol
2013-05-17Merge commit '16a645adeb758207346a4bbf66766f02734c461e'Michael Niedermayer
2013-05-17vf_hqdn3d: make config_props work properly when called multiple times.Anton Khirnov
2013-05-16Merge commit '4753f802c00853859b7b4b8fdb79c35e082cb7f8'Michael Niedermayer
2013-05-16vf_hqdn3d: use the name 's' for the pointer to the private contextAnton Khirnov
2013-05-12lavfi/hqdn3d: restore timeline feature.Clément Bœsch
2013-05-12lavfi/hqdn3d: use macros instead of hardcoded indexes.Clément Bœsch
2013-05-10lavfi: use ceil right shift for chroma width/height.Clément Bœsch
2013-05-05Merge commit '093804a93cc5da3f95f98265a5df116912443cec'Michael Niedermayer
2013-05-04avfilter: Add av_cold attributes to init/uninit functionsDiego Biurrun
2013-04-26lavfi/hqdn3d: remove timeline flag.Clément Bœsch
2013-04-23lavfi: add timeline support.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 '8c747d46f721cffa8ea51990805ad1d3a3a4fd0a'Michael Niedermayer
2013-04-09lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov
2013-04-09vf_hqdn3d: switch to an AVOptions-based system.Anton Khirnov
2013-03-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-03-13Merge commit '555000c7d5c1e13043a948ebc48d2939b0ba6536'Michael Niedermayer
2013-03-13hqdn3d: Fix out of array read in LOWPASSLoren Merritt
2013-03-11vf_hqdn3d: fix uninitialized variable useAnton Khirnov
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
2013-03-08lavfi: switch to AVFrame.Anton Khirnov
2013-02-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-02-01vf_hqdn3d: x86: Add proper arch optimization initializationDiego Biurrun
2012-12-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-12-31Drop unnecessary 'l' length modifier when printfing double values.Diego Biurrun
2012-12-04lavfi: remove some video w/h settings after avfilter_copy_buffer_ref_props.Clément Bœsch
2012-12-02lavfi/hqdn3d: avoid use of uninitialized variable.Clément Bœsch
2012-11-28vf_hqdn3d: fix permissionsMichael Niedermayer
2012-11-28vf_hqdn3d: switch to filter_frameAnton Khirnov
2012-11-28lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov