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
*
avutil: Add NV24 and NV42 pixel formats
Philip Langdale
2019-05-12
5
-3
/
+31
*
avcodec/h264_ps: Check offset_for_non_ref_pic, offset_for_top_to_bottom_field...
Michael Niedermayer
2019-05-12
1
-1
/
+16
*
avcodec/hq_hqa: Check available space before reading slice offsets
Michael Niedermayer
2019-05-12
1
-0
/
+3
*
avcodec/wmv2dec: Check input bits vs. coded MBs
Michael Niedermayer
2019-05-12
1
-0
/
+9
*
lavc/pngenc: check malloc fail before using the pointer
Jun Zhao
2019-05-12
1
-1
/
+1
*
lavc/mlpenc: remove the redundant condition check
Jun Zhao
2019-05-12
1
-4
/
+2
*
lavc/libvpxenc: remove redundant condition check
Jun Zhao
2019-05-12
1
-1
/
+1
*
lavc/bink: Remove the dead code block
Jun Zhao
2019-05-12
1
-2
/
+0
*
lavc/avpacket: check NULL before using the pointer
Jun Zhao
2019-05-12
1
-1
/
+2
*
lavc/aacenc_ltp: remove unnecessary condition check.
Jun Zhao
2019-05-12
1
-1
/
+1
*
lavf/isom: Allow reading mp3-in-isom as written by vlc.
Carl Eugen Hoyos
2019-05-12
1
-0
/
+1
*
avfilter: add colorhold filter
Paul B Mahol
2019-05-11
6
-2
/
+105
*
avcodec/gif: remove flags from gifimage option
Paul B Mahol
2019-05-11
1
-1
/
+1
*
avcodec/gif: fix issues with transparent crop
Jacob Graff
2019-05-11
1
-6
/
+6
*
lavc/libx265: Use avctx->framerate first for frame rate setting
Jun Zhao
2019-05-11
1
-2
/
+7
*
lavc/libx264: Use avctx->framerate first for frame rate setting
Jun Zhao
2019-05-11
1
-2
/
+7
*
lavf/avidec: Do not test for bitrate <= INT_MAX.
Carl Eugen Hoyos
2019-05-10
1
-1
/
+1
*
lavf/cover_rect: Fix logic check issue
Jun Zhao
2019-05-10
1
-1
/
+1
*
LICENSE: Clarify --enable-nonfree.
Carl Eugen Hoyos
2019-05-10
1
-4
/
+1
*
LICENSE: Remove nvenc from the non-free section.
Carl Eugen Hoyos
2019-05-10
1
-4
/
+0
*
LICENSE: Remove an incorrect statement.
Carl Eugen Hoyos
2019-05-10
1
-3
/
+1
*
avcodec/prosumer: Only memset(0) what is needed.
Michael Niedermayer
2019-05-09
1
-1
/
+4
*
avcodec/fic: Check input size against minimal frame size
Michael Niedermayer
2019-05-09
1
-1
/
+1
*
avcodec/pafvideo: Check input space for decode_0() before slow operations
Michael Niedermayer
2019-05-09
1
-0
/
+4
*
avcodec/scpr: check remaining data after decode
Michael Niedermayer
2019-05-09
1
-0
/
+3
*
tools/crypto_bench: update the comment about build command
Jun Zhao
2019-05-09
1
-1
/
+1
*
tools/crypto_bench: check malloc fail before using it
Jun Zhao
2019-05-09
1
-3
/
+5
*
avfilter/af_atempo: Make ffplay display correct timestamps when seeking
Pavel Koshevoy
2019-05-08
1
-1
/
+10
*
avformat/matroskaenc: Reduce usage of ebml_master
Andreas Rheinhardt
2019-05-08
1
-54
/
+49
*
avformat/matroskaenc: Improve log messages for blocks
Andreas Rheinhardt
2019-05-08
1
-7
/
+16
*
avformat/matroskaenc: Don't waste bytes writing level 1 elements
Andreas Rheinhardt
2019-05-08
10
-51
/
+50
*
avformat/matroskaenc: Cosmetics and typo
Andreas Rheinhardt
2019-05-08
1
-52
/
+51
*
avformat/matroskaenc: Write CRC-32 in non-seekable mode
Andreas Rheinhardt
2019-05-08
4
-16
/
+6
*
avformat/matroskaenc: Avoid seeking when writing level 1 elements
Andreas Rheinhardt
2019-05-08
1
-5
/
+10
*
avformat/matroskaenc: Change variable types
Andreas Rheinhardt
2019-05-08
1
-16
/
+16
*
avformat/matroskaenc: Remove redundant check
Andreas Rheinhardt
2019-05-08
1
-2
/
+0
*
avformat/matroskaenc: Improve log message
Andreas Rheinhardt
2019-05-08
1
-9
/
+1
*
avformat/matroskaenc: Simplify check for writing CRCs
Andreas Rheinhardt
2019-05-08
1
-5
/
+6
*
avformat/matroskaenc: Remove traces of secondary seek head
Andreas Rheinhardt
2019-05-08
1
-20
/
+18
*
avformat/matroskaenc: Don't waste bytes in EBML Header
Andreas Rheinhardt
2019-05-08
10
-37
/
+40
*
avformat/matroskaenc: Slightly improve size bounds for cues
Andreas Rheinhardt
2019-05-08
1
-6
/
+6
*
avformat/matroskaenc: Fix BlockGroup size calculation
Andreas Rheinhardt
2019-05-08
1
-3
/
+1
*
avformat/matroskaenc: Fix relative timestamp check
Andreas Rheinhardt
2019-05-08
1
-1
/
+1
*
libavfilter/dnn: add more data type support for dnn model input
Guo, Yejun
2019-05-08
4
-7
/
+39
*
libavfilter/dnn: support multiple outputs for tensorflow model
Guo, Yejun
2019-05-08
6
-31
/
+85
*
libavfilter/dnn: avoid memcpy for tensorflow dnn output
Guo, Yejun
2019-05-08
2
-27
/
+12
*
libavfilter/dnn: determine dnn output during execute_model instead of set_inp...
Guo, Yejun
2019-05-08
6
-49
/
+51
*
libavfilter/dnn: remove limit for the name of DNN model input/output
Guo, Yejun
2019-05-08
4
-9
/
+9
*
libavfilter/vf_sr: refine code to remove keyword 'else'
Guo, Yejun
2019-05-08
1
-76
/
+72
*
libavfilter/dnn_backend_tf.c: set layer_add_res for input layer
Guo, Yejun
2019-05-08
1
-0
/
+1
[next]