History log of /external/webrtc/webrtc/modules/audio_coding/codecs/g711/audio_decoder_pcm.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3c652b67468d182bd36aee4c31557621be50cc92 18-Nov-2015 kjellander@webrtc.org <kjellander@webrtc.org> modules/audio_coding: Remove some codec include dirs

Also clean up some include_dir entries and update the few
references to them with absolute include paths instead.
Finally fixed a few lint errors and invalid header guards.

None of these are used downstream.

BUG=webrtc:5095
TESTED=git cl try -c --bot=android_compile_rel --bot=linux_compile_rel --bot=win_compile_rel --bot=mac_compile_rel --bot=ios_rel --bot=linux_gn_rel --bot=win_x64_gn_rel --bot=mac_x64_gn_rel --bot=android_gn_rel -m tryserver.webrtc
R=kwiberg@webrtc.org

Review URL: https://codereview.webrtc.org/1438663003 .

Cr-Commit-Position: refs/heads/master@{#10700}
/external/webrtc/webrtc/modules/audio_coding/codecs/g711/audio_decoder_pcm.cc
8967183bf79322c5cb3cbd99e9b7aa298228d0a2 22-Sep-2015 kwiberg <kwiberg@webrtc.org> Simple cleanups of AudioDecoder and AudioEncoder classes

* Make sure they're all final and don't allow copying or assignment.

* Get rid of the single-channel PCM decoder classes.

* Move some includes from .h to .cc files where possible.

BUG=webrtc:4557

Review URL: https://codereview.webrtc.org/1353803002

Cr-Commit-Position: refs/heads/master@{#10021}
/external/webrtc/webrtc/modules/audio_coding/codecs/g711/audio_decoder_pcm.cc
6faf5bebbab70fd358364b901e36c236bbe84046 22-Sep-2015 kwiberg <kwiberg@webrtc.org> Move AudioDecoderPcm* next to AudioEncoderPcm*

All AudioDecoder subclasses have historically lived in NetEq, but they
fit better with the codec they wrap.

BUG=webrtc:4557

Review URL: https://codereview.webrtc.org/1348613003

Cr-Commit-Position: refs/heads/master@{#10015}
/external/webrtc/webrtc/modules/audio_coding/codecs/g711/audio_decoder_pcm.cc