1. 5883d53 Make limitations of MPEG4Writer explicit by James Dong · 11 years ago
  2. aebd9bb am 801726ef: Merge "MPEG4Writer: Write a zero-length compressor string" by Andreas Huber · 11 years ago
  3. 89b28bf MPEG4Writer: Write a zero-length compressor string by Martin Storsjo · 11 years ago
  4. b69d77c Fix memory leakage from MPEG4Writer. by James Dong · 12 years ago
  5. 480421b Turn off executable bit on ordinary files by Glenn Kasten · 12 years ago
  6. e983aa4 am 51af4af2: am e28df5b9: Merge "Store correct time stamps in recorded mp4 files" by Jean-Baptiste Queru · 12 years ago
  7. 219f195 Make sure that the trackId starts from 1 by James Dong · 12 years ago
  8. 25f0d7b Should really compare the pos to the total number of values in get() and set() methods in ListTableEntries class by James Dong · 12 years ago
  9. c620cbd Refactoring how the box table entries are stored in MPEG4Writer by James Dong · 12 years ago
  10. efcdf18 Store correct time stamps in recorded mp4 files by Johannes Carlsson · 12 years ago
  11. 13210f3 Added number of encoded frames and duration to the MPEG4Writer::Track::dump by James Dong · 12 years ago
  12. 77e8ae9 When a request max file size is relatively small, don't store moov header at the by James Dong · 12 years ago
  13. af8e8aa Add mode when open(O_CREAT) is used. by Nick Kralevich · 12 years ago
  14. 49fcd3c Fix an error caused by sample size value by order by James Dong · 12 years ago
  15. 8c46049 Speed up stsz box write in MPEG4Writer by James Dong · 12 years ago
  16. 43089da Finish up B frame support in MPEG4Writer by James Dong · 12 years ago
  17. 000e183 Enable B frame support in MPEG4Writer by James Dong · 12 years ago
  18. 8bcc65c Don't call virtual functions in destructors for the writer classes by James Dong · 12 years ago
  19. 29357bc Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  20. 5ff1dd5 Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 13 years ago
  21. df64d15 Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE by Steve Block · 13 years ago
  22. b8a8052 Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE by Steve Block · 13 years ago
  23. 3856b09 Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE by Steve Block · 13 years ago
  24. 5410afc Fixing small syntax error in MPEG4 logging by Pannag Sanketi · 13 years ago
  25. 5a217fb Fix initial 0 duration video sample in the recorded videos by James Dong · 13 years ago
  26. 1374edd Add support for TI H264 encoder by Dandawate Saket · 13 years ago
  27. 411ba42 Do not wait for unlaunched threads in stop() by James Dong · 13 years ago
  28. 45c254c Add some error log messages to indicate the failure of a recording session by James Dong · 13 years ago
  29. f2ab12d Timestamp adjustment will not work well if we ask video encoder to produce B frames by James Dong · 13 years ago
  30. e6ebb09 Merge "Remove unneeded #include <sys/resource.h>" by Glenn Kasten · 13 years ago
  31. 05e6580 Use system property to control whether we will enable B frame support in MPEG4Writer by James Dong · 13 years ago
  32. b8e9897 Remove unneeded #include <sys/resource.h> by Glenn Kasten · 13 years ago
  33. 7b92cb6 Merge "Bug 4608375" by Glenn Kasten · 13 years ago
  34. 86106f8 Bug 4608375 by Glenn Kasten · 13 years ago
  35. 965e423 Add B frame support for MPEG4Writer by James Dong · 13 years ago
  36. 79761ab Avoid duplicated code calculating the stts sample duration by James Dong · 13 years ago
  37. e9f6d05 Fix an issue in MPEG4Writer where the write of outstanding chunks in the last batch was missing by James Dong · 13 years ago
  38. 432ec37 Fix the comment for the location box @xyz by James Dong · 13 years ago
  39. 2cf9c50 Revert "Add const to the finders method in MetaData.cpp" by James Dong · 13 years ago
  40. 07ec019 Make track informational event optional, depending on system property by James Dong · 13 years ago
  41. 86b7f47 Support platform and camera dependent recording start time offset by James Dong · 13 years ago
  42. 07b1bb5 Support for storing geo information in the recorded mp4/3gpp file. by James Dong · 13 years ago
  43. b5212db Track id really starts with 1, not 0 by James Dong · 13 years ago
  44. 70ccfd4 Add send session recording summary report to application by James Dong · 13 years ago
  45. 4650ff0 Add const to the finders method in MetaData.cpp by James Dong · 13 years ago
  46. 43ec1df Add end of recording summary track info by James Dong · 13 years ago
  47. b21c564 Refactor MPEG4Writer::writeTrackHeader() method by James Dong · 13 years ago
  48. 03f6f4e Add read and write option in opening file for output in the writers by James Dong · 13 years ago
  49. bc07bcc Better organize media recorder error and information event and types by James Dong · 13 years ago
  50. a472613 A/V synchronization at the beginning of a recording session by James Dong · 13 years ago
  51. fcac8fa Reduce blocking time in file write by James Dong · 13 years ago
  52. eaae384 Report errors to applications if AudioRecord->start() fails by James Dong · 13 years ago
  53. 65b3d76 Logging the duration range from different media tracks for recording by James Dong · 14 years ago
  54. 985f838 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
  55. f6882a9 am 80639875: am d4c5478a: Merge "Be conservative in estimating the file size limit." into gingerbread by James Dong · 14 years ago
  56. acd234b Be conservative in estimating the file size limit. by James Dong · 14 years ago
  57. 674ebd0 Removed uncessary FILE structure pointer for I/O by James Dong · 14 years ago
  58. c7fc37a 64-bit file size/offset support for media framework by James Dong · 14 years ago
  59. 13f6284 Rotation support by James Dong · 14 years ago
  60. aca1fe3 Rotation support by James Dong · 14 years ago
  61. cb09c03 Added some debugging log messages at stop() by James Dong · 14 years ago
  62. 7f6ff8e am 6123e0f7: am 1bd8a8c8: Merge "Turn the media time adjustment in file writer back on" into gingerbread by James Dong · 14 years ago
  63. 5b6a01e Turn the media time adjustment in file writer back on by James Dong · 14 years ago
  64. cf5e77c am 8ad6335d: am fa7a87fb: Merge "File writer size estimation improvement" into gingerbread by James Dong · 14 years ago
  65. 5f995b0 Make sure we can encode the size of the codec specific data in a single byte. by Andreas Huber · 14 years ago
  66. 78a1a28 File writer size estimation improvement by James Dong · 14 years ago
  67. a6f61fc Name the writer threads by James Dong · 14 years ago
  68. a007e82 Fixed an issue where the reserved free space in the file writer was larger than intended by James Dong · 14 years ago
  69. 872a481 Resilent media time stamp adjustment by James Dong · 14 years ago
  70. d0ea545 Turn off media time adjustment by default by James Dong · 14 years ago
  71. 8428af5 Fix track duration calculation if the start timestamp is non-zero by James Dong · 14 years ago
  72. 95fcef2 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
  73. a1abc1a Add some explicit error log messages by James Dong · 14 years ago
  74. d2518e0 When 32-bit offset is used, by James Dong · 14 years ago
  75. b4d5320 Remove unused/debugging code from MP4 file writer by James Dong · 14 years ago
  76. 1f90c4b Better file size estimate by James Dong · 14 years ago
  77. d707fcb Calculate audio media drift time from AudioSource by James Dong · 14 years ago
  78. 40e9940 Make sure that timestamp does not go backward in MP4 file writer by James Dong · 14 years ago
  79. dedf414 Runtime dump support for MediaWriter by James Dong · 14 years ago
  80. 4f86a98 Don't drop a late frame which may lead to missing I frames in the MP4 file by James Dong · 14 years ago
  81. 690f546 Return error from MPEG4Writer stop() if the check on codec specific data failed by James Dong · 14 years ago
  82. 3718791 Make MediaWriter stop and pause return errors if necessary by James Dong · 14 years ago
  83. c059860 Change the default time scale for audio/video track during recording by James Dong · 14 years ago
  84. e259531 Use audio clock as the reference media clock by James Dong · 14 years ago
  85. a37923e Fix a crash due to unnecessary check on the codec config data for H263 video track by James Dong · 14 years ago
  86. 51dfe6d Only check the codec specific data when the output buffer contains kKeyIsCodecConfig in MP4 writer by James Dong · 14 years ago
  87. 3266b2c Support multiple PPS and SPS in avcC box by James Dong · 14 years ago
  88. c5f0c71 Fix an issue where the track duration does not include the last sample duration by James Dong · 14 years ago
  89. 1c9747a File writer has a designated writer thread now by James Dong · 14 years ago
  90. 5aff464 Added damr box for AMR (NB and WB) sample entry by James Dong · 14 years ago
  91. ff4a7fa Eliminate the linear cost associated with mSampleSizes.size() by James Dong · 14 years ago
  92. 8644c14 Reduce memory usage by the MP4 file writer by James Dong · 14 years ago
  93. f01528f Interleave the audio and video by default by James Dong · 14 years ago
  94. faed5cd Progress status notification by James Dong · 14 years ago
  95. 8f5f2fc Support user-supplied timescales for authoring by James Dong · 14 years ago
  96. 19c9a1e Support for writing the extracted data to an .mp4 file in the stagefright commandline tool. by Andreas Huber · 14 years ago
  97. 215381e Collect statistical data from authoring engine (second part) by James Dong · 14 years ago
  98. 93d6b10 Provide progress status report during authoring by James Dong · 14 years ago
  99. 2dec2b5 Enable passing parameters to the MediaWriter at runtime (at start() call). by James Dong · 14 years ago
  100. 065d1af Fixed the software AAC encoder by James Dong · 14 years ago