Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
7bcd0baa
Commit
7bcd0baa
authored
Jul 23, 2015
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cache_block: rewrite "method 1" stream_access as stream filter
parent
84d07db2
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
530 additions
and
0 deletions
+530
-0
modules/MODULES_LIST
modules/MODULES_LIST
+1
-0
modules/stream_filter/Makefile.am
modules/stream_filter/Makefile.am
+3
-0
modules/stream_filter/cache_block.c
modules/stream_filter/cache_block.c
+525
-0
po/POTFILES.in
po/POTFILES.in
+1
-0
No files found.
modules/MODULES_LIST
View file @
7bcd0baa
...
@@ -66,6 +66,7 @@ $Id$
...
@@ -66,6 +66,7 @@ $Id$
* bonjour: Zeroconf services discovery
* bonjour: Zeroconf services discovery
* bpg: BPG image decoder using libbpg
* bpg: BPG image decoder using libbpg
* caca: color ASCII art video output using libcaca
* caca: color ASCII art video output using libcaca
* cache_block: block stream caching stream filter
* cache_read: byte stream caching stream filter
* cache_read: byte stream caching stream filter
* caf: CAF demuxer
* caf: CAF demuxer
* canvas: Automatically resize and padd a video
* canvas: Automatically resize and padd a video
...
...
modules/stream_filter/Makefile.am
View file @
7bcd0baa
...
@@ -5,6 +5,9 @@ stream_filter_LTLIBRARIES =
...
@@ -5,6 +5,9 @@ stream_filter_LTLIBRARIES =
libcache_read_plugin_la_SOURCES
=
stream_filter/cache_read.c
libcache_read_plugin_la_SOURCES
=
stream_filter/cache_read.c
stream_filter_LTLIBRARIES
+=
libcache_read_plugin.la
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_SOURCES
=
stream_filter/decomp.c
libdecomp_plugin_la_LIBADD
=
$(LIBPTHREAD)
libdecomp_plugin_la_LIBADD
=
$(LIBPTHREAD)
if
!HAVE_WIN32
if
!HAVE_WIN32
...
...
modules/stream_filter/cache_block.c
0 → 100644
View file @
7bcd0baa
This diff is collapsed.
Click to expand it.
po/POTFILES.in
View file @
7bcd0baa
...
@@ -1033,6 +1033,7 @@ modules/services_discovery/upnp.cpp
...
@@ -1033,6 +1033,7 @@ modules/services_discovery/upnp.cpp
modules/services_discovery/windrive.c
modules/services_discovery/windrive.c
modules/services_discovery/xcb_apps.c
modules/services_discovery/xcb_apps.c
modules/stream_filter/aribcam.c
modules/stream_filter/aribcam.c
modules/stream_filter/cache_block.c
modules/stream_filter/cache_read.c
modules/stream_filter/cache_read.c
modules/stream_filter/decomp.c
modules/stream_filter/decomp.c
modules/stream_filter/hds/hds.c
modules/stream_filter/hds/hds.c
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment