- 2e1a896 resolved conflicts for merge of 31dc911a to gingerbread-plus-aosp by Andreas Huber · 14 years ago
- d8166a7 am 1653e261: Merge "Rotation support" into gingerbread by James Dong · 14 years ago
- 31dc911 Support post-decode video rotation. by Andreas Huber · 14 years ago
- 65a73f4 Rotation support by James Dong · 14 years ago
- a3f5b61 am f3847e87: Merge "DO NOT MERGE" into gingerbread by James Dong · 14 years ago
- 6786fcc DO NOT MERGE by James Dong · 14 years ago
- b879147 resolved conflicts for merge of 9084631d to gingerbread-plus-aosp by Gloria Wang · 14 years ago
- d577091 DRM framework support: by Gloria Wang · 15 years ago
- 22b37fa File writer size estimation improvement by James Dong · 14 years ago
- 5a40e39 For thumbnail extraction make sure we instantiate a decoder that allows access to the framebuffer. Implement the samsung workaround to support this by reconfiguring the decoder. by Andreas Huber · 14 years ago
- 6ac35f0 Check-in of a copy of the Khronos OpenMAX headers formerly included from external/opencore. by Andreas Huber · 14 years ago
- 312644c Merge "Support for writing to MPEG2 transport stream files." into gingerbread by Andreas Huber · 14 years ago
- 9adf466 Support for writing to MPEG2 transport stream files. by Andreas Huber · 14 years ago
- 54d0972 HTTP Live content that are tagged as complete are now seekable. by Andreas Huber · 14 years ago
- f72dd01 Merge "Disable 10secs forward/backward seeking for rtsp as seek is a very expensive operation there. Decouple the 10sec forward/backward button functionality from seekbar functionality." into gingerbread by Andreas Huber · 14 years ago
- 10b9b3f Disable 10secs forward/backward seeking for rtsp as seek is a very expensive operation there. Decouple the 10sec forward/backward button functionality from seekbar functionality. by Andreas Huber · 14 years ago
- b3bdf3f Added getter for session Id to AudioSink by Eric Laurent · 14 years ago
- 4c19bf9 Work to support switching transport streams mid-stream and signalling discontinuities to the decoder. by Andreas Huber · 14 years ago
- 1e19416 On this particular device the hardware video decoder spits out buffers that don't actually contain our video data, so we cannot use them to restore the video frame after suspend/resume. by Andreas Huber · 14 years ago
- c743f45 Make sure to call AudioTrack::stop() instead of AudioTrack::pause() after submitting all samples to AudioTrack to make sure those remaining samples are actually played out. by Andreas Huber · 14 years ago
- 6a9e39a Fixed an issue where the reserved free space in the file writer was larger than intended by James Dong · 14 years ago
- be04506 Merge "Instead of constantly polling the AudioPlayer to see if it reached EOS or finished seeking, initiate the notification from the AudioPlayer when the event happens." into gingerbread by Andreas Huber · 14 years ago
- 2b359ed Instead of constantly polling the AudioPlayer to see if it reached EOS or finished seeking, initiate the notification from the AudioPlayer when the event happens. by Andreas Huber · 14 years ago
- 4769f57 Merge "Vorbis files may have more samples encoded that should be used, i.e. we have to trim samples at the end of the stream. This is crucial for proper looping of some audio files." into gingerbread by Andreas Huber · 14 years ago
- 38ae220 Vorbis files may have more samples encoded that should be used, i.e. we have to trim samples at the end of the stream. This is crucial for proper looping of some audio files. by Andreas Huber · 14 years ago
- c751ecc Squashed commit of the following: by Andreas Huber · 14 years ago
- 6e3fa44 Remove stagefright foundation's incompatible logging interface and update callsites. by Andreas Huber · 14 years ago
- d353c84 Merge "HW audio encoder expects timestamp via kKeyTime from each input buffer" into gingerbread by James Dong · 14 years ago
- d015ccf HW audio encoder expects timestamp via kKeyTime from each input buffer by James Dong · 14 years ago
- 95d5de0 Modify type of some environmental reverb parameters by Eric Laurent · 14 years ago
- 9fee0b2 Ogg files can be tagged to be automatically looping, this setting always overrides the MediaPlayer's setLooping setting. by Andreas Huber · 14 years ago
- 7755cdd Remove unused/debugging code from MP4 file writer by James Dong · 14 years ago
- cb7e65c Better file size estimate by James Dong · 14 years ago
- 4c23815 Calculate audio media drift time from AudioSource by James Dong · 14 years ago
- df992ac Merge "ALoopers can now be named (useful to distinguish threads)." into gingerbread by Andreas Huber · 14 years ago
- c4e0b70 ALoopers can now be named (useful to distinguish threads). by Andreas Huber · 14 years ago
- 90862e2 Workaround for a QCOM issue where the output buffer size advertised by the AVC encoder by James Dong · 14 years ago
- d7f1c3d Suppress the video recording start signal - bug 2950297 by James Dong · 14 years ago
- c14f9ca Merge "Added preset reverb." into gingerbread by Eric Laurent · 14 years ago
- efdd088 Allow sniffers to return a packet of opaque data that the corresponding extractor can take advantage of to not duplicate work already done sniffing. The mp3 extractor takes advantage of this now. by Andreas Huber · 14 years ago
- a7e5648 Added preset reverb. by Eric Laurent · 14 years ago
- 3f51fa7 Runtime dump support for MediaWriter by James Dong · 14 years ago
- b80e610 Merge "Visualizer: replace the FFT implementation with a faster one." into gingerbread by Chia-chi Yeh · 14 years ago
- cbd038f Merge "Make MediaWriter stop and pause return errors if necessary" into gingerbread by James Dong · 14 years ago
- d036662 Make MediaWriter stop and pause return errors if necessary by James Dong · 14 years ago
- eef3c33 In the absence of width/height information in the sdp, extract the dimensions from the avc codec specific data. by Andreas Huber · 14 years ago
- 58d3bd0 Visualizer: replace the FFT implementation with a faster one. by Chia-chi Yeh · 14 years ago
- b720819 Use audio clock as the reference media clock by James Dong · 14 years ago
- afe5305 Handle large audio lost by James Dong · 14 years ago
- 520b2a7 Support for extracting G.711 a-law and mu-law audio from WAV files and a corresponding software decoder. by Andreas Huber · 14 years ago
- afd97e8 Use the target color format from the camera source if possible by James Dong · 14 years ago
- 57648e4 Support for Gtalk video, includes AMR/H.263 assembler and packetization support, extensions to MediaRecorder to stream via RTP over a pair of UDP sockets as well as various fixes to the RTP implementation. by Andreas Huber · 14 years ago
- 3d84280 Merge "File writer has a designated writer thread now" into gingerbread by James Dong · 14 years ago
- 23796e3 Merge "Add lost frame handling in AudioSource" into gingerbread by James Dong · 14 years ago
- da8073c File writer has a designated writer thread now by James Dong · 14 years ago
- c3ae937 Add lost frame handling in AudioSource by James Dong · 14 years ago
- 154a320 resolved conflicts for merge of 27eecb70 to gingerbread by Jean-Baptiste Queru · 14 years ago
- 27eecb7 Merge branch 'froyo' of git://android.git.kernel.org/platform/frameworks/base into HEAD by The Android Open Source Project · 14 years ago
- 83407b9 fix inaccurate copyrights by Jean-Baptiste Queru · 14 years ago
- 4506c62 fix inaccurate copyrights by Jean-Baptiste Queru · 14 years ago
- 16263d9 Squashed commit of the following: by Andreas Huber · 14 years ago
- a4c72ac Audio effects: modified command() parameter types. by Eric Laurent · 14 years ago
- ca57d1c Audio Effects: added methods to effects java classes to store and load current effect settings in by Eric Laurent · 14 years ago
- 53d4e0d Allows the authoring engine to skip frame. by James Dong · 14 years ago
- 4e4173b Various changes to improve rtsp networking, reduce packet loss and adapt to ALooper API changes. by Andreas Huber · 14 years ago
- 8138e84 Merge "Support finer seek control on MediaSources." into gingerbread by Andreas Huber · 14 years ago
- 6624c9f Support finer seek control on MediaSources. by Andreas Huber · 14 years ago
- 7070b36 Added support for auxiliary audio effects to AudioTrack and MediaPlayer. by Eric Laurent · 15 years ago
- d7514ec Merge "Progress status notification" into gingerbread by James Dong · 14 years ago
- 22a2d71 Merge "Audio policy manager changes for audio effects" into gingerbread by Eric Laurent · 14 years ago
- 8ed6ed0 Audio policy manager changes for audio effects by Eric Laurent · 15 years ago
- cc14a83 Support a single format change at the beginning of audio playback. This way the AAC+ decoder may change its output format from what is originally encoded in the audio stream and we'll still play it back correctly. by Andreas Huber · 14 years ago
- 85edea7 Progress status notification by James Dong · 15 years ago
- b0374a0 Merge "Several improvements in audio effects volume control." into gingerbread by Eric Laurent · 15 years ago
- 76c40f7 Several improvements in audio effects volume control. by Eric Laurent · 15 years ago
- 52d13f0 Support user-supplied timescales for authoring by James Dong · 15 years ago
- 97eb728 Use the OpenSL ES definition of SL_IID_EQUALIZER for the EQ by Jean-Michel Trivi · 15 years ago
- 7d850f2 Modifications in audio effect engine state management. by Eric Laurent · 15 years ago
- 929642e Add runtime dumpsys support for media recorder client by James Dong · 15 years ago
- fd84f97 Added JAVA classes to control bass boost, equalizer, reverberation and virtualizer Effects. by Eric Laurent · 15 years ago
- dacabf9 Merge "Added Visualizer effect." into gingerbread by Eric Laurent · 15 years ago
- 81c929a Allow application to set two more encoding paramters: video profile and level by James Dong · 15 years ago
- df9b81c Added Visualizer effect. by Eric Laurent · 15 years ago
- 57576c1 ALooperRoster no longer holds strong references to handlers and loopers. by Andreas Huber · 15 years ago
- 9406f62 Merge "An AHandler can now find its associated ALooper." into gingerbread by Andreas Huber · 15 years ago
- 058319e An AHandler can now find its associated ALooper. by Andreas Huber · 15 years ago
- 2cfd819 Merge "Add an option to ALooper::start that allows it to call back into java or not." into gingerbread by Andreas Huber · 15 years ago
- 4f104d9 Add an option to ALooper::start that allows it to call back into java or not. by Andreas Huber · 15 years ago
- 5460d12 Merge "Added AMessage::debugString() for debugging purposes." into gingerbread by Andreas Huber · 15 years ago
- 03431d2 Added AMessage::debugString() for debugging purposes. by Andreas Huber · 15 years ago
- 45bac57 Support for writing the extracted data to an .mp4 file in the stagefright commandline tool. by Andreas Huber · 15 years ago
- 09b9005 Add multiple camera support for in MediaProfiles. by Chih-Chung Chang · 15 years ago
- c543a21 Support for vanilla YUV420sp => RGB565 color conversion. by Andreas Huber · 15 years ago
- c0ab2a6 Added encoding parameters set up for H263 video encoder by James Dong · 15 years ago
- fe1bafe Separate MediaRecorderClient with MediaPlayerClient by James Dong · 15 years ago
- 09936ed Provide progress status report during authoring by James Dong · 15 years ago
- 8e103da Merge "Various fixes and improvements in audio effects implementation" into gingerbread by Eric Laurent · 15 years ago
- 53334cd Various fixes and improvements in audio effects implementation by Eric Laurent · 15 years ago
- 6feaa46 Enable passing parameters to the MediaWriter at runtime (at start() call). by James Dong · 15 years ago
- 57e7f83 Track maximum amplitude and fix getMaxAmplitude() by James Dong · 15 years ago