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/h264addpx_template: Fixes integer overflows
Michael Niedermayer
2018-01-08
1
-12
/
+12
*
avcodec/dirac_dwt: Fix overflows in COMPOSE_HAARiH0/COMPOSE_HAARiL0
Michael Niedermayer
2018-01-08
1
-2
/
+2
*
avcodec/diracdec: Fix integer overflow with quant
Michael Niedermayer
2018-01-08
1
-5
/
+5
*
avcodec/opus_parser: Check payload_len in parse_opus_ts_header()
Michael Niedermayer
2018-01-08
1
-3
/
+13
*
avcodec/jpeg2000dsp: Fix integer overflows in ict_int()
Michael Niedermayer
2018-01-08
1
-2
/
+2
*
avcodec/h264_slice: Do not attempt to render into frames already output
Michael Niedermayer
2018-01-07
1
-0
/
+6
*
lavc/mediacodec_wrapper: allocate MediaCodec.BufferInfo once
Matthieu Bouron
2018-01-06
1
-27
/
+34
*
lavc/mediacodecdec: remove mediacodec_process_data() indirection
Matthieu Bouron
2018-01-06
1
-10
/
+1
*
lavc/mediacodecdec: switch to new decoding API
Aman Gupta
2018-01-06
1
-32
/
+48
*
avcodec/rkmpp : remove stream start retries before first frame.
LongChair
2018-01-06
1
-21
/
+3
*
avcodec/rkmpp : Fix broken build due to missing control operation
LongChair
2018-01-06
1
-4
/
+6
*
adpcm: consume remainder after consuming XA chunks
Misty De Meo
2018-01-06
1
-0
/
+7
*
avcodec/error_resilience: remove unused header
James Almer
2018-01-05
1
-1
/
+0
*
avcodec/util: use a mutex instead of atomics in avcodec_register()
James Almer
2018-01-05
1
-3
/
+9
*
avcodec/dnxhddec: Check dc vlc
Michael Niedermayer
2018-01-05
1
-1
/
+5
*
avcodec/parser: use a mutex instead of atomics in av_register_codec_parser()
James Almer
2018-01-04
1
-4
/
+7
*
opusenc_psy: disable stereo searches for mono streams
Rostislav Pehlivanov
2018-01-04
1
-0
/
+7
*
lavc/audiotoolboxenc: fix noise in encoded audio
Jiejun Zhang
2018-01-03
1
-0
/
+15
*
lavc/options: Remove unneeded header
Derek Buitenhuis
2018-01-03
1
-1
/
+0
*
avcodec/utvideoenc: switch to planar RGB formats
Paul B Mahol
2018-01-02
1
-20
/
+27
*
avcodec/utvideodec: add support for UMH2, UMY2, UMH4, UMY4, UMRA, UMRG
Paul B Mahol
2018-01-02
2
-39
/
+183
*
lavc/Makefile: fix opus_parser dependencies
Rostislav Pehlivanov
2018-01-01
1
-1
/
+2
*
avcodec/exr: Check buf_size more completely
Michael Niedermayer
2017-12-30
1
-4
/
+4
*
opus: merge encoder and decoder bitallocation functions into one
Rostislav Pehlivanov
2017-12-30
6
-668
/
+358
*
avcodec/flacdec: Fix overflow in multiplication in decode_subframe_fixed()
Michael Niedermayer
2017-12-28
1
-1
/
+1
*
avcodec/hevcdsp_template: Fix Invalid shifts in put_hevc_qpel_bi_w_h() and pu...
Michael Niedermayer
2017-12-28
1
-2
/
+2
*
avcodec/flacdec: avoid undefined shift
Michael Niedermayer
2017-12-28
1
-1
/
+1
*
lavc/jpeg2000dec: Support reading 64-bit atom size.
Carl Eugen Hoyos
2017-12-28
1
-1
/
+10
*
Merge commit 'c6558e8840fbb2386bf8742e4d68dd6e067d262e'
James Almer
2017-12-27
1
-20
/
+23
|
\
|
*
x264: Support version 153
Luca Barbato
2017-12-27
1
-0
/
+30
|
*
mmaldec: Fix compilation after 2fcb0090
Martin Storsjö
2017-12-20
1
-1
/
+1
|
*
lavc: Mark all AVHWAccel structures as const
Mark Thompson
2017-12-19
22
-71
/
+71
|
*
lavc: Delete all fake hwaccels
Mark Thompson
2017-12-19
3
-66
/
+0
|
*
lavc: Remove register mechanism for hwaccels
Mark Thompson
2017-12-19
1
-51
/
+0
|
*
lavc: Deprecate av_hwaccel_next() and av_register_hwaccel()
Mark Thompson
2017-12-19
3
-11
/
+22
|
*
lavc: Use hardware config information in ff_get_format()
Mark Thompson
2017-12-19
2
-77
/
+210
|
*
webp: Fix alpha initialisation
Mark Thompson
2017-12-19
3
-12
/
+9
|
*
lavc: Add hardware config metadata for decoders supporting hardware output
Mark Thompson
2017-12-19
14
-1
/
+265
|
*
lavc: Add codec metadata to indicate hardware support
Mark Thompson
2017-12-19
4
-1
/
+105
|
*
avcodec: add metadata to identify wrappers and hardware decoders
wm4
2017-12-14
47
-15
/
+96
*
|
lavc: remove uneffective attribute_deprecated on enum
wm4
2017-12-27
1
-1
/
+2
*
|
avcodec/libx264: set supported pix_fmts at runtime rather than build time
James Almer
2017-12-26
1
-5
/
+7
*
|
mpeg4videodec: Fix unused variable warning
Mark Thompson
2017-12-26
1
-3
/
+4
*
|
avcodec/hevcdsp_template.c: Fix undefined shift in FUNC(dequant)
Michael Niedermayer
2017-12-26
1
-1
/
+1
*
|
avcodec/dirac_dwt: Fix integer overflow in COMPOSE_DD97iH0() and COMPOSE_DD13...
Michael Niedermayer
2017-12-26
1
-2
/
+2
*
|
avcodec/libx264: fix compilation with x264 builds >= 153
James Almer
2017-12-26
1
-3
/
+26
*
|
avcodec/libx264: use the pixfmt descriptor to check for high bit depths
James Almer
2017-12-25
1
-1
/
+2
*
|
h264: add AVOption to set x264_build default
wm4
2017-12-26
1
-1
/
+1
*
|
lavc: remove complex debug code around avcodec init locking
wm4
2017-12-26
2
-45
/
+14
*
|
lavc, lavf: move avformat static mutex from avcodec to avformat
wm4
2017-12-26
2
-14
/
+0
[next]