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_uspp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avfilter: don't anonymously typedef structs
Paul B Mahol
2017-05-13
1
-1
/
+1
*
avfilter/vf_uspp: Fix currently unused input frame dimensions
Michael Niedermayer
2017-05-10
1
-2
/
+2
*
avfilter: stop using deprecated codec flags
James Almer
2017-03-25
1
-1
/
+1
*
avfilter/vf_uspp: Check for encoding failure
Michael Niedermayer
2016-07-13
1
-1
/
+7
*
avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT
Derek Buitenhuis
2016-01-27
1
-10
/
+10
*
avfilter/uspp: use AV_OPT_TYPE_BOOL for use_bframe_qp option
Clément Bœsch
2015-09-09
1
-1
/
+1
*
Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'
Michael Niedermayer
2015-07-27
1
-1
/
+1
*
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
*
avfilter/vf_uspp: fix gop_size
Michael Niedermayer
2015-01-25
1
-1
/
+1
*
avfilter/vf_uspp: Use FF_CEIL_RSHIFT() correct rounding of odd w/h
Michael Niedermayer
2015-01-25
1
-8
/
+13
*
lavfi: use ff_norm_qscale(), factorize
Stefano Sabatini
2015-01-13
1
-14
/
+1
*
avfilter/vf_uspp: clear AVPacket to not leave uninitialized memory
Michael Niedermayer
2014-12-30
1
-1
/
+1
*
avfilter/vf_uspp: use av_malloc_array()
Michael Niedermayer
2014-12-23
1
-2
/
+2
*
avfilter/vf_uspp: fix gray pixfmt handling
Michael Niedermayer
2014-12-13
1
-0
/
+3
*
avfilter/vf_uspp: fix used chroma subsampling factors
Michael Niedermayer
2014-12-13
1
-11
/
+21
*
avfilter/vf_uspp: fix used pix_fmt
Michael Niedermayer
2014-12-13
1
-1
/
+1
*
avfilter/vf_uspp: Add grayscale support
Michael Niedermayer
2014-12-13
1
-0
/
+1
*
avfilter/vf_uspp: assert that the qp_type is valid
Michael Niedermayer
2014-12-13
1
-0
/
+1
*
avfilter/vf_uspp: fix integer overflow in intermediate
Michael Niedermayer
2014-12-12
1
-2
/
+2
*
avfilter/vf_uspp: remove YUV 411/422/440
Michael Niedermayer
2014-12-12
1
-5
/
+5
*
avfilter/vf_uspp: use the average QP instead of QP[0]
Michael Niedermayer
2014-12-12
1
-2
/
+10
*
avfilter/vf_uspp: The qp array width is qp_stride not stride/16
Michael Niedermayer
2014-12-12
1
-1
/
+1
*
avfilter/vf_uspp: Allocate qp storage after qp_stride is known
Michael Niedermayer
2014-12-12
1
-9
/
+10
*
avfilter/uspp: use AVFILTER_DEFINE_CLASS()
Clément Bœsch
2014-12-12
1
-7
/
+1
*
avfilter/uspp: make src const in store_slice_c()
Clément Bœsch
2014-12-12
1
-1
/
+1
*
avfilter/uspp: misc style fixes
Clément Bœsch
2014-12-12
1
-51
/
+51
*
lavfi: USPP Filter
Arwa Arif
2014-12-12
1
-0
/
+490