Sat, 07 Jun 2008 22:30:09 +0000 |
jbr |
move mix level tables from parser to decoder. have parser read bitstream value instead of using an index to a table in the decoder.
libavcodec
|
Sat, 07 Jun 2008 22:30:03 +0000 |
jbr |
add more gain levels and adjust mix level tables accordingly.
libavcodec
|
Sat, 07 Jun 2008 22:29:54 +0000 |
jbr |
pass bap table to ff_ac3_bit_alloc_calc_bap()
libavcodec
|
Sat, 07 Jun 2008 22:29:38 +0000 |
jbr |
cosmetics: indent
libavcodec
|
Sat, 07 Jun 2008 22:29:27 +0000 |
jbr |
skip unsupported frame types and substream id's
libavcodec
|
Sat, 07 Jun 2008 22:29:19 +0000 |
jbr |
read frame type from header info into decode context
libavcodec
|
Sat, 07 Jun 2008 22:29:11 +0000 |
jbr |
get substreamid from ac3 parser
libavcodec
|
Sat, 07 Jun 2008 22:29:03 +0000 |
jbr |
get the number of blocks from the ac3 parser and use in the ac3 decoder.
libavcodec
|
Wed, 04 Jun 2008 00:31:20 +0000 |
jbr |
return error on frame sync error
libavcodec
|
Sat, 31 May 2008 22:12:49 +0000 |
jbr |
cosmetics: add a comment, remove a comment
libavcodec
|
Sat, 31 May 2008 22:12:01 +0000 |
jbr |
simplify
libavcodec
|
Sat, 31 May 2008 21:57:45 +0000 |
jbr |
set lfe params at frame init instead of in every block
libavcodec
|
Sat, 31 May 2008 21:53:31 +0000 |
jbr |
only calculate number of exponent groups when exponents are not reused.
libavcodec
|
Sat, 31 May 2008 21:37:28 +0000 |
jbr |
cosmetics: remove unneeded braces
libavcodec
|
Sat, 31 May 2008 19:59:10 +0000 |
jbr |
10l: cosmetics
libavcodec
|
Sat, 31 May 2008 19:56:54 +0000 |
jbr |
new dba values requires running last 2 bit allocation stages
libavcodec
|
Sat, 31 May 2008 16:04:41 +0000 |
jbr |
get_transform_coeffs() never returns an error, so make the function and its children return void.
libavcodec
|
Sat, 31 May 2008 15:31:57 +0000 |
jbr |
use enum value for CRC error
libavcodec
|
Sat, 31 May 2008 15:30:55 +0000 |
jbr |
move header error logging to after CRC check
libavcodec
|
Tue, 27 May 2008 00:43:39 +0000 |
jbr |
zero the upper frequencies of the correct coefficients
libavcodec
|
Sun, 25 May 2008 20:02:24 +0000 |
jbr |
safer solution for setting audio parameters
libavcodec
|
Sun, 25 May 2008 18:54:17 +0000 |
jbr |
set audio parameters if frame header is ok, even if crc fails
libavcodec
|
Sun, 25 May 2008 18:06:01 +0000 |
jbr |
cosmetics: indent
libavcodec
|
Sun, 25 May 2008 18:05:15 +0000 |
jbr |
add error concealment
libavcodec
|
Sun, 25 May 2008 16:20:06 +0000 |
jbr |
cosmetics: indent
libavcodec
|
Sun, 25 May 2008 16:19:44 +0000 |
jbr |
10l: fix error in commit r13382
libavcodec
|
Sun, 25 May 2008 15:34:48 +0000 |
jbr |
add checks for missing information in the first block
libavcodec
|
Sun, 25 May 2008 15:23:03 +0000 |
jbr |
add check for invalid channel mode when coupling is used
libavcodec
|
Fri, 09 May 2008 11:56:36 +0000 |
diego |
Use full path for #includes from another directory.
libavcodec
|
Sun, 27 Apr 2008 22:39:51 +0000 |
diego |
Add long names to AVCodec declarations.
libavcodec
|
Tue, 22 Apr 2008 11:14:01 +0000 |
bwolowiec |
change ff_ac3_parse_header() to take a GetBitContext instead of const char*
libavcodec
|
Fri, 28 Mar 2008 20:42:55 +0000 |
bwolowiec |
change name from stream type to frame type in AC3 code
libavcodec
|
Wed, 26 Mar 2008 22:36:41 +0000 |
jbr |
only allocate context input buffer if AVCodecContext.error_reslience is greater than 0.
libavcodec
|
Tue, 25 Mar 2008 23:34:49 +0000 |
jbr |
cosmetics: indentation after last commit
libavcodec
|
Tue, 25 Mar 2008 23:34:00 +0000 |
jbr |
additional protection from segmentation faults and memory access errors by
libavcodec
|
Mon, 24 Mar 2008 21:25:49 +0000 |
bwolowiec |
using stream type in eac3 parser
libavcodec
|
Fri, 21 Mar 2008 03:11:20 +0000 |
zuxy |
Apply 'cold' attribute to init/uninit functions in libavcodec
libavcodec
|
Mon, 10 Mar 2008 21:59:30 +0000 |
jbr |
make input buffer const, as it should be. fixes a warning.
libavcodec
|
Sun, 09 Mar 2008 17:05:19 +0000 |
jbr |
downmix before imdct unless different size transforms are used. about 20%
libavcodec
|
Sat, 01 Mar 2008 16:10:19 +0000 |
jbr |
use scale factor instead of sum for downmix level adjustment. avoids division
libavcodec
|
Sat, 01 Mar 2008 15:48:18 +0000 |
jbr |
pre-calculate downmix coefficient sums. 2% faster 5.1-to-stereo downmixing.
libavcodec
|
Sat, 01 Mar 2008 04:39:39 +0000 |
jbr |
Use 24-bit fixed-point transform coefficients until just before MDCT. This
libavcodec
|
Sun, 13 Jan 2008 11:02:08 +0000 |
superdump |
Add variable alpha and size of half window for Kaiser-Bessel Derived window
libavcodec
|
Sat, 12 Jan 2008 11:11:19 +0000 |
andoma |
Make the Kaiser-Bessel window generator a common function
libavcodec
|
Tue, 08 Jan 2008 23:44:48 +0000 |
jbr |
used defined name for testing error resilience level
libavcodec
|
Mon, 07 Jan 2008 00:18:02 +0000 |
jbr |
split out init of downmix coeffs into a separate function that can be called
libavcodec
|
Sun, 06 Jan 2008 23:56:19 +0000 |
jbr |
remove unneeded variable from AC3DecodeContext
libavcodec
|
Sun, 06 Jan 2008 23:33:30 +0000 |
jbr |
make sure that the last coupling band stops at the end of the coupling range
libavcodec
|
Sun, 06 Jan 2008 20:15:24 +0000 |
jbr |
fix phase flag processing for the case when coupling coordinates are reused
libavcodec
|
Sat, 05 Jan 2008 18:39:55 +0000 |
jbr |
move E-AC3 header parsing to ff_ac3_parse_header()
libavcodec
|
Sat, 05 Jan 2008 17:04:57 +0000 |
jbr |
remove unneeded variables from AC3HeaderInfo
libavcodec
|
Sat, 05 Jan 2008 15:23:39 +0000 |
jbr |
cosmetics: indentation
libavcodec
|
Sat, 05 Jan 2008 15:22:53 +0000 |
jbr |
check for request_channels at codec init
libavcodec
|
Fri, 04 Jan 2008 23:09:58 +0000 |
aurel |
improve CRC API
libavcodec
|
Fri, 04 Jan 2008 00:39:03 +0000 |
jbr |
cosmetics: indentation and add a TODO comment
libavcodec
|
Thu, 03 Jan 2008 23:05:53 +0000 |
jbr |
only check ac3 crc if AVCodecContext.error_resilience > 0
libavcodec
|
Thu, 03 Jan 2008 02:26:29 +0000 |
jbr |
add crc check to ac3 decoder
libavcodec
|
Sun, 30 Dec 2007 22:58:20 +0000 |
jbr |
simplify
libavcodec
|
Sun, 30 Dec 2007 22:28:17 +0000 |
jbr |
pass an AC3DecodeContext to ac3_downmix() instead of multiple arguments
libavcodec
|
Sun, 30 Dec 2007 21:26:30 +0000 |
jbr |
cosmetics: rename sampling_rate to sample_rate
libavcodec
|