Thu, 18 Feb 2010 23:06:56 +0000 |
alexc |
Add some AAC buffer overread checks.
libavcodec
|
Mon, 15 Feb 2010 16:29:46 +0000 |
alexc |
AAC: Mark che_configure() as av_cold.
libavcodec
|
Mon, 15 Feb 2010 16:19:46 +0000 |
alexc |
AAC: Mark functions that are only called when the output configuration is not locked as av_cold.
libavcodec
|
Wed, 10 Feb 2010 14:51:57 +0000 |
alexc |
Output the first AAC frame. This is needed for SBR conformance.
libavcodec
|
Fri, 15 Jan 2010 14:02:52 +0000 |
mru |
AAC: optimise bitstream reading in decode_spectrum_and_dequant()
libavcodec
|
Fri, 15 Jan 2010 02:58:24 +0000 |
mru |
AAC: ARM/NEON asm for VMUL2/4 functions
libavcodec
|
Wed, 13 Jan 2010 16:46:39 +0000 |
mru |
AAC: Reduce depth of vlc_spectral tables to 2
libavcodec
|
Wed, 13 Jan 2010 16:46:35 +0000 |
mru |
AAC: Unswitch loop over window groups in decode_spectrum_and_dequant()
libavcodec
|
Wed, 13 Jan 2010 16:46:32 +0000 |
mru |
AAC: simplify some calculations in decode_spectrum_and_dequant()
libavcodec
|
Wed, 13 Jan 2010 16:46:28 +0000 |
mru |
AAC: Compress codebook tables and optimise sign bit handling
libavcodec
|
Mon, 11 Jan 2010 20:21:26 +0000 |
mru |
AAC: use table for cbrtf(n)*n
libavcodec
|
Mon, 11 Jan 2010 18:02:00 +0000 |
mru |
AAC: escape_sequence is 21 bits max
libavcodec
|
Sat, 09 Jan 2010 13:28:04 +0000 |
reimar |
Add support for hard-coded MDCT-related ff_sine_windows tables.
libavcodec
|
Fri, 08 Jan 2010 17:52:54 +0000 |
mru |
AAC: add a const to decode_spectrum_and_dequant() args
libavcodec
|
Wed, 16 Dec 2009 11:39:14 +0000 |
cehoyos |
Undo r20874: It broke AAC decoding.
libavcodec
|
Tue, 15 Dec 2009 15:57:18 +0000 |
cehoyos |
Use enum and constant to avoid three icc warnings.
libavcodec
|
Tue, 08 Dec 2009 19:20:36 +0000 |
andoma |
aac: Set sample rate in avctx from ADTS header (if not already set by some
libavcodec
|
Wed, 02 Dec 2009 09:12:05 +0000 |
alexc |
AAC: Add a global header but output not locked output configuration status.
libavcodec
|
Wed, 02 Dec 2009 09:07:32 +0000 |
alexc |
Set the SBR mode to implicit on ADTS frames occurring before the output is locked.
libavcodec
|
Sat, 21 Nov 2009 20:56:46 +0000 |
alexc |
10l: Fix inverted if-condition from r20448. Fixes issue 1562.
libavcodec
|
Wed, 11 Nov 2009 20:33:56 +0000 |
alexc |
AAC: Rename sect_len to sect_end. It marks the last sfb of the section, not the
libavcodec
|
Tue, 03 Nov 2009 22:50:02 +0000 |
alexc |
Don't lock the channel output configuration based on the first value seen for
libavcodec
|
Fri, 09 Oct 2009 15:38:44 +0000 |
superdump |
AAC: Fix regression introduced in r20067 where ADTS files would always be
libavcodec
|
Thu, 08 Oct 2009 14:40:14 +0000 |
conrad |
dca and aac decoders use float_to_int16_interleave, so check for
libavcodec
|
Mon, 28 Sep 2009 15:37:18 +0000 |
superdump |
Refactor channel element configuration and mapping code into its own function
libavcodec
|
Mon, 28 Sep 2009 15:35:51 +0000 |
superdump |
Reindent after last commit
libavcodec
|
Mon, 28 Sep 2009 15:35:13 +0000 |
superdump |
AAC: Add channel layout support for channel configuration as defined in the
libavcodec
|
Wed, 23 Sep 2009 13:52:53 +0000 |
mru |
AAC: minor simplification in PNS decoding
libavcodec
|
Tue, 22 Sep 2009 19:31:01 +0000 |
mru |
AAC: 10l: fix PNS decoding
libavcodec
|
Tue, 22 Sep 2009 01:34:42 +0000 |
alexc |
AAC: Simplify some logic from r19956. (The escape codebook is unsigned.)
libavcodec
|
Tue, 22 Sep 2009 00:48:45 +0000 |
mru |
AAC: use new dsputil functions
libavcodec
|
Sun, 06 Sep 2009 09:15:07 +0000 |
reimar |
Make sample_fmts and channel_layouts compound literals const to reduce size of
libavcodec
|
Sun, 02 Aug 2009 10:50:59 +0000 |
diego |
cosmetics: K&R coding style
libavcodec
|
Fri, 10 Jul 2009 21:54:06 +0000 |
alexc |
Cosmetics: reindent after last commit
libavcodec
|
Fri, 10 Jul 2009 21:53:04 +0000 |
alexc |
Ignore subsequent channel configurations after the first in an AAC file. The
libavcodec
|
Mon, 29 Jun 2009 19:07:04 +0000 |
rbultje |
Rename ff_log_missing_feature() to av_log_missing_feature().
libavcodec
|
Fri, 12 Jun 2009 21:16:33 +0000 |
alexc |
Cosmetics: Re-indent after last commit
libavcodec
|
Fri, 12 Jun 2009 21:14:45 +0000 |
alexc |
Move TNS and swb_offset tables from aacdectab.h to aactab.c so that they can be
libavcodec
|
Tue, 26 May 2009 21:34:56 +0000 |
alexc |
In the event of a mismatch, do not follow the sample rate index in an AAC PCE.
libavcodec
|
Sat, 16 May 2009 14:17:08 +0000 |
serge |
Support for getting (i)MDCT output multiplied by a constant scaling factor.
libavcodec
|
Wed, 13 May 2009 17:57:58 +0000 |
alexc |
Allow parsing and decoding of ADTS AAC files with channel config = 0
libavcodec
|
Tue, 21 Apr 2009 12:29:36 +0000 |
superdump |
Remove redundant assignment. err is assigned in every switch case anyway. Issue
libavcodec
|
Sun, 19 Apr 2009 00:55:46 +0000 |
superdump |
Remove unnecessary assignment, found by CSA.
libavcodec
|
Mon, 13 Apr 2009 16:20:26 +0000 |
stefano |
Rename bitstream.h to get_bits.h.
libavcodec
|
Tue, 07 Apr 2009 15:59:50 +0000 |
rbultje |
Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an
libavcodec
|
Mon, 23 Mar 2009 05:13:26 +0000 |
alexc |
AAC: Ignore cc_domain for independent (time domain) coupling.
libavcodec
|
Mon, 16 Mar 2009 16:11:27 +0000 |
alexc |
AAC: IEEE-754 type punning for 16-bit floating point rounding.
libavcodec
|
Fri, 06 Mar 2009 22:37:21 +0000 |
alexc |
Re-indent after last commit.
libavcodec
|
Fri, 06 Mar 2009 22:36:24 +0000 |
alexc |
If we get an error from ff_aac_parse_header() we should not trust the header info that it provides.
libavcodec
|
Fri, 06 Mar 2009 19:47:01 +0000 |
alexc |
Fix the channel allocation bug/assumption (issue 800).
libavcodec
|
Thu, 05 Mar 2009 23:10:22 +0000 |
alexc |
AAC: hoist dependent gain lookup out of the loop
libavcodec
|
Sun, 01 Mar 2009 00:23:05 +0000 |
alexc |
AAC: Make the CPE function more consistent with the functions for other channel elements.
libavcodec
|
Thu, 26 Feb 2009 01:54:16 +0000 |
alexc |
Re-indent after last commit.
libavcodec
|
Thu, 26 Feb 2009 01:51:34 +0000 |
alexc |
Refactor AAC unsigned band type decoding for a modest speedup.
libavcodec
|
Thu, 26 Feb 2009 01:50:00 +0000 |
alexc |
Use const to better allow the compiler to optimize AAC independent coupling.
libavcodec
|
Fri, 13 Feb 2009 16:07:20 +0000 |
alexc |
Re-indent after last commit.
libavcodec
|
Fri, 13 Feb 2009 16:06:22 +0000 |
alexc |
Make set coup.gain[c][0] aand only coup.gain[c][0] is set for a independently switched CCE.
libavcodec
|
Thu, 12 Feb 2009 13:49:59 +0000 |
superdump |
AAC: Cosmetic alterations after the last commit
libavcodec
|
Thu, 12 Feb 2009 13:47:21 +0000 |
superdump |
Give an error message when returning due to an unallocated channel element
libavcodec
|
Thu, 12 Feb 2009 13:31:43 +0000 |
superdump |
Add support for sample rate index 12, 7350 Hz
libavcodec
|
Thu, 12 Feb 2009 13:22:41 +0000 |
superdump |
Remove bogus coupling_point assignment for non-CCE as this value is not checked
libavcodec
|
Tue, 10 Feb 2009 13:47:50 +0000 |
superdump |
Check sampling index validity for AAC decoding
libavcodec
|
Sun, 01 Feb 2009 02:00:19 +0000 |
diego |
Use full internal pathname in doxygen @file directives.
libavcodec
|
Tue, 13 Jan 2009 23:44:16 +0000 |
aurel |
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
libavcodec
|
Wed, 07 Jan 2009 22:09:21 +0000 |
superdump |
Support ADTS AAC files in the ffaac decoder (limited to streams containing one
libavcodec
|
Sun, 28 Dec 2008 20:08:39 +0000 |
cehoyos |
Revert r16375: It broke aac decoding.
libavcodec
|
Sun, 28 Dec 2008 19:48:43 +0000 |
cehoyos |
Reduce number of warnings when compiling with icc by two.
libavcodec
|
Sun, 21 Dec 2008 05:32:55 +0000 |
superdump |
AAC: Reindent after last commit
libavcodec
|
Sun, 21 Dec 2008 05:28:14 +0000 |
superdump |
AAC: Fix AAC prediction when used in conjunction with the CPE
libavcodec
|
Sun, 21 Dec 2008 05:08:32 +0000 |
superdump |
AAC: Don't write an illegal sampling_index in a PCE to the MPEG4AudioConfig
libavcodec
|
Wed, 10 Dec 2008 00:50:59 +0000 |
mru |
AAC: move scratch array to context to ensure 16-byte alignment
libavcodec
|
Tue, 09 Dec 2008 17:14:42 +0000 |
superdump |
AAC: Use a sign LUT rather than 1-2*get_bits1()
libavcodec
|
Tue, 09 Dec 2008 17:08:40 +0000 |
superdump |
AAC: Unroll code within decode_spectrum_and_dequant(). Gives 12% net speed gain.
libavcodec
|
Tue, 09 Dec 2008 11:35:08 +0000 |
superdump |
AAC: Remove unnecessary fabsf()
libavcodec
|
Mon, 08 Dec 2008 21:21:38 +0000 |
stefano |
Make av_log_missing_feature an internal function, and change its name
libavcodec
|
Mon, 24 Nov 2008 00:14:33 +0000 |
superdump |
AAC: Cosmetics after last commit
libavcodec
|
Mon, 24 Nov 2008 00:13:50 +0000 |
superdump |
AAC: Frequency domain prediction and hence Main profile support
libavcodec
|
Wed, 05 Nov 2008 13:59:42 +0000 |
superdump |
Fix perceptual noise shaping scaling including an oversight of the offset for
libavcodec
|
Tue, 21 Oct 2008 21:40:24 +0000 |
aurel |
uses FF_ARRAY_ELEMS() where appropriate
libavcodec
|
Mon, 06 Oct 2008 16:22:11 +0000 |
superdump |
Rename variables to clarify the channel coupling element and corresponding
libavcodec
|
Mon, 06 Oct 2008 16:12:30 +0000 |
superdump |
Corrections to channel coupling code to attain conformance for appropriate
libavcodec
|
Thu, 18 Sep 2008 16:02:51 +0000 |
superdump |
Zero 'idx' for each iteration of the coupling gain loop and as it is only used
libavcodec
|
Thu, 18 Sep 2008 15:48:37 +0000 |
superdump |
Cosmetics: missing brackets
libavcodec
|
Thu, 18 Sep 2008 15:35:08 +0000 |
superdump |
Cast the return value of get_bits() to signed integer such that the subtraction
libavcodec
|
Tue, 16 Sep 2008 15:59:43 +0000 |
superdump |
Validate pulse position and error out if an invalid position is encountered.
libavcodec
|
Sat, 13 Sep 2008 20:52:57 +0000 |
superdump |
Reindent after last commit
libavcodec
|
Sat, 13 Sep 2008 20:51:36 +0000 |
superdump |
Apply pulses to unscaled coefficients rather than scaled.
libavcodec
|
Sat, 13 Sep 2008 20:22:31 +0000 |
superdump |
Operands of '+' are not necessarily evaluated in order so r15311 was pointless.
libavcodec
|
Sat, 13 Sep 2008 18:47:43 +0000 |
superdump |
Correct order of parsing for pulse scalefactor band and offset to match the
libavcodec
|
Fri, 12 Sep 2008 14:33:35 +0000 |
superdump |
Reindent after last commit
libavcodec
|
Fri, 12 Sep 2008 14:32:49 +0000 |
superdump |
Only read some of TNS bitstream data in the case that the TNS filter order is
libavcodec
|
Thu, 11 Sep 2008 01:22:34 +0000 |
superdump |
Correct pulse amplitude application - a negative or 0 coefficient implies the
libavcodec
|
Thu, 04 Sep 2008 15:04:08 +0000 |
vitor |
Multiply table by -1. This avoid doing this calculation (that was introduced
libavcodec
|
Thu, 04 Sep 2008 11:03:14 +0000 |
vitor |
Avoid duplicating compute_lpc_coefs() function in both the RA288 and AAC decoders.
libavcodec
|
Fri, 29 Aug 2008 20:19:23 +0000 |
superdump |
Fix typo in element type
libavcodec
|
Fri, 29 Aug 2008 20:18:34 +0000 |
superdump |
Remove unnecessary portion of a condition. This fixes issue607 and avoids
libavcodec
|
Fri, 22 Aug 2008 18:21:22 +0000 |
superdump |
Use ff_imdct_half() and vector_fmul_window() for IMDCT and windowing. Reduce
libavcodec
|
Fri, 22 Aug 2008 18:19:18 +0000 |
superdump |
Whitespace cosmetics after the last commit
libavcodec
|
Fri, 22 Aug 2008 18:18:50 +0000 |
superdump |
Separate code in imdct_and_windowing() into distinct IMDCT, windowing and
libavcodec
|
Thu, 21 Aug 2008 12:13:22 +0000 |
superdump |
Reindent after last commit
libavcodec
|
Thu, 21 Aug 2008 12:12:03 +0000 |
superdump |
Work around GCC variable may be used uninitialised warning
libavcodec
|
Thu, 21 Aug 2008 11:29:28 +0000 |
superdump |
Remove unused variable
libavcodec
|
Thu, 21 Aug 2008 10:23:55 +0000 |
superdump |
Reindent
libavcodec
|
Thu, 21 Aug 2008 07:57:51 +0000 |
andoma |
The comment about channel order for AAC 5.1 audio was not correct, fix it.
libavcodec
|
Thu, 21 Aug 2008 07:21:26 +0000 |
superdump |
Last hunk of the AAC decoder code to be OKed and build system and documentation
libavcodec
|
Mon, 18 Aug 2008 21:36:58 +0000 |
superdump |
More OKed AAC decoder code hunks
libavcodec
|
Fri, 15 Aug 2008 08:01:31 +0000 |
superdump |
More OKed AAC decoder hunks
libavcodec
|
Fri, 15 Aug 2008 00:19:14 +0000 |
superdump |
Synchronise AAC decoder code with that from SoC
libavcodec
|
Fri, 15 Aug 2008 00:05:09 +0000 |
superdump |
More OKed sections of AAC decoder code
libavcodec
|
Mon, 11 Aug 2008 11:22:48 +0000 |
superdump |
Synchronise code with AAC decoder in SoC
libavcodec
|
Mon, 11 Aug 2008 11:16:06 +0000 |
superdump |
More OKed hunks of the AAC decoder from SoC
libavcodec
|
Sat, 09 Aug 2008 10:46:27 +0000 |
superdump |
Sync already committed code with that in SoC and commit more OKed hunks of code
libavcodec
|
Tue, 05 Aug 2008 19:32:01 +0000 |
superdump |
OKed sections of code from the SoC AAC decoder
libavcodec
|