summaryrefslogtreecommitdiff
path: root/libavcodec/g729postfilter.h
Commit message (Collapse)AuthorAge
* lavc/g729postfilter: fix make checkheaders.Clément Bœsch2012-05-18
|
* g729dec: Fix warnings:Vitor Sessak2011-09-25
| | | | | | | | libavcodec/g729dec.c: In function ‘decode_frame’: libavcodec/g729dec.c:662: warning: passing argument 3 of ‘ff_g729_postfilter’ from incompatible pointer type libavcodec/g729postfilter.h:96: note: expected ‘int16_t *’ but argument is of type ‘int *’ Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* g729dec: Add ff_ prefix to g729_postfilter() and g729_adaptive_gain_control()Vitor Sessak2011-09-25
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Adaptive gain controlVladimir Voroshilov2011-09-24
|
* G.729 postfilterVladimir Voroshilov2011-09-24