index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
/
dca.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
dca: fix dynrange coefficient in xch
Nick Brereton
2010-07-31
1
-1
/
+1
*
DCA: fix multichannel -> 2 channel downmix.
Nick Brereton
2010-07-27
1
-14
/
+33
*
Setup correct channel value when downmixing is required.
Nick Brereton
2010-07-27
1
-5
/
+6
*
Use math constant instead of hardcoded rounded value for sqrt(0.5).
Christophe Gisquet
2010-07-12
1
-2
/
+2
*
Fix side channels when XCh extension is present.
Nick Brereton
2010-07-12
1
-0
/
+14
*
Move XCH parameters into context structure.
Nick Brereton
2010-07-12
1
-6
/
+11
*
Add av_ prefix to bswap macros
Måns Rullgård
2010-07-10
1
-1
/
+1
*
DCA: Occasionally a false XCH sync word can turn up after the core DTS data,
Nick Brereton
2010-07-05
1
-1
/
+7
*
DCA: *_bits() -> *_bits_long() where needed, half fix for broken bitstream pa...
Benjamin Larsson
2010-07-05
1
-3
/
+3
*
Support DTS-ES extension (XCh) in dca: Cosmetic cleanup
Nick Brereton
2010-06-22
1
-23
/
+23
*
Support DTS-ES extension (XCh) in dca: add code to handle DTS-ES extension
Nick Brereton
2010-06-22
1
-64
/
+131
*
Support DTS-ES extension (XCh) in dca: update and add channel mapping tables ...
Nick Brereton
2010-06-22
1
-34
/
+71
*
Support DTS-ES extension (XCh) in dca: move original code around to allow reu...
Nick Brereton
2010-06-22
1
-91
/
+110
*
Support DTS-ES extension (XCh) in dca: move subband_samples into context stru...
Nick Brereton
2010-06-22
1
-5
/
+7
*
Fix typo in macro name.
Nick Brereton
2010-06-20
1
-2
/
+2
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-4
/
+0
*
DCA: indent
Måns Rullgård
2010-04-13
1
-19
/
+19
*
DCA: optimise dca_subsubframe()
Måns Rullgård
2010-04-13
1
-19
/
+13
*
DCA: break out lfe_interpolation_fir() inner loops to a function
Måns Rullgård
2010-04-12
1
-21
/
+9
*
DCA: use FASTDIV in decode_blockcode()
Måns Rullgård
2010-04-12
1
-2
/
+4
*
DCA: simplify lfe_interpolation_fir()
Måns Rullgård
2010-04-12
1
-10
/
+19
*
DCA: use a local variable for loop boundary
Måns Rullgård
2010-04-12
1
-1
/
+2
*
DCA: use some type-punning in qmf_32_subbands()
Måns Rullgård
2010-04-12
1
-2
/
+3
*
Make synth_filter a function pointer
Måns Rullgård
2010-04-10
1
-1
/
+3
*
DCA: align some arrays
Måns Rullgård
2010-04-10
1
-1
/
+1
*
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-30
1
-1
/
+1
*
Move FFT parts from dsputil.h to fft.h
Måns Rullgård
2010-03-06
1
-0
/
+1
*
Remove DECLARE_ALIGNED_{8,16} macros
Måns Rullgård
2010-03-06
1
-3
/
+3
*
Fixed a segfault in the DCA decoder with corrupted streams.
Laurent Aimar
2010-02-26
1
-0
/
+4
*
Move array specifiers outside DECLARE_ALIGNED() invocations
Måns Rullgård
2010-01-22
1
-3
/
+3
*
Remove unused variable j.
Michael Niedermayer
2009-10-28
1
-1
/
+1
*
Split synth filter out of dca.c.
Michael Niedermayer
2009-10-28
1
-31
/
+5
*
Fix 100l incorrect bitmask check.
Reimar Döffinger
2009-10-10
1
-1
/
+1
*
dca and aac decoders use float_to_int16_interleave, so check for
David Conrad
2009-10-08
1
-1
/
+1
*
Merge FFTContext and MDCTContext
Måns Rullgård
2009-09-20
1
-1
/
+1
*
DCA: move an aligned array from stack to context
Måns Rullgård
2009-09-10
1
-5
/
+5
*
Support for getting (i)MDCT output multiplied by a constant scaling factor.
Siarhei Siamashka
2009-05-16
1
-1
/
+1
*
Make VLC tables in DCA decoder use INIT_VLC_USE_NEW_STATIC
Kostya Shishkov
2009-04-21
1
-8
/
+30
*
Rename bitstream.h to get_bits.h.
Stefano Sabatini
2009-04-13
1
-1
/
+1
*
Split bitstream.h, put the bitstream writer stuff in the new file
Stefano Sabatini
2009-04-12
1
-0
/
+1
*
Use INIT_VLC_USE_STATIC and not its value "1".
Carl Eugen Hoyos
2009-04-11
1
-4
/
+4
*
Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an
Thilo Borgmann
2009-04-07
1
-1
/
+3
*
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-02-01
1
-1
/
+1
*
Add support for parsing and decoding DCA-HD streams.
Kostya Shishkov
2008-11-29
1
-2
/
+3
*
Proper channel output reordering for the dca decoder.
Benjamin Larsson
2008-11-15
1
-10
/
+63
*
Comment typo
Benjamin Larsson
2008-11-11
1
-1
/
+1
*
Remove channel layout table that only should be used by encoders.
Benjamin Larsson
2008-11-11
1
-17
/
+0
*
Change the dca channel layout, S -> SIDE not BACK.
Benjamin Larsson
2008-11-02
1
-14
/
+14
*
Change multichannel API define prefix from "CHANNEL_" to "CH_".
Andreas Öman
2008-11-02
1
-32
/
+32
*
Guess channel layout based on the number of channels if a custom layout is sp...
Benjamin Larsson
2008-11-01
1
-5
/
+0
[next]