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
path:
root
/
libavcodec
Commit message (
Expand
)
Author
Age
Files
Lines
*
avcodec/mjpegdec: Restore non bayer checks in ljpeg_decode_rgb_scan()
Michael Niedermayer
2019-09-13
1
-0
/
+4
*
avcodec/mjpegdec: Only allow 0x11110000 pix_fmt_id for bayer mode
Michael Niedermayer
2019-09-13
1
-0
/
+2
*
x85/opusdsp: enable the functions on all FMA3 CPUs
James Almer
2019-09-11
1
-1
/
+1
*
x86/opusdps: clear the high bits from some gprs
James Almer
2019-09-11
1
-3
/
+4
*
avcodec/htmlsubtitles: Avoid locale dependant isdigit()
Michael Niedermayer
2019-09-11
1
-1
/
+1
*
avcodec/mpeg12enc: Add FF_CODEC_CAP_INIT_CLEANUP
Michael Niedermayer
2019-09-11
1
-0
/
+2
*
avcodec/alsdec: Check k from being outside what our implementation can handle
Michael Niedermayer
2019-09-11
1
-0
/
+3
*
avcodec/takdec: Fix integer overflow in decorrelate()
Michael Niedermayer
2019-09-11
1
-1
/
+1
*
avcodec/aacps: Fix integer overflows in hybrid_synthesis()
Michael Niedermayer
2019-09-11
1
-18
/
+18
*
avcodec/mpeg4videodec: Fix integer overflow in mpeg4_decode_studio_block()
Michael Niedermayer
2019-09-11
1
-1
/
+2
*
avcodec/vp56rac: delay signaling an error on truncated input
Michael Niedermayer
2019-09-11
2
-1
/
+5
*
avcodec/v4l2_context: set frame SAR using VIDIOC_CROPCAP
Maxime Jourdan
2019-09-11
3
-1
/
+23
*
avcodec/v4l2_buffers: use correct timebase for encoder/decoder
Aman Gupta
2019-09-11
1
-6
/
+12
*
avcodec/v4l2_m2m_dec: fix compile
Aman Gupta
2019-09-11
1
-0
/
+1
*
avcodec/v4l2_m2m_dec: fix dropped packets while decoding
Maxime Jourdan
2019-09-11
2
-5
/
+17
*
avcodec/v4l2_context: expose timeout for dequeue_frame
Aman Gupta
2019-09-11
3
-5
/
+6
*
avcodec/v4l2_m2m_dec: set pkt_dts on decoded frames to NOPTS
Aman Gupta
2019-09-11
2
-0
/
+2
*
avcodec/v4l2_buffers: read height/width from the proper context
Aman Gupta
2019-09-11
1
-3
/
+2
*
avcodec/h2645_parse: simplify memset call
Andriy Gelman
2019-09-11
1
-2
/
+1
*
opusdsp: adjust and optimize C function to match assembly
Lynne
2019-09-11
2
-9
/
+8
*
avcodec/v4l2_buffers: split out v4l2_buf_increase_ref helper
Lukas Rusak
2019-09-10
1
-13
/
+23
*
avcodec/v4l2_buffers: split out V4L2Buffer generation into helper method
Aman Gupta
2019-09-10
1
-9
/
+14
*
avcodec/v4l2_buffers: split out AVFrame generation into helper method
Aman Gupta
2019-09-10
1
-31
/
+45
*
avcodec/v4l2_buffers: teach ff_v4l2_buffer_avframe_to_buf about contiguous pl...
Aman Gupta
2019-09-10
1
-8
/
+53
*
avcodec/v4l2_m2m_enc: fix indentation and add M2MENC_CLASS macro
Aman Gupta
2019-09-10
1
-21
/
+23
*
avcodec/v4l2_m2m_dec: fix indentation and add M2MDEC_CLASS macro
Lukas Rusak
2019-09-10
1
-22
/
+23
*
avcodec/v4l2_m2m: decouple v4l2_m2m helpers from AVCodecContext
Aman Gupta
2019-09-10
5
-44
/
+60
*
avcodec/v4l2_buffers: Add handling for NV21 and YUV420P
Dave Stevenson
2019-09-10
1
-0
/
+9
*
avcodec/v4l2_m2m: fix av_pix_fmt changing when multiple /dev/video* devices a...
Aman Gupta
2019-09-10
3
-8
/
+9
*
avcodec/v4l2_m2m: disable info logging during device probe
Aman Gupta
2019-09-10
1
-6
/
+7
*
avcodec/v4l2_m2m_enc: add support for -force_key_frames
Aman Gupta
2019-09-10
1
-0
/
+3
*
avcodec/mediacodec_surface: define and use FFANativeWindow to mimic NDK inter...
Aman Gupta
2019-09-10
2
-5
/
+8
*
avcodec/mediacodecdec: warn when input buffers are not configured with proper...
Aman Gupta
2019-09-10
1
-1
/
+6
*
avcodec/pnm_parser: Use memchr() in pnm_parse()
Michael Niedermayer
2019-09-10
1
-2
/
+5
*
avcodec/webp: fix decoding for trailing junk
Pascal Massimino
2019-09-10
1
-2
/
+5
*
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
*
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
*
avcodec/qdm2: Check frame size
Michael Niedermayer
2019-09-06
1
-0
/
+5
*
avcodec/vc1_pred: Fix refdist in scaleforopp()
Michael Niedermayer
2019-09-06
1
-1
/
+2
*
avcodec/vorbisdec: fix FASTDIV usage for vr_type == 2
Michael Niedermayer
2019-09-06
1
-1
/
+1
*
avcodec/iff: Check for overlap in cmap_read_palette()
Michael Niedermayer
2019-09-05
1
-0
/
+4
*
avcodec/vqavideo: Limit resolution
Michael Niedermayer
2019-09-05
1
-0
/
+6
*
avcodec/apedec: Fix 32bit int overflow in do_apply_filter()
Michael Niedermayer
2019-09-05
1
-1
/
+1
*
avcodec/videotoolbox: add support for full range pixel formats
Akemi
2019-09-04
1
-5
/
+9
*
avcodec/nuv: prevent frame copying when outputting duplicate frames
James Almer
2019-09-04
1
-1
/
+3
[next]