]> git.sesse.net Git - ffmpeg/history - libavcodec/atrac1.c
ARM: align stack in NEON h264 mc functions
[ffmpeg] / libavcodec / atrac1.c
2009-09-24 Vitor SessakReindent code folowing previous commit (r20019)
2009-09-24 Vitor SessakFactorize duplicated code in at1_imdct_block()
2009-09-22 Benjamin LarssonMention SDDS so search engines will pick it up for...
2009-09-22 Benjamin LarssonUse ff_sine_32 in atrac1.
2009-09-21 Benjamin LarssonAdd forgotten cleanup function in atrac1.
2009-09-21 Benjamin LarssonCosmetics, indentation.
2009-09-21 Benjamin LarssonCosmetics. Merge declaration and initialization.
2009-09-21 Benjamin LarssonMove the scale factor and word length indexes to the...
2009-09-20 Måns RullgårdMerge FFTContext and MDCTContext
2009-09-20 Diego BiurrunFix embarassing typo in last commit: Restore mistakenly...
2009-09-20 Diego BiurrunK&R coding style whitespace cosmetics
2009-09-19 Benjamin LarssonAlign sample output buffer in atrac1.
2009-09-19 Benjamin LarssonFix the short block transform for atrac1.
2009-09-17 Benjamin LarssonOnly use one mdct window size in atrac1.
2009-09-13 Benjamin LarssonCosmetics. Renames, indentation and spacing.
2009-09-10 Benjamin LarssonInitial commit of the atrac1 decoder, not hooked up yet