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
/
sipr.c
Age
Commit message (
Expand
)
Author
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-11-12
Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum
Stefano Sabatini
2010-09-17
Remove pointless semicolon
Vitor Sessak
2010-09-07
Move lsp2lpc_sipr() function to common code so it can be reused in a
Marcelo Galvăo Póvoa
2010-06-30
Fix grammar errors in documentation
Måns Rullgård
2010-04-21
Move clipping of audio samples (for those codecs outputting float) from decoder
Ronald S. Bultje
2010-04-21
Split input/output data arguments to ff_acelp_apply_order_2_transfer_function().
Ronald S. Bultje
2010-04-21
Split the input/output data arguments to ff_adaptive_gain_control().
Ronald S. Bultje
2010-03-30
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-11
Fix spelling.
Ronald S. Bultje
2010-01-16
SIPR16k decoder
Vitor Sessak
2010-01-16
Allow a SIPR table to be used by the upcoming SIPR16k decoder
Vitor Sessak
2010-01-16
Split some SIPR structs to a header file for the upcoming SIPR16k commit
Vitor Sessak
2010-01-13
Remove needless use of log2f()
Vitor Sessak
2010-01-13
Remove the struct SiprModeParam of the context. This will simplify splitting
Vitor Sessak
2010-01-13
SIPR: kill variable-length arrays
Måns Rullgård
2010-01-10
SIPR decoder for modes 8k5, 6k5 and 5k0.
Vladimir Voroshilov