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
Commit message (
Expand
)
Author
Age
Files
Lines
*
avfilter/f_sidedata: fix Wtautological-constant-out-of-range-compare
Zhao Zhili
2019-10-30
1
-1
/
+1
*
FATE: add a test for freeezedetect
Limin Wang
2019-10-30
2
-0
/
+255
*
doc/filters: move drawgraph to video filters chapter
Paul B Mahol
2019-10-30
1
-105
/
+110
*
doc/filters: move agraphmonitor to multimedia filters chapter
Paul B Mahol
2019-10-30
1
-1
/
+6
*
avfilter/vf_sr: correct flags since the filter changes frame w/h
Guo, Yejun
2019-10-30
1
-1
/
+0
*
avfilter/dnn: add a new interface to query dnn model's input info
Guo, Yejun
2019-10-30
3
-1
/
+58
*
avfilter/dnn: get the data type of network output from dnn execution result
Guo, Yejun
2019-10-30
8
-13
/
+13
*
dnn: add tf.nn.conv2d support for native model
Guo, Yejun
2019-10-30
6
-18
/
+82
*
doc: fix typo in muxers documentation
Alfred E. Heggestad
2019-10-30
1
-1
/
+1
*
avformat/hls: Set AVFMT_TS_DISCONT flag on HLS input format
Philip Langdale
2019-10-30
1
-1
/
+1
*
vp4: prevent unaligned memory access in loop filter
Peter Ross
2019-10-30
4
-6
/
+14
*
avcodec/wmalosslessdec: Fix some integer anomalies
Michael Niedermayer
2019-10-29
1
-3
/
+3
*
avcodec/adpcm: Fix invalid shifts in ADPCM DTK
Michael Niedermayer
2019-10-29
1
-1
/
+1
*
avcodec/apedec: Only clear the needed buffer space, instead of all
Michael Niedermayer
2019-10-29
1
-1
/
+1
*
avfilter/asrc_anoisesrc: change color variable to int
Limin Wang
2019-10-29
1
-1
/
+1
*
avcodec/libvorbisdec: Fix insufficient input checks leading to out of array r...
Michael Niedermayer
2019-10-29
1
-4
/
+7
*
avcodec/g723_1dec: fix invalid shift with negative sid_gain
Michael Niedermayer
2019-10-29
1
-1
/
+1
*
avformat/dss: Remove superfluous headers
Andreas Rheinhardt
2019-10-29
1
-2
/
+0
*
avcodec/tiff: check the black level denominator
James Almer
2019-10-29
1
-0
/
+9
*
avcodec/nvenc: turn feature check failures into warnings
hydra3333
2019-10-29
1
-18
/
+18
*
avfilter/vf_vfrdet: also report average delta
Paul B Mahol
2019-10-29
2
-3
/
+5
*
avfilter/vf_vfrdet: fix reporting max delta
Paul B Mahol
2019-10-29
1
-0
/
+2
*
avfilter: add median filter
Paul B Mahol
2019-10-29
8
-1
/
+503
*
avformat/wc3movie: fix memleak when read content size not equvipe input size
Steven Liu
2019-10-28
1
-1
/
+3
*
avformat/swfdec: fix memleak when inflateInit failed
Steven Liu
2019-10-28
1
-0
/
+2
*
avformat/smacker: fix memleak when avformat_new_stream failed
Steven Liu
2019-10-28
1
-2
/
+8
*
avformat/rtmpproto: fix memleak when open rtmp failed
Steven Liu
2019-10-28
1
-0
/
+3
*
avformat/rl2: fix memleak when read end of file
Steven Liu
2019-10-28
1
-7
/
+13
*
avformat/mpc8: fix memleak when seek table too big
Steven Liu
2019-10-28
1
-0
/
+1
*
avformat/libmodplug: fix memleak when load modplug failed
Steven Liu
2019-10-28
1
-2
/
+3
*
avformat/hlsenc: move freep segment from sls_flags_filename_process after cal...
Steven Liu
2019-10-28
1
-3
/
+1
*
avcodec/vmdvideo: fix log error message
Paul B Mahol
2019-10-27
1
-1
/
+1
*
Add support for VP9 VDPAU hwaccel decode
ManojGuptaBonda
2019-10-26
8
-3
/
+261
*
lavc/qsvdec: remove unused check_dec_param
Linjie Fu
2019-10-26
1
-27
/
+0
*
avfilter/avf_showfreqs: free input frame after using it
James Almer
2019-10-26
1
-0
/
+1
*
avfilter/vsrc_testsrc: increase max level of haldclutsrc
Paul B Mahol
2019-10-26
1
-1
/
+1
*
avfilter/vf_lut3d: increase max level to upper limit defined by cube format s...
Paul B Mahol
2019-10-26
1
-1
/
+1
*
avfilter/vf_lut3d: allocate 3d lut dynamically
Paul B Mahol
2019-10-26
1
-59
/
+111
*
avformat/avienc: Remove superfluous header
Andreas Rheinhardt
2019-10-25
1
-1
/
+0
*
avformat/avidec: Remove superfluous header
Andreas Rheinhardt
2019-10-25
1
-1
/
+0
*
avformat/asfenc: Remove unnecessary header
Andreas Rheinhardt
2019-10-25
1
-1
/
+0
*
avformat/aiffenc: Add deinit function
Andreas Rheinhardt
2019-10-25
1
-4
/
+9
*
doc/filters: add one more example for libvmaf
Paul B Mahol
2019-10-25
1
-0
/
+11
*
doc/filters: add one more example for ssim/psnr
Paul B Mahol
2019-10-25
1
-0
/
+21
*
avfilter/vf_psnr,vf_ssim: add warning if different timebases are encountered
Paul B Mahol
2019-10-25
2
-0
/
+16
*
avcodec/interplayvideo: properly decode motion vectors
Paul B Mahol
2019-10-25
1
-10
/
+15
*
avformat/bintext: avoid division by zero
Paul B Mahol
2019-10-25
1
-1
/
+3
*
avformat/tee.c: steal bsf option before passing to fifo muxer
Jun Li
2019-10-25
1
-4
/
+11
*
fftools/ffmpeg: Free swresample dictionary during cleanup
Andreas Rheinhardt
2019-10-25
1
-0
/
+1
*
avcodec/vp5: Check render_x/y
Michael Niedermayer
2019-10-25
1
-2
/
+7
[next]