Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-30avcodec: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun
2012-10-11Move avutil tables only used in libavcodec to libavcodec.Diego Biurrun
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-07-22Add a shift parameter to celp_lp_synthesis_filter()Mohamed Naufal Basheer
2011-10-10ra144: use macro constants to make the code more understandable.Justin Ruggles
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-26Make ff_add_wav static to ra144.cDiego Elio Pettenò
2010-06-11Split do_output_subblock() into common code and decoder specific partsFrancesco Lavra
2010-06-11Cosmetics: indentFrancesco Lavra
2010-06-11Add ff_ prefix to non-static functionsFrancesco Lavra
2010-06-11Split ra144.c in common code (to be shared with the future encoder) andFrancesco Lavra
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-09Move ff_sqrt() to libavutil/intmath.hMåns Rullgård
2010-02-13Fix reading beyond buffer end on RA144Context.lpc_tables.Francesco Lavra
2010-01-05Use correct context for av_log(), should prevent a crash for malformed files.Francesco Lavra
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-03-02RA144: work around gcc bug/oddity on ARMMåns Rullgård
2009-03-01Reindent after last commitVitor Sessak
2009-03-01Do not read uninitialized buffer, no matter if it will be multiplied byVitor Sessak
2008-10-25Split off celp_filters.[ch] from acelp_filters.[ch] for the QCELP decoder.Kenan Gillet
2008-09-11misc spelling/wording/grammar fixesDiego Biurrun
2008-09-08Normalize triplets in gain_val_tab[][] so gain_exp_tab[] can be just anVitor Sessak
2008-09-08Pass directly variable 'a' to interp instead of evaluating it from num_blocksVitor Sessak
2008-09-08Simplify if() in copy_and_dup()Vitor Sessak
2008-09-08Add av_cold attribute to decode_init()Vitor Sessak
2008-09-08Cosmetics: Make the two additional units in size more clearVitor Sessak
2008-09-06Test a var for overflow just after it is setVitor Sessak
2008-09-06Remove useless parentheses.Vitor Sessak
2008-08-07Cosmetics: rename loop counters in eval_refl()Vitor Sessak
2008-08-07Simplify eval_refl(): do not store a buffer value in a var when the buffer co...Vitor Sessak
2008-08-07Simplify eval_refl(): s/b == 0/!b/Vitor Sessak
2008-08-07Simplify range checking in eval_refl(). Before theVitor Sessak
2008-08-07Cosmetics: reindentVitor Sessak
2008-08-07Simplify do_output_subblock(): Remove a unneeded memcpyVitor Sessak
2008-08-06Simplify eval_refl(): return directly when needed instead of storing the retu...Vitor Sessak
2008-08-06Simplify rms(): merge a few operations in the same statementVitor Sessak
2008-08-06Cosmetical simplification in t_sqrt()Vitor Sessak
2008-08-06Check available size before writing in decode_frame()Vitor Sessak
2008-07-31Modify all codecs to report their supported input and output sample format(s).Peter Ross
2008-07-29Cosmetics: rename loop counter vars to i,jVitor Sessak
2008-06-30Make ff_acelp_lp_synthesis_filter() receives a pointer to the actual filter c...Vitor Sessak
2008-06-29Update copyrightVitor Sessak
2008-06-29Use ff_acelp_lp_synthesis_filter() instead of duplicating itVitor Sessak
2008-06-29Doxy commentVitor Sessak
2008-06-25Simplify interp()Vitor Sessak
2008-06-25More cosmeticsVitor Sessak
2008-06-25CosmeticsVitor Sessak
2008-06-24Use lpc_coef[2] instead of lpc_coef and lpc_coef_oldVitor Sessak
2008-06-24Remove unused entries from lpc_refl_cb*Vitor Sessak