]> git.sesse.net Git - ffmpeg/history - libavcodec/ra144.c
missing codec long names by Stefano Sabatini, stefano.sabatini-lala poste it
[ffmpeg] / libavcodec / ra144.c
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...