Age | Commit message (Expand) | Author |
2008-10-30 | Use ff_dot_productf() in ra288.c | Vitor Sessak |
2008-09-26 | Simplify: avoid duplication backward_filter() | Vitor Sessak |
2008-09-25 | Do instead of divising a float by a constant, multiply by its inverse | Vitor Sessak |
2008-09-24 | Move constant multiplication out of the loop | Vitor Sessak |
2008-09-24 | Cosmetics: move convolve() together with the other DSP functions | Vitor Sessak |
2008-09-24 | Simplify: move division by constant off the loop | Vitor Sessak |
2008-09-23 | Merge the 2 lpc loops. | Michael Niedermayer |
2008-09-23 | Factorize lpc code slightly. | Michael Niedermayer |
2008-09-17 | Use SAMPLE_FMT_FLT instead of doing the float->int conversion in the | Vitor Sessak |
2008-09-13 | Cosmetics: line breaks | Vitor Sessak |
2008-09-13 | Simplify: use a single history buffer for gain and a single one for | Vitor Sessak |
2008-09-11 | Cosmetics: align spec references | Vitor Sessak |
2008-09-11 | Rename function: s/colmult/apply_window/ | Vitor Sessak |
2008-09-11 | misc spelling/wording/grammar fixes | Diego Biurrun |
2008-09-10 | Convert table to integer. | Vitor Sessak |
2008-09-04 | Avoid duplicating compute_lpc_coefs() function in both the RA288 and AAC deco... | Vitor Sessak |
2008-08-06 | Check *data_size in decode_frame() | Vitor Sessak |
2008-08-06 | Cosmetics: alignment | Vitor Sessak |
2008-08-06 | Flip (by making buf[i] -> buf[size-i-1]) two buffers: {sp,gain}_block. This | Vitor Sessak |
2008-08-05 | Rename prodsum() function to convolve() | Vitor Sessak |
2008-07-31 | Modify all codecs to report their supported input and output sample format(s). | Peter Ross |
2008-07-29 | Do not declare a counter as unsigned when it is not needed | Vitor Sessak |
2008-07-29 | Cosmetics: rename loop counter vars to i,j | Vitor Sessak |
2008-07-28 | Cosmetics: new line | Vitor Sessak |
2008-07-28 | Remove the now useless phase variable from context | Vitor Sessak |
2008-07-28 | Cosmetics: make comment match var name | Vitor Sessak |
2008-07-28 | Cosmetics: align comments | Vitor Sessak |
2008-07-28 | Rename two context vars: s/sb/sp_block/, s/lhist/gain_block/ | Vitor Sessak |
2008-07-28 | Declare temporary buffers to be only of the necessary size | Vitor Sessak |
2008-07-28 | Remove redundant comments | Vitor Sessak |
2008-07-28 | Cosmetics: do not align with now removed next instruction | Vitor Sessak |
2008-07-28 | Cosmetics: remove braces and useless newline | Vitor Sessak |
2008-07-28 | Change the way the input is passed to do_hybrid_filter(). Before, in[0] was | Vitor Sessak |
2008-07-28 | Remove RA288Context.output buffer. This buffer is just RA288Context.sb | Vitor Sessak |
2008-07-27 | Add a few comments pointing to the G.728 specification | Vitor Sessak |
2008-07-27 | Remove the history buffer from the context. It can easily be evaluated | Vitor Sessak |
2008-07-27 | Rename two context buffers: pr{1,2} -> {sp,gain}_lpc. Also add a few doxy | Vitor Sessak |
2008-07-27 | Remove st1 and st2 temporary buffers in backward_filter() and use instead | Vitor Sessak |
2008-07-27 | Change slightly the meaning of RA288Context.phase. This | Vitor Sessak |
2008-07-26 | Remove st1 and st2 variables from context, since they could be just local vars | Vitor Sessak |
2008-07-26 | Rename st{1,2}{a,b} context variables to more meaningful names: {sp,gain}_{re... | Vitor Sessak |
2008-07-26 | Cosmetics: remove useless parenthesis | Vitor Sessak |
2008-07-26 | Move colmult() function to the beginning of file to group DSP-related functions. | Vitor Sessak |
2008-07-26 | Remove an useless comment describing colmult() | Vitor Sessak |
2008-07-26 | Remove an useless comment describing prodsum() | Vitor Sessak |
2008-07-26 | Give the context variables of ra288 a better name: s/glob/ractx/ | Vitor Sessak |
2008-07-26 | Give the context structure of ra288 a better name: s/Real288_internal/RA288Co... | Vitor Sessak |
2008-07-24 | Cosmetics: grammar nits | Vitor Sessak |
2008-07-24 | Rename update() function to backward_filter() and add a doxy comment | Vitor Sessak |
2008-07-24 | Rename and comment bandwidth broadening tables | Vitor Sessak |