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
Commit message (
Expand
)
Author
Age
Files
Lines
*
avfilter/vf_boxblur: factor rounder offset out
Michael Niedermayer
2014-12-21
1
-6
/
+8
*
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
*
Add FFMPEG_VERSION into the binary libs
Michael Niedermayer
2014-12-19
1
-0
/
+3
*
avfilter/vsrc_life: Use av_freep() avoid leaving stale pointers in memory
Michael Niedermayer
2014-12-19
1
-4
/
+4
*
avfilter/vf_libopencv: use av_freep() avoid leaving stale pointers in memory
Michael Niedermayer
2014-12-19
1
-1
/
+1
*
avfilter/lut: reduce dereference in the inner loop
Yayoi
2014-12-18
1
-11
/
+18
*
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
*
lavfi: add colorlevels filter
Paul B Mahol
2014-12-16
4
-2
/
+258
*
avfilter/vf_spp: support 10bit per sample
Michael Niedermayer
2014-12-15
2
-23
/
+79
*
avfilter/vf_dctdnoiz: use av_freep() to avoid leaving stale pointers in memory
Michael Niedermayer
2014-12-14
1
-5
/
+5
*
avfilter/f_sendcmd: Use av_freep() to avoid leaving stale pointers in memory
Michael Niedermayer
2014-12-14
1
-4
/
+4
*
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_kerndeint: use av_freep(), avoid leaving stale pointers in memory
Michael Niedermayer
2014-12-13
1
-1
/
+1
*
avfilter/vf_unsharp: use av_freep() avoid leaving stale pointers in memory
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
*
Delete mp=uspp
Arwa Arif
2014-12-12
4
-400
/
+1
*
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
3
-5
/
+5
*
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/version: bump for uspp
Michael Niedermayer
2014-12-12
1
-2
/
+2
*
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
3
-0
/
+492
*
avfilter/vf_perspective: add av_assert0() to help gcc see that there are no u...
Michael Niedermayer
2014-12-10
1
-0
/
+3
*
avfilter/vf_signalstats: fix avframe leak on error
Michael Niedermayer
2014-12-06
1
-1
/
+3
*
avfilter/buffersrc: add context to av_log() call
Michael Niedermayer
2014-12-06
1
-1
/
+1
*
avfilter/avcodec: use NULL instead of 0 for pointer
Michael Niedermayer
2014-12-06
1
-1
/
+1
*
Revert "avfilter/vf_interlace: more accurate pts calculation"
Michael Niedermayer
2014-12-02
1
-0
/
+2
*
avfilter/vf_tinterlace: Favor using standard timebases for the output
Michael Niedermayer
2014-12-02
2
-2
/
+24
*
avfilter/vf_yadif: fix extra leading dup frame when deint=1
Neil Birkbeck
2014-11-29
1
-3
/
+3
*
avfilter/vf_idet: Fixing idet for single-frame inputs.
Neil Birkbeck
2014-11-28
1
-4
/
+5
*
avfilter/signalstats: re-use yuv/yuvu/yuvv vars in diff
Clément Bœsch
2014-11-26
1
-3
/
+3
*
avfilter/signalstats: localize a few variables
Clément Bœsch
2014-11-26
1
-4
/
+3
*
avfilter/signalstats: add threading in compute_sat_hue_metrics
Clément Bœsch
2014-11-26
1
-9
/
+28
*
avfilter/signalstats: isolate sat hue computation metrics in a function
Clément Bœsch
2014-11-26
1
-7
/
+70
*
avfilter/signalstats: add slice threading for subfilters
Clément Bœsch
2014-11-26
1
-12
/
+60
*
avfilter/signalstats: fix repitition/repetition typo
Clément Bœsch
2014-11-26
1
-2
/
+2
*
avfilter/signalstats: reindent after previous commit
Clément Bœsch
2014-11-26
1
-53
/
+53
[next]