index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
/
twinvq.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum
Stefano Sabatini
2010-11-12
1
-1
/
+1
*
Fix grammar errors in documentation
Måns Rullgård
2010-06-30
1
-2
/
+2
*
twinvq: remove VLAs
Måns Rullgård
2010-06-25
1
-9
/
+15
*
Move clipping of audio samples (for those codecs outputting float) from decoder
Ronald S. Bultje
2010-04-21
1
-3
/
+0
*
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-30
1
-1
/
+1
*
Move FFT parts from dsputil.h to fft.h
Måns Rullgård
2010-03-06
1
-0
/
+1
*
Add support for hard-coded MDCT-related ff_sine_windows tables.
Reimar Döffinger
2010-01-09
1
-3
/
+3
*
Add missing include. Fix the following compiler warnings:
Vitor Sessak
2009-11-23
1
-0
/
+1
*
Make sorting function used in TwinVQ a shared function
Vitor Sessak
2009-11-22
1
-12
/
+1
*
Use enum FrameType as parameter to construct_perm_table().
Carl Eugen Hoyos
2009-11-08
1
-2
/
+3
*
Merge FFTContext and MDCTContext
Måns Rullgård
2009-09-20
1
-1
/
+1
*
Add two more sizes to ff_sine_windows[] and also pad it with NULLs so
Vitor Sessak
2009-09-15
1
-4
/
+4
*
Formatting K&R fixes
Vitor Sessak
2009-08-27
1
-51
/
+51
*
100l, revision 19728 added a bug that broke twinvq decoding. I forgot to
Vitor Sessak
2009-08-27
1
-1
/
+1
*
SSE optimized vector_clipf(). 10% faster TwinVQ decoding.
Vitor Sessak
2009-08-27
1
-3
/
+2
*
Cosmetics: add some whitespace around operators
Vitor Sessak
2009-08-24
1
-2
/
+2
*
TwinVQ decoder
Vitor Sessak
2009-08-23
1
-0
/
+1139
[prev]