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
...
*
indeo3: error out if no motion vector is set.
Aneesh Dogra
2011-11-27
1
-0
/
+2
*
x86inc: Flag shufps as an floating-point instruction for the AVX emulation code.
Vitor Sessak
2011-11-27
1
-1
/
+1
*
mpegaudio: do not use init_static_data() for initializing tables.
Justin Ruggles
2011-11-27
2
-11
/
+7
*
musepack: fix signed shift overflow in mpc_read_packet()
Mans Rullgard
2011-11-27
1
-3
/
+3
*
mov: Make format string match variable type.
Alex Converse
2011-11-26
1
-2
/
+2
*
wmavoice: Make format string match variable type.
Alex Converse
2011-11-26
1
-1
/
+1
*
vc1: select interlaced scan table by FCM element
Kostya Shishkov
2011-11-26
1
-4
/
+4
*
Generalize RIFF INFO tag support; support reading INFO tag in wav
Victor Vasiliev
2011-11-26
8
-73
/
+102
*
pthread: track thread existence in a separate variable.
Cheng Sun
2011-11-26
1
-2
/
+4
*
swscale: fix signed overflow in yuv2mono_X_c_template
Mans Rullgard
2011-11-26
1
-1
/
+1
*
snow: fix integer overflows
Mans Rullgard
2011-11-26
2
-4
/
+6
*
svq1enc: remove stale altivec-related hack
Mans Rullgard
2011-11-26
1
-4
/
+0
*
snow: fix signed overflow in byte to 32-bit replication
Mans Rullgard
2011-11-26
1
-2
/
+2
*
adx: rename ff_adx_decode_header() to avpriv_adx_decode_header()
Justin Ruggles
2011-11-26
5
-10
/
+12
*
avformat: add CRI ADX format demuxer
Justin Ruggles
2011-11-26
7
-1
/
+117
*
adx: add an ADX parser.
Justin Ruggles
2011-11-26
7
-60
/
+154
*
adx: move header decoding to ADX common code
Justin Ruggles
2011-11-26
3
-36
/
+74
*
adx: calculate the number of blocks in a packet
Justin Ruggles
2011-11-26
1
-2
/
+11
*
adx: define and use 2 new macro constants BLOCK_SIZE and BLOCK_SAMPLES
Justin Ruggles
2011-11-26
1
-14
/
+17
*
adx: check for unsupported ADX formats
Justin Ruggles
2011-11-26
1
-0
/
+6
*
adx: simplify encoding by using put_sbits()
Justin Ruggles
2011-11-26
1
-3
/
+6
*
adx: calculate correct LPC coeffs
Justin Ruggles
2011-11-26
5
-14
/
+70
*
adx: use 12-bit coefficients instead of 14-bit to avoid integer overflow
Justin Ruggles
2011-11-26
3
-5
/
+5
*
adx: simplify adx_decode() by using get_sbits() to read residual samples
Justin Ruggles
2011-11-26
1
-12
/
+5
*
adx: fix the data offset parsing in adx_decode_header()
Justin Ruggles
2011-11-26
1
-2
/
+2
*
adx: remove unneeded post-decode channel interleaving
Justin Ruggles
2011-11-26
2
-39
/
+20
*
adx: validate header values
Justin Ruggles
2011-11-26
1
-5
/
+12
*
adx: cosmetics: general pretty-printing and comment clean-up
Justin Ruggles
2011-11-26
1
-61
/
+73
*
adx: remove useless comments
Justin Ruggles
2011-11-26
1
-7
/
+2
*
adx: change short to int16_t
Justin Ruggles
2011-11-26
1
-3
/
+3
*
adx: rename struct PREV to ADXChannelState
Justin Ruggles
2011-11-26
3
-5
/
+8
*
dnxhdenc: fix signed overflows
Mans Rullgard
2011-11-26
1
-2
/
+3
*
dv: simplify bitstream splicing in dv_decode_ac()
Mans Rullgard
2011-11-26
1
-4
/
+3
*
s3tc: fix shift overflow by using unsigned constant
Mans Rullgard
2011-11-26
1
-1
/
+1
*
svq1enc: fix signed multiplication overflow
Mans Rullgard
2011-11-26
1
-1
/
+1
*
svq1dec: use sign_extend()
Mans Rullgard
2011-11-26
1
-2
/
+2
*
rv34: fix signed multiplication overflow
Mans Rullgard
2011-11-26
1
-1
/
+1
*
[PATCH] Fix crash when initializing multi-threaded decoding for corrupted file.
Cheng Sun
2011-11-26
1
-1
/
+2
*
sol: use AV_RL32 instead of raw pointer cast
Mans Rullgard
2011-11-26
1
-3
/
+2
*
cook: use a table for xor key rotation
Mans Rullgard
2011-11-26
1
-1
/
+5
*
apedec: fix signed integer overflows
Mans Rullgard
2011-11-26
1
-1
/
+1
*
qtrle: simplify 32-bit decode using intreadwrite macros
Mans Rullgard
2011-11-26
1
-14
/
+7
*
gif: fix invalid signed shifts
Mans Rullgard
2011-11-26
1
-2
/
+2
*
rtjpeg: simplify get_block() by using get_bits_left.
Reimar Döffinger
2011-11-26
1
-3
/
+3
*
rtjpeg: check get_block return value for error.
Reimar Döffinger
2011-11-26
1
-12
/
+13
*
nuv: check per-frame header for validity.
Reimar Döffinger
2011-11-26
1
-3
/
+3
*
nuv: use FFALIGN.
Reimar Döffinger
2011-11-26
1
-2
/
+2
*
flicvideo: check extradata_size before accessing extradata.
Carl Eugen Hoyos
2011-11-26
1
-3
/
+6
*
fraps: check for overread.
Michael Niedermayer
2011-11-26
1
-0
/
+4
*
cook: fix apparent typo in extradata parsing
K.Y.H
2011-11-26
1
-1
/
+1
[prev]
[next]