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/wavpack: Add () to protect the arguments of UPDATE_WEIGHT_CLIP()
Michael Niedermayer
2015-02-18
1
-8
/
+8
*
avcodec/wmalosslessdec: Add () to protect the arguments of WMASIGN()
Michael Niedermayer
2015-02-18
1
-1
/
+1
*
Merge commit '42c8f92e2fa390fa17b03d37b4323ec0d721d4cd'
Michael Niedermayer
2015-02-17
1
-20
/
+21
|
\
|
*
wmv2: Return meaningful error codes
Himangi Saraogi
2015-02-17
1
-20
/
+21
*
|
Merge commit 'f3e045263e445c4ab54d85ecae359494cd96a3e2'
Michael Niedermayer
2015-02-17
1
-11
/
+11
|
\
\
|
|
/
|
*
qdm2: Return meaningful error codes
Himangi Saraogi
2015-02-17
1
-11
/
+11
*
|
Merge commit 'a1e2c47cd4fdaa64beda7e6dfa623b65c46f5012'
Michael Niedermayer
2015-02-17
1
-2
/
+2
|
\
\
|
|
/
|
*
libxvid: Return meaningful error messages
Himangi Saraogi
2015-02-17
2
-10
/
+10
*
|
avcodec/aac_adtstoasc_bsf: Clear extradata_size on allocation failure
Michael Niedermayer
2015-02-17
1
-1
/
+3
*
|
Merge commit '18f4fa251b0eb36392839f5bf6180f280dc04d8d'
Michael Niedermayer
2015-02-17
1
-0
/
+2
|
\
\
|
|
/
|
*
aac_adtstoasc_bsf: Check extradata memory allocation
Himangi Saraogi
2015-02-17
1
-0
/
+2
*
|
Merge commit 'fe0f4e56577a2dbd373bb50b0ae2d49e69d822fc'
Michael Niedermayer
2015-02-17
1
-1
/
+3
|
\
\
|
|
/
|
*
avpacket: Check buffer reference
Vittorio Giovara
2015-02-17
1
-1
/
+6
*
|
Merge commit '31dc73e92a96f08d07650c0e7d31c0b9a1465d46'
Michael Niedermayer
2015-02-17
1
-4
/
+9
|
\
\
|
|
/
|
*
vorbisdec: Check memory allocations
Vittorio Giovara
2015-02-17
1
-4
/
+9
*
|
Merge commit 'ec17782e17de1e8501ca213e276dfe5412ff1d11'
Michael Niedermayer
2015-02-17
1
-2
/
+9
|
\
\
|
|
/
|
*
dvdsubdec: Check memory allocations
Vittorio Giovara
2015-02-17
1
-2
/
+9
|
*
dct-test: Fix initialization syntax
Vittorio Giovara
2015-02-17
1
-2
/
+2
*
|
Merge commit 'cb70a93ca1e7fae1b5dfb65ad149d311a65206a4'
Michael Niedermayer
2015-02-17
1
-0
/
+12
|
\
\
|
|
/
|
*
lavc: Document interaction between avcodec_open2() and decoding routines
Vittorio Giovara
2015-02-17
1
-0
/
+12
*
|
Merge commit 'f8c1719771dc4ac2e13e6bc8bf741854a30e3a86'
Michael Niedermayer
2015-02-17
4
-30
/
+2
|
\
\
|
|
/
|
*
dca: Remove separate header for DCA ExSS
Diego Biurrun
2015-02-16
4
-30
/
+2
*
|
avcodec/vp56: Add () to protect TRANSPOSE()s arguments
Michael Niedermayer
2015-02-17
1
-1
/
+1
*
|
x86: hevc_mc: fewer xmm regs used in epel h/v
Christophe Gisquet
2015-02-17
1
-6
/
+12
*
|
avcodec/vc1dsp: add () to protect the arguments of the op* macros
Michael Niedermayer
2015-02-17
1
-4
/
+4
*
|
avcodec/ac3: add () to protect the macro arguments
Michael Niedermayer
2015-02-16
1
-2
/
+2
*
|
avcodec/me_cmp: add () to protect avg*s arguments
Michael Niedermayer
2015-02-16
1
-2
/
+2
*
|
avcodec/bmvvideo: Add () to protect NEXT_BYTE() argument
Michael Niedermayer
2015-02-16
1
-1
/
+1
*
|
avcodec/hevcdsp: add missing () to CMP macro
James Almer
2015-02-16
1
-1
/
+1
*
|
x86: hevc_mc: save 1 gpr in epel filter loading
Christophe Gisquet
2015-02-16
1
-36
/
+35
*
|
avcodec/hevcdsp: optimize pixel comparison in sao_edge_filter
James Almer
2015-02-16
1
-1
/
+1
*
|
avcodec/vc1_mc: factor out helper functions for scaling blocks
zhaoxiu.zeng
2015-02-16
1
-144
/
+113
*
|
avcodec/gif: fix off by one in column offsetting finding
Clément Bœsch
2015-02-16
1
-2
/
+2
*
|
hevcdsp: HEVC deblocking ARM NEON register clobber fix
Seppo Tomperi
2015-02-16
1
-3
/
+3
*
|
avcodec/vc1_mc: move median4() to mathops.h
zhaoxiu.zeng
2015-02-16
2
-11
/
+14
*
|
x86/g722dsp: add ff_g722_apply_qmf_sse2
James Almer
2015-02-16
5
-0
/
+96
*
|
Merge commit '3a651f599a18b023602370b67a77eb0efa309b20'
Michael Niedermayer
2015-02-16
5
-7855
/
+7917
|
\
\
|
|
/
|
*
dca: Move data tables from a header to an object file
Diego Biurrun
2015-02-15
4
-7754
/
+7816
*
|
Merge commit '65df9904ceb5477a63e99e1e8fd8ace9a7cb8bda'
Michael Niedermayer
2015-02-16
1
-10
/
+10
|
\
\
|
|
/
|
*
dca: Add array sizes to array declarations
Diego Biurrun
2015-02-15
1
-10
/
+10
*
|
Merge commit '702458538d4e52809bcef460d39baabf061b16b5'
Michael Niedermayer
2015-02-16
5
-0
/
+112
|
\
\
|
|
/
|
*
g722: Add ARM NEON implementation for g722_apply_qmf()
Peter Meerwald
2015-02-15
5
-0
/
+112
*
|
Merge commit '73ae0a9d12857852222363f9a7c14d07058ebfd3'
Michael Niedermayer
2015-02-16
1
-18
/
+32
|
\
\
|
|
/
|
*
g722: Split out computation of band->s_zero and unroll code
Peter Meerwald
2015-02-15
1
-18
/
+32
*
|
Merge commit 'b16057b5fe9f02442c52388037891c2e381205fc'
Michael Niedermayer
2015-02-16
1
-11
/
+35
|
\
\
|
|
/
|
*
g722: Unroll g722_apply_qmf()
Peter Meerwald
2015-02-15
1
-11
/
+35
*
|
Merge commit '10f160768b824f00933f33bc69f1fae89a25dfc8'
Michael Niedermayer
2015-02-16
4
-15
/
+14
|
\
\
|
|
/
|
*
g722: Reduce number of pointers passed to g722_apply_qmf() function
Peter Meerwald
2015-02-15
4
-15
/
+14
*
|
Merge commit '67690683130faf37dd9d969ced15eba2a1940ade'
Michael Niedermayer
2015-02-16
7
-29
/
+91
|
\
\
|
|
/
|
*
g722: Split out g722_qmf_apply() function into g722dsp.c
Peter Meerwald
2015-02-15
7
-29
/
+91
[next]