fixed: top back right was downmixed to back left instead of back right
[vuplus_xbmc] / xbmc / utils / PCMRemap.cpp
2011-02-04 anssihfixed: top back right was downmixed to back left instea...
2011-01-30 anssihchanged: remap mono audio to stereo even if we have...
2010-07-17 anssihfixed: playback of mono files without center speaker...
2010-07-17 anssihchanged: factor PCMRemap::ResolveChannels() out of...
2010-07-13 anssihfixed: memcpy if no channelMap is passed to PCMRemap...
2010-07-10 anssihchanged: do not output empty audio channels if it is...
2010-02-10 gnif2Added IDVDAudioEncoder interface
2010-02-10 bobo1on1fixed: memset works on single bytes, not enums, using...
2010-02-09 bobo1on1cosmetic
2010-02-08 bobo1on1fixed: CPCMRemap could crash when trying to lookup...
2010-02-08 gnif2Fixed incorrect weights of 1-1 mapped channels when...
2010-02-08 gnif2Fixed 4.1 channel map, was completly wrong
2010-02-08 gnif2Fixed SL and SR mapping into FL and FR
2010-02-07 gnif2Changed downmix level setting to be more user friendly
2010-02-06 wiso[WIN32] fixed compiler error
2010-02-06 bobo1on1fixed: clamping round 2
2010-02-06 bobo1on1fixed: clamping and rounding
2010-02-06 gnif2Removed +10db amplification from LFE channel in downmix...
2010-02-06 gnif2Removed left behind experimental code
2010-02-06 gnif2Added new Normalize setting for downmixing
2010-02-05 gnif2Fixed invalid setting of copy on no mix per channel.
2010-02-04 gnif2Fix: if channel mapping does not mix, just copy the...
2010-02-04 charlydoes[WIN32] fixed: compile error.
2010-02-04 gnif2Corrected mappings for FLOC and FROC
2010-02-04 gnif2Fixed channel matrix calculations, and lots of optomiza...
2010-02-04 gnif2Fixed FFmpeg channel map never being generated
2010-02-04 gnif2Corrected downmix calculation, should be dividing by...
2010-02-02 gnif2Converted int8_t channel map arrays to enum PCMChannels
2010-02-01 gnif2Changed FFmpeg channel mappings to send rear channels...
2010-01-31 monkeyman_67156changed: Fix uninitialized variables in PCMRemap, misma...
2010-01-29 gnif2Added PCM remapping to all DVD audio renderers