index
:
frameworks_av.git
replicant-4.2
replicant-6.0
frameworks/av
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
media
/
libmedia
Commit message (
Expand
)
Author
Age
Files
Lines
*
am 90d59d18: Merge "Metadata.cpp and Metadata.java had drifted out of sync. T...
Andreas Huber
2010-10-13
1
-1
/
+1
|
\
|
*
Metadata.cpp and Metadata.java had drifted out of sync. This change remedies ...
Andreas Huber
2010-10-13
1
-1
/
+1
*
|
am 312644cd: Merge "Support for writing to MPEG2 transport stream files." int...
Andreas Huber
2010-10-13
1
-1
/
+1
|
\
\
|
|
/
|
*
Support for writing to MPEG2 transport stream files.
Andreas Huber
2010-10-12
1
-1
/
+1
*
|
am b37fcbfd: Merge "Added getter for session Id to AudioSink" into gingerbread
Eric Laurent
2010-10-08
1
-0
/
+1
|
\
\
|
|
/
|
*
Added getter for session Id to AudioSink
Eric Laurent
2010-10-07
1
-0
/
+1
*
|
am 220ab887: Merge "Issue 3032913: improve AudioTrack recovery time" into gin...
Eric Laurent
2010-09-30
1
-0
/
+8
|
\
\
|
|
/
|
*
Issue 3032913: improve AudioTrack recovery time
Eric Laurent
2010-09-30
1
-0
/
+8
*
|
am 9627847d: Merge "Fix error in AudioEffect command status reporting." into ...
Eric Laurent
2010-09-27
2
-11
/
+21
|
\
\
|
|
/
|
*
Fix error in AudioEffect command status reporting.
Eric Laurent
2010-09-24
2
-11
/
+21
*
|
am f30fae63: Merge "Add a check to track a problem the monkey script has been...
Marco Nelissen
2010-09-17
1
-0
/
+3
|
\
\
|
|
/
|
*
Add a check to track a problem the monkey script has been triggering.
Marco Nelissen
2010-09-17
1
-0
/
+3
*
|
am 12006013: fixedfft: Only includes cpu-features.h when __arm__ is defined.
Chia-chi Yeh
2010-08-30
1
-1
/
+1
|
\
\
|
|
/
|
*
fixedfft: Only includes cpu-features.h when __arm__ is defined.
Chia-chi Yeh
2010-08-31
1
-1
/
+1
*
|
am 67b50606: Merge "Fix the simulator build." into gingerbread
Eric Laurent
2010-08-25
1
-0
/
+2
|
\
\
|
|
/
|
*
Fix the simulator build.
Eric Laurent
2010-08-25
1
-0
/
+2
*
|
am b80e610b: Merge "Visualizer: replace the FFT implementation with a faster ...
Chia-chi Yeh
2010-08-22
3
-31
/
+177
|
\
\
|
|
/
|
*
Visualizer: replace the FFT implementation with a faster one.
Chia-chi Yeh
2010-08-19
3
-31
/
+177
*
|
resolved conflicts for merge of 0b7bd95d to gingerbread-plus-aosp
Jean-Baptiste Queru
2010-08-17
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Fix compilation errors in libmedia, libstagefright.
Rene Bolldorf
2010-08-17
1
-2
/
+2
|
*
fix inaccurate copyrights
Jean-Baptiste Queru
2010-07-29
1
-1
/
+1
*
|
Fix all fd leaks in authoring engine
James Dong
2010-08-11
1
-0
/
+2
*
|
Fixed several audio effects problems.
Eric Laurent
2010-08-09
1
-3
/
+22
*
|
Support for Gtalk video, includes AMR/H.263 assembler and packetization suppo...
Andreas Huber
2010-08-04
1
-1
/
+1
*
|
Fix issue 2876124.
Eric Laurent
2010-08-04
1
-1
/
+2
*
|
resolved conflicts for merge of 27eecb70 to gingerbread
Jean-Baptiste Queru
2010-07-30
1
-1
/
+1
|
\
\
|
*
|
fix inaccurate copyrights
Jean-Baptiste Queru
2010-07-29
1
-1
/
+1
|
|
/
*
|
Audio effects: modified command() parameter types.
Eric Laurent
2010-07-28
4
-16
/
+32
*
|
Added support for auxiliary audio effects to AudioTrack and MediaPlayer.
Eric Laurent
2010-07-21
3
-3
/
+67
*
|
Audio policy manager changes for audio effects
Eric Laurent
2010-07-20
3
-22
/
+192
*
|
Fix swap of sessionId and output in audio effect API.
Jean-Michel Trivi
2010-07-09
1
-2
/
+2
*
|
Merge "Added Visualizer effect." into gingerbread
Eric Laurent
2010-07-07
5
-96
/
+347
|
\
\
|
*
|
Added Visualizer effect.
Eric Laurent
2010-07-07
5
-96
/
+347
*
|
|
Add multiple camera support for in MediaProfiles.
Chih-Chung Chang
2010-07-01
1
-16
/
+65
|
/
/
*
|
Separate MediaRecorderClient with MediaPlayerClient
James Dong
2010-06-28
3
-4
/
+75
*
|
Various fixes and improvements in audio effects implementation
Eric Laurent
2010-06-25
2
-7
/
+8
*
|
Properly assign LOG_TAGs in OMXMaster.cpp and MediaScanner.cpp
Andreas Huber
2010-06-23
1
-0
/
+4
*
|
Merge "Added support for audio sessions in MediaPlayer and AudioTrack." into ...
Eric Laurent
2010-06-22
3
-9
/
+42
|
\
\
|
*
|
Added support for audio sessions in MediaPlayer and AudioTrack.
Eric Laurent
2010-06-22
3
-9
/
+42
*
|
|
media: add AudioRecord::getMinFrameCount().
Chia-chi Yeh
2010-06-23
1
-25
/
+38
|
/
/
*
|
media: add AudioTrack::getMinFrameCount().
Chia-chi Yeh
2010-06-21
1
-0
/
+29
*
|
Issue 2667802: [Audio Effect Framework] AudioEffect base class and JNI.
Eric Laurent
2010-06-11
2
-1
/
+464
*
|
Issue 2667801: [Audio Effect Framework] AudioFlinger, AudioMixer AudioTrack m...
Eric Laurent
2010-06-03
5
-19
/
+358
*
|
Fix issue 2667797: [Audio Effect Framework] new base class and binder interfa...
Eric Laurent
2010-05-24
3
-1
/
+335
*
|
Fix issue 2553359: Pandora does not work well with Passion deskdock / Cardock.
Eric Laurent
2010-05-17
2
-77
/
+107
*
|
don't hardcode "mSurface" throughout our source code
Mathias Agopian
2010-04-12
1
-1
/
+1
|
/
*
Use local lock for most MediaMetadataRetriever methods. Bug 2560834.
Dave Sparks
2010-04-01
1
-0
/
+7
*
libutils Condition are now PRIVATE by default
Mathias Agopian
2010-03-19
1
-2
/
+4
*
Merge "Fix issue 2416481: Support Voice Dialer over BT SCO."
Eric Laurent
2010-03-17
1
-2
/
+13
|
\
|
*
Fix issue 2416481: Support Voice Dialer over BT SCO.
Eric Laurent
2010-03-16
1
-2
/
+13
[next]