1. c066884 Simplify the code in the stagefright commandline utility. by Andreas Huber · 14 years ago
  2. 4979601 Make the -o option actually terminate. by Andreas Huber · 14 years ago
  3. c6a1632 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 · 14 years ago
  4. 1919e5a 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 · 14 years ago
  5. d760afc 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 · 14 years ago
  6. 662292a 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 · 14 years ago
  7. 71c27d9 Various fixes to enable recording on passion and nexus1. by Andreas Huber · 14 years ago
  8. a4357ad Coalesce multiple encoded AAC frames into a single input buffer on this particular OMX codec to increase throughput significantly. by Andreas Huber · 14 years ago
  9. 1a189a8 QueryCodecs now returns the names of the software codecs (non-OpenMax) as well. by Andreas Huber · 14 years ago
  10. d73a81c Properly use a long long literal to avoid under/overflow during fps computation. by Andreas Huber · 14 years ago
  11. 1af34be HTTPDataSource must be connected before it is usable. Fix this in the stagefright tool. by Andreas Huber · 14 years ago
  12. edfeb1a Extend stagefright tool to extract either album art or video frame. by Andreas Huber · 14 years ago
  13. 6696110 Tag stagefright development tools as "debug-only". by Andreas Huber · 15 years ago
  14. 6c9bf1c Better diagnostics for the stagefright tool and codec performance. by Andreas Huber · 15 years ago
  15. e4cfcb8 When the extractor is not able to be created successfully, don't crash by James Dong · 15 years ago
  16. 07bf09d Initial checkin of AudioSource and AMRWriter, a pair of classes supporting pure-audio recording in stagefright. by Andreas Huber · 15 years ago
  17. e42fdb5 Upgrade for the stagefright commandline tool to support extracting thumbnails and to optionally prefer software codecs. by Andreas Huber · 15 years ago
  18. 5038c78 Add missing shared libraries in linker commands. Currently these libraries are by Doug Kwan · 15 years ago
  19. 2ea14e2 Squashed commit of the following: by Andreas Huber · 15 years ago
  20. f0d0424 Don't count empty buffers when computing the frame rate. by Andreas Huber · 15 years ago
  21. 91eb035 Change OMXCodec::Create to return an sp<MediaSource> instead of an sp<OMXCodec>, this is more general and does not sacrifice any functionality as the remaining OMXCodec APIs are not meant to be public anyway. by Andreas Huber · 15 years ago
  22. 8768f2c A small sample tool to encode pcm audio data to amr, decode it again and play it. Some changes to OMXCodec to properly configure the AMR decoder(s). by Andreas Huber · 15 years ago
  23. 27366fc Squashed commit of the following: by Andreas Huber · 15 years ago
  24. d71ab51 Merge change I3e1bdd38 into eclair-mr2 by Android (Google) Code Review · 15 years ago
  25. 6f6bf3d Support raw audio sources in stagefright commandline tool. by Andreas Huber · 15 years ago
  26. 3e1bdd3 Transcode files again. by Andreas Huber · 15 years ago
  27. b482ce8 Revive support for video encoding in OMXCodec. by Andreas Huber · 15 years ago
  28. 57515f3 Moving the individual extractor headers files to the private include directory. by Andreas Huber · 15 years ago
  29. bfea1e1 resolved conflicts for merge of f585be7f to eclair-mr2 by Andreas Huber · 15 years ago
  30. 11ebbfd A few more testcases for the vendor to reproduce issues with their decoder. Not part of the shipping image. by Andreas Huber · 15 years ago
  31. 784202e Reimplement the OMX backend for stagefright. by Andreas Huber · 15 years ago
  32. cfd5557 OMXCodec now notifies the reader of changes in the output format by returning a special result/error code. by Andreas Huber · 15 years ago
  33. fa8de75 Change to a int64_t usecs representation for timestamps and duration throughout stagefright. by Andreas Huber · 15 years ago
  34. 1a77b68e Another stagefright test-case and ignore end-of-stream notifications while we're flushing. by Andreas Huber · 15 years ago
  35. 9f9afef Added an API IOMX::createRendererFromJavaSurface. by Andreas Huber · 15 years ago
  36. 2aa39c4 Only build the "full" stagefright (including MediaExtractors and MediaPlayer) if BUILD_WITH_FULL_STAGEFRIGHT define is set (to true). by Andreas Huber · 15 years ago
  37. 6026a51 Move JPEGSource.{cpp,h} into libstagefright. by Andreas Huber · 15 years ago
  38. e6c4096 Media MIME types now have corresponding constants in MediaDefs.h, new codec enumeration API. by Andreas Huber · 15 years ago
  39. ee606e6 Support encoding amr-wb content in stagefright. by Andreas Huber · 15 years ago
  40. 54ee784 Add another testcase for moto to reproduce bug #2099685 to the stagefright commandline app. by Andreas Huber · 15 years ago
  41. 4c48342 Setting the component role appears to be mandatory now for all mime types. by Andreas Huber · 15 years ago
  42. da050cf2 Some work to make audio encoding work. by Andreas Huber · 15 years ago
  43. e915a85 More assert => CHECK by Andreas Huber · 15 years ago
  44. a84b0e0 Fixing the build. by Andreas Huber · 15 years ago
  45. 329577a Squashed commit of the following: by Andreas Huber · 15 years ago
  46. 0fb6477 Extend stagefright commandline up to enable vendor to reproduce specific bugs filed. by Andreas Huber · 15 years ago
  47. 557c6ce Added a commandline option to "stagefright" that limits decoding to a maximum number of frames per iteration. by Andreas Huber · 15 years ago
  48. 96774d9 Enable specification of http:// urls in stagefright commandline tool. by Andreas Huber · 15 years ago
  49. 5c0a913 Dynamically allocate a pair of MemoryHeaps according buffer count/sizes required by the OMX component, respect JPEG compressed size. by Andreas Huber · 15 years ago
  50. 4f5e602 The PV AVC software decoder expects each fragment of a NAL unit to be handed to the decoder unframed. by Andreas Huber · 15 years ago
  51. 09daada Refactored "stagefright" commandline app, split off JPEGSource. by Andreas Huber · 15 years ago
  52. be06d26 Squashed commit of the following: by Andreas Huber · 15 years ago
  53. 0d596d4 Build the stagefright library by default. by Andreas Huber · 15 years ago
  54. ea03f4a Recording/Export to .mp4/h.263 somewhat works on TI hardware. by Andreas Huber · 15 years ago
  55. 8a43277 Squashed commit of the following: by Andreas Huber · 15 years ago
  56. e46b7be Squashed commit of the following: by Andreas Huber · 15 years ago