- 135ad07 Fix issue 2667796: [Audio Effect Framework] Effect factory and libraries. by Eric Laurent · 16 years ago
- c021386 Merge "Update software AVC decoder to no longer require the kWantsNALFragments hack." into kraken by Andreas Huber · 16 years ago
- 528b314 Update software AVC decoder to no longer require the kWantsNALFragments hack. by Andreas Huber · 16 years ago
- af991a9 Merge "Workaround for preview frame rate setting and encoder profile and level settings on passion 1. QCOM camera HAL does not honor the preview frame rate set request. see bug - 2701282 2. QCOM video encoder has lots of 0-length output buffers if the default level setting is changed. see bug - 2660974" into kraken by James Dong · 16 years ago
- 7405500 Workaround for preview frame rate setting and encoder profile and level settings on passion by James Dong · 16 years ago
- cf14f10 am 3c16154a: am 2723e092: Merge "Better handling of codec initialization failure in the player and thumbnail extractor. Return a runtime error instead of asserting if the software MPEG4/H.263 decoder fails to initialize." into froyo by Andreas Huber · 16 years ago
- 8fe7fa8 am 2723e092: Merge "Better handling of codec initialization failure in the player and thumbnail extractor. Return a runtime error instead of asserting if the software MPEG4/H.263 decoder fails to initialize." into froyo by Andreas Huber · 16 years ago
- 139a5d5 Better handling of codec initialization failure in the player and thumbnail extractor. Return a runtime error instead of asserting if the software MPEG4/H.263 decoder fails to initialize. by Andreas Huber · 16 years ago
- 956c553 Initial software encoder checkins by James Dong · 16 years ago
- d1b449a Fix issue 2553359: Pandora does not work well with Passion deskdock / Cardock. by Eric Laurent · 16 years ago
- ea10bc6 am a5cd816c: am eb9128f9: Fix sampleTable instantiation, this makes sure that the sample table refers to the custom datasource that caches the metadata to prevent needless seeking. by Andreas Huber · 16 years ago
- c0b42f2 am eb9128f9: Fix sampleTable instantiation, this makes sure that the sample table refers to the custom datasource that caches the metadata to prevent needless seeking. by Andreas Huber · 16 years ago
- 1edbcb2 Fix sampleTable instantiation, this makes sure that the sample table refers to the custom datasource that caches the metadata to prevent needless seeking. by Andreas Huber · 16 years ago
- f0ce2fb Detect and handle premature termination of a recording session by James Dong · 16 years ago
- 3c0131f Audio/video initial recording time synchronization by James Dong · 16 years ago
- d599cd4 Handle recording file size and/or duration limit by James Dong · 16 years ago
- 2e90514 am 1d628c5d: merge from open-source master by The Android Open Source Project · 16 years ago
- 4ac3585 merge from open-source master by The Android Open Source Project · 16 years ago
- 4947577 Merge "Accept media files by file extension in case insensitive manner." by Jean-Baptiste Queru · 16 years ago
- 65ae665 Remove dummy surface in CameraSource by James Dong · 16 years ago
- 7838252 am 28fadef2: am 3c78a1b5: Return a runtime error instead of asserting if the AACDecoder is passed an unsupported config. by Andreas Huber · 16 years ago
- a945bfd Return a runtime error instead of asserting if the AACDecoder is passed an unsupported config. by Andreas Huber · 16 years ago
- f8fb8b8 should fix the build by Mathias Agopian · 16 years ago
- 8229dab am b003ad17: am e0dc80f8: Merge "Support for customizable socket-read timeouts through the HTTP response." into froyo by Andreas Huber · 16 years ago
- f5ef7f2 am 227e443a: am d6ad7c85: Merge "Better seek handling and proper reset of the vorbis decoder after a discontinuity (seek)" into froyo by Andreas Huber · 16 years ago
- ef9d0cd Added initial validation on video/audio encoding parameters before/at start() by James Dong · 16 years ago
- d2333bd Merge "Support for customizable socket-read timeouts through the HTTP response." into froyo by Andreas Huber · 16 years ago
- ba7c357 Support for customizable socket-read timeouts through the HTTP response. by Andreas Huber · 16 years ago
- 7837c17 Output streamable MP4 file during MP4 file recording by James Dong · 16 years ago
- 96f52cd Better seek handling and proper reset of the vorbis decoder after a discontinuity (seek) by Andreas Huber · 16 years ago
- 10a49e9 Merge "Metadata construction optimization" into kraken by James Dong · 16 years ago
- b1ccb62 am 17078510: am d13efb20: Merge "A new OggExtractor/VorbisDecoder combo to support approximate seeking." into froyo by Andreas Huber · 16 years ago
- 35a055b Support multiple cameras in framework. by Chih-Chung Chang · 16 years ago
- ee7ff20 A new OggExtractor/VorbisDecoder combo to support approximate seeking. by Andreas Huber · 16 years ago
- be83c9e Metadata construction optimization by James Dong · 16 years ago
- d8a3034 am 71bd9fc8: am 100ef9be: Merge "Disable vorbis seek when streaming from localhost." into froyo by Andreas Huber · 16 years ago
- f932583 Merge "Disable vorbis seek when streaming from localhost." into froyo by Andreas Huber · 16 years ago
- acdd9d0 Disable vorbis seek when streaming from localhost. by Andreas Huber · 16 years ago
- 71ec1d3 am 2a1674b1: am 2d315667: For issue #2651381, allow library prelinking. by Dan Bornstein · 16 years ago
- 77356c3 For issue #2651381, allow library prelinking. by Dan Bornstein · 16 years ago
- 13aec89 Support audio and video track interleaving in the recorded mp4 file by James Dong · 16 years ago
- aa9ca29 Merge "Support AAC recording" into kraken by James Dong · 16 years ago
- 3830a4f am 8ea45aad: am e083d0a2: Merge "Support for Ogg Vorbis decoding in stagefright." into froyo by Andreas Huber · 16 years ago
- 3cf4e43 Support for Ogg Vorbis decoding in stagefright. by Andreas Huber · 16 years ago
- 050b28a Support AAC recording by James Dong · 16 years ago
- c32cd79 Use timestamp from camera driver for CameraSource by James Dong · 16 years ago
- 261741e am 31431b34: am 374aee68: Switch to use software MP3 decoder Hardware MP3 decoder could lead to hang in the Music application, although the chance is very low. by James Dong · 16 years ago
- 0b5ba9e Switch to use software MP3 decoder by James Dong · 16 years ago
- add08eb am 89e28cbe: am 9e609b0d: Merge "Apparently select() does not immediately return if one of the masked socket descriptors is closed... Stop relying on select for read-with-timeout functionality and use SO_RCVTIMEO socket option instead." into froyo by Andreas Huber · 16 years ago
- 4bf29ca Apparently select() does not immediately return if one of the masked socket descriptors is closed... Stop relying on select for read-with-timeout functionality and use SO_RCVTIMEO socket option instead. by Andreas Huber · 16 years ago
- fdce1cc am 1e1edb2c: am 25dc5f30: Merge "Don\'t coalesce more than 250ms worth of encoded data into a single codec input buffer. This currently only applies to the component OMX.TI.AAC.decode, it is the only one to support coalescing in the first place." into froyo by Andreas Huber · 16 years ago
- d2c6894 Don't coalesce more than 250ms worth of encoded data into a single codec input buffer. by Andreas Huber · 16 years ago
- 4acdadb am 6852b198: am d3d445b1: Merge "Use PV_PLAYER to handle RTSP streaming" into froyo by James Dong · 16 years ago
- cbe4b2c fix unintentional drift by Jean-Baptiste Queru · 16 years ago
- 27fde95 Use PV_PLAYER to handle RTSP streaming by James Dong · 16 years ago
- 53fbf1d am c33f583b: am 4f3257cf: am dd684af8: Merge "Snif more 3GPP file types according to http://www.ftyps.com/3gpp.html" into froyo by James Dong · 16 years ago
- 73c30c5 am d760afc3: am 30e9c2d4: am db281311: Merge "Better diagnostics in the stagefright commandline tool, support for playing sine-tones using a filename of "sine:[samplingrate]", i.e. sine:44100. Support for playing audio through to the speakers by using "-o" in addition by Andreas Huber · 16 years ago
- 2f6ec4c am ebaa935e: am 9bb8e65a: am c15f48d7: Merge "Don\'t set encoder component role while we query decoders" into froyo by James Dong · 16 years ago
- d84201f am 465934d1: am d4c072d3: am b19da8e1: Fix for 2581725. Keep the last frame after resume(), and delete it in the next suspend() or reuse it if no new frame is available. by Gloria Wang · 16 years ago
- b1c9bd2 am 4f3257cf: am dd684af8: Merge "Snif more 3GPP file types according to http://www.ftyps.com/3gpp.html" into froyo by James Dong · 16 years ago
- b9dbba9 Snif more 3GPP file types according to http://www.ftyps.com/3gpp.html by James Dong · 16 years ago
- 07dd5a5 am 30e9c2d4: am db281311: Merge "Better diagnostics in the stagefright commandline tool, support for playing sine-tones using a filename of "sine:[samplingrate]", i.e. sine:44100. Support for playing audio through to the speakers by using "-o" in addition to "-a"." in by Andreas Huber · 16 years ago
- ea62308 am 9bb8e65a: am c15f48d7: Merge "Don\'t set encoder component role while we query decoders" into froyo by James Dong · 16 years ago
- 25801bf Merge "Better diagnostics in the stagefright commandline tool, support for playing sine-tones using a filename of "sine:[samplingrate]", i.e. sine:44100. Support for playing audio through to the speakers by using "-o" in addition to "-a"." into froyo by Andreas Huber · 16 years ago
- a13da58 Merge "Don't set encoder component role while we query decoders" into froyo by James Dong · 16 years ago
- a98420e Better diagnostics in the stagefright commandline tool, support for playing sine-tones using a filename of "sine:[samplingrate]", i.e. sine:44100. Support for playing audio through to the speakers by using "-o" in addition to "-a". by Andreas Huber · 16 years ago
- 3fed817 am d4c072d3: am b19da8e1: Fix for 2581725. Keep the last frame after resume(), and delete it in the next suspend() or reuse it if no new frame is available. by Gloria Wang · 16 years ago
- 5e3cf6c Don't set encoder component role while we query decoders by James Dong · 16 years ago
- 351ab17 am 445a9785: Merge "don\'t hardcode "mSurface" throughout our source code" into kraken by Mathias Agopian · 16 years ago
- 5c11739 Fix for 2581725. Keep the last frame after resume(), and delete it by Gloria Wang · 16 years ago
- c16ea2d Merge "don't hardcode "mSurface" throughout our source code" into kraken by Mathias Agopian · 16 years ago
- b851fc7 am 7853c898: am 248ea4a9: am 5baa5e19: Merge "Distinguish QCELP audio from mpeg4 audio, ignore QCELP audio tracks since we don\'t have a decoder for it, ignore potentially malformed metadata for AMR NB and WB tracks." into froyo by Andreas Huber · 16 years ago
- 88b1b1c am 248ea4a9: am 5baa5e19: Merge "Distinguish QCELP audio from mpeg4 audio, ignore QCELP audio tracks since we don\'t have a decoder for it, ignore potentially malformed metadata for AMR NB and WB tracks." into froyo by Andreas Huber · 16 years ago
- 2e52999 don't hardcode "mSurface" throughout our source code by Mathias Agopian · 16 years ago
- 81f82c3 Distinguish QCELP audio from mpeg4 audio, ignore QCELP audio tracks since we don't have a decoder for it, ignore potentially malformed metadata for AMR NB and WB tracks. by Andreas Huber · 16 years ago
- 8e5d52b manual merge by Jean-Baptiste Queru · 16 years ago
- 47acf12 am 98c5bd55: am 6dbf80d0: Merge "Fix a race condition in TimedEventQueue, an event may be cancelled while we\'re waiting for its scheduled time to come in which case we\'d be removing it from the queue twice." into froyo by Andreas Huber · 16 years ago
- 874b55f Fix a race condition in TimedEventQueue, an event may be cancelled while we're waiting for its scheduled time to come in which case we'd be removing it from the queue twice. by Andreas Huber · 16 years ago
- a3387af am f0a49f68: am 1d7a8b44: Merge "Fix a case where the aac hardware decoder is in a transition state and refused a fillbuffer request." into froyo by Andreas Huber · 16 years ago
- 23748a6 Merge "I accidentally broken passion encoding while working around problems with the sholes encoder." into kraken by Andreas Huber · 16 years ago
- a418a93 Merge "Remove unnecessary lock from AMRWriter." into kraken by Andreas Huber · 16 years ago
- 88951e5 Merge "Various fixes to enable recording on passion and nexus1." into kraken by Andreas Huber · 16 years ago
- d5d0dbe Merge "Remove legacy NO_OPENCORE code bypass from MediaPlayerService." into kraken by Andreas Huber · 16 years ago
- b547d09 Merge "Fix a case where the aac hardware decoder is in a transition state and refused a fillbuffer request." into froyo by Andreas Huber · 16 years ago
- 7110385 Fix a case where the aac hardware decoder is in a transition state and refused a fillbuffer request. by Andreas Huber · 16 years ago
- f018aa3 Merge "Ignore corrupt aac audio frames and substitute silence." into froyo by Andreas Huber · 16 years ago
- 9dcda21 Ignore corrupt aac audio frames and substitute silence. by Andreas Huber · 16 years ago
- 0a0583f Start sending out buffering updates earlier (after preparation has completed) instead of only after playback has started. by Andreas Huber · 16 years ago
- 548e318 I accidentally broken passion encoding while working around problems with the sholes encoder. by Andreas Huber · 16 years ago
- ebe87f3 Remove unnecessary lock from AMRWriter. by Andreas Huber · 17 years ago
- 03b268e Various fixes to enable recording on passion and nexus1. by Andreas Huber · 17 years ago
- fe774a9 Remove legacy NO_OPENCORE code bypass from MediaPlayerService. by Andreas Huber · 16 years ago
- 32f8c1c Merge "Support for ID3 V2.4 tags." into froyo by Andreas Huber · 16 years ago
- bebd11b Support for ID3 V2.4 tags. by Andreas Huber · 16 years ago
- 1ab1e4e Refactor connection/redirection code, support redirects on reconnection. by Andreas Huber · 16 years ago
- d8c7685 Increase the size of the pages used in CachingDataSource (total amount of memory used remains the same) to compensate for reduced locality of audio/video data requests. Also fixes a mistaken trailing "\r\n" in the range header and better error handling on http connection. by Andreas Huber · 16 years ago
- dac4ee7 Report the requested seek time while seek is in progress. by Andreas Huber · 16 years ago
- 80eb617 Partial revert of previous change to improve hardware AAC decoder performance, increasing the input buffer size so dramatically accidentally broke streaming performance. by Andreas Huber · 16 years ago
- b514a24 Merge "Coalesce multiple encoded AAC frames into a single input buffer on this particular OMX codec to increase throughput significantly." into froyo by Andreas Huber · 16 years ago
- 7f498b9 Coalesce multiple encoded AAC frames into a single input buffer on this particular OMX codec to increase throughput significantly. by Andreas Huber · 16 years ago