Sat, 11 Aug 2007 22:48:55 +0000 |
aurel |
use av_clip_int16() where it makes sense
libavcodec
|
Wed, 08 Aug 2007 07:04:23 +0000 |
benoit |
kill warning
libavcodec
|
Thu, 02 Aug 2007 07:42:06 +0000 |
diego |
Remove unused variable.
libavcodec
|
Sat, 28 Jul 2007 12:46:26 +0000 |
diego |
cosmetics: misc typo fixes
libavcodec
|
Tue, 17 Jul 2007 11:06:12 +0000 |
mhoffman |
fixpoint: renaming all lowlevel arithmetic routines to xxx_float
libavcodec
|
Tue, 17 Jul 2007 00:36:47 +0000 |
mhoffman |
cosmetics: adding some white space to align the arguments of a couple of functions
libavcodec
|
Mon, 16 Jul 2007 14:45:54 +0000 |
mhoffman |
float_t was a typo that compiled on macosx
libavcodec
|
Mon, 16 Jul 2007 13:24:43 +0000 |
mhoffman |
fixpoint: move cplscales to context structure and provide hook for data format conversion
libavcodec
|
Mon, 16 Jul 2007 12:32:41 +0000 |
mhoffman |
fixpoint: lowlevel functional abstraction for all buffer arithmetics
libavcodec
|
Mon, 16 Jul 2007 11:52:46 +0000 |
mhoffman |
fixpoint: separate windowing arithmetic imlt_window_float
libavcodec
|
Mon, 16 Jul 2007 11:25:56 +0000 |
mhoffman |
separate the actual math for recovering stereo from a signal channel, this is to allow fixpoint implementation
libavcodec
|
Mon, 16 Jul 2007 01:28:58 +0000 |
mhoffman |
separating saturation codes so that we can support other data formats
libavcodec
|
Sun, 15 Jul 2007 22:06:08 +0000 |
mhoffman |
moving automatic allocation of joint_decode/decode_buffer
libavcodec
|
Sun, 15 Jul 2007 21:48:17 +0000 |
mhoffman |
cosmetic changing hardwired 20 to SUBBAND_SIZE
libavcodec
|
Thu, 05 Jul 2007 10:40:25 +0000 |
diego |
license header consistency cosmetics
libavcodec
|
Thu, 10 May 2007 09:00:44 +0000 |
diego |
Remove redundant #inclusion of common.h, avcodec.h already #includes it.
libavcodec
|
Wed, 09 May 2007 22:24:23 +0000 |
ramiro |
Use 1 array with double the size instead of 2 arrays with normal size
libavcodec
|
Wed, 09 May 2007 22:00:08 +0000 |
ramiro |
Add bias instead of -32 or 0, as is done in g.722.1
libavcodec
|
Wed, 09 May 2007 21:57:50 +0000 |
ramiro |
Indentation for previous patch
libavcodec
|
Wed, 09 May 2007 21:56:22 +0000 |
ramiro |
Add another tmpbias variable, as bias' value will be used later
libavcodec
|
Wed, 09 May 2007 21:50:01 +0000 |
ramiro |
Fix logic for return value of init_vlc
libavcodec
|
Sat, 05 May 2007 12:18:14 +0000 |
diego |
Fix multiple "¡Æinline/static¡Ç is not at beginning of declaration" warnings.
libavcodec
|
Wed, 18 Apr 2007 19:47:22 +0000 |
banan |
Simplify, patch by Ramiro Polla.
libavcodec
|
Wed, 18 Apr 2007 19:46:42 +0000 |
banan |
Remove unused vars, patch by Ramiro Polla.
libavcodec
|
Wed, 18 Apr 2007 19:44:54 +0000 |
banan |
Remove unused vars, patch by Ramiro Polla.
libavcodec
|
Wed, 18 Apr 2007 19:44:04 +0000 |
banan |
Cosmetics, patch by Ramiro Polla.
libavcodec
|
Thu, 12 Apr 2007 15:37:23 +0000 |
banan |
As usual Real actually took something existing and rebranded it.
libavcodec
|
Tue, 20 Mar 2007 18:08:51 +0000 |
banan |
Small simplifications to subband coefficient handling and use av_random().
libavcodec
|
Thu, 15 Mar 2007 21:22:10 +0000 |
banan |
subband_coef_noise -> subband_coef_sign
libavcodec
|
Tue, 13 Mar 2007 19:44:02 +0000 |
banan |
Combine the window and overlap loops,
libavcodec
|