Sat, 31 Jul 2010 22:15:59 +0000 |
banan |
dca: fix dynrange coefficient in xch
libavcodec
|
Tue, 27 Jul 2010 21:45:43 +0000 |
banan |
DCA: fix multichannel -> 2 channel downmix.
libavcodec
|
Tue, 27 Jul 2010 21:44:09 +0000 |
banan |
Setup correct channel value when downmixing is required.
libavcodec
|
Mon, 12 Jul 2010 12:32:24 +0000 |
benoit |
Use math constant instead of hardcoded rounded value for sqrt(0.5).
libavcodec
|
Mon, 12 Jul 2010 09:10:53 +0000 |
benoit |
Fix side channels when XCh extension is present.
libavcodec
|
Mon, 12 Jul 2010 09:00:17 +0000 |
benoit |
Move XCH parameters into context structure.
libavcodec
|
Sat, 10 Jul 2010 22:12:30 +0000 |
mru |
Add av_ prefix to bswap macros
libavcodec
|
Mon, 05 Jul 2010 08:16:43 +0000 |
banan |
DCA: Occasionally a false XCH sync word can turn up after the core DTS data,
libavcodec
|
Mon, 05 Jul 2010 01:43:47 +0000 |
banan |
DCA: *_bits() -> *_bits_long() where needed, half fix for broken bitstream parsing
libavcodec
|
Tue, 22 Jun 2010 08:35:44 +0000 |
mstorsjo |
Support DTS-ES extension (XCh) in dca: Cosmetic cleanup
libavcodec
|
Tue, 22 Jun 2010 08:34:51 +0000 |
mstorsjo |
Support DTS-ES extension (XCh) in dca: add code to handle DTS-ES extension
libavcodec
|
Tue, 22 Jun 2010 08:34:02 +0000 |
mstorsjo |
Support DTS-ES extension (XCh) in dca: update and add channel mapping tables for DTS-ES mappings
libavcodec
|
Tue, 22 Jun 2010 08:33:00 +0000 |
mstorsjo |
Support DTS-ES extension (XCh) in dca: move original code around to allow reused by DTS-ES code
libavcodec
|
Tue, 22 Jun 2010 08:32:01 +0000 |
mstorsjo |
Support DTS-ES extension (XCh) in dca: move subband_samples into context structure
libavcodec
|
Sun, 20 Jun 2010 22:07:32 +0000 |
cehoyos |
Fix typo in macro name.
libavcodec
|
Tue, 20 Apr 2010 14:45:34 +0000 |
diego |
Remove explicit filename from Doxygen @file commands.
libavcodec
|
Tue, 13 Apr 2010 10:15:05 +0000 |
mru |
DCA: indent
libavcodec
|
Tue, 13 Apr 2010 10:15:00 +0000 |
mru |
DCA: optimise dca_subsubframe()
libavcodec
|
Mon, 12 Apr 2010 20:45:25 +0000 |
mru |
DCA: break out lfe_interpolation_fir() inner loops to a function
libavcodec
|
Mon, 12 Apr 2010 16:05:10 +0000 |
mru |
DCA: use FASTDIV in decode_blockcode()
libavcodec
|
Mon, 12 Apr 2010 11:14:55 +0000 |
mru |
DCA: simplify lfe_interpolation_fir()
libavcodec
|
Mon, 12 Apr 2010 11:14:51 +0000 |
mru |
DCA: use a local variable for loop boundary
libavcodec
|
Mon, 12 Apr 2010 11:14:48 +0000 |
mru |
DCA: use some type-punning in qmf_32_subbands()
libavcodec
|
Sat, 10 Apr 2010 16:27:53 +0000 |
mru |
Make synth_filter a function pointer
libavcodec
|
Sat, 10 Apr 2010 16:27:47 +0000 |
mru |
DCA: align some arrays
libavcodec
|
Tue, 30 Mar 2010 23:30:55 +0000 |
stefano |
Define AVMediaType enum, and use it instead of enum CodecType, which
libavcodec
|
Sat, 06 Mar 2010 14:34:46 +0000 |
mru |
Move FFT parts from dsputil.h to fft.h
libavcodec
|
Sat, 06 Mar 2010 14:24:59 +0000 |
mru |
Remove DECLARE_ALIGNED_{8,16} macros
libavcodec
|
Fri, 26 Feb 2010 18:50:01 +0000 |
fenrir |
Fixed a segfault in the DCA decoder with corrupted streams.
libavcodec
|
Fri, 22 Jan 2010 03:25:11 +0000 |
mru |
Move array specifiers outside DECLARE_ALIGNED() invocations
libavcodec
|
Wed, 28 Oct 2009 14:40:05 +0000 |
michael |
Remove unused variable j.
libavcodec
|
Wed, 28 Oct 2009 10:51:51 +0000 |
michael |
Split synth filter out of dca.c.
libavcodec
|
Sat, 10 Oct 2009 08:49:57 +0000 |
reimar |
Fix 100l incorrect bitmask check.
libavcodec
|
Thu, 08 Oct 2009 14:40:14 +0000 |
conrad |
dca and aac decoders use float_to_int16_interleave, so check for
libavcodec
|
Sun, 20 Sep 2009 17:30:20 +0000 |
mru |
Merge FFTContext and MDCTContext
libavcodec
|
Thu, 10 Sep 2009 08:49:59 +0000 |
mru |
DCA: move an aligned array from stack to context
libavcodec
|
Sat, 16 May 2009 14:17:08 +0000 |
serge |
Support for getting (i)MDCT output multiplied by a constant scaling factor.
libavcodec
|
Tue, 21 Apr 2009 17:37:03 +0000 |
kostya |
Make VLC tables in DCA decoder use INIT_VLC_USE_NEW_STATIC
libavcodec
|
Mon, 13 Apr 2009 16:20:26 +0000 |
stefano |
Rename bitstream.h to get_bits.h.
libavcodec
|
Sun, 12 Apr 2009 08:35:26 +0000 |
stefano |
Split bitstream.h, put the bitstream writer stuff in the new file
libavcodec
|
Sat, 11 Apr 2009 11:47:15 +0000 |
cehoyos |
Use INIT_VLC_USE_STATIC and not its value "1".
libavcodec
|
Tue, 07 Apr 2009 15:59:50 +0000 |
rbultje |
Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an
libavcodec
|
Sun, 01 Feb 2009 02:00:19 +0000 |
diego |
Use full internal pathname in doxygen @file directives.
libavcodec
|
Sat, 29 Nov 2008 10:06:37 +0000 |
kostya |
Add support for parsing and decoding DCA-HD streams.
libavcodec
|
Sat, 15 Nov 2008 20:31:03 +0000 |
banan |
Proper channel output reordering for the dca decoder.
libavcodec
|
Tue, 11 Nov 2008 08:46:29 +0000 |
banan |
Comment typo
libavcodec
|
Tue, 11 Nov 2008 08:30:32 +0000 |
banan |
Remove channel layout table that only should be used by encoders.
libavcodec
|
Sun, 02 Nov 2008 21:51:27 +0000 |
banan |
Change the dca channel layout, S -> SIDE not BACK.
libavcodec
|
Sun, 02 Nov 2008 21:04:28 +0000 |
andoma |
Change multichannel API define prefix from "CHANNEL_" to "CH_".
libavcodec
|
Sat, 01 Nov 2008 20:49:37 +0000 |
banan |
Guess channel layout based on the number of channels if a custom layout is specified in amode.
libavcodec
|
Sat, 01 Nov 2008 20:27:05 +0000 |
banan |
Add channel layouts for dca.
libavcodec
|
Tue, 28 Oct 2008 15:20:52 +0000 |
banan |
Fix compilation, remove stray ;
libavcodec
|
Tue, 28 Oct 2008 14:50:46 +0000 |
banan |
Fix selection of quant step table
libavcodec
|
Sun, 26 Oct 2008 10:14:16 +0000 |
banan |
Disable codec downmix when not using simd instead of silently produce silence
libavcodec
|
Sun, 26 Oct 2008 09:54:53 +0000 |
banan |
Fix dca decoder with non simd float2int16 conversion
libavcodec
|
Sun, 26 Oct 2008 09:50:15 +0000 |
banan |
Fix compilation with TRACE
libavcodec
|
Sat, 30 Aug 2008 11:01:58 +0000 |
michael |
Remove the cos_mod table that has become unused after replacing the imdct
libavcodec
|
Sat, 30 Aug 2008 10:47:13 +0000 |
michael |
Replace obfuscated mdct in qmf_32_subbands() by ff_imdct_half().
libavcodec
|
Sat, 30 Aug 2008 10:41:53 +0000 |
michael |
Get rid of the 512 sample memmove().
libavcodec
|
Fri, 29 Aug 2008 18:37:40 +0000 |
michael |
Half the size of subband_fir_noidea and get rid of memmove & memset of it.
libavcodec
|