| Commit message (Expand) | Author | Age | Files | Lines |
* | Instead of just writing one track to the .mp4 file, write all of them (at mos... | Andreas Huber | 2010-09-24 | 1 | -42/+111 |
* | Proper sync-frame detection for sources that don't already provide it. | Andreas Huber | 2010-09-23 | 1 | -12/+105 |
* | Allow record to set input color format as a command line option | James Dong | 2010-09-19 | 1 | -11/+49 |
* | Make sure stagefright -o terminates even if we're using a raw audio source (s... | Andreas Huber | 2010-09-16 | 1 | -1/+3 |
* | Add some encoding parameters for the "record" utility | James Dong | 2010-08-31 | 1 | -1/+19 |
* | Various changes to improve rtsp networking, reduce packet loss and adapt to A... | Andreas Huber | 2010-07-22 | 1 | -5/+36 |
* | Add a seek test to the stagefright commandline tool. | Andreas Huber | 2010-07-21 | 1 | -1/+67 |
* | Support for writing the extracted data to an .mp4 file in the stagefright com... | Andreas Huber | 2010-07-01 | 2 | -3/+36 |
* | Remove most stagefright property overrides, remove VorbisPlayer and VorbisMet... | Andreas Huber | 2010-06-23 | 1 | -4/+0 |
* | Make sure sine: is supported again in stagefright commandline tool. | Andreas Huber | 2010-06-21 | 1 | -1/+1 |
* | Simplify the code in the stagefright commandline utility. | Andreas Huber | 2010-06-10 | 2 | -14/+4 |
* | Make the -o option actually terminate. | Andreas Huber | 2010-05-20 | 1 | -0/+3 |
* | am 3c16154a: am 2723e092: Merge "Better handling of codec initialization fail... | Andreas Huber | 2010-05-20 | 1 | -1/+6 |
|\ |
|
| * | Better handling of codec initialization failure in the player and thumbnail e... | Andreas Huber | 2010-05-20 | 1 | -1/+6 |
* | | am 30e9c2d4: am db281311: Merge "Better diagnostics in the stagefright comman... | Andreas Huber | 2010-04-13 | 2 | -4/+59 |
|\ \
| |/ |
|
| * | Better diagnostics in the stagefright commandline tool, support for playing s... | Andreas Huber | 2010-04-13 | 2 | -4/+59 |
* | | Various fixes to enable recording on passion and nexus1. | Andreas Huber | 2010-04-09 | 1 | -3/+8 |
|/ |
|
* | Coalesce multiple encoded AAC frames into a single input buffer on this parti... | Andreas Huber | 2010-04-02 | 1 | -4/+15 |
* | QueryCodecs now returns the names of the software codecs (non-OpenMax) as well. | Andreas Huber | 2010-03-24 | 1 | -1/+3 |
* | Properly use a long long literal to avoid under/overflow during fps computation. | Andreas Huber | 2010-03-16 | 1 | -1/+1 |
* | HTTPDataSource must be connected before it is usable. Fix this in the stagefr... | Andreas Huber | 2010-03-16 | 1 | -1/+5 |
* | Extend stagefright tool to extract either album art or video frame. | Andreas Huber | 2010-03-10 | 1 | -4/+16 |
* | Tag stagefright development tools as "debug-only". | Andreas Huber | 2010-02-23 | 1 | -0/+6 |
* | Better diagnostics for the stagefright tool and codec performance. | Andreas Huber | 2010-02-17 | 1 | -0/+9 |
* | When the extractor is not able to be created successfully, don't crash | James Dong | 2010-02-04 | 2 | -0/+7 |
* | Initial checkin of AudioSource and AMRWriter, a pair of classes supporting pu... | Andreas Huber | 2010-01-25 | 1 | -2/+22 |
* | Upgrade for the stagefright commandline tool to support extracting thumbnails... | Andreas Huber | 2010-01-14 | 1 | -3/+58 |
* | Add missing shared libraries in linker commands. Currently these libraries are | Doug Kwan | 2009-12-22 | 1 | -3/+3 |
* | Squashed commit of the following: | Andreas Huber | 2009-12-17 | 1 | -3/+3 |
* | Don't count empty buffers when computing the frame rate. | Andreas Huber | 2009-12-10 | 1 | -1/+1 |
* | Change OMXCodec::Create to return an sp<MediaSource> instead of an sp<OMXCode... | Andreas Huber | 2009-12-07 | 2 | -4/+4 |
* | A small sample tool to encode pcm audio data to amr, decode it again and play... | Andreas Huber | 2009-12-01 | 3 | -0/+104 |
* | Squashed commit of the following: | Andreas Huber | 2009-11-23 | 2 | -8/+7 |
* | Merge change I3e1bdd38 into eclair-mr2 | Android (Google) Code Review | 2009-11-10 | 1 | -1/+3 |
|\ |
|
| * | Transcode files again. | Andreas Huber | 2009-11-02 | 1 | -1/+3 |
* | | Support raw audio sources in stagefright commandline tool. | Andreas Huber | 2009-11-03 | 1 | -8/+17 |
|/ |
|
* | Revive support for video encoding in OMXCodec. | Andreas Huber | 2009-10-29 | 1 | -8/+31 |
* | Moving the individual extractor headers files to the private include directory. | Andreas Huber | 2009-10-23 | 1 | -3/+3 |
* | resolved conflicts for merge of f585be7f to eclair-mr2 | Andreas Huber | 2009-10-16 | 1 | -4/+19 |
|\ |
|
| * | A few more testcases for the vendor to reproduce issues with their decoder. N... | Andreas Huber | 2009-10-16 | 1 | -10/+29 |
* | | Reimplement the OMX backend for stagefright. | Andreas Huber | 2009-10-16 | 1 | -3/+3 |
* | | OMXCodec now notifies the reader of changes in the output format by returning... | Andreas Huber | 2009-10-13 | 1 | -1/+12 |
* | | Change to a int64_t usecs representation for timestamps and duration througho... | Andreas Huber | 2009-10-12 | 2 | -8/+6 |
|/ |
|
* | Another stagefright test-case and ignore end-of-stream notifications while we... | Andreas Huber | 2009-09-17 | 1 | -0/+60 |
* | Added an API IOMX::createRendererFromJavaSurface. | Andreas Huber | 2009-09-15 | 1 | -0/+2 |
* | Only build the "full" stagefright (including MediaExtractors and MediaPlayer)... | Andreas Huber | 2009-09-11 | 1 | -0/+4 |
* | Move JPEGSource.{cpp,h} into libstagefright. | Andreas Huber | 2009-09-11 | 4 | -296/+1 |
* | Media MIME types now have corresponding constants in MediaDefs.h, new codec e... | Andreas Huber | 2009-09-10 | 4 | -7/+67 |
* | Support encoding amr-wb content in stagefright. | Andreas Huber | 2009-09-08 | 1 | -2/+2 |
* | Add another testcase for moto to reproduce bug #2099685 to the stagefright co... | Andreas Huber | 2009-09-03 | 1 | -0/+3 |