summaryrefslogtreecommitdiffstats
path: root/libavcodec/g729dec.c
Commit message (Collapse)AuthorAgeFilesLines
* g729dec: check pitch_delay_int.Michael Niedermayer2012-12-141-0/+4
| | | | | | | Fix out of array read Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer2012-12-051-1/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '594d4d5df3c70404168701dd5c90b7e6e5587793': lavc: add a wrapper for AVCodecContext.get_buffer(). Conflicts: libavcodec/4xm.c libavcodec/8svx.c libavcodec/bmv.c libavcodec/cljr.c libavcodec/cscd.c libavcodec/dnxhddec.c libavcodec/dpcm.c libavcodec/dpx.c libavcodec/eacmv.c libavcodec/eamad.c libavcodec/frwu.c libavcodec/g723_1.c libavcodec/gifdec.c libavcodec/idcinvideo.c libavcodec/iff.c libavcodec/indeo3.c libavcodec/internal.h libavcodec/interplayvideo.c libavcodec/kmvc.c libavcodec/mpc7.c libavcodec/mpegaudiodec.c libavcodec/pcx.c libavcodec/pngdec.c libavcodec/pnmdec.c libavcodec/rl2.c libavcodec/snow.c libavcodec/targa.c libavcodec/tscc.c libavcodec/txd.c libavcodec/utils.c libavcodec/v210dec.c libavcodec/vb.c libavcodec/vmdav.c libavcodec/vp56.c libavcodec/vqavideo.c libavcodec/wavpack.c libavcodec/wnv1.c libavcodec/xl.c libavcodec/yop.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
* | use correct doxygen parameter direction syntaxPeter Ross2012-11-211-5/+5
| | | | | | | | | | | | Signed-off-by: Peter Ross <pross@xvid.org> Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | ensure comment blocks that contain doxygen commands start with double asterixPeter Ross2012-11-211-1/+1
| | | | | | | | | | Reveiwed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '36ef5369ee9b336febc2c270f8718cec4476cb85': Replace all CODEC_ID_* with AV_CODEC_ID_* lavc: add AV prefix to codec ids. Conflicts: doc/APIchanges doc/examples/decoding_encoding.c doc/examples/muxing.c ffmpeg.c ffprobe.c ffserver.c libavcodec/8svx.c libavcodec/avcodec.h libavcodec/dnxhd_parser.c libavcodec/dvdsubdec.c libavcodec/error_resilience.c libavcodec/h263dec.c libavcodec/libvorbisenc.c libavcodec/mjpeg_parser.c libavcodec/mjpegenc.c libavcodec/mpeg12.c libavcodec/mpeg4videodec.c libavcodec/mpegvideo.c libavcodec/mpegvideo_enc.c libavcodec/pcm.c libavcodec/r210dec.c libavcodec/utils.c libavcodec/v210dec.c libavcodec/version.h libavdevice/alsa-audio-dec.c libavdevice/bktr.c libavdevice/v4l2.c libavformat/asfdec.c libavformat/asfenc.c libavformat/avformat.h libavformat/avidec.c libavformat/caf.c libavformat/electronicarts.c libavformat/flacdec.c libavformat/flvdec.c libavformat/flvenc.c libavformat/framecrcenc.c libavformat/img2.c libavformat/img2dec.c libavformat/img2enc.c libavformat/ipmovie.c libavformat/isom.c libavformat/matroska.c libavformat/matroskadec.c libavformat/matroskaenc.c libavformat/mov.c libavformat/movenc.c libavformat/mp3dec.c libavformat/mpeg.c libavformat/mpegts.c libavformat/mxf.c libavformat/mxfdec.c libavformat/mxfenc.c libavformat/nsvdec.c libavformat/nut.c libavformat/oggenc.c libavformat/pmpdec.c libavformat/rawdec.c libavformat/rawenc.c libavformat/riff.c libavformat/sdp.c libavformat/utils.c libavformat/vocenc.c libavformat/wtv.c libavformat/xmv.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
* | cosmetics: minor libavcodec spelling errorsLou Logan2012-06-291-2/+2
| | | | | | | | | | | | Also update some common misspelled words in patcheck Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | g729dec: align codec declarationsPaul B Mahol2012-06-141-4/+3
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | g729dec: initialize pitch_delay_int_prev to the minimum valid value.Michael Niedermayer2012-04-161-0/+2
| | | | | | | | | | | | | | This prevents an out of array read Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | g729dec: fix scalarproduct_int16 after API changeMichael Niedermayer2012-03-131-2/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | cosmetics: fix some typosLou Logan2012-03-131-1/+1
| | | | | | | | | | | | | | | | | | | | Patch attached. From 2d4094fc0dcb4ccd0735eb7e1719e228ebb56bb9 Mon Sep 17 00:00:00 2001 From: Lou Logan <lou@lrcd.com> Date: Mon, 12 Mar 2012 14:13:44 -0800 Subject: [PATCH] cosmetics: fix some typos Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | g729dec: fix 'warning: assignment from incompatible pointer type'Michael Niedermayer2012-02-161-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | g729dec: fix use of deprecated functions.Michael Niedermayer2012-02-161-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Use more designated initializers.Paul B Mahol2011-12-301-8/+6
| | | | | | | | | | | | | | Also remove some pointless NULL/0 assigments. C++ code must be left as it is because named struct initializers are not supported by C++ standard.
* | g729dec: update to the new APIMichael Niedermayer2011-12-031-7/+15
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | g729dec: initialize bit reader with the correct buffer sizeVitor Sessak2011-10-011-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | g729: dont force all cpu optims to off but override just the one that doesnt ↵Michael Niedermayer2011-09-301-1/+11
| | | | | | | | | | | | work. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Add a shift parameter to celp_lp_synthesis_filter for reuse by the G.723.1 ↵Mohamed Naufal Basheer2011-09-291-0/+3
| | | | | | | | decoder
* | g729dec: avoid unnecessary struct copyingVitor Sessak2011-09-251-10/+10
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | g729dec: remove useless headersVitor Sessak2011-09-251-5/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | g729dec: Add ff_ prefix to g729_postfilter() and g729_adaptive_gain_control()Vitor Sessak2011-09-251-2/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | g729dec: disable all cpu acceleration, the code does not provide any alignment.Michael Niedermayer2011-09-241-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | g729dec: set sample format.Michael Niedermayer2011-09-241-0/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Disable MMXVladimir Voroshilov2011-09-241-0/+1
| |
* | Fix comments about implemented codecsVladimir Voroshilov2011-09-241-1/+1
| |
* | Adaptive gain controlVladimir Voroshilov2011-09-241-0/+21
| |
* | G.729 postfilterVladimir Voroshilov2011-09-241-0/+25
| |
* | Replace pitch_delay_int with arrayVladimir Voroshilov2011-09-241-6/+6
| |
* | g729dec: Make 2 functions static that are not used outside g729dec.cMichael Niedermayer2011-09-241-2/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | High-pass filterVladimir Voroshilov2011-09-241-5/+13
| |
* | Add G.729D decoderVladimir Voroshilov2011-09-241-1/+109
| |
* | Synthesis filterVladimir Voroshilov2011-09-241-0/+41
| |
* | Indentation fix after gain codes decoding2Vladimir Voroshilov2011-09-241-4/+4
| |
* | Gain pitch and gain code for G729DVladimir Voroshilov2011-09-241-0/+30
| |
* | Indentation fix 2Vladimir Voroshilov2011-09-241-4/+4
| |
* | Convert gain pitch and gain code to arraysVladimir Voroshilov2011-09-241-12/+15
| |
* | Interolate excitation signalVladimir Voroshilov2011-09-241-2/+22
| |
* | Fixed- and adaptive-codebook gainsVladimir Voroshilov2011-09-241-0/+33
| |
* | Frame erasure support for fixed-codebook vectorsVladimir Voroshilov2011-09-241-0/+13
| |
* | Fixed-codebook vector decodingVladimir Voroshilov2011-09-241-0/+23
| |
* | Add packet_typeVladimir Voroshilov2011-09-241-0/+9
| |
* | Frame erasure support for pitch delay decodingVladimir Voroshilov2011-09-241-1/+6
| |
* | Doxy for LSF erasure caseVladimir Voroshilov2011-09-241-0/+7
| |
* | doxy comments for LSF arrayVladimir Voroshilov2011-09-241-0/+9
| |
* | Indentation fix in LSFVladimir Voroshilov2011-09-241-3/+3
| |
* | Frame erasure support for LSF decodingVladimir Voroshilov2011-09-241-4/+31
| |
* | Revert "g729: Merge g729.h into g729dec.c."Michael Niedermayer2011-09-241-6/+1
| | | | | | | | This reverts commit a2077b85da5bf71167b11925aabbb738558a134d.
* | Restore WIP g729 code that has been remvoed by diego biurrun.Michael Niedermayer2011-09-241-0/+331
|/ | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Remove unused and non-compiling vestigial g729 decoderDiego Biurrun2011-07-201-331/+0
|
* doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-241-1/+1
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* g729: Merge g729.h into g729dec.c.Diego Biurrun2011-05-191-1/+6
| | | | The header contains just a single define that is only used in g729dec.c.
OpenPOWER on IntegriCloud