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/aacps: Fix undefined behavior
Michael Niedermayer
2017-05-05
1
-1
/
+1
*
avcodec/pixlet: Fix shift exponent 4294967268 is too large for 32-bit type 'int'
Michael Niedermayer
2017-05-05
1
-2
/
+2
*
avcodec/tiertexseqv: set the fixed dimenasions, do not depend on the demuxer ...
Michael Niedermayer
2017-05-05
1
-0
/
+5
*
Merge commit 'f1af37b51033ad90e56a8d7dfcc366f2bd9d2fed'
Clément Bœsch
2017-05-05
2
-4
/
+3
|
\
|
*
h264dec: make ff_h264_decode_init() static
Anton Khirnov
2017-01-09
2
-3
/
+2
|
*
h264dec: drop a redundant check
Anton Khirnov
2017-01-09
1
-17
/
+0
|
*
hevcdec: add P010 support for D3D11VA
Steve Lhomme
2017-01-09
1
-3
/
+3
*
|
Merge commit '0ac2d86c4758e1419934905b6c092910296aa16a'
Clément Bœsch
2017-05-05
1
-1
/
+1
|
\
\
|
|
/
|
*
dxva2: Factorize DXVA context validity test into a single macro
Steve Lhomme
2017-01-08
5
-12
/
+9
|
*
dxva2: Make ff_dxva2_get_surface() static and drop its name prefix
Steve Lhomme
2017-01-08
2
-6
/
+4
|
*
vaapi_h264: Fix POC on IDR frames
Jun Zhao
2017-01-04
1
-5
/
+7
|
*
vaapi_h265: Fix build failure with old libva without 10-bit surfaces
Mark Thompson
2017-01-04
1
-0
/
+6
|
*
aarch64: vp9mc: Fix a comment to refer to a register with the right name
Martin Storsjö
2017-01-03
1
-1
/
+1
|
*
aarch64: vp9dsp: Fix vertical alignment in the init file
Martin Storsjö
2017-01-03
1
-3
/
+3
|
*
arm: vp9mc: Fix vertical alignment of operands
Martin Storsjö
2017-01-03
1
-3
/
+3
*
|
avcodec/cavsdec: Fix undefined behavior from integer overflow
Michael Niedermayer
2017-05-05
1
-1
/
+1
*
|
avcodec/dvdsubdec: Fix runtime error: left shift of 242 by 24 places cannot b...
Michael Niedermayer
2017-05-05
1
-1
/
+1
*
|
avcodec/vorbisdec: add missing comma
James Almer
2017-05-04
1
-1
/
+1
*
|
Merge commit '53618054b64ce4dab459d23a7efebe9d5afc4855'
James Almer
2017-05-04
1
-0
/
+1
|
\
\
|
|
/
|
*
parser: Add missing #include for printing ISO C99 conversion specifiers
Diego Biurrun
2016-12-25
1
-0
/
+1
*
|
Merge commit '0b77a5933635293508e7289e7cf191ed166cf070'
James Almer
2017-05-04
1
-1
/
+1
|
\
\
|
|
/
|
*
Use correct printf conversion specifiers for POSIX integer types
Diego Biurrun
2016-12-23
7
-11
/
+11
*
|
Merge commit '92db5083077a8b0f8e1050507671b456fd155125'
James Almer
2017-05-04
1
-2
/
+1
|
\
\
|
|
/
|
*
build: Generate pkg-config files from Make and not from configure
Diego Biurrun
2016-12-22
1
-0
/
+1
*
|
cuvid: support AVCodecContext.hw_device_ctx API
wm4
2017-05-05
2
-4
/
+12
*
|
avcodec/mjpegdec: Fix runtime error: signed integer overflow: -24543 * 203161...
Michael Niedermayer
2017-05-04
1
-1
/
+2
*
|
avcodec/wavpack: Fix invalid shift and integer overflow
Michael Niedermayer
2017-05-04
1
-1
/
+1
*
|
avcodec/flicvideo: Check for chunk overread
Michael Niedermayer
2017-05-04
1
-1
/
+19
*
|
libavcodec/mpeg4videodec: Convert sprite_offset to 64bit
Michael Niedermayer
2017-05-04
1
-52
/
+50
*
|
avcodec/pngdec: Use ff_set_dimensions()
Michael Niedermayer
2017-05-04
1
-2
/
+3
*
|
avcodec/msvideo1: Check buffer size before re-getting the frame
Michael Niedermayer
2017-05-04
1
-0
/
+6
*
|
Merge commit '11a9320de54759340531177c9f2b1e31e6112cc2'
Clément Bœsch
2017-05-03
1
-1
/
+1
|
\
\
|
|
/
|
*
ratecontrol: Drop xvid-rc-related struct members unused after a6901b9c6
Diego Biurrun
2016-12-21
1
-4
/
+0
|
*
nvenc: Update check for lookahead
Ruta Gadkari
2016-12-21
1
-1
/
+1
|
*
aarch64: vp9itxfm: Use the offset parameter to movrel
Martin Storsjö
2016-12-19
1
-1
/
+1
|
*
tta: Convert to the new bitstream reader
Alexandra Hájková
2016-12-19
1
-23
/
+23
|
*
mlp: Convert to the new bitstream reader
Alexandra Hájková
2016-12-19
3
-132
/
+136
|
*
unary: Convert to the new bitstream reader
Alexandra Hájková
2016-12-19
16
-23
/
+81
|
*
h264dec: make sure to only end a field if it has been started
Anton Khirnov
2016-12-19
4
-3
/
+10
|
*
mpeg12dec: move setting first_field to mpeg_field_start()
Anton Khirnov
2016-12-19
1
-2
/
+5
|
*
mpeg12dec: avoid signed overflow in bitrate calculation
Anton Khirnov
2016-12-19
1
-2
/
+11
|
*
mpegvideo_parser: avoid signed overflow in bitrate calculation
Anton Khirnov
2016-12-19
1
-1
/
+8
|
*
vaapi_decode: use the correct logging context
Anton Khirnov
2016-12-19
1
-3
/
+3
|
*
hevcdec: add a VAAPI hwaccel
Anton Khirnov
2016-12-19
6
-2
/
+448
|
*
pthread_frame: do not run hwaccel decoding asynchronously unless it's safe
Anton Khirnov
2016-12-19
14
-7
/
+100
|
*
pthread_frame: ensure the threads don't run simultaneously with hwaccel
Anton Khirnov
2016-12-19
3
-2
/
+37
*
|
avcodec/svq3: Reject dx/dy beyond 16bit
Michael Niedermayer
2017-05-03
1
-1
/
+1
*
|
avcodec/svq3: Increase offsets to prevent integer overflows
Michael Niedermayer
2017-05-03
1
-6
/
+6
*
|
lavc/jpeg2000dec: Fix jp2 inner atom size used for overread checks.
Carl Eugen Hoyos
2017-05-03
1
-0
/
+1
*
|
avcodec/decode: also check for FF_CODEC_CAP_SETS_PKT_DTS in audio decoders
James Almer
2017-05-02
1
-4
/
+2
[next]