git.videolan.org
/
ffmpeg.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
avcodec/g723_1: Fix runtime error: signed integer overflow: -1013481472 + -1139123755...
[ffmpeg.git]
/
libavcodec
/
g723_1.c
2017-05-23
Michael Niedermayer
avcodec/g723_1: Fix runtime error: signed integer overf...
blob
|
commitdiff
2017-05-06
Michael Niedermayer
avcodec/g723_1: Fix multiple runtime error: left shift...
blob
|
commitdiff
|
diff to current
2015-12-07
Hendrik Leppkes
Merge commit 'f023d57d355ff3b917f1aad9b03db5c293ec4244'
blob
|
commitdiff
|
diff to current
2015-12-07
Hendrik Leppkes
Merge commit '165cc6fb9defcd79fd71c08167f3e8df26b058ff'
blob
|
commitdiff
|
diff to current
2015-11-30
Mohamed Naufal
lavc: G.723.1 encoder
blob
|
commitdiff
|
diff to current
2015-11-30
Vittorio Giovara
g723_1: Move sharable functions to a separate file
blob
|
commitdiff
|
diff to current
2015-11-30
Vittorio Giovara
g723_1: Rename files to better reflect their purpose
blob
|
commitdiff
2015-11-30
Michael Niedermayer
g723_1: Handle values at the ends of the table in lsp2lpc()
blob
|
commitdiff
|
diff to current
2015-07-27
Vittorio Giovara
lavc: AV-prefix all codec capabilities
blob
|
commitdiff
|
diff to current
2015-02-14
Diego Biurrun
avcodec: Don't anonymously typedef structs
blob
|
commitdiff
|
diff to current
2013-10-03
Diego Biurrun
cosmetics: Group .name and .long_name together in codec...
blob
|
commitdiff
|
diff to current
2013-03-08
Anton Khirnov
lavc decoders: work with refcounted frames.
blob
|
commitdiff
|
diff to current
2013-02-12
Justin Ruggles
g723.1: decode directly to the user-provided AVFrame
blob
|
commitdiff
|
diff to current
2012-12-04
Anton Khirnov
lavc: add a wrapper for AVCodecContext.get_buffer().
blob
|
commitdiff
|
diff to current
2012-11-11
Justin Ruggles
Include libavutil/channel_layout.h instead of libavutil...
blob
|
commitdiff
|
diff to current
2012-10-25
Diego Biurrun
avutil: Move memcpy_backptr() to mem.c
blob
|
commitdiff
|
diff to current
2012-10-24
Anton Khirnov
g.723.1: add missing CODEC_CAP_DR1
blob
|
commitdiff
|
diff to current
2012-09-04
Martin Storsjö
avopt: Store defaults for AV_OPT_TYPE_INT in the i64...
blob
|
commitdiff
|
diff to current
2012-08-30
Kostya Shishkov
g723_1: add comfort noise generation
blob
|
commitdiff
|
diff to current
2012-08-14
Mans Rullgard
g723.1: simplify scale_vector()
blob
|
commitdiff
|
diff to current
2012-08-14
Mans Rullgard
g723.1: simplify normalize_bits()
blob
|
commitdiff
|
diff to current
2012-08-13
Mans Rullgard
g723.1: do not pass large structs by value
blob
|
commitdiff
|
diff to current
2012-08-13
Mans Rullgard
g723.1: do not bounce intermediate values via memory
blob
|
commitdiff
|
diff to current
2012-08-13
Mans Rullgard
g723.1: declare a variable in the block it is used
blob
|
commitdiff
|
diff to current
2012-08-13
Mans Rullgard
g723.1: avoid saving/restoring excitation
blob
|
commitdiff
|
diff to current
2012-08-13
Mans Rullgard
g723.1: avoid unnecessary memcpy() in residual_interp()
blob
|
commitdiff
|
diff to current
2012-08-13
Mans Rullgard
g723.1: make postfilter write directly to output buffer
blob
|
commitdiff
|
diff to current
2012-08-13
Mans Rullgard
g723.1: drop unnecessary variable buf_ptr in formant_po...
blob
|
commitdiff
|
diff to current
2012-08-13
Mans Rullgard
g723.1: make scale_vector() output to a separate buffer
blob
|
commitdiff
|
diff to current
2012-08-13
Mans Rullgard
g723.1: make autocorr_max() work on an arbitrary buffer
blob
|
commitdiff
|
diff to current
2012-08-13
Mans Rullgard
g723.1: do not needlessly use int64_t
blob
|
commitdiff
|
diff to current
2012-08-13
Mans Rullgard
g723.1: use saturating addition functions
blob
|
commitdiff
|
diff to current
2012-08-13
Mans Rullgard
g723.1: optimise scale_vector()
blob
|
commitdiff
|
diff to current
2012-08-13
Mans Rullgard
g723.1: remove useless uses of MUL64()
blob
|
commitdiff
|
diff to current
2012-08-13
Mans Rullgard
g723.1: remove unnecessary argument 'shift' from dot_pr...
blob
|
commitdiff
|
diff to current
2012-08-13
Mans Rullgard
g723.1: deobfuscate "(x << 4) - x" to "15 * x"
blob
|
commitdiff
|
diff to current
2012-08-10
Mans Rullgard
g723.1: fix addition overflow
blob
|
commitdiff
|
diff to current
2012-08-10
Mans Rullgard
g723.1: simplify and fix multiplication overflow
blob
|
commitdiff
|
diff to current
2012-08-10
Mans Rullgard
g723.1: deobfuscate an expression
blob
|
commitdiff
|
diff to current
2012-08-10
Mans Rullgard
g723.1: remove unused #includes
blob
|
commitdiff
|
diff to current
2012-08-08
Kostya Shishkov
g723_1: clip argument for 15-bit version of normalize_b...
blob
|
commitdiff
|
diff to current
2012-08-08
Kostya Shishkov
g723_1: use all LPC vectors in formant postfilter
blob
|
commitdiff
|
diff to current
2012-08-07
Anton Khirnov
Replace all CODEC_ID_* with AV_CODEC_ID_*
blob
|
commitdiff
|
diff to current
2012-08-03
Kostya Shishkov
g723_1: scale output as supposed for the case with...
blob
|
commitdiff
|
diff to current
2012-08-03
Kostya Shishkov
g723_1: increase excitation storage by 4
blob
|
commitdiff
|
diff to current
2012-08-03
Kostya Shishkov
g723_1: fix upper bound parameter from inverse maximum...
blob
|
commitdiff
|
diff to current
2012-08-03
Kostya Shishkov
g723_1: make scale_vector() behave like the reference
blob
|
commitdiff
|
diff to current
2012-08-03
Kostya Shishkov
g723_1: fix off-by-one error in normalize_bits()
blob
|
commitdiff
|
diff to current
2012-08-03
Kostya Shishkov
g723_1: save/restore excitation with offset to store...
blob
|
commitdiff
|
diff to current
2012-07-22
Mohamed Naufal Basheer
G.723.1 demuxer and decoder
blob
|
commitdiff
|
diff to current