]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/ra144.c
frsh: Export information about the last RTP contract and VRES
[frescor/ffmpeg.git] / libavcodec / ra144.c
2009-04-13 stefanoRename bitstream.h to get_bits.h.
2009-04-07 rbultjeImplement avcodec_decode_video2(), _audio3() and _subti...
2009-03-01 mruRA144: work around gcc bug/oddity on ARM
2009-03-01 vitorReindent after last commit
2009-03-01 vitorDo not read uninitialized buffer, no matter if it will...
2008-10-24 diegoSplit off celp_filters.[ch] from acelp_filters.[ch...
2008-09-11 diegomisc spelling/wording/grammar fixes
2008-09-08 vitorNormalize triplets in gain_val_tab[][] so gain_exp_tab...
2008-09-08 vitorPass directly variable 'a' to interp instead of evaluat...
2008-09-08 vitorSimplify if() in copy_and_dup()
2008-09-08 vitorAdd av_cold attribute to decode_init()
2008-09-08 vitorCosmetics: Make the two additional units in size more...
2008-09-06 vitorTest a var for overflow just after it is set
2008-09-06 vitorRemove useless parenthesis
2008-08-06 vitorCosmetics: rename loop counters in eval_refl()
2008-08-06 vitorSimplify eval_refl(): do not store a buffer value in...
2008-08-06 vitorSimplify eval_refl(): s/b == 0/!b/
2008-08-06 vitorSimplify range checking in eval_refl(). Before the
2008-08-06 vitorCosmetics: reindent
2008-08-06 vitorSimplify do_output_subblock(): Remove a unneeded memcpy
2008-08-06 vitorSimplify eval_refl(): return directly when needed inste...
2008-08-06 vitorSimplify rms(): merge a few operations in the same...
2008-08-06 vitorCosmetical simplification in t_sqrt()
2008-08-06 vitorCheck available size before writing in decode_frame()
2008-07-31 prossModify all codecs to report their supported input and...
2008-07-29 vitorCosmetics: rename loop counter vars to i,j
2008-06-29 vitorMake ff_acelp_lp_synthesis_filter() receives a pointer...
2008-06-29 vitorUpdate copyright
2008-06-29 vitorUse ff_acelp_lp_synthesis_filter() instead of duplicati...
2008-06-29 vitorDoxy comment
2008-06-24 vitorSimplify interp()
2008-06-24 vitorMore cosmetics
2008-06-24 vitorCosmetics
2008-06-24 vitorUse lpc_coef[2] instead of lpc_coef and lpc_coef_old
2008-06-24 vitorRemove unused entries from lpc_refl_cb*
2008-06-24 vitorRemove unused entries from energy_tab
2008-06-23 vitorMerge the >> 4 calculation of cb1_base in the table
2008-06-23 vitorConsistency: make the output buffer the first argument...
2008-06-23 vitorUse sizeof() intead of hardcoding the values
2008-06-23 vitorSimplify
2008-06-23 vitorSimplify
2008-06-23 vitorIt makes more sense to return 1 here in case of overflow.
2008-06-23 vitorCosmetics: indent
2008-06-23 vitorRemove unneeded check
2008-06-23 vitorrescale_rms() should use unsigned ints
2008-06-23 vitorMove factor multiplication out of irms()
2008-06-23 vitorThis should be signed
2008-06-23 vitorMore comments removal/fixes
2008-06-23 vitorRemove useless comment
2008-06-23 vitorMore comments improvement
2008-06-23 vitorDocument defines better
2008-06-23 vitorRemove useless define
2008-06-23 vitorRename rotate_buffer() to copy_and_dup() and doxy it
2008-06-23 vitorSimplify t_sqrt()
2008-06-23 vitorAdd doxy comment
2008-06-23 vitorRename var
2008-06-23 vitorMove code unrelated to lpc filtering out of lpc_filter()
2008-06-23 vitorSimplify rotate_buffer()
2008-06-22 vitorCosmetics
2008-06-22 vitorAvoid a memcpy. Code is also simpler now in my opinion.
2008-06-20 vitorDo not write junk in the end of truncated files. FATE
2008-06-19 vitorMisc cosmetics
2008-06-19 vitorRemove useless comment
2008-06-19 vitorLast table renaming
2008-06-19 vitorYet more table renaming
2008-06-19 vitorMore table renaming
2008-06-19 vitorRename table
2008-06-19 vitorRename vars: s/decsp/out/
2008-06-19 vitorRename function
2008-06-19 vitorRename var
2008-06-12 stefanoMake AVCodec long_names definition conditional dependin...
2008-06-05 vitorRemove *lpc_refl from the context. Only the value
2008-06-05 vitorSplit function rms() in two (it does two unrelated...
2008-06-02 vitorRemove warning that could never be triggered.
2008-06-01 vitorReplace comments by error messages.
2008-06-01 vitorCosmetics
2008-06-01 vitorRename dec2() function
2008-06-01 vitorRename var
2008-06-01 vitorRename dec1() to a more descriptive name
2008-06-01 vitorThe function dec1() do two completly unrelated things...
2008-06-01 vitorYet more variable renaming
2008-06-01 vitorMore variable renaming
2008-06-01 vitorRename functions
2008-06-01 vitorRename variables
2008-05-31 vitorAdd doxy comments to eq() and do_voice()
2008-05-31 vitorMinor simplification
2008-05-31 vitorRename variable
2008-05-31 vitorRemove useless intermediate variable
2008-05-30 vitorRevert r13499, log:
2008-05-28 vitorRename variable
2008-05-28 vitorMore intermediate vars removal
2008-05-28 vitorRemove unused var
2008-05-28 vitorRemove useless intermediate var
2008-05-28 vitorRemove dec1() function
2008-05-28 vitorUse ff_acelp_weighted_vector_sum() instead of reimpleme...
2008-05-28 vitorMake lpc coefficients 16 bit wide
2008-05-28 vitorSimplify implementation and use of dec2()
2008-05-27 vitorAdd comment
2008-05-27 vitorFix doxy comments
2008-05-27 diegocosmetics: typo fixes
next