Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_frameworks_av
/
5a98d6e056763012da719d74bc6703cea6eaee70
/
media
/
libnbaio
e2b4384
Moved headers from include/ to appropriate libs
by Vijay Venkatraman
· 9 years ago
cd5dd01
Implement entry iterators
by Nicolas Roulet
· 9 years ago
40a4498
Implement log merging.
by Nicolas Roulet
· 9 years ago
4da7820
Minor code style changes and namespace fix
by Nicolas Roulet
· 9 years ago
c20cb50
Added process name to PID log
by Nicolas Roulet
· 9 years ago
fe1e144
Implemented typed, thread-specific logging system. Currently supported types are:
by Nicolas Roulet
· 9 years ago
535e161
media.log: re-implement NBLog using audio_utils_fifo
by Glenn Kasten
· 9 years ago
ed99c2b
NBAIO: re-implement NBAIO Pipe and MonoPipe using fifo
by Glenn Kasten
· 9 years ago
c661ae6
Remove unneeded links with dynamic libraries
by Marco Nelissen
· 9 years ago
e90894f
Convert libnbaio to Android.bp
by Dan Willemsen
· 9 years ago
a0c9133
Update NBAIO to use the new audio HAL abstraction layer
by Mikhail Naganov
· 9 years ago
1b29184
Fix RecordThread running too often if fast capture is active
by Glenn Kasten
· 9 years ago
ad6d52d
Flush FastCapture PipeReader when starting after stop
by Andy Hung
· 9 years ago
6b33051
Merge "Make build warnings be errors" into nyc-dev
by Glenn Kasten
· 10 years ago
57c4e6f
Fix build warnings
by Glenn Kasten
· 10 years ago
e875c80
Make build warnings be errors
by Glenn Kasten
· 10 years ago
818e7a3
Implement server side playback timestamps with 64 bit accuracy
by Andy Hung
· 10 years ago
d79072e
Remove TimedAudioTrack and associated code
by Glenn Kasten
· 10 years ago
97f230b
Check for integer overflow on malloc in SourceAudioBufferProvider
by Glenn Kasten
· 11 years ago
53dbe77
Move roundup from frameworks/av to system/media
by Glenn Kasten
· 11 years ago
9b82924
Remove explicit instantiation of SingleStateQueue
by Andy Hung
· 11 years ago
e3c7c64
Fix compile error when LOG_NDEBUG enabled
by Glenn Kasten
· 11 years ago
0f6a043
libnbaio: 64-bit compile warnings
by Mark Salyzyn
· 11 years ago
87cebad
resolved conflicts for merge of f285c91e to master
by Elliott Hughes
· 11 years ago
8b5f642
Move frameworks/av from fdprintf to POSIX dprintf.
by Elliott Hughes
· 11 years ago
e541269
Use new channel count functions for audio masks
by Andy Hung
· 11 years ago
5e4c4f1
Fix bit rot in AudioStreamInSource
by Glenn Kasten
· 12 years ago
c26d923
Allow placement of Pipe buffer to be specified
by Glenn Kasten
· 12 years ago
d1adad7
resolved conflicts for merge of 0d79b935 to master
by Glenn Kasten
· 12 years ago
95d287d
Fix format warnings
by Glenn Kasten
· 12 years ago
92dfd8e
Add private method NBLog::Reader::dumpLine()
by Glenn Kasten
· 12 years ago
3f35eb5
Fix log spam when MonoPipe is unable to get local frequency
by Glenn Kasten
· 12 years ago
55e599d
Miscellaneous cleanup for NBAIO
by Glenn Kasten
· 12 years ago
f69f986
NBAIO::Format_from_SR_C requires audio_format_t parameter
by Glenn Kasten
· 12 years ago
d42bc56
Remove checks for specific sample rates and channel counts
by Glenn Kasten
· 12 years ago
43d9b87
Remove restriction for HAL streams of AUDIO_FORMAT_PCM_16_BIT
by Glenn Kasten
· 12 years ago
c326e1c
Remove Format_frameBitShift()
by Glenn Kasten
· 12 years ago
983f057
Re-implement Format_frameSize(), to support non-power-of-2
by Glenn Kasten
· 12 years ago
2b7b910
Split mPacked into 4 separate fields
by Glenn Kasten
· 12 years ago
f95a3c4
Add format parameter to Format_from_SR_C
by Glenn Kasten
· 12 years ago
4d693d6
Use mFrameSize instead of mBitShift
by Glenn Kasten
· 12 years ago
ac3e9db
Add mFrameSize but do not remove mFrameBitShift yet
by Glenn Kasten
· 12 years ago
3e8027a
Move StateQueueInstantiations to libinstantssq
by Glenn Kasten
· 12 years ago
c02c961
Fix bug with not reporting lost bytes
by Glenn Kasten
· 12 years ago
4e01ef6
Add private method NBLog::Reader::dumpLine()
by Glenn Kasten
· 12 years ago
1d6fa7a
resolved conflicts for merge of 566be7c3 to master
by Narayan Kamath
· 12 years ago
377b2ec
Make frameworks/av 64-bit compatible
by Kévin PETIT
· 12 years ago
c99144d
Merge "Change Format_frameBitShift() API for non-power-of-2 sizes"
by Glenn Kasten
· 12 years ago
ddc0630
Merge "Add FIXMEs about audio_format_t assumption"
by Glenn Kasten
· 12 years ago
c7a3882
Merge "Change NBAIO_Format from typedef to struct"
by Glenn Kasten
· 12 years ago
a793625
Merge "Use Format_isValid() and Format_isEqual() instead of direct comparison"
by Glenn Kasten
· 12 years ago
19f420e
Merge "Add Format_isValid() and Format_isEqual() to NBAIO"
by Glenn Kasten
· 12 years ago
2a16afb
Merge "Fix unused parameter warnings in audio"
by Glenn Kasten
· 12 years ago
4d7b3f8
Change Format_frameBitShift() API for non-power-of-2 sizes
by Glenn Kasten
· 12 years ago
1ec712f
Add FIXMEs about audio_format_t assumption
by Glenn Kasten
· 12 years ago
c4b8b32
Change NBAIO_Format from typedef to struct
by Glenn Kasten
· 12 years ago
6e0d67d
Use Format_isValid() and Format_isEqual() instead of direct comparison
by Glenn Kasten
· 12 years ago
cc1e0e8
Add Format_isValid() and Format_isEqual() to NBAIO
by Glenn Kasten
· 12 years ago
51d53cd
Change Format_Invalid from enum to global const
by Glenn Kasten
· 12 years ago
0f11b51
Fix unused parameter warnings in audio
by Glenn Kasten
· 12 years ago
72e54af
Use const NBAIO_Format& in parameter lists
by Glenn Kasten
· 12 years ago
aaa42e5
am 081559cc: am 514ac2ba: am e311b15c: Merge "Fix c++11 narrowing"
by Nick Kralevich
· 12 years ago
e311b15
Merge "Fix c++11 narrowing"
by Nick Kralevich
· 12 years ago
481fb67
Add RecordThread media.log and deferred deallocation
by Glenn Kasten
· 12 years ago
3b546ca
Fix c++11 narrowing
by synergydev
· 12 years ago
fe346c7
Fix miscellanous AudioTrack::getTimestamp() bugs
by Glenn Kasten
· 12 years ago
4d0815d
Implement MonoPipe::getTimestamp
by Glenn Kasten
· 12 years ago
6466c9e
Add ExtendedAudioBufferProvider::framesReleased and onTimestamp
by Glenn Kasten
· 12 years ago
894d6be
Add NBAIO_Source::onTimestamp()
by Glenn Kasten
· 12 years ago
a07a1c2
Instantiate SingleStateQueue<AudioTimestamp>
by Glenn Kasten
· 12 years ago
767094d
Add NBAIO_Sink::getTimestamp()
by Glenn Kasten
· 12 years ago
ecba748
Add liblog
by Ying Wang
· 13 years ago
da0dc0a
Add liblog
by Ying Wang
· 13 years ago
10eb4b3
Add non-blocking event logger NBLog
by Glenn Kasten
· 13 years ago
11d8dfc
Add non-blocking event logger NBLog
by Glenn Kasten
· 13 years ago
fb6a5c3
Add NBAIO support for more sample rates
by Glenn Kasten
· 13 years ago
b64497e
Add NBAIO support for more sample rates
by Glenn Kasten
· 13 years ago
9bb6e65
Enable write side of MonoPipe to be shutdown
by Glenn Kasten
· 13 years ago
003d9f7
Enable write side of MonoPipe to be shutdown
by Glenn Kasten
· 13 years ago
99ae06b
Check clock_gettime(CLOCK_MONOTONIC) for failure
by Glenn Kasten
· 13 years ago
80b3273
Check clock_gettime(CLOCK_MONOTONIC) for failure
by Glenn Kasten
· 13 years ago
5e33395
Documentation on pipes
by Glenn Kasten
· 13 years ago
ba8da29
Documentation on pipes
by Glenn Kasten
· 13 years ago
fc7992b
Move libnbaio out of AudioFlinger
by Glenn Kasten
· 13 years ago
2dd4bdd
Move libnbaio out of AudioFlinger
by Glenn Kasten
· 13 years ago