[vlc-commits] stream_filter: smooth: remove legacy smooth filter
    Francois Cartegnie 
    git at videolan.org
       
    Tue Nov  3 15:34:41 CET 2015
    
    
  
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Tue Nov  3 15:14:45 2015 +0100| [169dd181dd9e1287c0ee9097ca4b199eb64dfe56] | committer: Francois Cartegnie
stream_filter: smooth: remove legacy smooth filter
Deprecated by adaptative, which is also now jammed by filter.
Drops specific MP4 forged smoo/stra hacks.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=169dd181dd9e1287c0ee9097ca4b199eb64dfe56
---
 NEWS                                      |    5 +-
 modules/MODULES_LIST                      |    1 -
 modules/demux/mp4/libmp4.c                |   94 +--
 modules/demux/mp4/libmp4.h                |   31 -
 modules/demux/mp4/mp4.c                   |  406 +------------
 modules/stream_filter/Makefile.am         |   13 -
 modules/stream_filter/smooth/downloader.c |  667 ---------------------
 modules/stream_filter/smooth/smooth.c     |  893 -----------------------------
 modules/stream_filter/smooth/smooth.h     |  158 -----
 modules/stream_filter/smooth/utils.c      |  232 --------
 po/POTFILES.in                            |    1 -
 11 files changed, 34 insertions(+), 2467 deletions(-)
Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=169dd181dd9e1287c0ee9097ca4b199eb64dfe56
    
    
More information about the vlc-commits
mailing list