summaryrefslogtreecommitdiff
path: root/libavcodec/ra144.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* avcodec: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-30
* Move avutil tables only used in libavcodec to libavcodec.Diego Biurrun2012-10-11
* 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
* 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
* 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
* Remove useless parentheses.Vitor Sessak2008-09-06
* Cosmetics: rename loop counters in eval_refl()Vitor Sessak2008-08-06
* Simplify eval_refl(): do not store a buffer value in a var when the buffer co...Vitor Sessak2008-08-06
* Simplify eval_refl(): s/b == 0/!b/Vitor Sessak2008-08-06
* Simplify range checking in eval_refl(). Before theVitor Sessak2008-08-06
* Cosmetics: reindentVitor Sessak2008-08-06
* Simplify do_output_subblock(): Remove a unneeded memcpyVitor Sessak2008-08-06
* Simplify eval_refl(): return directly when needed instead of storing the retu...Vitor Sessak2008-08-06
* Simplify rms(): merge a few operations in the same statementVitor Sessak2008-08-06
* Cosmetical simplification in t_sqrt()Vitor Sessak2008-08-06
* Check available size before writing in decode_frame()Vitor Sessak2008-08-06
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-31
* Cosmetics: rename loop counter vars to i,jVitor Sessak2008-07-29
* Make ff_acelp_lp_synthesis_filter() receives a pointer to the actual filter c...Vitor Sessak2008-06-29
* Update copyrightVitor Sessak2008-06-29
* Use ff_acelp_lp_synthesis_filter() instead of duplicating itVitor Sessak2008-06-29
* Doxy commentVitor Sessak2008-06-29
* Simplify interp()Vitor Sessak2008-06-24
* More cosmeticsVitor Sessak2008-06-24
* CosmeticsVitor Sessak2008-06-24
* Use lpc_coef[2] instead of lpc_coef and lpc_coef_oldVitor Sessak2008-06-24