index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavfilter
/
vf_spp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT
Derek Buitenhuis
2016-01-27
1
-4
/
+4
*
avfilter/spp: use AV_OPT_TYPE_BOOL for use_bframe_qp option
Clément Bœsch
2015-09-09
1
-1
/
+1
*
Replace all remaining occurances of step/depth_minus1 and offset_plus1
Hendrik Leppkes
2015-09-08
1
-2
/
+2
*
avfilter/vf_spp: use the name 's' for the pointer to the private context
Ganesh Ajjanagadde
2015-09-01
1
-49
/
+49
*
avfilter: handle error in query_formats() in bunch of filters
Paul B Mahol
2015-04-08
1
-2
/
+5
*
Replace PixelFormats which sneaked in over time or where forgotten by AVPixel...
Michael Niedermayer
2015-03-18
1
-1
/
+1
*
lavfi: use ff_norm_qscale(), factorize
Stefano Sabatini
2015-01-13
1
-13
/
+1
*
avfilter/vf_spp: Fix overflow in 8bit store slice
Michael Niedermayer
2014-12-21
1
-1
/
+1
*
avfilter/vf_spp: fix overflows with depth > 8
Michael Niedermayer
2014-12-20
1
-9
/
+11
*
avfilter/vf_spp: add support for 9bit YUV and GBR as well as GBRP10
Michael Niedermayer
2014-12-20
1
-0
/
+4
*
avfilter/vf_spp: add gbrp support
Michael Niedermayer
2014-12-18
1
-0
/
+1
*
avfilter/vf_spp: add gray8 support
Michael Niedermayer
2014-12-18
1
-2
/
+6
*
avfilter/vf_spp: Fix pointer type warning
Michael Niedermayer
2014-12-18
1
-1
/
+1
*
avfilter/vf_spp: support 10bit per sample
Michael Niedermayer
2014-12-15
1
-20
/
+74
*
avfilter/vf_spp: The qp array width is qp_stride not stride/16
Michael Niedermayer
2014-12-12
1
-1
/
+1
*
avfilter/vf_spp: Allocate qp storage after qp_stride is known
Michael Niedermayer
2014-12-12
1
-7
/
+11
*
avfilter/vf_spp: change temporary to unsigned
Michael Niedermayer
2014-12-12
1
-2
/
+2
*
avfilter/vf_spp: Use dct->get_pixels()
Michael Niedermayer
2014-08-03
1
-2
/
+1
*
avfilter/vf_spp: support setting dct avoptions from the filter graph string
Michael Niedermayer
2014-07-28
1
-3
/
+34
*
avfilter/vf_spp: use AVDCT
Michael Niedermayer
2014-07-27
1
-6
/
+7
*
Merge commit '2d60444331fca1910510038dd3817bea885c2367'
Michael Niedermayer
2014-07-17
1
-1
/
+0
*
Merge commit 'f46bb608d9d76c543e4929dc8cffe36b84bd789e'
Michael Niedermayer
2014-07-10
1
-2
/
+2
*
Merge commit 'a9aee08d900f686e966c64afec5d88a7d9d130a3'
Michael Niedermayer
2014-07-08
1
-1
/
+2
*
Merge commit 'e3fcb14347466095839c2a3c47ebecff02da891e'
Michael Niedermayer
2014-07-01
1
-2
/
+3
*
avfilter/vf_spp: Use av_malloc_array()
Michael Niedermayer
2014-06-18
1
-2
/
+2
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2013-10-29
1
-1
/
+1
*
Update copyrights where my email appears with the new one.
Clément Bœsch
2013-09-03
1
-1
/
+1
*
lavfi/spp: fix description.
Clément Bœsch
2013-06-14
1
-1
/
+1
*
lavfi: add spp filter.
Clément Bœsch
2013-06-14
1
-0
/
+437