2008-09-08 |
vitor | Cosmetics: Make the two additional units in size more...
|
commit | commitdiff | tree |
2008-09-07 |
vitor | Check output buffer size before decoding.
|
commit | commitdiff | tree |
2008-09-07 |
vitor | Cosmetics: rename vars s/ctx/chd/
|
commit | commitdiff | tree |
2008-09-07 |
vitor | Use tables symetry to reduce their size by half.
|
commit | commitdiff | tree |
2008-09-07 |
vitor | Cosmetics: s/short/int16_t/
|
commit | commitdiff | tree |
2008-09-07 |
vitor | Remove cast, now tables are signed.
|
commit | commitdiff | tree |
2008-09-07 |
vitor | Convert tables to signed and decimal.
|
commit | commitdiff | tree |
2008-09-07 |
vitor | Remove unused table entries.
|
commit | commitdiff | tree |
2008-09-07 |
vitor | Remove commented out code.
|
commit | commitdiff | tree |
2008-09-07 |
vitor | Use FFMIN() instead of rewriting it.
|
commit | commitdiff | tree |
2008-09-07 |
vitor | Factorize broken clipping in its own function and document it.
|
commit | commitdiff | tree |
2008-09-07 |
vitor | Cosmetics: whitespace/linebreaks
|
commit | commitdiff | tree |
2008-09-07 |
vitor | Use the same 8 bit -> 16 bit convertion as quicktime
|
commit | commitdiff | tree |
2008-09-07 |
vitor | Do not share context variables between channels and...
|
commit | commitdiff | tree |
2008-09-07 |
vitor | Remove output pointer from context
|
commit | commitdiff | tree |
2008-09-06 |
vitor | Test a var for overflow just after it is set
|
commit | commitdiff | tree |
2008-09-06 |
vitor | Remove useless parenthesis
|
commit | commitdiff | tree |
2008-09-05 |
vitor | Cosmetics: indent after last commit and remove useless...
|
commit | commitdiff | tree |
2008-09-05 |
vitor | Simplify: use a for instead of unrolling by hand
|
commit | commitdiff | tree |
2008-09-04 |
vitor | Functions mace{3,6}_decode_frame() are just wrappers...
|
commit | commitdiff | tree |
2008-09-04 |
vitor | Simplify: use two distinct functions to decode MACE3...
|
commit | commitdiff | tree |
2008-09-04 |
vitor | Simplify mace_decode_frame()
|
commit | commitdiff | tree |
2008-09-04 |
vitor | Remove useless comments
|
commit | commitdiff | tree |
2008-09-04 |
vitor | Reindent mace.c, its indentation was completly inconsistent...
|
commit | commitdiff | tree |
2008-09-04 |
vitor | Cosmetics: s/LPC_type/LPC_TYPE/
|
commit | commitdiff | tree |
2008-09-04 |
vitor | Multiply table by -1. This avoid doing this calculation...
|
commit | commitdiff | tree |
2008-09-04 |
vitor | Avoid duplicating compute_lpc_coefs() function in both...
|
commit | commitdiff | tree |
2008-08-31 |
vitor | Misc cosmetics in compute_lpc_coefs(): braces removal...
|
commit | commitdiff | tree |
2008-08-31 |
vitor | Remove useless var in compute_lpc_coefs()
|
commit | commitdiff | tree |
2008-08-31 |
vitor | Merge declaration and initialization of a few vars...
|
commit | commitdiff | tree |
2008-08-29 |
vitor | Remove useless zeroing of a buffer
|
commit | commitdiff | tree |
2008-08-25 |
vitor | Import more MXF muxer code from the SoC tree
|
commit | commitdiff | tree |
2008-08-24 |
vitor | Import more ok'ed chunks of the mxf muxer from the...
|
commit | commitdiff | tree |
2008-08-22 |
vitor | Apply parts of MXF muxer ok'ed by Michael
|
commit | commitdiff | tree |
2008-08-06 |
vitor | Cosmetics: rename loop counters in eval_refl()
|
commit | commitdiff | tree |
2008-08-06 |
vitor | Simplify eval_refl(): do not store a buffer value in...
|
commit | commitdiff | tree |
2008-08-06 |
vitor | Simplify eval_refl(): s/b == 0/!b/
|
commit | commitdiff | tree |
2008-08-06 |
vitor | Simplify range checking in eval_refl(). Before the
|
commit | commitdiff | tree |
2008-08-06 |
vitor | Cosmetics: reindent
|
commit | commitdiff | tree |
2008-08-06 |
vitor | Simplify do_output_subblock(): Remove a unneeded memcpy
|
commit | commitdiff | tree |
2008-08-06 |
vitor | Simplify eval_refl(): return directly when needed instead...
|
commit | commitdiff | tree |
2008-08-06 |
vitor | Simplify rms(): merge a few operations in the same...
|
commit | commitdiff | tree |
2008-08-06 |
vitor | Cosmetical simplification in t_sqrt()
|
commit | commitdiff | tree |
2008-08-06 |
vitor | Check available size before writing in decode_frame()
|
commit | commitdiff | tree |
2008-08-06 |
vitor | Check *data_size in decode_frame()
|
commit | commitdiff | tree |
2008-08-06 |
vitor | Cosmetics: alignment
|
commit | commitdiff | tree |
2008-08-06 |
vitor | Flip (by making buf[i] -> buf[size-i-1]) two buffers...
|
commit | commitdiff | tree |
2008-08-05 |
vitor | Rename prodsum() function to convolve()
|
commit | commitdiff | tree |
2008-07-29 |
vitor | Do not declare a counter as unsigned when it is not...
|
commit | commitdiff | tree |
2008-07-29 |
vitor | Cosmetics: rename loop counter vars to i,j
|
commit | commitdiff | tree |
2008-07-29 |
vitor | Cosmetics: rename loop counter vars to i,j
|
commit | commitdiff | tree |
2008-07-28 |
vitor | Cosmetics: new line
|
commit | commitdiff | tree |
2008-07-28 |
vitor | Remove the now useless phase variable from context
|
commit | commitdiff | tree |
2008-07-28 |
vitor | Cosmetics: make comment match var name
|
commit | commitdiff | tree |
2008-07-28 |
vitor | Cosmetics: align comments
|
commit | commitdiff | tree |
2008-07-28 |
vitor | Rename two context vars: s/sb/sp_block/, s/lhist/gain_block/
|
commit | commitdiff | tree |
2008-07-28 |
vitor | Declare temporary buffers to be only of the necessary...
|
commit | commitdiff | tree |
2008-07-28 |
vitor | Remove redundant comments
|
commit | commitdiff | tree |
2008-07-28 |
vitor | Cosmetics: do not align with now removed next instruction
|
commit | commitdiff | tree |
2008-07-28 |
vitor | Cosmetics: remove braces and useless newline
|
commit | commitdiff | tree |
2008-07-28 |
vitor | Change the way the input is passed to do_hybrid_filter...
|
commit | commitdiff | tree |
2008-07-28 |
vitor | Remove RA288Context.output buffer. This buffer is just...
|
commit | commitdiff | tree |
2008-07-27 |
vitor | Add a few comments pointing to the G.728 specification
|
commit | commitdiff | tree |
2008-07-27 |
vitor | Remove the history buffer from the context. It can...
|
commit | commitdiff | tree |
2008-07-27 |
vitor | Rename two context buffers: pr{1,2} -> {sp,gain}_lpc...
|
commit | commitdiff | tree |
2008-07-27 |
vitor | Remove st1 and st2 temporary buffers in backward_filter...
|
commit | commitdiff | tree |
2008-07-27 |
vitor | Change slightly the meaning of RA288Context.phase....
|
commit | commitdiff | tree |
2008-07-26 |
vitor | Remove st1 and st2 variables from context, since they...
|
commit | commitdiff | tree |
2008-07-26 |
vitor | Rename st{1,2}{a,b} context variables to more meaningful...
|
commit | commitdiff | tree |
2008-07-26 |
vitor | Cosmetics: remove useless parenthesis
|
commit | commitdiff | tree |
2008-07-26 |
vitor | Move colmult() function to the begining of file to...
|
commit | commitdiff | tree |
2008-07-26 |
vitor | Remove an useless comment describing colmult()
|
commit | commitdiff | tree |
2008-07-26 |
vitor | Remove an useless comment describing prodsum()
|
commit | commitdiff | tree |
2008-07-26 |
vitor | Give the context variables of ra288 a better name:...
|
commit | commitdiff | tree |
2008-07-26 |
vitor | Give the context structure of ra288 a better name:...
|
commit | commitdiff | tree |
2008-07-24 |
vitor | Cosmetics: grammar nits
|
commit | commitdiff | tree |
2008-07-24 |
vitor | Rename update() function to backward_filter() and add...
|
commit | commitdiff | tree |
2008-07-24 |
vitor | More tables renaming/commenting
|
commit | commitdiff | tree |
2008-07-24 |
vitor | Follow FFmpeg convention of returning negative values...
|
commit | commitdiff | tree |
2008-07-24 |
vitor | Rename pred() to eval_lpc_coeffs() and add a doxy comment
|
commit | commitdiff | tree |
2008-07-24 |
vitor | Give tables a more descriptive name
|
commit | commitdiff | tree |
2008-07-24 |
vitor | Add comments to do_hybrid_window()
|
commit | commitdiff | tree |
2008-07-24 |
vitor | Give parameters of do_hybrid_window() more meaningful...
|
commit | commitdiff | tree |
2008-07-24 |
vitor | Rename co() function to the much more descriptive name of
|
commit | commitdiff | tree |
2008-07-24 |
vitor | Simplify co(): write constant in a more readable way
|
commit | commitdiff | tree |
2008-07-24 |
vitor | Simplify co(), use memcpy/memmove and colmult() when...
|
commit | commitdiff | tree |
2008-07-23 |
vitor | My commit at r14340 was not the right solution. For...
|
commit | commitdiff | tree |
2008-07-23 |
vitor | Do not merge declaration and initialization in elbg...
|
commit | commitdiff | tree |
2008-07-23 |
vitor | When picking a "high utility centroid" do not pick one
|
commit | commitdiff | tree |
2008-07-23 |
vitor | The codebook generator algorithm involves picking three
|
commit | commitdiff | tree |
2008-07-19 |
vitor | Cosmetics: alignement
|
commit | commitdiff | tree |
2008-07-19 |
vitor | Simplify co(): do not abuse pointer aritmetics
|
commit | commitdiff | tree |
2008-07-19 |
vitor | Simplify co(): remove variables that are only used...
|
commit | commitdiff | tree |
2008-07-19 |
vitor | Set avctx->coded_frame in RoQ encoder. At some point in
|
commit | commitdiff | tree |
2008-07-17 |
vitor | Simplify: do not overuse pointer aritmetic
|
commit | commitdiff | tree |
2008-07-17 |
vitor | Const
|
commit | commitdiff | tree |
2008-07-17 |
vitor | Another simplification
|
commit | commitdiff | tree |
2008-07-17 |
vitor | Simplify
|
commit | commitdiff | tree |
2008-07-17 |
vitor | Simplify
|
commit | commitdiff | tree |
2008-07-17 |
vitor | Declare function parameters as const
|
commit | commitdiff | tree |