summaryrefslogtreecommitdiff
path: root/libavcodec/g723_1.c
Commit message (Collapse)AuthorAge
* g723_1: Fix "libavcodec/g723_1.c:988:8: warning: assignment from ↵Michael Niedermayer2012-01-08
| | | | | | incompatible pointer type [enabled by default]" Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavc: replace rest of deprecated SAMPLE_FMT_* with AV_SAMPLE_FMT_*Paul B Mahol2012-01-03
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: build: fix standalone compilation of OMA muxer build: fix standalone compilation of Microsoft XMV demuxer build: fix standalone compilation of Core Audio Format demuxer kvmc: fix invalid reads 4xm: Add a check in decode_i_frame to prevent buffer overreads adpcm: fix IMA SMJPEG decoding options: set minimum for "threads" to zero bsd: use number of logical CPUs as automatic thread count windows: use number of CPUs as automatic thread count linux: use number of CPUs as automatic thread count pthreads: reset active_thread_type when slice thread_init returrns early v410dec: include correct headers Drop ALT_ prefix from BITSTREAM_READER_LE name. lavfi: always build vsrc_buffer. ra144enc: zero the reflection coeffs if the filter is unstable sws: readd PAL8 to isPacked() mov: Don't stick the QuickTime field ordering atom in extradata. truespeech: fix invalid reads in truespeech_apply_twopoint_filter() Conflicts: configure libavcodec/4xm.c libavcodec/avcodec.h libavfilter/Makefile libavfilter/allfilters.c libavformat/Makefile libswscale/swscale_internal.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
* g723_1dec: update to new APIMichael Niedermayer2011-12-03
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* g723.1: use memmove() where overlapping src and dst can happen.Michael Niedermayer2011-10-11
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* g723.1 encoderMohamed Naufal2011-10-10
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Remove unused variable.Reimar Döffinger2011-09-30
| | | | Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
* g723.1: very minor simplify of gen_acb_excitation()Michael Niedermayer2011-09-29
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* g723.1: use MULL(a,b,15) for MULL2()Michael Niedermayer2011-09-29
| | | | | idea by vitor Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* g723.1: simplify scale_vector()Michael Niedermayer2011-09-29
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* g723.1: replace loop of normalize_bits( by av_log2()Michael Niedermayer2011-09-29
| | | | | idea by vitor Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* g723.1: cleanup square_root()Vitor Sessak2011-09-29
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* g723.1_ use skip_bits1()Michael Niedermayer2011-09-29
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* g723.1: use get_bits1()Michael Niedermayer2011-09-29
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* celp_math: cleanup ff_dot_product()Michael Niedermayer2011-09-29
| | | | | | based on code & idea by vitor Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Add the G723.1 demuxer and decoderMohamed Naufal Basheer2011-09-29