summaryrefslogtreecommitdiffstats
path: root/libavcodec/qcelpdec.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '73b704ac609d83e0be124589f24efd9b94947cf9'Michael Niedermayer2013-01-231-9/+8
|\
| * floatdsp: move scalarproduct_float from dsputil to avfloatdsp.Ronald S. Bultje2013-01-221-9/+8
* | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer2012-12-051-1/+1
|\ \ | |/
| * lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+1
* | Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer2012-11-121-1/+1
|\ \ | |/
| * Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-111-1/+1
* | Merge commit '50a65e7a540ce6747f81d6dbf6a602ad35be77ff'Michael Niedermayer2012-11-021-1/+4
|\ \ | |/
| * qcelpdec: set channel layoutJustin Ruggles2012-11-011-1/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-281-7/+6
|\ \ | |/
| * celp_math: Replace duplicate ff_dot_productf() by ff_scalarproduct_c()Diego Biurrun2012-08-271-7/+6
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-201-191/+185
|\ \ | |/
| * qcelpdec: K&R formatting cosmeticsAsen Lekov2011-12-191-183/+177
| * qcelpdec: cosmetics: drop some pointless parenthesesDiego Biurrun2011-12-191-8/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-031-9/+17
|\ \ | |/
| * Add avcodec_decode_audio4().Justin Ruggles2011-12-021-9/+17
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-051-122/+68
|\ \ | |/
| * qcelpdec: cosmetics: do not add line break before opening bracket in 'for',Justin Ruggles2011-10-041-120/+60
| * qcelp: check output buffer size before decodingJustin Ruggles2011-10-041-2/+8
| * qcelpdec: fix the return value of qcelp_decode_frame().Chris Rankin2011-10-041-1/+1
* | qcelpdec: fix the return value of qcelp_decode_frame().Chris Rankin2011-09-081-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-241-4/+4
|\ \ | |/
| * doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-241-4/+4
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-5/+5
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-1/+1
|/
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-1/+1
* Grammar fixesMåns Rullgård2010-07-021-1/+1
* Fix grammar errors in documentationMåns Rullgård2010-06-301-7/+7
* Move clipping of audio samples (for those codecs outputting float) from decoderRonald S. Bultje2010-04-211-4/+0
* Implement QCELP postfilter.Ronald S. Bultje2010-04-211-5/+41
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Reindent after last commitVitor Sessak2010-01-041-2/+2
* Add missing "static" qualifierVitor Sessak2010-01-041-1/+1
* Do not hardcode filter order in ff_acelp_lspd2lpc()Vitor Sessak2009-11-091-1/+1
* Implement ff_scale_vector_to_given_sum_of_squares()Reynaldo H. Verdejo Pinochet2009-11-041-33/+6
* Expose QCELP's floating-point LSP-to-LPC functionColin McQuillan2009-08-031-7/+1
* Make the LSP naming more consistentColin McQuillan2009-08-031-4/+4
* Rename ff_log_missing_feature() to av_log_missing_feature().Ronald S. Bultje2009-06-291-2/+2
* Fix bandwith vs. bandwiDth typo.Diego Biurrun2009-05-121-4/+4
* Properly handle SILENCE frame. Patch by Kenan Gillet.Kenan Gillet2009-05-041-1/+1
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* Move scale factor computation to its own function. Patch by KenanKenan Gillet2009-04-071-8/+24
* Add missing static qualifier from function declaration. Patch by KenanKenan Gillet2009-04-041-1/+1
* Cosmetics from Kenan Gillet's 'extract and share weighted_vector_sumf'Reynaldo H. Verdejo Pinochet2009-03-091-1/+1
* Functional part Kenan Gillet's 'extract and share weighted_vector_sumf'Reynaldo H. Verdejo Pinochet2009-03-091-13/+3
* Part 2 of 2 of Kenan Gillet's 'make ff_qcelp_lspf2lpcReynaldo H. Verdejo Pinochet2009-03-041-4/+34
OpenPOWER on IntegriCloud