Tue, 13 Jul 2010 00:49:30 +0000 |
alexc |
aacsbr: Eliminate double precision arithmetic.
libavcodec
|
Tue, 22 Jun 2010 19:29:03 +0000 |
alexc |
Move Parametric Stereo related ps* files to aacps*.
libavcodec
|
Sun, 20 Jun 2010 23:03:32 +0000 |
alexc |
aacsbr: Make dk signed. There is no point in it being unsigned.
libavcodec
|
Sun, 20 Jun 2010 19:24:18 +0000 |
alexc |
10l: aacsbr: Fix f_master[2] calculation when k2diff == -1.
libavcodec
|
Sat, 19 Jun 2010 14:14:51 +0000 |
alexc |
Add HE-AAC v2 support to the AAC decoder.
libavcodec
|
Tue, 08 Jun 2010 02:02:16 +0000 |
alexc |
Cosmetics: Fold constants and re-indent after last commit.
libavcodec
|
Tue, 08 Jun 2010 01:57:06 +0000 |
alexc |
Base downsampled SBR synthesis filterbank on a single IMDCT.
libavcodec
|
Mon, 07 Jun 2010 22:55:58 +0000 |
alexc |
10l: Fix types and now unused variables after last commit.
libavcodec
|
Mon, 07 Jun 2010 21:52:08 +0000 |
alexc |
Rewrite the SBR decoder QMF analysis filter on top of the IMDCT instead of the RDFT.
libavcodec
|
Sat, 05 Jun 2010 15:22:19 +0000 |
alexc |
aacdec: Rename avccontext to avctx.
libavcodec
|
Mon, 03 May 2010 19:21:35 +0000 |
alexc |
10l: The SBR refactor requires the use of 2 independent output X buffers.
libavcodec
|
Fri, 30 Apr 2010 23:32:42 +0000 |
alexc |
Enforce time border monotonicity.
libavcodec
|
Fri, 30 Apr 2010 23:08:44 +0000 |
alexc |
Move the SBR patch count check to prevent overwrites.
libavcodec
|
Fri, 30 Apr 2010 22:42:52 +0000 |
alexc |
Increase size of patch_borders[].
libavcodec
|
Fri, 30 Apr 2010 21:43:29 +0000 |
alexc |
Reindent
libavcodec
|
Fri, 30 Apr 2010 21:43:23 +0000 |
alexc |
Rewrite ff_sbr_apply in a manner more friendly to PS.
libavcodec
|
Tue, 20 Apr 2010 14:45:34 +0000 |
diego |
Remove explicit filename from Doxygen @file commands.
libavcodec
|
Thu, 08 Apr 2010 06:27:39 +0000 |
alexc |
Reindent read_sbr_extension.
libavcodec
|
Thu, 08 Apr 2010 06:27:35 +0000 |
alexc |
Print an error and skip PS when PS is found but explicitly found but
libavcodec
|
Sat, 13 Mar 2010 21:12:45 +0000 |
alexc |
aacsbr: DSPUtilize analysis input scaling.
libavcodec
|
Sat, 13 Mar 2010 21:12:10 +0000 |
alexc |
aac: Don't bias output during the IMDCT if SBR will be used.
libavcodec
|
Tue, 09 Mar 2010 21:50:10 +0000 |
alexc |
aacsbr: Check that bs_num_env is valid before writing arrays with it as an offset.
libavcodec
|
Tue, 09 Mar 2010 21:46:46 +0000 |
alexc |
aacsbr: Cleanup read_sbr_grid and copy_sbr_grid after the recent overhaul of those functions.
libavcodec
|
Tue, 09 Mar 2010 21:35:55 +0000 |
alexc |
aacsbr: Factor out the common end border case from t_q setup.
libavcodec
|
Tue, 09 Mar 2010 21:29:43 +0000 |
alexc |
aacsbr: read bs_rel_bord directly into t_env.
libavcodec
|
Tue, 09 Mar 2010 20:46:41 +0000 |
alexc |
aacsbr: Make the previous value of bs_num_env local to read_sbr_data().
libavcodec
|
Tue, 09 Mar 2010 20:16:14 +0000 |
alexc |
aacsbr: Initialize e_a[1] to -1.
libavcodec
|
Tue, 09 Mar 2010 11:14:14 +0000 |
alexc |
aacsbr: Dead code removal.
libavcodec
|
Tue, 09 Mar 2010 11:13:45 +0000 |
alexc |
aacsbr: Remove a slightly incorrect comment.
libavcodec
|
Tue, 09 Mar 2010 10:27:35 +0000 |
alexc |
aacsbr: Cleanup the newly merged read_sbr_grid, eliminating several context
libavcodec
|
Tue, 09 Mar 2010 10:26:54 +0000 |
alexc |
aacsbr: Move the e_a calculation from sbr_mapping() to read_sbr_grid().
libavcodec
|
Tue, 09 Mar 2010 10:26:25 +0000 |
alexc |
aacsbr: Merge sbr_time_freq_grid into read_sbr_grid (and into copy_sbr_grid).
libavcodec
|
Tue, 09 Mar 2010 10:25:42 +0000 |
alexc |
aacsbr: Fail early on illegal envelope counts.
libavcodec
|
Tue, 09 Mar 2010 09:27:11 +0000 |
alexc |
aacsbr: Check for illegal values of bs_pointer in sbr_read_grid().
libavcodec
|
Tue, 09 Mar 2010 06:21:41 +0000 |
alexc |
10l: Include missing return values in functions made non-void by the previous commit.
libavcodec
|
Tue, 09 Mar 2010 06:13:48 +0000 |
alexc |
aacsbr: Propagate errors from read_sbr_grid to prevent crashes in malformatted streams.
libavcodec
|
Tue, 09 Mar 2010 06:11:45 +0000 |
alexc |
Add a missing fft.h include to the aacsbr decoder.
libavcodec
|
Mon, 08 Mar 2010 04:33:02 +0000 |
alexc |
Add an HE-AAC v1 decoder.
libavcodec
|