]> git.sesse.net Git - ffmpeg/history - libavcodec/ra144.c
Move arch check before OS check.
[ffmpeg] / libavcodec / ra144.c
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...