2008-09-04 |
Vitor Sessak | Reindent mace.c, its indentation was completly inconsistent...
|
commit | commitdiff | tree |
2008-09-04 |
Vitor Sessak | Cosmetics: s/LPC_type/LPC_TYPE/
|
commit | commitdiff | tree |
2008-09-04 |
Vitor Sessak | Multiply table by -1. This avoid doing this calculation...
|
commit | commitdiff | tree |
2008-09-04 |
Vitor Sessak | Avoid duplicating compute_lpc_coefs() function in both...
|
commit | commitdiff | tree |
2008-08-31 |
Vitor Sessak | Misc cosmetics in compute_lpc_coefs(): braces removal...
|
commit | commitdiff | tree |
2008-08-31 |
Vitor Sessak | Remove useless var in compute_lpc_coefs()
|
commit | commitdiff | tree |
2008-08-31 |
Vitor Sessak | Merge declaration and initialization of a few vars...
|
commit | commitdiff | tree |
2008-08-29 |
Vitor Sessak | Remove useless zeroing of a buffer
|
commit | commitdiff | tree |
2008-08-25 |
Vitor Sessak | Import more MXF muxer code from the SoC tree
|
commit | commitdiff | tree |
2008-08-24 |
Vitor Sessak | Import more ok'ed chunks of the mxf muxer from the...
|
commit | commitdiff | tree |
2008-08-22 |
Vitor Sessak | Apply parts of MXF muxer ok'ed by Michael
|
commit | commitdiff | tree |
2008-08-06 |
Vitor Sessak | Cosmetics: rename loop counters in eval_refl()
|
commit | commitdiff | tree |
2008-08-06 |
Vitor Sessak | Simplify eval_refl(): do not store a buffer value in...
|
commit | commitdiff | tree |
2008-08-06 |
Vitor Sessak | Simplify eval_refl(): s/b == 0/!b/
|
commit | commitdiff | tree |
2008-08-06 |
Vitor Sessak | Simplify range checking in eval_refl(). Before the
|
commit | commitdiff | tree |
2008-08-06 |
Vitor Sessak | Cosmetics: reindent
|
commit | commitdiff | tree |
2008-08-06 |
Vitor Sessak | Simplify do_output_subblock(): Remove a unneeded memcpy
|
commit | commitdiff | tree |
2008-08-06 |
Vitor Sessak | Simplify eval_refl(): return directly when needed instead...
|
commit | commitdiff | tree |
2008-08-06 |
Vitor Sessak | Simplify rms(): merge a few operations in the same...
|
commit | commitdiff | tree |
2008-08-06 |
Vitor Sessak | Cosmetical simplification in t_sqrt()
|
commit | commitdiff | tree |
2008-08-06 |
Vitor Sessak | Check available size before writing in decode_frame()
|
commit | commitdiff | tree |
2008-08-06 |
Vitor Sessak | Check *data_size in decode_frame()
|
commit | commitdiff | tree |
2008-08-06 |
Vitor Sessak | Cosmetics: alignment
|
commit | commitdiff | tree |
2008-08-06 |
Vitor Sessak | Flip (by making buf[i] -> buf[size-i-1]) two buffers...
|
commit | commitdiff | tree |
2008-08-05 |
Vitor Sessak | Rename prodsum() function to convolve()
|
commit | commitdiff | tree |
2008-07-29 |
Vitor Sessak | Do not declare a counter as unsigned when it is not...
|
commit | commitdiff | tree |
2008-07-29 |
Vitor Sessak | Cosmetics: rename loop counter vars to i,j
|
commit | commitdiff | tree |
2008-07-29 |
Vitor Sessak | Cosmetics: rename loop counter vars to i,j
|
commit | commitdiff | tree |
2008-07-28 |
Vitor Sessak | Cosmetics: new line
|
commit | commitdiff | tree |
2008-07-28 |
Vitor Sessak | Remove the now useless phase variable from context
|
commit | commitdiff | tree |
2008-07-28 |
Vitor Sessak | Cosmetics: make comment match var name
|
commit | commitdiff | tree |
2008-07-28 |
Vitor Sessak | Cosmetics: align comments
|
commit | commitdiff | tree |
2008-07-28 |
Vitor Sessak | Rename two context vars: s/sb/sp_block/, s/lhist/gain_block/
|
commit | commitdiff | tree |
2008-07-28 |
Vitor Sessak | Declare temporary buffers to be only of the necessary...
|
commit | commitdiff | tree |
2008-07-28 |
Vitor Sessak | Remove redundant comments
|
commit | commitdiff | tree |
2008-07-28 |
Vitor Sessak | Cosmetics: do not align with now removed next instruction
|
commit | commitdiff | tree |
2008-07-28 |
Vitor Sessak | Cosmetics: remove braces and useless newline
|
commit | commitdiff | tree |
2008-07-28 |
Vitor Sessak | Change the way the input is passed to do_hybrid_filter...
|
commit | commitdiff | tree |
2008-07-28 |
Vitor Sessak | Remove RA288Context.output buffer. This buffer is just...
|
commit | commitdiff | tree |
2008-07-27 |
Vitor Sessak | Add a few comments pointing to the G.728 specification
|
commit | commitdiff | tree |
2008-07-27 |
Vitor Sessak | Remove the history buffer from the context. It can...
|
commit | commitdiff | tree |
2008-07-27 |
Vitor Sessak | Rename two context buffers: pr{1,2} -> {sp,gain}_lpc...
|
commit | commitdiff | tree |
2008-07-27 |
Vitor Sessak | Remove st1 and st2 temporary buffers in backward_filter...
|
commit | commitdiff | tree |
2008-07-27 |
Vitor Sessak | Change slightly the meaning of RA288Context.phase....
|
commit | commitdiff | tree |
2008-07-26 |
Vitor Sessak | Remove st1 and st2 variables from context, since they...
|
commit | commitdiff | tree |
2008-07-26 |
Vitor Sessak | Rename st{1,2}{a,b} context variables to more meaningful...
|
commit | commitdiff | tree |
2008-07-26 |
Vitor Sessak | Cosmetics: remove useless parenthesis
|
commit | commitdiff | tree |
2008-07-26 |
Vitor Sessak | Move colmult() function to the beginning of file to...
|
commit | commitdiff | tree |
2008-07-26 |
Vitor Sessak | Remove an useless comment describing colmult()
|
commit | commitdiff | tree |
2008-07-26 |
Vitor Sessak | Remove an useless comment describing prodsum()
|
commit | commitdiff | tree |
2008-07-26 |
Vitor Sessak | Give the context variables of ra288 a better name:...
|
commit | commitdiff | tree |
2008-07-26 |
Vitor Sessak | Give the context structure of ra288 a better name:...
|
commit | commitdiff | tree |
2008-07-24 |
Vitor Sessak | Cosmetics: grammar nits
|
commit | commitdiff | tree |
2008-07-24 |
Vitor Sessak | Rename update() function to backward_filter() and add...
|
commit | commitdiff | tree |
2008-07-24 |
Vitor Sessak | Rename and comment bandwidth broadening tables
|
commit | commitdiff | tree |
2008-07-24 |
Vitor Sessak | Follow FFmpeg convention of returning negative values...
|
commit | commitdiff | tree |
2008-07-24 |
Vitor Sessak | Rename pred() to eval_lpc_coeffs() and add a doxy comment
|
commit | commitdiff | tree |
2008-07-24 |
Vitor Sessak | Give windowing tables a more descriptive name
|
commit | commitdiff | tree |
2008-07-24 |
Vitor Sessak | Add comments to do_hybrid_window()
|
commit | commitdiff | tree |
2008-07-24 |
Vitor Sessak | Give parameters of do_hybrid_window() more meaningful...
|
commit | commitdiff | tree |
2008-07-24 |
Vitor Sessak | Rename co() function to the much more descriptive name of
|
commit | commitdiff | tree |
2008-07-24 |
Vitor Sessak | Simplify co(): write constant in a more readable way
|
commit | commitdiff | tree |
2008-07-24 |
Vitor Sessak | Simplify co(), use memcpy/memmove and colmult() when...
|
commit | commitdiff | tree |
2008-07-23 |
Vitor Sessak | My commit at r14340 was not the right solution. For...
|
commit | commitdiff | tree |
2008-07-23 |
Vitor Sessak | Do declaration and initialization separately in elbg.c
|
commit | commitdiff | tree |
2008-07-23 |
Vitor Sessak | When picking a "high utility centroid" do not pick one
|
commit | commitdiff | tree |
2008-07-23 |
Vitor Sessak | The codebook generator algorithm involves picking three
|
commit | commitdiff | tree |
2008-07-19 |
Vitor Sessak | Cosmetics: alignment
|
commit | commitdiff | tree |
2008-07-19 |
Vitor Sessak | Simplify co(): do not abuse pointer aritmetics
|
commit | commitdiff | tree |
2008-07-19 |
Vitor Sessak | Simplify co(): remove variables that are only used...
|
commit | commitdiff | tree |
2008-07-19 |
Vitor Sessak | Set avctx->coded_frame in RoQ encoder. At some point in
|
commit | commitdiff | tree |
2008-07-17 |
Vitor Sessak | Simplify: do not overuse pointer aritmetic
|
commit | commitdiff | tree |
2008-07-17 |
Vitor Sessak | Declare parameters of pred() that could be const as...
|
commit | commitdiff | tree |
2008-07-17 |
Vitor Sessak | Another simplification
|
commit | commitdiff | tree |
2008-07-17 |
Vitor Sessak | Simplify
|
commit | commitdiff | tree |
2008-07-17 |
Vitor Sessak | Simplify
|
commit | commitdiff | tree |
2008-07-17 |
Vitor Sessak | Declare function parameters as const
|
commit | commitdiff | tree |
2008-07-14 |
Vitor Sessak | Revert r14218. FFMAX is a macro, so
|
commit | commitdiff | tree |
2008-07-13 |
Vitor Sessak | Simplify
|
commit | commitdiff | tree |
2008-07-13 |
Vitor Sessak | Another av_clipf() usage
|
commit | commitdiff | tree |
2008-07-13 |
Vitor Sessak | Do not declare as double a var that only stores a float
|
commit | commitdiff | tree |
2008-07-13 |
Vitor Sessak | Simplify: use FFMAX
|
commit | commitdiff | tree |
2008-07-13 |
Vitor Sessak | Add av_clipf() function to common.h and use it in ra288.c
|
commit | commitdiff | tree |
2008-07-06 |
Vitor Sessak | Simplify: glob->phase is always == 3
|
commit | commitdiff | tree |
2008-07-06 |
Vitor Sessak | Cosmetics: reindent tables
|
commit | commitdiff | tree |
2008-07-06 |
Vitor Sessak | Remove phasep context var, it is just phase*5
|
commit | commitdiff | tree |
2008-07-06 |
Vitor Sessak | Slighly faster operation
|
commit | commitdiff | tree |
2008-07-06 |
Vitor Sessak | Typo in a comment: s/two avoid/to avoid/
|
commit | commitdiff | tree |
2008-07-06 |
Vitor Sessak | Cosmetics: remove braces
|
commit | commitdiff | tree |
2008-07-06 |
Vitor Sessak | Another use of scalar_product_float()
|
commit | commitdiff | tree |
2008-07-06 |
Vitor Sessak | Do not reimplement memmove()
|
commit | commitdiff | tree |
2008-07-05 |
Vitor Sessak | Cosmetics: remove braces
|
commit | commitdiff | tree |
2008-07-05 |
Vitor Sessak | Create a function for float dot product instead of...
|
commit | commitdiff | tree |
2008-07-04 |
Vitor Sessak | Write for loops in a more standard way. In my opinion...
|
commit | commitdiff | tree |
2008-07-04 |
Vitor Sessak | Move vars declaration to inner loop when possible
|
commit | commitdiff | tree |
2008-07-04 |
Vitor Sessak | Simplify
|
commit | commitdiff | tree |
2008-07-03 |
Vitor Sessak | Remove unneeded var
|
commit | commitdiff | tree |
2008-07-03 |
Vitor Sessak | Use a matrix instead of a vector
|
commit | commitdiff | tree |
2008-07-03 |
Vitor Sessak | Reindent table
|
commit | commitdiff | tree |
2008-06-30 |
Vitor Sessak | Remove useless wrapper around ra288_decode_frame()
|
commit | commitdiff | tree |
next |