Advertisement
Guest User

Untitled

a guest
Jun 11th, 2011
374
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.78 KB | None | 0 0
  1. config.h.in | 9 +
  2. configure | 11 +-
  3. configure.ac | 4 +-
  4. db/zm_create.sql.in | 1 +
  5. scripts/ZoneMinder/lib/ZoneMinder/ConfigData.pm.in | 6 +-
  6. scripts/ZoneMinder/lib/ZoneMinder/Memory.pm.in | 75 +-
  7. src/Makefile.am | 2 +-
  8. src/Makefile.in | 2 +-
  9. src/zm_camera.cpp | 15 +-
  10. src/zm_camera.h | 8 +-
  11. src/zm_config_defines.h | 6 +-
  12. src/zm_event.cpp | 57 +-
  13. src/zm_ffmpeg_camera.cpp | 103 +-
  14. src/zm_ffmpeg_camera.h | 8 +-
  15. src/zm_file_camera.cpp | 4 +-
  16. src/zm_file_camera.h | 2 +-
  17. src/zm_image.cpp | 3024 +++++++++++++++++---
  18. src/zm_image.h | 155 +-
  19. src/zm_local_camera.cpp | 925 +++---
  20. src/zm_local_camera.h | 26 +-
  21. src/zm_mem_utils.h | 38 +
  22. src/zm_monitor.cpp | 178 +-
  23. src/zm_monitor.h | 77 +-
  24. src/zm_mpeg.cpp | 4 +-
  25. src/zm_mpeg.h | 2 +-
  26. src/zm_remote_camera.cpp | 4 +-
  27. src/zm_remote_camera_http.cpp | 6 +-
  28. src/zm_remote_camera_rtsp.cpp | 251 +-
  29. src/zm_remote_camera_rtsp.h | 18 +-
  30. src/zm_rgb.h | 129 +-
  31. src/zm_stream.cpp | 2 +-
  32. src/zm_thread.h | 26 +-
  33. src/zm_utils.cpp | 94 +
  34. src/zm_utils.h | 5 +
  35. src/zm_zone.cpp | 78 +-
  36. src/zma.cpp | 2 +
  37. src/zmc.cpp | 2 +
  38. src/zmf.cpp | 2 +
  39. src/zms.cpp | 2 +
  40. src/zmstreamer.cpp | 2 +
  41. web/includes/actions.php | 6 +-
  42. web/skins/classic/views/js/monitor.js.php | 8 +-
  43. web/skins/classic/views/monitor.php | 93 +-
  44. web/skins/classic/views/monitorprobe.php | 22 +-
  45. 44 files changed, 4090 insertions(+), 1404 deletions(-)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement