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
*
swscale/tests/swscale: Lengthen pixfmt name buffer to 21 bytes
Michael Niedermayer
2019-05-13
1
-4
/
+4
*
libswcale: Fix possible string overflow in test.
Adam Richter
2019-05-13
1
-2
/
+2
*
avfilter/vf_chromahold: implement blend option
Paul B Mahol
2019-05-13
2
-1
/
+12
*
doc/filters: mention drawtext command support
Gyan Doshi
2019-05-13
1
-0
/
+23
*
avfilter/drawtext: make command processing error-resilient
Gyan Doshi
2019-05-13
1
-9
/
+38
*
lavc/videotoolboxenc: Add support for 10-bit HEVC encoding.
Rick Kern
2019-05-12
1
-46
/
+56
*
lavc/videotoolboxenc: simplify frame creation logic between OS X and iOS.
Rick Kern
2019-05-12
1
-62
/
+0
*
lavc/videotoolboxenc: add require_sw option to force software encoding.
Rick Kern
2019-05-12
1
-1
/
+8
*
avfilter/af_astats: fix calculations involving last sample
Paul B Mahol
2019-05-12
1
-4
/
+7
*
avfilter/af_astats: fix initial values of variables
Paul B Mahol
2019-05-12
1
-8
/
+8
*
swscale: Add test for isSemiPlanarYUV to pixdesc_query
Philip Langdale
2019-05-12
2
-0
/
+14
*
swscale: Add support for NV24 and NV42
Philip Langdale
2019-05-12
20
-9
/
+92
*
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
[next]