]> git.sesse.net Git - ffmpeg/history - libavcodec/ra144.c
parser: Move Doxygen documentation to the header files
[ffmpeg] / libavcodec / ra144.c
2008-05-31 Vitor SessakRename variable
2008-05-31 Vitor SessakRemove useless intermediate variable
2008-05-30 Vitor SessakRevert r13499, log:
2008-05-28 Vitor SessakRename variable
2008-05-28 Vitor SessakMore intermediate vars removal
2008-05-28 Vitor SessakRemove unused var
2008-05-28 Vitor SessakRemove useless intermediate var
2008-05-28 Vitor SessakRemove dec1() function
2008-05-28 Vitor SessakUse ff_acelp_weighted_vector_sum() instead of reimpleme...
2008-05-28 Vitor SessakMake lpc coefficients 16 bit wide
2008-05-28 Vitor SessakSimplify implementation and use of dec2()
2008-05-27 Vitor SessakAdd comment
2008-05-27 Vitor SessakFix doxy comments
2008-05-27 Diego Biurruncosmetics: typo fixes
2008-05-26 Diego Biurruncosmetics: typo
2008-05-26 Vitor SessakRename var: add read coefficients a decent name
2008-05-26 Vitor SessakUpdate comment
2008-05-26 Vitor SessakRename var: val -> energy
2008-05-26 Vitor SessakRename var: swapbuf* are LPC related
2008-05-26 Vitor SessakRename var: buffer_2 is an adaptive codebook
2008-05-26 Vitor SessakContext vars are not global vars. glob is a bad name...
2008-05-26 Vitor SessakRename context struct to be more consistent with the...
2008-05-25 Vitor SessakMerge two if's
2008-05-25 Vitor SessakUse (u)int16_t instead of (unsigned) short
2008-05-25 Vitor SessakMore cosmetics
2008-05-25 Vitor SessakCosmetics
2008-05-25 Vitor SessakRename var
2008-05-25 Vitor SessakMinor simplification of dec1()
2008-05-25 Vitor SessakMinor simplification of dec2()
2008-05-25 Vitor SessakRemove useless variable
2008-05-25 Vitor SessakCosmetics: merge declaration and initialization
2008-05-25 Vitor SessakCosmetics: braces removal
2008-05-25 Vitor SessakMove evaluation of variable a to where it is trivial
2008-05-25 Vitor SessakMake add_wav() receive a vector instead of three integers
2008-05-25 Vitor SessakRemove gbuf2 from context
2008-05-25 Vitor SessakUse (u)int16_t instead of short for tables
2008-05-25 Vitor SessakMake tables that fit in one byte (u)int8_t
2008-05-25 Vitor SessakRemove yet another val (gbuf1) from context
2008-05-25 Vitor SessakParameter n of dec functions is always 3. Hardcode it.
2008-05-24 Vitor SessakIndent
2008-05-24 Vitor SessakRemove another useless variable from context
2008-05-24 Vitor SessakUse an intermediate variable for overflow testing
2008-05-24 Vitor SessakHandle the case where we do not have enough input
2008-05-24 Vitor SessakSimplify eq()
2008-05-24 Vitor SessakSimplify final()
2008-05-24 Vitor SessakSimplify rms()
2008-05-24 Vitor SessakMore simplifications of ra144_decode_frame()
2008-05-24 Vitor SessakMake wavtable a table instead of an array
2008-05-21 Vitor SessakMake gbuf2 a table instead of an array
2008-05-21 Vitor SessakRemove unneeded var from context
2008-05-21 Vitor SessakCosmetics: indentation
2008-05-21 Vitor SessakSimplify irms()
2008-05-21 Vitor SessakSimplify add_wav()
2008-05-21 Vitor SessakOnly one out of two values of gbuf1 is actually used...
2008-05-21 Vitor SessakMake etable1 and etable2 tables instead of arrays.
2008-05-21 Vitor SessakSimplify ra144_decode_frame() by unrolling a senseless
2008-05-21 Vitor SessakUse ff_sqrt() function instead of using a table
2008-05-17 Vitor SessakCosmetics: move function to remove forward declarations
2008-05-17 Vitor SessakMinor simplification of rotate_block()
2008-05-17 Vitor SessakCosmetics: indentation
2008-05-17 Vitor SessakCosmetics: rename variable
2008-05-17 Vitor SessakSimplify ra144_decode_frame()
2008-05-17 Vitor SessakRemove a useless temporary buffer
2008-05-15 Vitor SessakRemove useless buffers
2008-05-15 Vitor SessakSimplify rotate_block()
2008-05-15 Vitor SessakDo not pass the context to functions that do not use it
2008-05-15 Vitor SessakDeclare vars as const when possible
2008-05-15 Vitor SessakDo not copy tables to a context var, use them directly
2008-05-15 Vitor SessakRemove unneeded fields from the decoder context
2008-05-15 Vitor SessakRead the bitstream where the data is actually needed...
2008-05-15 Vitor SessakUse correct type in FFSWAP (thanks to Benoit Fouet...
2008-05-15 Vitor SessakCosmetics: remove useless parenthesis
2008-05-15 Vitor SessakThe first table of decodetable[] is unrelated to the...
2008-05-11 Vitor SessakSimplify do_voice().
2008-05-11 Vitor SessakReplace some hardcoded swapping with FFSWAP.
2008-05-11 Vitor SessakRemove unused defines from ra144.
2008-05-11 Vitor SessakSimplify a list of array allocations with a loop.
2008-05-10 Vitor SessakRemove useless memset, patch by Vitor Sessak, vitor1001...
2008-05-10 Vitor SessakRewrite unpack_input() completely, patch by Vitor Sessa...
2008-05-10 Vitor Sessakcosmetics: Reindent file, patch by Vitor Sessak, vitor1...
2008-04-27 Stefano SabatiniAdd long names to AVCodec declarations.
2008-02-01 Michael Niedermayerconst
2007-08-11 Aurelien Jacobsvarious simplifications around recent av_clip_int16...
2007-08-11 Aurelien Jacobsuse av_clip_int16() where it makes sense
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2004-10-06 Zdenek Kabelac* fixing a few of gcc 'clean-code' warnings
2004-02-06 Michael Niedermayersegfault fix
2004-02-04 Michael Niedermayercleanup ugly code (also appearently works around a...
2003-08-24 Fabrice Bellardremoved unused variables
2003-06-29 Alex Beregszaszimoved the tables into header files (and applied the...
2003-06-13 Zdenek Kabelac* removed redundant includes (they were even wrongly...
2003-06-13 Nick KurshevRealAudio 1.0 (14_4) and 2.0 (28_8) native decoders...