[vlc-commits] auhal: switch analog playback to the 2.1 API
    Felix Paul Kühne 
    git at videolan.org
       
    Sun Dec 16 16:06:15 CET 2012
    
    
  
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sun Dec 16 14:38:46 2012 +0100| [bd8d2badd6edd55494dc143ac4ce6b82c223248c] | committer: Felix Paul Kühne
auhal: switch analog playback to the 2.1 API
This makes use of a 3rd party circular buffer licensed under MIT.
TODO: Pause, TimeGet, Flush
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bd8d2badd6edd55494dc143ac4ce6b82c223248c
---
 modules/audio_output/Modules.am         |    2 +-
 modules/audio_output/TPCircularBuffer.c |  115 +++++++++++++++
 modules/audio_output/TPCircularBuffer.h |  170 ++++++++++++++++++++++
 modules/audio_output/auhal.c            |  239 +++++++++++++++----------------
 4 files changed, 400 insertions(+), 126 deletions(-)
Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=bd8d2badd6edd55494dc143ac4ce6b82c223248c
    
    
More information about the vlc-commits
mailing list