OSDN Git Service

android-x86/frameworks-av.git
2012-02-08 Glenn KastenRename type() to streamType()
2012-02-08 Glenn KastenCombine duplicate code & document wp<> in mClients
2012-02-08 Glenn KastenUse audio_io_handle_t consistently instead of int
2012-02-08 Glenn KastenSimplify destructors
2012-02-08 Glenn KastenEffect UUID inputs passed by pointer are const
2012-02-08 Glenn KastenMerge "Use pid_t not int"
2012-02-08 Glenn KastenMerge "Don't double destruct audio_track_cblk_t"
2012-02-08 Glenn KastenMerge "AudioFlinger methods const and inline"
2012-02-08 Glenn KastenMerge "Remove dead mutex in AudioTrack/AudioRecord...
2012-02-08 Glenn KastenMerge "Use virtual destructors"
2012-02-08 Glenn KastenMerge "Improve performance for sp<> on stack"
2012-02-08 Glenn KastenMerge "AudioTrack declare more methods const"
2012-02-08 Glenn KastenMerge "Use 0 not NULL for sp<> and wp<>"
2012-02-08 Glenn KastenMerge "Use bool instead of int"
2012-02-08 Glenn KastenMerge "Declare more IAudioFlinger methods const"
2012-02-08 Glenn KastenMerge "Remove dead code"
2012-02-07 Andreas HuberMerge "MatroskaExtractor: to support MPEG4 and MP3...
2012-02-06 James DongDon't call virtual function in destructor of SurfaceMed...
2012-02-04 James DongMerge "Don't call virtual functions in the destructor...
2012-02-04 Glenn KastenDon't double destruct audio_track_cblk_t
2012-02-04 Glenn KastenUse pid_t not int
2012-02-04 Glenn KastenRemove dead code
2012-02-03 Glenn KastenAudioTrack declare more methods const
2012-02-03 Glenn KastenDeclare more IAudioFlinger methods const
2012-02-03 James DongMerge "Don't call virtual functions in destructors...
2012-02-03 Glenn KastenUse bool instead of int
2012-02-03 Glenn KastenAudioFlinger methods const and inline
2012-02-03 Glenn KastenUse virtual destructors
2012-02-03 James DongMerge "Keep AACEncoder around for a bit longer to have...
2012-02-03 Glenn KastenUse 0 not NULL for sp<> and wp<>
2012-02-03 James DongKeep AACEncoder around for a bit longer to have more...
2012-02-03 Glenn KastenMerge "Use audio_in_acoustics_t consistently"
2012-02-03 Glenn KastenMerge "Use ToneGenerator::tone_type consistently"
2012-02-03 Glenn KastenUse NULL not 0 for raw pointers
2012-02-03 Glenn KastenMerge "For performance, return large objects by reference"
2012-02-03 Glenn KastenMerge "No need to check a wp<> for 0 before promote()"
2012-02-03 Glenn KastenConstructor initialization and const fields
2012-02-03 Glenn KastenMerge "Cleanup thread types"
2012-02-03 Glenn KastenMerge "Make AudioTrack control block volume field private"
2012-02-03 James DongDon't call virtual functions in the destructor for...
2012-02-02 James DongDon't call virtual functions in destructors for the...
2012-02-02 Glenn KastenMerge "Fix const sp<>& in parameter list and return...
2012-02-02 James DongMerge "Removed a loop for buffer lookup"
2012-02-02 Glenn KastenMerge "Unconditional delete"
2012-02-02 Glenn KastenMerge "More audio_stream_type_t"
2012-02-02 Glenn KastenRemove dead mutex in AudioTrack/AudioRecord thread
2012-02-02 James DongRemoved a loop for buffer lookup
2012-02-02 Eric LaurentMerge "modifications for new webrtc modules"
2012-02-02 James DongMerge "Remove the restriction that the width must be...
2012-02-01 James DongRemove the restriction that the width must be a multipl...
2012-02-01 Andreas HuberThe AMR WB software encoder is now an OMX component.
2012-02-01 Eric Laurentmodifications for new webrtc modules
2012-02-01 Andreas HuberThe software AMR NB encoder is now an OMX component.
2012-02-01 James DongMerge "add tests module tag to omx_tests"
2012-01-31 James Dongadd tests module tag to omx_tests
2012-01-31 James DongMerge "First step of refactoring 'timedtext' code."
2012-01-31 Andreas HuberSlighly improve the API to discover if the OMX stack...
2012-01-31 Andreas HuberMerge "Make sure our aac decoder handles this parameter."
2012-01-31 Insun KangFirst step of refactoring 'timedtext' code.
2012-01-31 Andreas HuberMake sure our aac decoder handles this parameter.
2012-01-30 The Android... am 827a597d: Reconcile with ics-mr1-release
2012-01-30 The Android... Reconcile with ics-mr1-release
2012-01-30 Glenn KastenFor performance, return large objects by reference
2012-01-30 Glenn KastenImprove performance for sp<> on stack
2012-01-30 Andreas HuberInstantiate software codecs locally whenever possible.
2012-01-30 Glenn KastenFix const sp<>& in parameter list and return value
2012-01-28 Glenn KastenUnconditional delete
2012-01-28 Glenn KastenMore audio_stream_type_t
2012-01-28 Glenn KastenNo need to check a wp<> for 0 before promote()
2012-01-28 Glenn KastenUse ToneGenerator::tone_type consistently
2012-01-27 Glenn KastenUse audio_in_acoustics_t consistently
2012-01-27 Glenn KastenMerge "Use audio_source_t consistently"
2012-01-27 Glenn KastenMerge "AudioStreamIn and AudioStreamOut"
2012-01-27 Glenn KastenMerge "Declare methods in binder opcode order"
2012-01-27 Glenn KastenMerge "Use enum effect_state consistently"
2012-01-27 Glenn KastenMerge "Use enum track_state consistently"
2012-01-27 Glenn KastenMerge "Use enum mixer_state consistently"
2012-01-27 Glenn KastenUse audio_source_t consistently
2012-01-27 Andreas HuberMerge "The software AAC encoder is now an OMX component."
2012-01-26 Glenn KastenAudioStreamIn and AudioStreamOut
2012-01-26 Andreas HuberThe software AAC encoder is now an OMX component.
2012-01-26 Glenn KastenCleanup thread types
2012-01-26 Glenn KastenDeclare methods in binder opcode order
2012-01-26 Glenn KastenUse enum mixer_state consistently
2012-01-26 Glenn KastenUse enum effect_state consistently
2012-01-26 Glenn KastenUse enum track_state consistently
2012-01-26 Ben ChengPreserve NEON callee-save registers d8-d15.
2012-01-25 Jean-Baptiste... am 95306d85: am 64085d03: am 12045502: Merge "stagefrig...
2012-01-25 Jean-Baptiste... am 64085d03: am 12045502: Merge "stagefright aacenc...
2012-01-25 Jean-Baptiste... am 12045502: Merge "stagefright aacenc: Fix type defini...
2012-01-25 Jean-Baptiste... Merge "stagefright aacenc: Fix type definitions for...
2012-01-25 Jean-Baptiste... am e2594b85: am 4cd2b343: am 98539a4e: Merge "stagefrig...
2012-01-25 Jean-Baptiste... am a3946104: am fc2ea24b: am d80cbb8c: Merge "stagefrig...
2012-01-25 Eric Laurentam 535b0264: am 7eeaf3f0: Merge "AudioFlinger: refine...
2012-01-25 Eric Laurentam dd347d51: (-s ours) am 41773d46: Merge "DO NOT MERGE...
2012-01-24 Jean-Baptiste... am 4cd2b343: am 98539a4e: Merge "stagefright amrwbenc...
2012-01-24 Jean-Baptiste... am fc2ea24b: am d80cbb8c: Merge "stagefright aacenc...
2012-01-24 Jean-Baptiste... am 98539a4e: Merge "stagefright amrwbenc: Make the...
2012-01-24 Jean-Baptiste... am d80cbb8c: Merge "stagefright aacenc: Add missing...
2012-01-24 Jean-Baptiste... Merge "stagefright amrwbenc: Make the mem_malloc functi...
next