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 all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-1
/
+1
*
Add a float DSP framework to libavutil
Justin Ruggles
2012-06-08
1
-3
/
+6
*
twinvq: fix out of bounds array access
Mans Rullgard
2012-05-01
1
-2
/
+4
*
dsputil: Add ff_ prefix to the dsputil*_init* functions
Martin Storsjö
2012-02-15
1
-1
/
+1
*
Add avcodec_decode_audio4().
Justin Ruggles
2011-12-02
1
-11
/
+25
*
twinvq: add SSE/AVX optimized sum/difference stereo interleaving
Justin Ruggles
2011-11-11
1
-18
/
+16
*
vqf/twinvq: pass vqf COMM chunk info in extradata
Justin Ruggles
2011-11-11
1
-2
/
+16
*
twinvq: check for allocation failure in init_mdct_win()
Justin Ruggles
2011-11-11
1
-29
/
+47
*
twinvq: check output buffer size before decoding
Justin Ruggles
2011-10-22
1
-2
/
+9
*
twinvq: return an error when the packet size is too small
Justin Ruggles
2011-10-22
1
-2
/
+1
*
Use explicit struct initializers for AVCodec declarations.
Diego Biurrun
2011-09-24
1
-11
/
+9
*
doxygen: Consistently use '@' instead of '\' for Doxygen markup.
Diego Biurrun
2011-06-24
1
-4
/
+4
*
vorbis: Rename decoder/encoder files to follow general file naming scheme.
Diego Biurrun
2011-04-23
1
-1
/
+1
*
Move sine windows to a separate file
Mans Rullgard
2011-03-20
1
-0
/
+1
*
fft: remove inline wrappers for function pointers
Mans Rullgard
2011-03-19
1
-1
/
+2
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
Remove unneeded add bias from 3 functions.
Justin Ruggles
2011-01-31
1
-1
/
+0
*
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
Diego Elio Pettenò
2011-01-26
1
-1
/
+1
*
Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.
Justin Ruggles
2011-01-22
1
-2
/
+2
*
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