Commit 561195e1 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

cache_read: "method 2" stream_access rewritten as a stream filter

parent 682e1602
......@@ -66,6 +66,7 @@ $Id$
* bonjour: Zeroconf services discovery
* bpg: BPG image decoder using libbpg
* caca: color ASCII art video output using libcaca
* cache_read: byte stream caching stream filter
* caf: CAF demuxer
* canvas: Automatically resize and padd a video
* caopengllayer: CoreAnimation OpenGL video output
......
......@@ -2,6 +2,9 @@ stream_filterdir = $(pluginsdir)/stream_filter
stream_filter_LTLIBRARIES =
libcache_read_plugin_la_SOURCES = stream_filter/cache_read.c
stream_filter_LTLIBRARIES += libcache_read_plugin.la
libdecomp_plugin_la_SOURCES = stream_filter/decomp.c
libdecomp_plugin_la_LIBADD = $(LIBPTHREAD)
if !HAVE_WIN32
......
This diff is collapsed.
......@@ -1033,6 +1033,7 @@ modules/services_discovery/upnp.cpp
modules/services_discovery/windrive.c
modules/services_discovery/xcb_apps.c
modules/stream_filter/aribcam.c
modules/stream_filter/cache_read.c
modules/stream_filter/decomp.c
modules/stream_filter/hds/hds.c
modules/stream_filter/record.c
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment