index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
atrac1.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reindent code folowing previous commit (r20019)
Vitor Sessak
2009-09-24
1
-18
/
+18
*
Factorize duplicated code in at1_imdct_block()
Vitor Sessak
2009-09-24
1
-18
/
+17
*
Mention SDDS so search engines will pick it up for when someone
Benjamin Larsson
2009-09-22
1
-1
/
+1
*
Use ff_sine_32 in atrac1.
Benjamin Larsson
2009-09-22
1
-5
/
+3
*
Add forgotten cleanup function in atrac1.
Benjamin Larsson
2009-09-21
1
-1
/
+12
*
Cosmetics, indentation.
Benjamin Larsson
2009-09-21
1
-1
/
+1
*
Cosmetics. Merge declaration and initialization.
Benjamin Larsson
2009-09-21
1
-3
/
+1
*
Move the scale factor and word length indexes to the stack.
Benjamin Larsson
2009-09-21
1
-7
/
+7
*
Merge FFTContext and MDCTContext
Måns Rullgård
2009-09-20
1
-2
/
+2
*
Fix embarassing typo in last commit: Restore mistakenly removed ','.
Diego Biurrun
2009-09-20
1
-1
/
+1
*
K&R coding style whitespace cosmetics
Diego Biurrun
2009-09-20
1
-47
/
+48
*
Align sample output buffer in atrac1.
Benjamin Larsson
2009-09-19
1
-1
/
+1
*
Fix the short block transform for atrac1.
Benjamin Larsson
2009-09-19
1
-15
/
+7
*
Only use one mdct window size in atrac1.
Benjamin Larsson
2009-09-17
1
-50
/
+22
*
Cosmetics. Renames, indentation and spacing.
Benjamin Larsson
2009-09-13
1
-20
/
+28
*
Initial commit of the atrac1 decoder, not hooked up yet
Benjamin Larsson
2009-09-10
1
-0
/
+402