summaryrefslogtreecommitdiff
path: root/libavcodec/ra144.c
Commit message (Expand)AuthorAge
* avcodec/ra144: Fix integer overflow in add_wav()Michael Niedermayer2018-10-18
* avcodec/ra144: Fix undefined integer overflow in add_wav()Michael Niedermayer2018-09-03
* avcodec/ra144: Fix integer overflow in ff_eval_refl()Michael Niedermayer2018-06-27
* avcodec/ra144: Fix runtime error: signed integer overflow: -2200 * 1033073 ca...Michael Niedermayer2017-06-11
* avcodec/ra144: Fixes runtime error: signed integer overflow: 7160 * 327138 ca...Michael Niedermayer2017-05-31
* avcodec/ra144: Fix runtime error: signed integer overflow: -2449 * 1398101 ca...Michael Niedermayer2017-05-28
* avcodec/ra144: Fix runtime error: signed integer overflow: 11184810 * 404 can...Michael Niedermayer2017-05-28
* avcodec/ra144: Fix runtime error: left shift of negative value -798Michael Niedermayer2017-05-07
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* | Correct few "ffmpeg" typosPaul B Mahol2014-08-24
* | Merge commit '9a9e2f1c8aa4539a261625145e5c1f46a8106ac2'Michael Niedermayer2014-06-22
|\|
* | ra144: use scalarproduct_int16Christophe Gisquet2014-02-10
* | Merge commit '088f38a4f9f54bb923405c67c9e72d96d90aa284'Michael Niedermayer2013-05-01
|\|
| * avcodec: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-30
* | ra144: Try to fix int16/uint16 warnings from pgcMichael Niedermayer2013-04-17
* | Merge commit '9734b8ba56d05e970c353dfd5baafa43fdb08024'Michael Niedermayer2012-10-12
|\|
| * Move avutil tables only used in libavcodec to libavcodec.Diego Biurrun2012-10-11
* | ra144: fix code with ftrapv.Michael Niedermayer2012-10-09
* | ra144: factor division outMichael Niedermayer2012-09-23
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-16
|\|
| * Don't include common.h from avutil.hMartin Storsjö2012-08-15
| * Add a shift parameter to celp_lp_synthesis_filter()Mohamed Naufal Basheer2012-07-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-11
|\|
| * ra144: use macro constants to make the code more understandable.Justin Ruggles2011-10-10
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * Make ff_add_wav static to ra144.cDiego Elio Pettenò2011-01-25
* | Add a shift parameter to celp_lp_synthesis_filter for reuse by the G.723.1 de...Mohamed Naufal Basheer2011-09-29
* | Make ff_add_wav static to ra144.cDiego Elio Pettenò2011-01-26
|/
* Split do_output_subblock() into common code and decoder specific partsFrancesco Lavra2010-06-11
* Cosmetics: indentFrancesco Lavra2010-06-11
* Add ff_ prefix to non-static functionsFrancesco Lavra2010-06-11
* Split ra144.c in common code (to be shared with the future encoder) andFrancesco Lavra2010-06-11
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Move ff_sqrt() to libavutil/intmath.hMåns Rullgård2010-03-08
* Fix reading beyond buffer end on RA144Context.lpc_tables.Francesco Lavra2010-02-13
* Use correct context for av_log(), should prevent a crash for malformed files.Francesco Lavra2010-01-05
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* RA144: work around gcc bug/oddity on ARMMåns Rullgård2009-03-01
* Reindent after last commitVitor Sessak2009-03-01
* Do not read uninitialized buffer, no matter if it will be multiplied byVitor Sessak2009-03-01
* Split off celp_filters.[ch] from acelp_filters.[ch] for the QCELP decoder.Kenan Gillet2008-10-24
* misc spelling/wording/grammar fixesDiego Biurrun2008-09-11
* Normalize triplets in gain_val_tab[][] so gain_exp_tab[] can be just anVitor Sessak2008-09-08
* Pass directly variable 'a' to interp instead of evaluating it from num_blocksVitor Sessak2008-09-08
* Simplify if() in copy_and_dup()Vitor Sessak2008-09-08
* Add av_cold attribute to decode_init()Vitor Sessak2008-09-08
* Cosmetics: Make the two additional units in size more clearVitor Sessak2008-09-08
* Test a var for overflow just after it is setVitor Sessak2008-09-06