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