• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

frameworks/av


RSS
Rev. Time Author
365928e 2009-09-04 04:27:26 Android (Google) Code Review

Merge change 23835 into eclair

* changes:
When encountering a .nomedia file, notify the MediaScannerClient, so that it can erase the data column for entries that are in the folder containing the .nomedia file. This prevents us from deleting (via a delete trigger) files when somebody adds a .nomedia file after the fact.

f482a41 2009-09-04 03:22:28 Marco Nelissen

When encountering a .nomedia file, notify the MediaScannerClient,
so that it can erase the data column for entries that are in the
folder containing the .nomedia file. This prevents us from
deleting (via a delete trigger) files when somebody adds a
.nomedia file after the fact.

bbc6808 2009-09-04 01:42:15 Andreas Huber

am f6190284: Merge change 23715 into eclair

Merge commit 'f619028470b63ba1c8e9d86fd2faab7bbece873b' into eclair-plus-aosp

* commit 'f619028470b63ba1c8e9d86fd2faab7bbece873b':
Setting the component role appears to be mandatory now for all mime types.

1d71746 2009-09-04 01:42:07 Andreas Huber

am 8e65337d: Merge change 23714 into eclair

Merge commit '8e65337d06a1cc4fe896d17a947d46ae5f7257a8' into eclair-plus-aosp

* commit '8e65337d06a1cc4fe896d17a947d46ae5f7257a8':
Some work to make audio encoding work.

7a6b9e2 2009-09-03 08:05:36 Andreas Huber

Setting the component role appears to be mandatory now for all mime types.

Also using CODEC_LOGV instead of vanilla LOGV to include the component name the message related to.

e5adbee 2009-09-03 06:01:43 Andreas Huber

Some work to make audio encoding work.

0477639 2009-09-03 02:26:13 Andreas Huber

am 040571aa: Merge change 23632 into eclair

Merge commit '040571aa2f71031376ff37ffa827d3612eb89340' into eclair-plus-aosp

* commit '040571aa2f71031376ff37ffa827d3612eb89340':
Increase buffer allocated to receive HTTP response, YouTube is rather verbose...

bc32742 2009-09-03 02:05:45 Android (Google) Code Review

Merge change 23632 into eclair

* changes:
Increase buffer allocated to receive HTTP response, YouTube is rather verbose...

ffc8a11 2009-09-03 01:26:08 Andreas Huber

am 854bcb95: Merge change 23539 into eclair

Merge commit '854bcb95ce5d8d75b843e8da1b691fa93395977c' into eclair-plus-aosp

* commit '854bcb95ce5d8d75b843e8da1b691fa93395977c':
Squashed commit of the following:

104b12d 2009-09-03 01:24:09 Andreas Huber

Increase buffer allocated to receive HTTP response, YouTube is rather verbose...

Yes, I know, fixed buffers are bad.

37940ee 2009-09-02 08:02:43 Andreas Huber

Squashed commit of the following:

commit c45bfbb97ccd05982008df47181f9c73abaf0497
Author: Andreas Huber <andih@google.com>
Date: Tue Sep 1 15:58:12 2009 -0700

This quirk should not be enabled by default in order to make the bug reproducible by the vendor.

commit 21d72e80e795fcae53d9c3bcc8ba6312b081e420
Author: Andreas Huber <andih@google.com>
Date: Tue Sep 1 15:55:45 2009 -0700

Undoing the hack to temporarily give up the lock to facilitate reading from the buffer source.

This simply causes too many issues, there need to be independent threads providing input buffers and dequeuing output buffers.

commit 84d507def8999c146ce124cc8edfe106c9ca70c2
Author: Andreas Huber <andih@google.com>
Date: Tue Sep 1 15:16:23 2009 -0700

The AAC components appear to output stereo data even if the input data is mono...

b15a52f 2009-09-02 03:46:14 Jean-Baptiste Queru

merge from open-source master

9a9d3f5 2009-09-01 08:47:09 Andreas Huber

am bf1071c0: Merge change 23356 into eclair

Merge commit 'bf1071c07979b03a9f5e8281aba82ed05513185e' into eclair-plus-aosp

* commit 'bf1071c07979b03a9f5e8281aba82ed05513185e':
Temporarily unlock our mutex while fetching a buffer from the upstream source.

