1. d31c89f Add some encoding parameters for the "record" utility by James Dong · 14 years ago
  2. 4e4173b Various changes to improve rtsp networking, reduce packet loss and adapt to ALooper API changes. by Andreas Huber · 14 years ago
  3. 5850a48 Add a seek test to the stagefright commandline tool. by Andreas Huber · 14 years ago
  4. 45bac57 Support for writing the extracted data to an .mp4 file in the stagefright commandline tool. by Andreas Huber · 14 years ago
  5. 8d65dd2 Remove most stagefright property overrides, remove VorbisPlayer and VorbisMetadataRetriever as this functionality is now provided by stagefright. by Andreas Huber · 14 years ago
  6. 14e5758 Make sure sine: is supported again in stagefright commandline tool. by Andreas Huber · 14 years ago
  7. c066884 Simplify the code in the stagefright commandline utility. by Andreas Huber · 14 years ago
  8. 4979601 Make the -o option actually terminate. by Andreas Huber · 14 years ago
  9. 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
  10. 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
  11. 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
  12. 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
  13. 71c27d9 Various fixes to enable recording on passion and nexus1. by Andreas Huber · 14 years ago
  14. 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
  15. 1a189a8 QueryCodecs now returns the names of the software codecs (non-OpenMax) as well. by Andreas Huber · 14 years ago
  16. d73a81c Properly use a long long literal to avoid under/overflow during fps computation. by Andreas Huber · 14 years ago
  17. 1af34be HTTPDataSource must be connected before it is usable. Fix this in the stagefright tool. by Andreas Huber · 14 years ago
  18. edfeb1a Extend stagefright tool to extract either album art or video frame. by Andreas Huber · 14 years ago
  19. 6696110 Tag stagefright development tools as "debug-only". by Andreas Huber · 14 years ago
  20. 6c9bf1c Better diagnostics for the stagefright tool and codec performance. by Andreas Huber · 14 years ago
  21. e4cfcb8 When the extractor is not able to be created successfully, don't crash by James Dong · 15 years ago
  22. 07bf09d Initial checkin of AudioSource and AMRWriter, a pair of classes supporting pure-audio recording in stagefright. by Andreas Huber · 15 years ago
  23. e42fdb5 Upgrade for the stagefright commandline tool to support extracting thumbnails and to optionally prefer software codecs. by Andreas Huber · 15 years ago
  24. 5038c78 Add missing shared libraries in linker commands. Currently these libraries are by Doug Kwan · 15 years ago
  25. 2ea14e2 Squashed commit of the following: by Andreas Huber · 15 years ago
  26. f0d0424 Don't count empty buffers when computing the frame rate. by Andreas Huber · 15 years ago
  27. 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
  28. 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
  29. 27366fc Squashed commit of the following: by Andreas Huber · 15 years ago
  30. d71ab51 Merge change I3e1bdd38 into eclair-mr2 by Android (Google) Code Review · 15 years ago
  31. 6f6bf3d Support raw audio sources in stagefright commandline tool. by Andreas Huber · 15 years ago
  32. 3e1bdd3 Transcode files again. by Andreas Huber · 15 years ago
  33. b482ce8 Revive support for video encoding in OMXCodec. by Andreas Huber · 15 years ago
  34. 57515f3 Moving the individual extractor headers files to the private include directory. by Andreas Huber · 15 years ago
  35. bfea1e1 resolved conflicts for merge of f585be7f to eclair-mr2 by Andreas Huber · 15 years ago
  36. 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
  37. 784202e Reimplement the OMX backend for stagefright. by Andreas Huber · 15 years ago
  38. 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
  39. fa8de75 Change to a int64_t usecs representation for timestamps and duration throughout stagefright. by Andreas Huber · 15 years ago
  40. 1a77b68e Another stagefright test-case and ignore end-of-stream notifications while we're flushing. by Andreas Huber · 15 years ago
  41. 9f9afef Added an API IOMX::createRendererFromJavaSurface. by Andreas Huber · 15 years ago
  42. 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
  43. 6026a51 Move JPEGSource.{cpp,h} into libstagefright. by Andreas Huber · 15 years ago
  44. e6c4096 Media MIME types now have corresponding constants in MediaDefs.h, new codec enumeration API. by Andreas Huber · 15 years ago
  45. ee606e6 Support encoding amr-wb content in stagefright. by Andreas Huber · 15 years ago
  46. 54ee784 Add another testcase for moto to reproduce bug #2099685 to the stagefright commandline app. by Andreas Huber · 15 years ago
  47. 4c48342 Setting the component role appears to be mandatory now for all mime types. by Andreas Huber · 15 years ago
  48. da050cf2 Some work to make audio encoding work. by Andreas Huber · 15 years ago
  49. e915a85 More assert => CHECK by Andreas Huber · 15 years ago
  50. a84b0e0 Fixing the build. by Andreas Huber · 15 years ago
  51. 329577a Squashed commit of the following: by Andreas Huber · 15 years ago
  52. 0fb6477 Extend stagefright commandline up to enable vendor to reproduce specific bugs filed. by Andreas Huber · 15 years ago
  53. 557c6ce Added a commandline option to "stagefright" that limits decoding to a maximum number of frames per iteration. by Andreas Huber · 15 years ago
  54. 96774d9 Enable specification of http:// urls in stagefright commandline tool. by Andreas Huber · 15 years ago
  55. 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
  56. 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
  57. 09daada Refactored "stagefright" commandline app, split off JPEGSource. by Andreas Huber · 15 years ago
  58. be06d26 Squashed commit of the following: by Andreas Huber · 15 years ago
  59. 0d596d4 Build the stagefright library by default. by Andreas Huber · 15 years ago
  60. ea03f4a Recording/Export to .mp4/h.263 somewhat works on TI hardware. by Andreas Huber · 15 years ago
  61. 8a43277 Squashed commit of the following: by Andreas Huber · 15 years ago
  62. e46b7be Squashed commit of the following: by Andreas Huber · 15 years ago