1. 05643cc am e58cd37d: am 8ac0983e: Merge "Fix support for per-frame unsynchronization in ID3V2.4 tags." into gingerbread by Andreas Huber · 14 years ago
  2. 8ac0983 Merge "Fix support for per-frame unsynchronization in ID3V2.4 tags." into gingerbread by Andreas Huber · 14 years ago
  3. bf4c0c8 am cec075cc: am 23584022: Merge "Ensure that buffering updates eventually hit 100% after we download everything." into gingerbread by Andreas Huber · 14 years ago
  4. 8735f89 Fix support for per-frame unsynchronization in ID3V2.4 tags. by Andreas Huber · 14 years ago
  5. 2358402 Merge "Ensure that buffering updates eventually hit 100% after we download everything." into gingerbread by Andreas Huber · 14 years ago
  6. a164410 am 96dc4559: am b8814dce: Merge "Allow sniffers to return a packet of opaque data that the corresponding extractor can take advantage of to not duplicate work already done sniffing. The mp3 extractor takes advantage of this now." into gingerbread by Andreas Huber · 14 years ago
  7. efdd088 Allow sniffers to return a packet of opaque data that the corresponding extractor can take advantage of to not duplicate work already done sniffing. The mp3 extractor takes advantage of this now. by Andreas Huber · 14 years ago
  8. c23296e Ensure that buffering updates eventually hit 100% after we download everything. by Andreas Huber · 14 years ago
  9. 8d9d751 am 67ca90b3: am 6b6ae996: Merge "A first shot at proper support for seeking of rtsp streams." into gingerbread by Andreas Huber · 14 years ago
  10. e0dd7d3 A first shot at proper support for seeking of rtsp streams. by Andreas Huber · 14 years ago
  11. 804539b am 31e71131: am 3e22ef1e: Merge "Better handling of rtsp connection and disconnection." into gingerbread by Andreas Huber · 14 years ago
  12. 7741ecc am 28a92120: am 3f51fa78: Runtime dump support for MediaWriter by James Dong · 14 years ago
  13. 7802b205 am 3fc01525: am b755e325: Merge "Only add 4 bytes offset for the output media buffer when SPS is not received for SW AVC encoder" into gingerbread by James Dong · 14 years ago
  14. 7fdaa23 Merge "Account for the _ADRENO constant being moved." by Andreas Huber · 14 years ago
  15. c6c9b49 Account for the _ADRENO constant being moved. by Jamie Gennis · 14 years ago
  16. 7f81d4c Merge changes Ic94c18a6,Iff770de1,Ifed6b4dc by Dima Zavin · 14 years ago
  17. d535076 Merge "Squashed commit of the following:" by Andreas Huber · 14 years ago
  18. e3c0183 Squashed commit of the following: by Andreas Huber · 14 years ago
  19. 3e22ef1 Merge "Better handling of rtsp connection and disconnection." into gingerbread by Andreas Huber · 14 years ago
  20. 37e2592 am 3540760d: am 0ea4ed3b: Don\'t drop a late frame which may lead to missing I frames in the MP4 file by James Dong · 14 years ago
  21. a75d87f am 177a7ad8: am 439fe407: Merge "Return error from MPEG4Writer stop() if the check on codec specific data failed" into gingerbread by James Dong · 14 years ago
  22. 8370be1 Better handling of rtsp connection and disconnection. by Andreas Huber · 14 years ago
  23. 30ba6cb libstagefright: enable tegra hw audio decoders by Dima Zavin · 14 years ago
  24. 6ad2c35 libstagefright: Enable tegra hw video decoders by pgudadhe · 14 years ago
  25. 3f51fa7 Runtime dump support for MediaWriter by James Dong · 14 years ago
  26. 349250f am c8d2fa70: am cbd038fe: Merge "Make MediaWriter stop and pause return errors if necessary" into gingerbread by James Dong · 14 years ago
  27. 83b3e35 am 873ebfb8: am 223e4f73: Merge "Support for MP4V-ES packetization format according to RFC3016." into gingerbread by Andreas Huber · 14 years ago
  28. fc5d0cf am b29ebd39: am f0ad5484: Merge "In the absence of width/height information in the sdp, extract the dimensions from the avc codec specific data." into gingerbread by Andreas Huber · 14 years ago
  29. a6a0fe4 am 6bcffcd2: am 8c192fe9: Merge "Better support for rtsp streamed through VLC. Temporarily make the socket blocking to read all of the session description." into gingerbread by Andreas Huber · 14 years ago
  30. 727f658 Merge "Added downsample()" by Nipun Kwatra · 14 years ago
  31. 9662473 Added downsample() by Nipun Kwatra · 14 years ago
  32. 437e6c4 Merge "const correctness, validPixel test." by Nipun Kwatra · 14 years ago
  33. 9c30532 libstagefright: Enable tegra hw encoder by pgudadhe · 14 years ago
  34. 9767dbf Only add 4 bytes offset for the output media buffer when SPS is not received for SW AVC encoder by James Dong · 14 years ago
  35. d1fbdf1 const correctness, validPixel test. by Nipun Kwatra · 14 years ago
  36. 0ea4ed3 Don't drop a late frame which may lead to missing I frames in the MP4 file by James Dong · 14 years ago
  37. 62948fa Return error from MPEG4Writer stop() if the check on codec specific data failed by James Dong · 14 years ago
  38. cbd038f Merge "Make MediaWriter stop and pause return errors if necessary" into gingerbread by James Dong · 14 years ago
  39. d036662 Make MediaWriter stop and pause return errors if necessary by James Dong · 14 years ago
  40. a979ad6 Support for MP4V-ES packetization format according to RFC3016. by Andreas Huber · 14 years ago
  41. eef3c33 In the absence of width/height information in the sdp, extract the dimensions from the avc codec specific data. by Andreas Huber · 14 years ago
  42. 8c192fe Merge "Better support for rtsp streamed through VLC. Temporarily make the socket blocking to read all of the session description." into gingerbread by Andreas Huber · 14 years ago
  43. f5a36b2 am 00557baf: am 4dda6ddb: Merge "Make the OggExtractor less verbose." into gingerbread by Andreas Huber · 14 years ago
  44. c7dbac5 am 31eb1ac1: am 0324ce9a: Merge "Be more lenient when validating ESDS information in mp4 audio tracks. Allow the absence of any codec specific data and assume that the mpeg4 headers are not lying to us." into gingerbread by Andreas Huber · 14 years ago
  45. af063a6 Better support for rtsp streamed through VLC. Temporarily make the socket blocking to read all of the session description. by Andreas Huber · 14 years ago
  46. 4dda6dd Merge "Make the OggExtractor less verbose." into gingerbread by Andreas Huber · 14 years ago
  47. 08c94b2 Be more lenient when validating ESDS information in mp4 audio tracks. Allow the absence of any codec specific data and assume that the mpeg4 headers are not lying to us. by Andreas Huber · 14 years ago
  48. 8ef786b am f54da15b: am eff30e3d: Change the default time scale for audio/video track during recording and reduce rounding errors in calculating the sample duration by James Dong · 14 years ago
  49. 4ad5c70 am 4fc2c928: am b7208196: Use audio clock as the reference media clock by James Dong · 14 years ago
  50. 3386c38 Make the OggExtractor less verbose. by Andreas Huber · 14 years ago
  51. eff30e3 Change the default time scale for audio/video track during recording by James Dong · 14 years ago
  52. b720819 Use audio clock as the reference media clock by James Dong · 14 years ago
  53. 67dfaec am 38a9f405: am e95d192f: Mainly fix two mistakes that I made: by James Dong · 14 years ago
  54. bf19bce am 2f020449: am 5f96138b: Merge "Support getting codec, width, and height in URL for gtalk playback." into gingerbread by Mike Dodd · 14 years ago
  55. e95d192 Mainly fix two mistakes that I made: by James Dong · 14 years ago
  56. 5f96138 Merge "Support getting codec, width, and height in URL for gtalk playback." into gingerbread by Mike Dodd · 14 years ago
  57. 0e8e269 am 73af0a92: am 72ac1f26: Fix software avc encoder crash at EOS. by Andreas Huber · 14 years ago
  58. 72ac1f2 Fix software avc encoder crash at EOS. by Andreas Huber · 14 years ago
  59. 8741dfa Support getting codec, width, and height in URL for gtalk playback. by Mike Dodd · 14 years ago
  60. 08c96ec am 3bf8c342: am ae3a1f45: Merge "Fix the h.263 assembler to properly subset a buffer\'s range if it already has a range applied." into gingerbread by Andreas Huber · 14 years ago
  61. 53fb14f am 53895c6a: am 66aa0f3d: Merge "APacketSource is too verbose." into gingerbread by Andreas Huber · 14 years ago
  62. 9e9cd88 am 8473db02: am 708ec39c: Don\'t send late frames to software encoders for encoding by James Dong · 14 years ago
  63. ae3a1f4 Merge "Fix the h.263 assembler to properly subset a buffer's range if it already has a range applied." into gingerbread by Andreas Huber · 14 years ago
  64. 66aa0f3 Merge "APacketSource is too verbose." into gingerbread by Andreas Huber · 14 years ago
  65. 00237b7 Fix the h.263 assembler to properly subset a buffer's range if it already has a range applied. by Andreas Huber · 14 years ago
  66. 708ec39 Don't send late frames to software encoders for encoding by James Dong · 14 years ago
  67. e63cccf am 8aa244ea: am 45cb3cfa: Merge "Handle large audio lost" into gingerbread by James Dong · 14 years ago
  68. 387c9ff am f4e26da1: am b6541f0a: Merge "Fix a crash due to unnecessary check on the codec config data for H263 video track" into gingerbread by James Dong · 14 years ago
  69. 45cb3cf Merge "Handle large audio lost" into gingerbread by James Dong · 14 years ago
  70. b6541f0 Merge "Fix a crash due to unnecessary check on the codec config data for H263 video track" into gingerbread by James Dong · 14 years ago
  71. 3f55576 APacketSource is too verbose. by Andreas Huber · 14 years ago
  72. 7ae08a6 Fix a crash due to unnecessary check on the codec config data for H263 video track by James Dong · 14 years ago
  73. 196fc92 Merge "Call startPreview after stopping for mUseStillCameraForTimeLapse=true case." by Nipun Kwatra · 14 years ago
  74. 6b63dce am 136d8336: am 90d1d104: Merge "This code in CameraSource really should hold the lock." into gingerbread by Andreas Huber · 14 years ago
  75. 90d1d10 Merge "This code in CameraSource really should hold the lock." into gingerbread by Andreas Huber · 14 years ago
  76. 22bd242 This code in CameraSource really should hold the lock. by Andreas Huber · 14 years ago
  77. afe5305 Handle large audio lost by James Dong · 14 years ago
  78. c44cf62 Call startPreview after stopping for mUseStillCameraForTimeLapse=true case. by Nipun Kwatra · 14 years ago
  79. a774765 am d35498f6: am 1a140bf6: Merge "Remove some obsolete code." into gingerbread by Andreas Huber · 14 years ago
  80. 6fa1311 Remove some obsolete code. by Andreas Huber · 14 years ago
  81. c3f2025 am b9ddd779: am 10ed3f74: Merge "Add input buffer size check for software video encoders" into gingerbread by James Dong · 14 years ago
  82. 10ed3f7 Merge "Add input buffer size check for software video encoders" into gingerbread by James Dong · 14 years ago
  83. 3965148 am 4dc41bb4: am 18f0174f: Merge "We\'re now going to ignore timestamps completely in gtalk video conferencing, playing video as soon as it comes in. We also make up fake timestamps in the rtp code, ignoring rtcp SR information to enable early startup." into gingerbrea by Andreas Huber · 14 years ago
  84. 18f0174 Merge "We're now going to ignore timestamps completely in gtalk video conferencing, playing video as soon as it comes in. We also make up fake timestamps in the rtp code, ignoring rtcp SR information to enable early startup." into gingerbread by Andreas Huber · 14 years ago
  85. f5e9018 Merge "use usleep instead of sleep." by Nipun Kwatra · 14 years ago
  86. 7913998 use usleep instead of sleep. by Nipun Kwatra · 14 years ago
  87. ac4bbc2 am 193985ff: am 235be391: Merge "Many, many developers misread or don\'t read the http specs and terminate lines with \'\n\' instead of CRLF \'\r\n\' as required. Enable the workaround for this by default. Also increase the socket read timeout to 30 secs." into ginger by Andreas Huber · 14 years ago
  88. 235be39 Merge "Many, many developers misread or don't read the http specs and terminate lines with '\n' instead of CRLF '\r\n' as required. Enable the workaround for this by default. Also increase the socket read timeout to 30 secs." into gingerbread by Andreas Huber · 14 years ago
  89. f88f844 We're now going to ignore timestamps completely in gtalk video conferencing, playing video as soon as it comes in. We also make up fake timestamps in the rtp code, ignoring rtcp SR information to enable early startup. by Andreas Huber · 14 years ago
  90. 898d5cd am a0488341: am 532d2ac5: Merge "Only check the codec specific data when the output buffer contains kKeyIsCodecConfig in MP4 writer" into gingerbread by James Dong · 14 years ago
  91. e6daea5 Add input buffer size check for software video encoders by James Dong · 14 years ago
  92. f3b7859 Only check the codec specific data when the output buffer contains kKeyIsCodecConfig in MP4 writer by James Dong · 14 years ago
  93. aa92ef7 Many, many developers misread or don't read the http specs and terminate lines with '\n' instead of CRLF '\r\n' as required. Enable the workaround for this by default. Also increase the socket read timeout to 30 secs. by Andreas Huber · 14 years ago
  94. 6e96f6f am fa4f57fe: am 959909ef: Merge "Support multiple PPS and SPS in avcC box" into gingerbread by James Dong · 14 years ago
  95. 030af34 am e14923b0: am 4edf85ab: Merge "Support for extracting G.711 a-law and mu-law audio from WAV files and a corresponding software decoder." into gingerbread by Andreas Huber · 14 years ago
  96. 959909e Merge "Support multiple PPS and SPS in avcC box" into gingerbread by James Dong · 14 years ago
  97. 481e05e Support multiple PPS and SPS in avcC box by James Dong · 14 years ago
  98. 520b2a7 Support for extracting G.711 a-law and mu-law audio from WAV files and a corresponding software decoder. by Andreas Huber · 14 years ago
  99. 704f7e6 am c143ae7e: am ad98d383: Support for communicating if a buffer read from the _extractor_ is a sync sample or not. by Andreas Huber · 14 years ago
  100. 2e0a33f8 am 4f25d033: am 261aaa16: Merge "Properly skip the \'skip\' chunk in mpeg4 files." into gingerbread by Andreas Huber · 14 years ago