53f2b2a 2009-09-01 08:40:08 Andreas Huber

Temporarily unlock our mutex while fetching a buffer from the upstream source.

6740ed8 2009-08-29 05:36:34 Andreas Huber

am 421f5f71: Merge change 23169 into eclair

Merge commit '421f5f71363a40e2d5bc7633b7faeb6b9bfc9fbe' into eclair-plus-aosp

* commit '421f5f71363a40e2d5bc7633b7faeb6b9bfc9fbe':
More assert => CHECK

9144085 2009-08-29 05:35:25 Android (Google) Code Review

Merge change 23169 into eclair

* changes:
More assert => CHECK

16bd73f 2009-08-29 05:32:54 Andreas Huber

am 4b027f12: Merge change 23165 into eclair

Merge commit '4b027f128fea32bfcabee55bf4d994400453c00c' into eclair-plus-aosp

* commit '4b027f128fea32bfcabee55bf4d994400453c00c':
Fixes a race condition between entering ERROR state and initial buffer submit.

6d43768 2009-08-29 05:32:48 Andreas Huber

More assert => CHECK

450bf4b 2009-08-29 05:18:14 Andreas Huber

Fixes a race condition between entering ERROR state and initial buffer submit.

6a26162 2009-08-29 00:44:39 Andreas Huber

am 01248f0f: Merge change 23103 into eclair

Merge commit '01248f0f18b681b69745ad716deff78a7c9e9adc' into eclair-plus-aosp

* commit '01248f0f18b681b69745ad716deff78a7c9e9adc':
Fixing the build.

a8a371c 2009-08-29 00:40:00 Andreas Huber

Fixing the build.

c53a8d3 2009-08-28 08:35:43 Andreas Huber

am bf8ecd7c: Merge change 22991 into eclair

Merge commit 'bf8ecd7c7ecfb3579a91b43d95e7fa0d8a0d63be' into eclair-plus-aosp

* commit 'bf8ecd7c7ecfb3579a91b43d95e7fa0d8a0d63be':
Apparently setting the preferred role of the OMX component is now required on this platform.

7f75ced 2009-08-28 08:34:15 Android (Google) Code Review

Merge change 22991 into eclair

* changes:
Apparently setting the preferred role of the OMX component is now required on this platform.

7d719af 2009-08-28 07:28:12 Andreas Huber

Apparently setting the preferred role of the OMX component is now required on this platform.

28ef816 2009-08-28 07:26:09 Andreas Huber

am c1dccce7: Merge change 22986 into eclair

Merge commit 'c1dccce74104c5ababb1118fda3ea43974adbad4' into eclair-plus-aosp

* commit 'c1dccce74104c5ababb1118fda3ea43974adbad4':
Squashed commit of the following:

ab0a5c4 2009-08-28 07:24:35 Android (Google) Code Review

Merge change 22986 into eclair

* changes:
Squashed commit of the following:

cf17f4e 2009-08-28 06:55:15 Andreas Huber

am 5352e237: Merge change 22968 into eclair

Merge commit '5352e237cad365f39c87aaeda3822c891c7ca474' into eclair-plus-aosp

* commit '5352e237cad365f39c87aaeda3822c891c7ca474':
Fix a typo.

e0f0b08 2009-08-28 06:50:58 Andreas Huber

Squashed commit of the following:

commit 3fa5f3ce910f34da0cedb8bcce1bd593db7eb740
Author: Andreas Huber <andih@google.com>
Date: Thu Aug 27 14:48:54 2009 -0700

Getting rid of more code now obsolete with the departure of OMXDecoder.

commit e0d923ec0c7bb60bec8eb97739036a4c70c0feef
Author: Andreas Huber <andih@google.com>
Date: Thu Aug 27 14:33:06 2009 -0700

Remove obsoleted OMXDecoder class. OMXDecoder is dead, long live OMXCodec.

83dc92f 2009-08-28 06:05:47 Andreas Huber

Fix a typo.

461280c 2009-08-28 05:12:28 Andreas Huber

am e18d4d01: Merge change 22938 into eclair

Merge commit 'e18d4d01152071f3a489a0d3077ad89dfa1f3851' into eclair-plus-aosp

* commit 'e18d4d01152071f3a489a0d3077ad89dfa1f3851':
Extend stagefright commandline up to enable vendor to reproduce specific bugs filed.