index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
g729dec.c
Age
Commit message (
Expand
)
Author
2012-08-07
Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'
Michael Niedermayer
2012-06-29
cosmetics: minor libavcodec spelling errors
Lou Logan
2012-06-14
g729dec: align codec declarations
Paul B Mahol
2012-04-16
g729dec: initialize pitch_delay_int_prev to the minimum valid value.
Michael Niedermayer
2012-03-13
g729dec: fix scalarproduct_int16 after API change
Michael Niedermayer
2012-03-13
cosmetics: fix some typos
Lou Logan
2012-02-16
g729dec: fix 'warning: assignment from incompatible pointer type'
Michael Niedermayer
2012-02-16
g729dec: fix use of deprecated functions.
Michael Niedermayer
2011-12-30
Use more designated initializers.
Paul B Mahol
2011-12-03
g729dec: update to the new API
Michael Niedermayer
2011-10-01
g729dec: initialize bit reader with the correct buffer size
Vitor Sessak
2011-09-30
g729: dont force all cpu optims to off but override just the one that doesnt ...
Michael Niedermayer
2011-09-29
Add a shift parameter to celp_lp_synthesis_filter for reuse by the G.723.1 de...
Mohamed Naufal Basheer
2011-09-25
g729dec: avoid unnecessary struct copying
Vitor Sessak
2011-09-25
g729dec: remove useless headers
Vitor Sessak
2011-09-25
g729dec: Add ff_ prefix to g729_postfilter() and g729_adaptive_gain_control()
Vitor Sessak
2011-09-24
g729dec: disable all cpu acceleration, the code does not provide any alignment.
Michael Niedermayer
2011-09-24
g729dec: set sample format.
Michael Niedermayer
2011-09-24
Disable MMX
Vladimir Voroshilov
2011-09-24
Fix comments about implemented codecs
Vladimir Voroshilov
2011-09-24
Adaptive gain control
Vladimir Voroshilov
2011-09-24
G.729 postfilter
Vladimir Voroshilov
2011-09-24
Replace pitch_delay_int with array
Vladimir Voroshilov
2011-09-24
g729dec: Make 2 functions static that are not used outside g729dec.c
Michael Niedermayer
2011-09-24
High-pass filter
Vladimir Voroshilov
2011-09-24
Add G.729D decoder
Vladimir Voroshilov
2011-09-24
Synthesis filter
Vladimir Voroshilov
2011-09-24
Indentation fix after gain codes decoding2
Vladimir Voroshilov
2011-09-24
Gain pitch and gain code for G729D
Vladimir Voroshilov
2011-09-24
Indentation fix 2
Vladimir Voroshilov
2011-09-24
Convert gain pitch and gain code to arrays
Vladimir Voroshilov
2011-09-24
Interolate excitation signal
Vladimir Voroshilov
2011-09-24
Fixed- and adaptive-codebook gains
Vladimir Voroshilov
2011-09-24
Frame erasure support for fixed-codebook vectors
Vladimir Voroshilov
2011-09-24
Fixed-codebook vector decoding
Vladimir Voroshilov
2011-09-24
Add packet_type
Vladimir Voroshilov
2011-09-24
Frame erasure support for pitch delay decoding
Vladimir Voroshilov
2011-09-24
Doxy for LSF erasure case
Vladimir Voroshilov
2011-09-24
doxy comments for LSF array
Vladimir Voroshilov
2011-09-24
Indentation fix in LSF
Vladimir Voroshilov
2011-09-24
Frame erasure support for LSF decoding
Vladimir Voroshilov
2011-09-24
Revert "g729: Merge g729.h into g729dec.c."
Michael Niedermayer
2011-09-24
Restore WIP g729 code that has been remvoed by diego biurrun.
Michael Niedermayer
2011-07-20
Remove unused and non-compiling vestigial g729 decoder
Diego Biurrun
2011-06-24
doxygen: Consistently use '@' instead of '\' for Doxygen markup.
Diego Biurrun
2011-05-19
g729: Merge g729.h into g729dec.c.
Diego Biurrun
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-01-26
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
Diego Elio Pettenò
2010-03-30
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-21
Make g729dec.c:decode_frame() return AVERROR_INVALIDDATA rather than
Stefano Sabatini
[next]