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
*
lavf/avidec: fix memory leak in error handling path
Jun Zhao
2019-09-10
1
-1
/
+3
*
avcodec/mips: Fix a warnning of indentation not reflect the block structure.
Shiyou Yin
2019-09-10
1
-3
/
+3
*
avcodec/h264: Fix poc_lsb in open gop context
Nicolas Gaullier
2019-09-10
2
-1
/
+3
*
tools/target_dec_fuzzer: Adjust threshold for LSCR
Michael Niedermayer
2019-09-09
1
-0
/
+1
*
doc/filters: fix typo in v360
Paul B Mahol
2019-09-09
1
-1
/
+1
*
avcodec/mediacodec_surface: drop unnecessary local variable
Aman Gupta
2019-09-09
1
-5
/
+1
*
avcodec/mediacodecdec_common: log codec name during configure/start failures
Aman Gupta
2019-09-09
1
-4
/
+4
*
avcodec/mediacodecdec_common: ensure current input buffer is always used corr...
Aman Gupta
2019-09-09
1
-1
/
+1
*
avcodec/mediacodecdec_common: improve trace logging for end-of-stream
Aman Gupta
2019-09-09
1
-1
/
+1
*
avcodec/mediacodecdec_common: warn when PTS is missing
Aman Gupta
2019-09-09
1
-1
/
+5
*
avfilter/vf_v360: add padding to u/v/ker
Paul B Mahol
2019-09-09
2
-9
/
+15
*
swscale/swscale: delete unwanted assignments
Limin Wang
2019-09-09
1
-2
/
+0
*
tests: Fix bash errors in lavf_container tests.
Andrey Semashev
2019-09-09
1
-1
/
+1
*
avfilter/vf_v360: add guards against NaNs
Paul B Mahol
2019-09-09
1
-0
/
+6
*
avfilter/vf_v360: partialy revert previous commit
Paul B Mahol
2019-09-09
3
-26
/
+4
*
avfilter/vf_v360: extend stereographic projection
Paul B Mahol
2019-09-09
3
-9
/
+31
*
avfilter/vf_v360: factor vector normalization out
Paul B Mahol
2019-09-09
1
-26
/
+31
*
lavfi/concat: fix logic error in framerate check
Jun Zhao
2019-09-09
1
-1
/
+1
*
configure: check for a sufficiently recent enough AMF version
Hendrik Leppkes
2019-09-09
1
-1
/
+1
*
doc/filters: update v360
Paul B Mahol
2019-09-08
1
-0
/
+12
*
avfilter/vf_v360: add stereographic output projection
Paul B Mahol
2019-09-08
2
-0
/
+38
*
avfilter/vf_v360: disallow too low h_fov/v_fov
Paul B Mahol
2019-09-08
1
-2
/
+2
*
lavfi/concat: allow to support inputs with different frame rates
Calvin Walton
2019-09-08
4
-2
/
+249
*
avfilter/vf_v360: add aliases for some projections
Paul B Mahol
2019-09-08
1
-6
/
+10
*
avfilter/vf_scale: split the scale_frame function from filter_frame for activ...
Limin Wang
2019-09-08
1
-4
/
+22
*
avfilter/vf_v360: add options to h/w unflip input video
Paul B Mahol
2019-09-07
3
-27
/
+73
*
avfilter/vf_v360: support transposed input/output
Paul B Mahol
2019-09-07
3
-5
/
+26
*
avcodec/qdm2: Check frame size
Michael Niedermayer
2019-09-06
1
-0
/
+5
*
avformat/vividas: check for tiny blocks using alignment
Michael Niedermayer
2019-09-06
1
-0
/
+4
*
avcodec/vc1_pred: Fix refdist in scaleforopp()
Michael Niedermayer
2019-09-06
1
-1
/
+2
*
avfilter/vf_showinfo: display GOP timecode side data
Limin Wang
2019-09-06
1
-0
/
+6
*
swscale/output: fix some code indentations
Linjie Fu
2019-09-06
1
-35
/
+35
*
avcodec/vorbisdec: fix FASTDIV usage for vr_type == 2
Michael Niedermayer
2019-09-06
1
-1
/
+1
*
lavf/rawenc: Only accept the appropriate stream type for raw muxers.
Carl Eugen Hoyos
2019-09-06
1
-0
/
+12
*
x86/vf_v360: use a faster horizontal add in remap4_8bit_line_avx2
James Almer
2019-09-06
1
-7
/
+4
*
x86/vf_v360: make remap{1,2}_8bit_line_avx2 work on x86_32
James Almer
2019-09-06
3
-4
/
+11
*
avfilter/vf_v360: add option to pick rotation order
Paul B Mahol
2019-09-06
3
-15
/
+100
*
avfilter/vf_v360: reduce allocations by reusing duplicated remaps
Paul B Mahol
2019-09-06
2
-15
/
+43
*
avfilter/vf_v360: x86 SIMD for interpolations
Paul B Mahol
2019-09-06
5
-155
/
+394
*
avfilter/vf_v360: add asserts to guard against invalid conditions
Paul B Mahol
2019-09-06
1
-0
/
+19
*
avfilter/vf_v360: stop using floats in interpolation
Paul B Mahol
2019-09-06
1
-20
/
+20
*
avfilter/vf_v360: rewrite storing of remap positions and interpolations
Paul B Mahol
2019-09-06
1
-79
/
+89
*
doc/filters: correct range for contrast in eq filter
Sourabh Sharma
2019-09-06
1
-1
/
+1
*
avformat/hlsenc: fix compiling error of hlsenc
Steven Liu
2019-09-06
1
-1
/
+1
*
avformat/hlsenc: fix code style
Steven Liu
2019-09-06
1
-21
/
+28
*
avformat/hlsenc: move the warning message from every segment upload to init part
Steven Liu
2019-09-06
1
-1
/
+5
*
avformat/hlsenc: avformat/hlsenc: reopen new http session for http_persistent
Steven Liu
2019-09-06
1
-11
/
+55
*
avformat/http: add ff_http_get_shutdown_status api for check the status of sh...
Steven Liu
2019-09-06
2
-0
/
+25
*
fate: add test for stream_loop
Gyan Doshi
2019-09-05
2
-0
/
+89
*
ffmpeg: switch to avformat_seek_file for stream_loop
Gyan Doshi
2019-09-05
1
-1
/
+1
[next]