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
*
Add support for ALSA link timestamps
HEAD
master
Timothy Pearson
2019-12-09
1
-6
/
+23
*
Re-read actual capture timebase from V4L2 after framerate request
Timothy Pearson
2019-12-09
1
-0
/
+7
*
Detect HR timestamp compatible version of ALSA before using HR timestamp func...
Timothy Pearson
2019-11-27
3
-2
/
+18
*
Switch FFmpeg to use raw monotonic timestamps
Timothy Pearson
2019-11-16
4
-2
/
+102
*
avutil/frame: fix remove_side_data
Zhao Zhili
2019-11-11
2
-3
/
+2
*
avcodec/arm/mlpdsp: add missing dependency for truehd
Aman Gupta
2019-11-11
1
-0
/
+3
*
avformat/mp3dec: replace SAME_HEADER_MASK with MP3_MASK
Limin Wang
2019-11-11
1
-3
/
+1
*
avformat/mp3dec: cosmetics
Limin Wang
2019-11-11
1
-20
/
+20
*
avcodec/dvdec: Don't use restrict directly to fix build on MSVC
Andreas Rheinhardt
2019-11-11
1
-1
/
+1
*
tests/fate/filter-video: add test for colorlevels
Limin Wang
2019-11-11
3
-0
/
+116
*
avcodec/librav1e: free the RaPacket after using it
James Almer
2019-11-10
1
-2
/
+1
*
avcodec: Add librav1e encoder
Derek Buitenhuis
2019-11-10
8
-1
/
+653
*
avcodec/wmaprodec: get frame during frame decode
Michael Niedermayer
2019-11-09
1
-4
/
+6
*
avcodec/interplayacm: Fix overflow of last unused value
Michael Niedermayer
2019-11-09
1
-1
/
+1
*
avcodec/adpcm: Fix undefined behavior with negative predictions in IMA OKI
Michael Niedermayer
2019-11-09
1
-1
/
+1
*
avcodec/cook: Move up and extend block_align check
Michael Niedermayer
2019-11-09
1
-4
/
+3
*
avcodec/sbcdec: Fix integer overflows in sbc_synthesize_four()
Michael Niedermayer
2019-11-09
1
-14
/
+14
*
avcodec/twinvq: Check block_align
Michael Niedermayer
2019-11-09
1
-7
/
+10
*
avcodec/cook: Enlarge gain table
Michael Niedermayer
2019-11-09
1
-4
/
+4
*
avcodec/cook: Check samples_per_channel earlier
Michael Niedermayer
2019-11-09
1
-8
/
+9
*
avcodec/atrac3plus: Check split point in fill mode 3
Michael Niedermayer
2019-11-09
1
-0
/
+4
*
avcodec/wmavoice: Check sample_rate
Michael Niedermayer
2019-11-09
1
-0
/
+3
*
avcodec/xsubdec: fix overflow in alpha handling
Michael Niedermayer
2019-11-09
1
-1
/
+1
*
avcodec/iff: Check available space before entering loop in decode_long_vertic...
Michael Niedermayer
2019-11-09
1
-0
/
+6
*
avcodec/apedec: Fix integer overflow in filter_3800()
Michael Niedermayer
2019-11-09
1
-1
/
+1
*
avcodec/atrac3plusdec: add FF_CODEC_CAP_INIT_CLEANUP
Michael Niedermayer
2019-11-09
1
-1
/
+2
*
avutil/lfg: Document the AVLFG struct
Michael Niedermayer
2019-11-09
1
-0
/
+6
*
avcodec/decode: Also consider channels in max_samples check
Michael Niedermayer
2019-11-09
1
-1
/
+1
*
avcodec/rasc: Check input size in decode_fint()
Michael Niedermayer
2019-11-09
1
-0
/
+2
*
avcodec/ffv1dec: Use a different error message for the slice level CRC
Michael Niedermayer
2019-11-09
1
-1
/
+1
*
avcodec/apedec: Fix undefined integer overflow in long_filter_ehigh_3830()
Michael Niedermayer
2019-11-09
1
-1
/
+2
*
avformat/flvenc: Check pts for mpeg4/h264 (which need the value)
Michael Niedermayer
2019-11-09
1
-0
/
+6
*
avcodec/dstdec: Check that AC probabilities are within range
Michael Niedermayer
2019-11-09
1
-0
/
+4
*
avcodec/dstdec: Check read_table() for failure
Michael Niedermayer
2019-11-09
1
-2
/
+6
*
avcodec/vc1_block: Check input in the block decode loops
Michael Niedermayer
2019-11-09
1
-0
/
+17
*
avcodec/vc1_block: Check for end of bitstream at the top of vc1_decode_i_bloc...
Michael Niedermayer
2019-11-09
1
-2
/
+6
*
tools/target_dec_fuzzer: Adjust threshold for smacker
Michael Niedermayer
2019-11-09
1
-0
/
+1
*
avcodec/hqx: Check the input data against the image size
Michael Niedermayer
2019-11-09
1
-0
/
+8
*
avcodec/pafvideo: Only clear frame when it was written to
Michael Niedermayer
2019-11-09
1
-2
/
+8
*
avformat/vividas: Fix n_sb_blocks Check
Michael Niedermayer
2019-11-09
1
-1
/
+1
*
avcodec/snowenc: Set mb_num to avoid ratecontrol floating point divisions by 0.0
Michael Niedermayer
2019-11-09
1
-0
/
+1
*
avcodec/snowenc: Fix 2 undefined shifts
Michael Niedermayer
2019-11-09
1
-2
/
+2
*
avformat/mlvdec:drop unnecessary check before ff_format_io_close
Steven Liu
2019-11-09
1
-2
/
+1
*
avcodec/libvpxenc,cosmetics: fix a typo
James Zern
2019-11-08
1
-1
/
+1
*
avcodec/libvpxdec.c,cosmetics: bpp -> bpc
James Zern
2019-11-08
1
-1
/
+1
*
avfilter/Makefile: add missing framesync dependency to bm3d & mix filters
Lou Logan
2019-11-08
1
-2
/
+2
*
configure: select missing rdft for several filters
Lou Logan
2019-11-08
1
-1
/
+4
*
avfilter/vf_dnn_processing: correct duplicate statement
leozhang
2019-11-08
1
-2
/
+2
*
avfilter/vf_dnn_processing: fix fate-source
Guo, Yejun
2019-11-08
1
-1
/
+1
*
avformat/mxfdec: cleanup on "essence prior to first PartitionPack"
Michael Niedermayer
2019-11-08
1
-1
/
+3
[next]