Skip to content

Commit

Permalink
cache_block: rewrite "method 1" stream_access as stream filter
Browse files Browse the repository at this point in the history
  • Loading branch information
Rémi Denis-Courmont committed Aug 25, 2015
1 parent 84d07db commit 7bcd0ba
Show file tree
Hide file tree
Showing 4 changed files with 530 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/MODULES_LIST
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ $Id$
* bonjour: Zeroconf services discovery
* bpg: BPG image decoder using libbpg
* caca: color ASCII art video output using libcaca
* cache_block: block stream caching stream filter
* cache_read: byte stream caching stream filter
* caf: CAF demuxer
* canvas: Automatically resize and padd a video
Expand Down
3 changes: 3 additions & 0 deletions modules/stream_filter/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ stream_filter_LTLIBRARIES =
libcache_read_plugin_la_SOURCES = stream_filter/cache_read.c
stream_filter_LTLIBRARIES += libcache_read_plugin.la

libcache_block_plugin_la_SOURCES = stream_filter/cache_block.c
stream_filter_LTLIBRARIES += libcache_block_plugin.la

libdecomp_plugin_la_SOURCES = stream_filter/decomp.c
libdecomp_plugin_la_LIBADD = $(LIBPTHREAD)
if !HAVE_WIN32
Expand Down
Loading

0 comments on commit 7bcd0ba

Please sign in to comment.