[vlc-commits] Converted atmo filter to vlc_clone().

Laurent Aimar git at videolan.org
Tue May 17 22:23:16 CEST 2011


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Tue May 17 22:21:05 2011 +0200| [f83e0c967608835f2150537f513af524cabe80ee] | committer: Laurent Aimar

Converted atmo filter to vlc_clone().

I have just modified it to remove the use of vlc_thread_create(). There is
a lot of improvement that can be done to the way the thread are handled.

I have not tested it for regressions.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f83e0c967608835f2150537f513af524cabe80ee
---

 .../video_filter/atmo/AtmoExternalCaptureInput.cpp |   15 +++--
 .../video_filter/atmo/AtmoExternalCaptureInput.h   |    1 +
 modules/video_filter/atmo/AtmoLiveView.cpp         |   13 ++--
 modules/video_filter/atmo/AtmoPacketQueue.cpp      |    4 +-
 modules/video_filter/atmo/AtmoPacketQueue.h        |    4 +-
 modules/video_filter/atmo/AtmoThread.cpp           |   61 ++++++++------------
 modules/video_filter/atmo/AtmoThread.h             |   12 +---
 modules/video_filter/atmo/atmo.cpp                 |   55 +++++++++---------
 8 files changed, 76 insertions(+), 89 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=f83e0c967608835f2150537f513af524cabe80ee


More information about the vlc-commits mailing list