summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_spp.c
Commit message (Expand)AuthorAgeFilesLines
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-4/+4
* avfilter/spp: use AV_OPT_TYPE_BOOL for use_bframe_qp optionClément Bœsch2015-09-091-1/+1
* Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes2015-09-081-2/+2
* avfilter/vf_spp: use the name 's' for the pointer to the private contextGanesh Ajjanagadde2015-09-011-49/+49
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-081-2/+5
* Replace PixelFormats which sneaked in over time or where forgotten by AVPixel...Michael Niedermayer2015-03-181-1/+1
* lavfi: use ff_norm_qscale(), factorizeStefano Sabatini2015-01-131-13/+1
* avfilter/vf_spp: Fix overflow in 8bit store sliceMichael Niedermayer2014-12-211-1/+1
* avfilter/vf_spp: fix overflows with depth > 8Michael Niedermayer2014-12-201-9/+11
* avfilter/vf_spp: add support for 9bit YUV and GBR as well as GBRP10Michael Niedermayer2014-12-201-0/+4
* avfilter/vf_spp: add gbrp supportMichael Niedermayer2014-12-181-0/+1
* avfilter/vf_spp: add gray8 supportMichael Niedermayer2014-12-181-2/+6
* avfilter/vf_spp: Fix pointer type warningMichael Niedermayer2014-12-181-1/+1
* avfilter/vf_spp: support 10bit per sampleMichael Niedermayer2014-12-151-20/+74
* avfilter/vf_spp: The qp array width is qp_stride not stride/16Michael Niedermayer2014-12-121-1/+1
* avfilter/vf_spp: Allocate qp storage after qp_stride is knownMichael Niedermayer2014-12-121-7/+11
* avfilter/vf_spp: change temporary to unsignedMichael Niedermayer2014-12-121-2/+2
* avfilter/vf_spp: Use dct->get_pixels()Michael Niedermayer2014-08-031-2/+1
* avfilter/vf_spp: support setting dct avoptions from the filter graph stringMichael Niedermayer2014-07-281-3/+34
* avfilter/vf_spp: use AVDCTMichael Niedermayer2014-07-271-6/+7
* Merge commit '2d60444331fca1910510038dd3817bea885c2367'Michael Niedermayer2014-07-171-1/+0
* Merge commit 'f46bb608d9d76c543e4929dc8cffe36b84bd789e'Michael Niedermayer2014-07-101-2/+2
* Merge commit 'a9aee08d900f686e966c64afec5d88a7d9d130a3'Michael Niedermayer2014-07-081-1/+2
* Merge commit 'e3fcb14347466095839c2a3c47ebecff02da891e'Michael Niedermayer2014-07-011-2/+3
* avfilter/vf_spp: Use av_malloc_array()Michael Niedermayer2014-06-181-2/+2
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
* Update copyrights where my email appears with the new one.Clément Bœsch2013-09-031-1/+1
* lavfi/spp: fix description.Clément Bœsch2013-06-141-1/+1
* lavfi: add spp filter.Clément Bœsch2013-06-141-0/+437
OpenPOWER on IntegriCloud