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
...
*
lavc/videotoolboxenc: add hdr10, linear, hlg color transfer function for vide...
Limin Wang
2019-08-11
2
-0
/
+22
*
MAINTAINERS: Add my GnuPG fingerprint.
Thilo Borgmann
2019-08-11
1
-0
/
+1
*
lavc/r210enc: Fix undefined behaviour encoding r10k.
Carl Eugen Hoyos
2019-08-11
1
-3
/
+3
*
lavc/vc2enc_dwt: Avoid left-shifting a negative value.
Carl Eugen Hoyos
2019-08-11
1
-1
/
+1
*
lavc/frame_thread_encoder: Do not memcpy() from NULL.
Carl Eugen Hoyos
2019-08-11
1
-1
/
+2
*
lavc/libx264: Cast cpb bit_rates to int64_t to avoid an integer overflow.
Carl Eugen Hoyos
2019-08-10
1
-2
/
+2
*
lavf/dump: Fix cpb bitrate type after next major bump.
Carl Eugen Hoyos
2019-08-10
1
-0
/
+4
*
lavf/dump: Fix vbv_delay type specifier.
Carl Eugen Hoyos
2019-08-10
1
-1
/
+1
*
lavc/libx264: Cast bit_rate to int64_t to avoid an integer overflow.
Carl Eugen Hoyos
2019-08-10
1
-1
/
+1
*
lavc/libx264: bit_rates > INT_MAX are not supported.
Carl Eugen Hoyos
2019-08-10
1
-0
/
+4
*
avformat/rtpdec_mpeg4: Fix integer parameters size check in SDP fmtp line
Olivier Maignial
2019-08-10
1
-12
/
+33
*
tools/zmqsend: Avoid mem copy past the end of input buffer
Andriy Gelman
2019-08-09
1
-1
/
+1
*
doc/fate: Document how to request samples upload access
Michael Niedermayer
2019-08-09
1
-0
/
+4
*
doc/ffmpeg: Document dts_error_threshold option
Jun Zhao
2019-08-08
1
-0
/
+4
*
examples/encode_video: only add sequence end code for mpeg1/2 video
Jun Zhao
2019-08-08
1
-1
/
+2
*
lavf/showinfo: use error level when get invalid sidedata
Jun Zhao
2019-08-08
1
-3
/
+3
*
lavf/showinfo: support mastering display sidedata
Jun Zhao
2019-08-08
1
-0
/
+30
*
lavf/hls: add http_seekable option for HTTP partial requests
Jun Zhao
2019-08-08
2
-2
/
+11
*
lavf/vf_vpp_qsv: add support for QSV transpose filter
Linjie Fu
2019-08-07
1
-2
/
+99
*
avfilter/vf_convolution: add x86 SIMD for filter_3x3()
Ruiling Song
2019-08-07
5
-38
/
+271
*
Revert "avformat/rtpdec_rfc4175: Fix incorrect copy_offset calculation"
Michael Niedermayer
2019-08-06
1
-4
/
+1
*
configure: cuda_llvm: fix include path for MSYS2
Ricardo Constantino
2019-08-05
1
-1
/
+1
*
avcodec/alsdec: Check for block_length <= 0 in read_var_block_data()
Michael Niedermayer
2019-08-05
1
-1
/
+1
*
avcodec/vqavideo: Set video size
Michael Niedermayer
2019-08-05
1
-1
/
+1
*
avcodec/sanm: Check extradata_size before allocations
Michael Niedermayer
2019-08-05
1
-5
/
+5
*
avformat/rtpdec_rfc4175: Fix incorrect copy_offset calculation
Jacob Siddall
2019-08-05
1
-1
/
+4
*
libavcodec/iff: Use unsigned to avoid undefined behaviour
Andreas Rheinhardt
2019-08-05
1
-17
/
+17
*
avcodec/mss1: check for overread and forward errors
Michael Niedermayer
2019-08-05
4
-0
/
+18
*
avcodec/loco: Check for end of input in pixel decode
Michael Niedermayer
2019-08-05
1
-0
/
+4
*
avcodec/dirac_parser: Fix overflow in dts
Michael Niedermayer
2019-08-05
1
-1
/
+1
*
avcodec/ralf: Fix undefined pointer in decode_channel()
Michael Niedermayer
2019-08-05
1
-1
/
+1
*
avcodec/ralf: Fix integer overflow in apply_lpc()
Michael Niedermayer
2019-08-05
1
-1
/
+1
*
avcodec/vorbisdec: Implement vr->classifications = 1
Michael Niedermayer
2019-08-05
1
-2
/
+7
*
avcodec/vorbisdec: Check parameters in vorbis_floor0_decode() before divide
Michael Niedermayer
2019-08-05
1
-0
/
+3
*
avformat/realtextdec: Check for duplicate extradata in realtext_read_header()
Michael Niedermayer
2019-08-05
1
-0
/
+4
*
avformat/vividas: Fix memleak of AVIOContext in track_header()
Michael Niedermayer
2019-08-05
1
-2
/
+6
*
avcodec/cfhd: Check destination space for bayer before writing
Michael Niedermayer
2019-08-05
1
-0
/
+9
*
avcodec/cfhd: Fix linesize type
Michael Niedermayer
2019-08-05
1
-1
/
+1
*
avcodec/cbs_av1_syntax_template: Check ref_frame_idx before use
Michael Niedermayer
2019-08-05
1
-3
/
+4
*
avcodec/apedec: Fix 2 signed overflows
Michael Niedermayer
2019-08-05
1
-2
/
+2
*
avcodec/mss3: Check for the rac stream being invalid in rac_normalize()
Michael Niedermayer
2019-08-05
1
-0
/
+4
*
avcodec/vc1_block: Check get_vlc2() return before use
Michael Niedermayer
2019-08-05
1
-0
/
+2
*
avcodec/apedec: Do not partially clear data array
Michael Niedermayer
2019-08-05
1
-1
/
+2
*
avcodec/atrac9dec: Check grad_range[1] more tightly
Michael Niedermayer
2019-08-05
1
-1
/
+1
*
avcodec/atrac9dec: Remove impossible condition
Michael Niedermayer
2019-08-05
1
-3
/
+0
*
avcodec/bink: Add many end of input checks
Michael Niedermayer
2019-08-05
1
-9
/
+43
*
compat/cuda: Change inclusion guards
Andreas Rheinhardt
2019-08-05
3
-7
/
+6
*
build: add support for building CUDA files with clang
Rodger Combs
2019-08-04
4
-24
/
+178
*
avcodec/h263dec: enable nvdec hwaccel
Stefan Schoenefeld
2019-08-04
1
-0
/
+3
*
avcodec/h263dec: fix hwaccel decoding
Stefan Schoenefeld
2019-08-04
1
-1
/
+1
[prev]
[next]