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
2022-06-15all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt
2021-10-05avfilter: Reindentation after query_formats changesAndreas Rheinhardt
2021-10-05avfilter/vf_spp: Use formats list instead of query functionAndreas Rheinhardt
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-09-19avfilter/vf_spp: Add dummy element to array to avoid shiftAndreas Rheinhardt
2021-09-19avfilter/vf_spp: Use preinit instead of init_dictAndreas Rheinhardt
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-08-13avfilter/formats: Factor common function combinations outAndreas Rheinhardt
2021-07-22Remove unnecessary avassert.h inclusionsAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2021-04-27avutil: remove deprecated AVClass.child_class_nextJames Almer
2021-01-01lavfi/vf_spp: convert to the video_enc_params APIAnton Khirnov
2021-01-01lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov
2020-06-10vf_spp: switch to child_class_iterate()Anton Khirnov
2020-05-13pixblockdsp, avdct: Add get_pixels_unalignedMartin Storsjö
2020-05-12avfilter/vf_spp: Fix endian-dependance in add_block()Michael Niedermayer
2020-05-12avfilter/vf_spp: Remove unused AVCodecContextMichael Niedermayer
2020-01-13lavfi/spp: enable runtime change flagJun Zhao
2020-01-13lavfi/spp: add "quality" option in runtime change pathJun Zhao
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
2015-09-09avfilter/spp: use AV_OPT_TYPE_BOOL for use_bframe_qp optionClément Bœsch
2015-09-08Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes
2015-09-01avfilter/vf_spp: use the name 's' for the pointer to the private contextGanesh Ajjanagadde
2015-04-08avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol
2015-03-18Replace PixelFormats which sneaked in over time or where forgotten by AVPixel...Michael Niedermayer
2015-01-13lavfi: use ff_norm_qscale(), factorizeStefano Sabatini
2014-12-21avfilter/vf_spp: Fix overflow in 8bit store sliceMichael Niedermayer
2014-12-20avfilter/vf_spp: fix overflows with depth > 8Michael Niedermayer
2014-12-20avfilter/vf_spp: add support for 9bit YUV and GBR as well as GBRP10Michael Niedermayer
2014-12-18avfilter/vf_spp: add gbrp supportMichael Niedermayer
2014-12-18avfilter/vf_spp: add gray8 supportMichael Niedermayer
2014-12-18avfilter/vf_spp: Fix pointer type warningMichael Niedermayer
2014-12-15avfilter/vf_spp: support 10bit per sampleMichael Niedermayer
2014-12-12avfilter/vf_spp: The qp array width is qp_stride not stride/16Michael Niedermayer
2014-12-12avfilter/vf_spp: Allocate qp storage after qp_stride is knownMichael Niedermayer
2014-12-12avfilter/vf_spp: change temporary to unsignedMichael Niedermayer
2014-08-04avfilter/vf_spp: Use dct->get_pixels()Michael Niedermayer
2014-07-28avfilter/vf_spp: support setting dct avoptions from the filter graph stringMichael Niedermayer
2014-07-27avfilter/vf_spp: use AVDCTMichael Niedermayer
2014-07-18Merge commit '2d60444331fca1910510038dd3817bea885c2367'Michael Niedermayer
2014-07-10Merge commit 'f46bb608d9d76c543e4929dc8cffe36b84bd789e'Michael Niedermayer
2014-07-08Merge commit 'a9aee08d900f686e966c64afec5d88a7d9d130a3'Michael Niedermayer
2014-07-01Merge commit 'e3fcb14347466095839c2a3c47ebecff02da891e'Michael Niedermayer
2014-06-18avfilter/vf_spp: Use av_malloc_array()Michael Niedermayer
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-09-03Update copyrights where my email appears with the new one.Clément Bœsch
2013-06-14lavfi/spp: fix description.Clément Bœsch
2013-06-14lavfi: add spp filter.Clément Bœsch