OSDN Git Service

android-x86/frameworks-av.git
2011-09-22 Edwin WongMerge "Modified loadPlugIns to load from /vendor and...
2011-09-22 Edwin WongModified loadPlugIns to load from /vendor and /system...
2011-09-21 Andreas HuberMerge "Support some .avi files containing H.264 video...
2011-09-21 Andreas HuberSupport some .avi files containing H.264 video, log...
2011-09-21 Glenn KastenBug 5234242 audio continues after discontinuity
2011-09-20 The Android... Reconcile with ics-factoryrom-release
2011-09-20 The Android... merge in ics-factoryrom-release history after reset...
2011-09-20 James DongAdd QVGA resolution to CamcorderProfile
2011-09-20 James Dongam 92d0a64b: Merge "Add QVGA resolution to CamcorderPro...
2011-09-20 James DongAdd QVGA resolution to CamcorderProfile
2011-09-19 Andreas HuberRemove an O(n^2) algorithm in MPEG4Extractor.cpp to...
2011-09-19 Andreas HuberMerge "In order to recover from video lagging behind...
2011-09-16 Andreas HuberIn order to recover from video lagging behind audio...
2011-09-16 Nick KralevichMerge "AudioResampler: use relative instead of absolute...
2011-09-16 Nick KralevichAudioResampler: use relative instead of absolute labels
2011-09-16 Andreas HuberVarious improvements to nuplayer playback
2011-09-15 James DongMerge "Change an assert failure due to unsupported...
2011-09-14 Eric LaurentMerge "Issue 5298399: Lost speech after a crash in...
2011-09-14 Eric LaurentIssue 5298399: Lost speech after a crash in gTalk.
2011-09-13 Eric LaurentMerge "Issue 4345021: Audio routed to multiple devices..."
2011-09-13 Eric LaurentIssue 4345021: Audio routed to multiple devices...
2011-09-13 Andreas HuberMerge "Support .avi tracks that have a sample size...
2011-09-13 Andreas HuberSupport .avi tracks that have a sample size of 1, i...
2011-09-13 James DongChange an assert failure due to unsupported level by...
2011-09-13 Andreas HuberDon't post position updates too frequently
2011-09-12 Andreas HuberMerge "Turn an another assertion into a runtime error...
2011-09-12 Andreas HuberTurn an another assertion into a runtime error in ACode...
2011-09-12 Andreas HuberIncrease the avi extractor's confidence slighly over...
2011-09-09 Guang ZhuMake MediaScanner skip certain directories
2011-09-09 James DongMerge "Don't check mFilledBuffers whether it is empty...
2011-09-09 James DongDon't check mFilledBuffers whether it is empty or not...
2011-09-08 Eric LaurentMerge "AudioTrack: extend callback thread sleep time"
2011-09-08 Pannag SanketiMerge "Always set geometry in queuebuffer"
2011-09-08 Eric LaurentAudioTrack: extend callback thread sleep time
2011-09-08 Pannag SanketiAlways set geometry in queuebuffer
2011-09-08 Andreas HuberAudio player must not be used as a timesource before...
2011-09-07 Glenn KastenMerge "Bug 5270905 fix MediaPlayer with IStreamSource"
2011-09-07 Glenn KastenBug 5270905 fix MediaPlayer with IStreamSource
2011-09-07 Pannag SanketiMerge "Fixing bug in SurfaceMediaSource_test"
2011-09-07 Andreas HuberApparently keyframe status in audio tracks of .webm...
2011-09-07 Andreas HuberMerge "Stop metadata retriever from dereferencing a...
2011-09-07 James DongRevert "To make SniffMP3() more concrete so that we...
2011-09-06 Andreas HuberStop metadata retriever from dereferencing a NULL point...
2011-09-06 Eric LaurentMerge "Issue 5247986: Battery drain due to audio wakelock"
2011-09-06 Eric LaurentIssue 5247986: Battery drain due to audio wakelock
2011-09-06 Dave BurkeMerge "Handle setDataSource failures properly. #5261671"
2011-09-06 Dave BurkeHandle setDataSource failures properly. #5261671
2011-09-06 James DongMerge "Don't overwrite pending port setting change...
2011-09-03 Pannag SanketiFixing bug in SurfaceMediaSource_test
2011-09-02 Eric LaurentFix issue 5252593: any app can restart the runtime
2011-09-02 Andreas HuberProperly serialize access to FileSource::getSize by...
2011-09-02 Dave BurkeRequire INTERNET permission for network-based content.
2011-09-02 James DongDon't overwrite pending port setting change if there...
2011-09-01 Andreas HuberMerge "Guard the audio notifications with a separate...
2011-09-01 Andreas HuberGuard the audio notifications with a separate lock...
2011-09-01 Andreas HuberSignal an error when encountering a malformed .ts stream.
2011-09-01 Wu-cheng LiAdd video snapshot camera parameter.
2011-09-01 Pannag SanketiMerge "Incr. MIN_UNDEQUEUED_BUFFERS in SurfaceMediaSource"
2011-09-01 Pannag SanketiIncr. MIN_UNDEQUEUED_BUFFERS in SurfaceMediaSource
2011-08-31 Andreas HuberMerge "I have one HLS stream that switches stream PIDs...
2011-08-31 Andreas HuberMerge "Discontinuities are only signalled on streams...
2011-08-31 Andreas HuberI have one HLS stream that switches stream PIDs from...
2011-08-31 Andreas HuberDiscontinuities are only signalled on streams that...
2011-08-31 Pannag SanketiMerge "Update SurfaceMediaSource_test to not use pbuffe...
2011-08-31 James DongMerge "Fix a crash where the EOS was signalled but...
2011-08-31 Eino-Ville... Merge "Fix SurfaceMediaSource timestamp handling."
2011-08-31 Gloria WangMerge "Stop the AudioSource in reset() of AwesomePlayer...
2011-08-31 Gloria WangStop the AudioSource in reset() of AwesomePlayer if...
2011-08-31 Andreas HuberMerge "ATSParser now supports a mode in which PTS is...
2011-08-31 Pannag SanketiUpdate SurfaceMediaSource_test to not use pbuffer configs
2011-08-31 Mathias AgopianMerge "fix Surface positions are not floats"
2011-08-31 Mathias Agopianfix Surface positions are not floats
2011-08-31 James DongFix a crash where the EOS was signalled but some output...
2011-08-30 Andreas HuberATSParser now supports a mode in which PTS is considere...
2011-08-30 Eric LaurentMerge "226483: A2DP connected, but music out to speaker"
2011-08-30 Eino-Ville... Fix SurfaceMediaSource timestamp handling.
2011-08-30 Eric Laurent226483: A2DP connected, but music out to speaker
2011-08-30 Jean-Michel... Merge "Bug 5156756 Fix AAC ADTS header size computation"
2011-08-30 Jean-Michel... Bug 5156756 Fix AAC ADTS header size computation
2011-08-29 Eric LaurentMerge "Audioflinger: reverse logic of BT NREC indication"
2011-08-29 Eric LaurentAudioflinger: reverse logic of BT NREC indication
2011-08-29 Andreas HuberReturn an error to the client instead of asserting...
2011-08-29 Andreas HuberMerge "Signal errors to the client instead of asserting...
2011-08-28 Pannag SanketiMerge "Default W, H allowed in SurfaceMediaSource dequeue"
2011-08-27 Pannag SanketiMerge "Modify enum value of OMX_COLOR_FormatAndroidOpaque"
2011-08-27 Pannag SanketiMerge "Fixing small syntax error in MPEG4 logging"
2011-08-27 Pannag SanketiModify enum value of OMX_COLOR_FormatAndroidOpaque
2011-08-27 Pannag SanketiFixing small syntax error in MPEG4 logging
2011-08-26 Andreas HuberSignal errors to the client instead of asserting in...
2011-08-26 Andreas HuberMerge "Support for posting messages and synchronously...
2011-08-26 Andreas HuberProperly reset the number of frames we think we've...
2011-08-26 Jean-Michel... Merge "Bug 4364249 Play position is 0 after flushing...
2011-08-26 Jean-Michel... Bug 4364249 Play position is 0 after flushing AudioTrack
2011-08-25 Andreas HuberSupport for posting messages and synchronously waiting...
2011-08-25 Andreas HuberMerge "When encountering a discontinuity, flush(clear...
2011-08-25 Andreas HuberWhen encountering a discontinuity, flush(clear) all...
2011-08-25 Gloria WangMerge "Set mSeekNotificationSent as false for RTSP...
2011-08-25 Gloria WangSet mSeekNotificationSent as false for RTSP seeking.
2011-08-25 James DongMerge "When Camera is launched by media recording frame...
2011-08-25 James DongWhen Camera is launched by media recording framework...
next