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
/
libstagefright
Commit message (
Expand
)
Author
Age
Files
Lines
*
Squashed commit of the following:
Andreas Huber
2010-01-12
15
-63
/
+1178
*
Merge "The mp3 decoder should not assert that decoding was successful but ret...
Andreas Huber
2010-01-11
1
-1
/
+6
|
\
|
*
The mp3 decoder should not assert that decoding was successful but return an ...
Andreas Huber
2010-01-11
1
-1
/
+6
*
|
Fix an uninitialized read detected by valgrind. The array to be copied is sta...
Andreas Huber
2010-01-11
1
-1
/
+1
|
/
*
Reorganize some of the stagefright implementation related to metadata.
Andreas Huber
2010-01-08
4
-0
/
+332
*
Quick and dirty implementation to follow http redirects in stagefright.
Andreas Huber
2010-01-05
2
-11
/
+112
*
Merge "Protect against possible temporary objects going away before we get at...
Andreas Huber
2010-01-05
3
-4
/
+7
|
\
|
*
Protect against possible temporary objects going away before we get at their ...
Andreas Huber
2010-01-05
3
-4
/
+7
*
|
I must have broken raw-audio decoding in the recent past, this fixes it.
Andreas Huber
2010-01-05
1
-4
/
+15
|
/
*
Merge "Fix mpeg4/h.263 software decoder."
Andreas Huber
2010-01-04
2
-17
/
+62
|
\
|
*
Fix mpeg4/h.263 software decoder.
Andreas Huber
2010-01-04
2
-17
/
+62
*
|
Fix avc software decoder to properly handle SEI nalType and access unit delim...
Andreas Huber
2010-01-04
1
-2
/
+8
|
/
*
Add missing shared libraries in linker commands. Currently these libraries are
Doug Kwan
2009-12-22
1
-1
/
+1
*
am 122fe7e1: am 4d0e827d: Attempt to fix simular build break. Missing header ...
James Dong
2009-12-19
2
-1
/
+2
|
\
|
*
Attempt to fix simular build break.
James Dong
2009-12-19
2
-1
/
+2
*
|
am 2473eb4a: am 4e4795c8: Fix a memory corruption problem in software M4v/H26...
James Dong
2009-12-19
3
-10
/
+13
|
\
\
|
|
/
|
*
Fix a memory corruption problem in software M4v/H263 decoder due to out-of-sc...
James Dong
2009-12-18
3
-10
/
+13
*
|
am 254e0025: am 791c626a: Merge change Ibac388a3 into eclair-mr2
Gloria Wang
2009-12-18
2
-11
/
+184
|
\
\
|
|
/
|
*
Merge change Ibac388a3 into eclair-mr2
Android (Google) Code Review
2009-12-18
2
-11
/
+184
|
|
\
|
|
*
Add support for XING header
Gloria Wang
2009-12-17
2
-11
/
+184
*
|
|
am 5614c2c6: am 02f5b544: Initial checkins of the mpeg4 and h263 software dec...
James Dong
2009-12-18
55
-0
/
+21759
|
\
\
\
|
|
/
/
|
*
|
Initial checkins of the mpeg4 and h263 software decoders based on PV
James Dong
2009-12-17
55
-0
/
+21759
|
|
/
*
|
Attempt to fix the simulator build by including stdlib.h for NULL.
Andreas Huber
2009-12-17
1
-0
/
+2
|
/
*
Squashed commit of the following:
Andreas Huber
2009-12-17
10
-56
/
+1009
*
Add a new API to support determining the roles of an OMX component specified ...
Andreas Huber
2009-12-15
8
-134
/
+95
*
Properly integrate the software codecs into the OMXCodec::Create hierarchy of...
Andreas Huber
2009-12-15
1
-21
/
+82
*
It's important that seek requests are only specified in the initial call to M...
Andreas Huber
2009-12-14
1
-0
/
+1
*
Merge change I1314e737 into eclair-mr2
Android (Google) Code Review
2009-12-14
7
-16
/
+107
|
\
|
*
AwesomePlayer now renders either remote (IOMXRenderer) or locally depending o...
Andreas Huber
2009-12-14
7
-16
/
+107
*
|
The software AVCDecoder now properly seeks as requested.
Andreas Huber
2009-12-14
2
-2
/
+36
|
/
*
Initial checkin of software AMR NB encoder based on PV source code.
Andreas Huber
2009-12-11
114
-3
/
+39577
*
Propagate duration from input to output only if available, support multiple f...
Andreas Huber
2009-12-11
6
-31
/
+56
*
Removing an unused header file and a stale forward declaration. Also handling...
Andreas Huber
2009-12-11
3
-45
/
+7
*
remote destructors are not synchronously executed by the binder...
Andreas Huber
2009-12-11
1
-0
/
+3
*
Fix seek-on-startup behaviour in AwesomePlayer.
Andreas Huber
2009-12-11
1
-3
/
+9
*
Merge change Ia67d5388 into eclair-mr2
Android (Google) Code Review
2009-12-11
1
-0
/
+13
|
\
|
*
remote destructors are not synchronously executed by the binder...
Andreas Huber
2009-12-11
1
-0
/
+13
*
|
Initial checkin of software AVC video decoder based on PV source code.
Andreas Huber
2009-12-10
38
-18
/
+16372
|
/
*
Merge change I3c01bb62 into eclair-mr2
Android (Google) Code Review
2009-12-10
2
-0
/
+32
|
\
|
*
Adding copyright headers to recently introduced decoder source files.
Andreas Huber
2009-12-10
2
-0
/
+32
*
|
Initial check in of AMR (NB and WB) decoders based on PV source code.
Andreas Huber
2009-12-10
289
-0
/
+75184
|
/
*
Make sure to use the hand-tweaked-assembly version of the relevant mp3 code i...
Andreas Huber
2009-12-08
1
-4
/
+6
*
Merge change Ib16e5543 into eclair-mr2
Android (Google) Code Review
2009-12-08
1
-9
/
+10
|
\
|
*
Fix the mp3 audio extractor that would occasionally return an invalid frame d...
Andreas Huber
2009-12-07
1
-9
/
+10
*
|
Merge change I8f658214 into eclair-mr2
Android (Google) Code Review
2009-12-08
3
-8
/
+19
|
\
\
|
*
|
Minor tweaks to the mp3 and aac software decoders, propagate duration to outp...
Andreas Huber
2009-12-07
3
-8
/
+19
|
|
/
*
|
Note to self: Don't reverse the arguments to fseek(o)...
Andreas Huber
2009-12-07
1
-1
/
+1
|
/
*
Initial checkin of stagefright MP3 audio decoder based on PV source code.
Andreas Huber
2009-12-07
89
-412
/
+19735
*
Fixing the build, only instantiate the software aac decoder in full stagefrig...
Andreas Huber
2009-12-07
2
-0
/
+6
*
Initial check in of stagefright software AAC decoder based on PV source code.
Andreas Huber
2009-12-07
342
-0
/
+81958
[next]