1. 3aea037 Add send session recording summary report to application by James Dong · 13 years ago
  2. 78fed171 Add const to the finders method in MetaData.cpp by James Dong · 13 years ago
  3. ed74230 Add end of recording summary track info by James Dong · 13 years ago
  4. 7a6cea4 Refactor MPEG4Writer::writeTrackHeader() method by James Dong · 13 years ago
  5. f84433f Add read and write option in opening file for output in the writers by James Dong · 13 years ago
  6. 7fc8b4f Better organize media recorder error and information event and types by James Dong · 13 years ago
  7. cbeebb1 A/V synchronization at the beginning of a recording session by James Dong · 13 years ago
  8. f6a2bff Reduce blocking time in file write by James Dong · 13 years ago
  9. d7ef5b6 Report errors to applications if AudioRecord->start() fails by James Dong · 14 years ago
  10. da58076 Logging the duration range from different media tracks for recording by James Dong · 14 years ago
  11. fc8b7c9 Yield the omx threads so that file writer threads have a chance to retrieve the output buffers once they become ready by James Dong · 14 years ago
  12. 6785699 am 80639875: am d4c5478a: Merge "Be conservative in estimating the file size limit." into gingerbread by James Dong · 14 years ago
  13. 5cdcf16 Be conservative in estimating the file size limit. by James Dong · 14 years ago
  14. 2747e0e Removed uncessary FILE structure pointer for I/O by James Dong · 14 years ago
  15. b1262a8 64-bit file size/offset support for media framework by James Dong · 14 years ago
  16. b9d7e01 Rotation support by James Dong · 14 years ago
  17. 65a73f4 Rotation support by James Dong · 14 years ago
  18. 42338ff Added some debugging log messages at stop() by James Dong · 14 years ago
  19. 627d836 am 6123e0f7: am 1bd8a8c8: Merge "Turn the media time adjustment in file writer back on" into gingerbread by James Dong · 14 years ago
  20. 89a0104 Turn the media time adjustment in file writer back on by James Dong · 14 years ago
  21. 9165145 am 8ad6335d: am fa7a87fb: Merge "File writer size estimation improvement" into gingerbread by James Dong · 14 years ago
  22. 1df9a7b Make sure we can encode the size of the codec specific data in a single byte. by Andreas Huber · 14 years ago
  23. 22b37fa File writer size estimation improvement by James Dong · 14 years ago
  24. c67acb2 Name the writer threads by James Dong · 14 years ago
  25. 6a9e39a Fixed an issue where the reserved free space in the file writer was larger than intended by James Dong · 14 years ago
  26. acee8e7 Resilent media time stamp adjustment by James Dong · 14 years ago
  27. 9160e4a Turn off media time adjustment by default by James Dong · 14 years ago
  28. dacebe6 Fix track duration calculation if the start timestamp is non-zero by James Dong · 14 years ago
  29. e763593 Depending on our preference to write 2-byte or 4-byte NALs, patch the codec specific data 'avcC' accordingly. by Andreas Huber · 14 years ago
  30. b5024da Add some explicit error log messages by James Dong · 14 years ago
  31. a4fb816 When 32-bit offset is used, by James Dong · 14 years ago
  32. 7755cdd Remove unused/debugging code from MP4 file writer by James Dong · 14 years ago
  33. cb7e65c Better file size estimate by James Dong · 14 years ago
  34. 4c23815 Calculate audio media drift time from AudioSource by James Dong · 14 years ago
  35. 05e80b4 Make sure that timestamp does not go backward in MP4 file writer by James Dong · 14 years ago
  36. 3f51fa7 Runtime dump support for MediaWriter by James Dong · 14 years ago
  37. 0ea4ed3 Don't drop a late frame which may lead to missing I frames in the MP4 file by James Dong · 14 years ago
  38. 62948fa Return error from MPEG4Writer stop() if the check on codec specific data failed by James Dong · 14 years ago
  39. d036662 Make MediaWriter stop and pause return errors if necessary by James Dong · 14 years ago
  40. eff30e3 Change the default time scale for audio/video track during recording by James Dong · 14 years ago
  41. b720819 Use audio clock as the reference media clock by James Dong · 14 years ago
  42. 7ae08a6 Fix a crash due to unnecessary check on the codec config data for H263 video track by James Dong · 14 years ago
  43. f3b7859 Only check the codec specific data when the output buffer contains kKeyIsCodecConfig in MP4 writer by James Dong · 14 years ago
  44. 481e05e Support multiple PPS and SPS in avcC box by James Dong · 14 years ago
  45. 91b22a9 Fix an issue where the track duration does not include the last sample duration by James Dong · 14 years ago
  46. da8073c File writer has a designated writer thread now by James Dong · 14 years ago
  47. c80218a Added damr box for AMR (NB and WB) sample entry by James Dong · 14 years ago
  48. e991e5f Eliminate the linear cost associated with mSampleSizes.size() by James Dong · 14 years ago
  49. 7e39784 Reduce memory usage by the MP4 file writer by James Dong · 14 years ago
  50. 63299c0 Interleave the audio and video by default by James Dong · 14 years ago
  51. 85edea7 Progress status notification by James Dong · 14 years ago
  52. 52d13f0 Support user-supplied timescales for authoring by James Dong · 14 years ago
  53. 45bac57 Support for writing the extracted data to an .mp4 file in the stagefright commandline tool. by Andreas Huber · 14 years ago
  54. d4760c2 Collect statistical data from authoring engine (second part) by James Dong · 14 years ago
  55. 09936ed Provide progress status report during authoring by James Dong · 14 years ago
  56. 6feaa46 Enable passing parameters to the MediaWriter at runtime (at start() call). by James Dong · 14 years ago
  57. 438e4f6 Fixed the software AAC encoder by James Dong · 14 years ago
  58. 39a0b21 Fixed some meta data issues in the recorded mp4 file by James Dong · 14 years ago
  59. b54a9178 Single track optimization by James Dong · 14 years ago
  60. 36e573b Audio/video sync during recording (second part) by James Dong · 14 years ago
  61. 08c7473 Initial checkin for pause and resume control by James Dong · 14 years ago
  62. dae9fd3 Initial check-in for collecting stats from authoring engine at runtime by James Dong · 14 years ago
  63. 4f501f0 Second part of speeding up video recording frame rate by James Dong · 14 years ago
  64. c616172 Properly handle start code in H264/AVC encoder output by James Dong · 14 years ago
  65. 17299ab Initial software encoder checkins by James Dong · 14 years ago
  66. 68510e6 Detect and handle premature termination of a recording session by James Dong · 14 years ago
  67. 9db798d Audio/video initial recording time synchronization by James Dong · 14 years ago
  68. 1824486 Handle recording file size and/or duration limit by James Dong · 14 years ago
  69. b5e7423 Output streamable MP4 file during MP4 file recording by James Dong · 14 years ago
  70. 2a4767e Metadata construction optimization by James Dong · 14 years ago
  71. 3300e96 Support audio and video track interleaving in the recorded mp4 file by James Dong · 14 years ago
  72. abed93a Support AAC recording by James Dong · 14 years ago
  73. f4e5baa I accidentally broken passion encoding while working around problems with the sholes encoder. by Andreas Huber · 14 years ago
  74. 71c27d9 Various fixes to enable recording on passion and nexus1. by Andreas Huber · 14 years ago
  75. 716582e Properly report the duration of a recording into .mp4 files. by Andreas Huber · 15 years ago
  76. 996dddf Support for audio recording into AMR NB/WB files as well as audio tracks in MPEG4 files. by Andreas Huber · 15 years ago
  77. ea6a38c Squashed commit of the following: by Andreas Huber · 15 years ago
  78. fa8de75 Change to a int64_t usecs representation for timestamps and duration throughout stagefright. by Andreas Huber · 15 years ago
  79. e6c4096 Media MIME types now have corresponding constants in MediaDefs.h, new codec enumeration API. by Andreas Huber · 15 years ago
  80. 033e6c3 Minor API change in MPEG4Writer, support for amr output into MPEG4 containers. by Andreas Huber · 15 years ago
  81. b5ceb9e assert => CHECK in stagefright. by Andreas Huber · 15 years ago
  82. be06d26 Squashed commit of the following: by Andreas Huber · 15 years ago
  83. ea03f4a Recording/Export to .mp4/h.263 somewhat works on TI hardware. by Andreas Huber · 15 years ago
  84. e46b7be Squashed commit of the following: by Andreas Huber · 15 years ago