Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
437
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.57 KB | None | 0 0
  1. skunkworks:rtmpdump davilla$ git log
  2. commit b627335dc37fd5265ac6d23a441ee2d89ab503c8
  3. Author: Howard Chu <hyc@highlandsun.com>
  4. Date: Fri Jul 22 18:06:27 2011 -0700
  5.  
  6. Plug potential memleak
  7.  
  8. Reported by Reijo Tomperi <aggro80@users.sourceforge.net>
  9.  
  10. commit 530d02fccf24f98e2e318418b2fa3e3420056fda
  11. Author: Howard Chu <hyc@highlandsun.com>
  12. Date: Fri Jul 22 18:04:05 2011 -0700
  13.  
  14. Fix MDH_free() for PolarSSL
  15.  
  16. Reported by Reijo Tomperi <aggro80@users.sourceforge.net>
  17.  
  18. commit 159a06ebe6d82ef20f2c77c497d55af00d2e0b78
  19. Author: Martin Storsjo <martin@martin.st>
  20. Date: Fri Jul 15 13:46:03 2011 +0300
  21.  
  22. Don't try to close an already closed socket
  23.  
  24. This could happen if WriteN() (called within SendBytesReceived())
  25. failed.
  26.  
  27. commit 060206d121657d7e45c01ac022dd071c877b4caa
  28. Author: Martin Storsjo <martin@martin.st>
  29. Date: Fri Jul 15 13:46:02 2011 +0300
  30.  
  31. Check the return value from RTMP_SendBytesReceived()
  32.  
  33. This avoids double frees in RTMP_Close(), if the
  34. RTMP_SendBytesReceived() call failed, which earlier led
  35. to RTMP_ReadPacket() writing back an already freed buffer
  36. (freed by RTMP_Close() within WriteN()) into m_vecChannelsIn.
  37.  
  38. commit 9931c44867d157621ae10cf489ba336091dfab6b
  39. Author: Martin Storsjo <martin@martin.st>
  40. Date: Sat Apr 30 14:30:01 2011 +0300
  41.  
  42. Generate and install an import lib for the built DLL
  43.  
  44. commit 749018b7c7c4e0090ea17c104dc094ab74326c08
  45. Author: Martin Storsjo <martin@martin.st>
  46. Date: Sat Apr 30 14:30:00 2011 +0300
  47.  
  48. Create the SODIR, too
  49.  
  50. When SYS=mingw, this differs from LIBDIR.
  51.  
  52. commit ed99ad05b34031fac74230760c77d4d1a6a9e706
  53. Author: Martin Storsjo <martin@martin.st>
  54. Date: Sat Apr 30 14:29:58 2011 +0300
  55.  
  56. Remove the generated pkg-config file on make clean
  57.  
  58. commit a2fb387404cb0da99cf439d58478fff701398700
  59. Author: Howard Chu <hyc@highlandsun.com>
  60. Date: Thu Jul 21 17:31:14 2011 -0700
  61.  
  62. Regenerate HTML docs, minor tweaks
  63.  
  64. commit dc762e41a090b5c238bd7daedab13def69eb140b
  65. Author: toine512 <toine512@gmail.com>
  66. Date: Thu Jul 21 17:10:13 2011 -0700
  67.  
  68. Squashed commit of the following:
  69.  
  70. commit 84b160fdc8e6aaff9b5b214d90e8f002cc4185dd
  71. Author: toine512 <toine512@gmail.com>
  72. Date: Wed Jul 20 23:09:26 2011 +0200
  73.  
  74. Updates man .. again
  75.  
  76. commit 717c562b844595f5b24da268a5f5203d921ebc89
  77. Author: toine512 <toine512@gmail.com>
  78. Date: Wed Jul 20 21:00:44 2011 +0200
  79.  
  80. More updates in man files, regenerating HTML files needed
  81.  
  82. commit 8196cf03b2ff7b9483166302bf79a0760fed2772
  83. Author: toine512 <toine512@gmail.com>
  84. Date: Wed Jul 20 20:42:41 2011 +0200
  85.  
  86. Updates ChangeLog
  87.  
  88. commit 7a6931cffd0ffd2d0997ffed2bd7609e9a043387
  89. Author: toine512 <toine512@gmail.com>
  90. Date: Wed Jul 20 20:37:40 2011 +0200
  91.  
  92. Updates man files, regenerating HTML files is needed
  93.  
  94. commit 1cb67af20bb4085b87123299956c6b4d2d2b1484
  95. Author: toine512 <toine512@gmail.com>
  96. Date: Wed Jul 20 20:03:16 2011 +0200
  97.  
  98. Implements Justin.tv support (NetStream.Authenticate.UsherToken)
  99.  
  100. commit c28f1bab7822de97353849e7787b59e50bbb1428
  101. Author: Howard Chu <hyc@symas.com>
  102. Date: Mon Jul 11 17:24:33 2011 -0700
  103.  
  104. v2.4 changes
  105.  
  106. commit 3121324046e4ca1934e7e28293fc8326475d5053
  107. Author: Howard Chu <hyc@symas.com>
  108. Date: Mon Jul 11 17:22:43 2011 -0700
  109.  
  110. Version bump
  111.  
  112. commit 4028a5aa7f72cac44a62b4aac596ff3c82e6e019
  113. Author: Howard Chu <hyc@symas.com>
  114. Date: Mon Jul 11 17:19:25 2011 -0700
  115.  
  116. Additional credit for RTMPE 9 keys
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement