Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
13
Issues
13
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
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
GSoC
GSoC2018
macOS
vlc
Commits
0d95677a
Commit
0d95677a
authored
Dec 16, 2017
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dirac: remove Dirac packetizer
parent
eb8ab8df
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
0 additions
and
1449 deletions
+0
-1449
modules/MODULES_LIST
modules/MODULES_LIST
+0
-1
modules/packetizer/Makefile.am
modules/packetizer/Makefile.am
+0
-2
modules/packetizer/dirac.c
modules/packetizer/dirac.c
+0
-1443
po/POTFILES.in
po/POTFILES.in
+0
-1
test/Makefile.am
test/Makefile.am
+0
-1
test/src/input/demux-run.c
test/src/input/demux-run.c
+0
-1
No files found.
modules/MODULES_LIST
View file @
0d95677a
...
...
@@ -290,7 +290,6 @@ $Id$
* packetizer_a52: A/52 basic parser/packetizer
* packetizer_avparser: libavcodec packetizer
* packetizer_copy: Simple copy packetizer
* packetizer_dirac: Dirac video packetizer
* packetizer_dts: DTS basic parser/packetizer
* packetizer_flac: FLAC audio packetizer
* packetizer_h264: H264 video packetizer
...
...
modules/packetizer/Makefile.am
View file @
0d95677a
...
...
@@ -14,7 +14,6 @@ libpacketizer_h264_plugin_la_SOURCES = \
libpacketizer_vc1_plugin_la_SOURCES
=
packetizer/vc1.c
\
packetizer/hxxx_nal.h
libpacketizer_mlp_plugin_la_SOURCES
=
packetizer/mlp.c
libpacketizer_dirac_plugin_la_SOURCES
=
packetizer/dirac.c
libpacketizer_flac_plugin_la_SOURCES
=
packetizer/flac.c
libpacketizer_hevc_plugin_la_SOURCES
=
packetizer/hevc.c
\
packetizer/hevc_nal.h packetizer/hevc_nal.c
\
...
...
@@ -41,7 +40,6 @@ packetizer_LTLIBRARIES = \
libpacketizer_h264_plugin.la
\
libpacketizer_vc1_plugin.la
\
libpacketizer_mlp_plugin.la
\
libpacketizer_dirac_plugin.la
\
libpacketizer_flac_plugin.la
\
libpacketizer_hevc_plugin.la
\
libpacketizer_copy_plugin.la
\
...
...
modules/packetizer/dirac.c
deleted
100644 → 0
View file @
eb8ab8df
This diff is collapsed.
Click to expand it.
po/POTFILES.in
View file @
0d95677a
...
...
@@ -1021,7 +1021,6 @@ modules/notify/notify.c
modules/packetizer/a52.c
modules/packetizer/avparser.h
modules/packetizer/copy.c
modules/packetizer/dirac.c
modules/packetizer/dts.c
modules/packetizer/flac.c
modules/packetizer/h264.c
...
...
test/Makefile.am
View file @
0d95677a
...
...
@@ -181,7 +181,6 @@ libvlc_demux_run_la_LIBADD += \
../modules/libpacketizer_a52_plugin.la
\
../modules/libpacketizer_copy_plugin.la
\
../modules/libpacketizer_dts_plugin.la
\
../modules/libpacketizer_dirac_plugin.la
\
../modules/libpacketizer_flac_plugin.la
\
../modules/libpacketizer_h264_plugin.la
\
../modules/libpacketizer_hevc_plugin.la
\
...
...
test/src/input/demux-run.c
View file @
0d95677a
...
...
@@ -423,7 +423,6 @@ extern vlc_plugin_cb vlc_static_modules[];
f(xa) \
f(a52) \
f(copy) \
f(dirac) \
f(dts) \
f(flac) \
f(h264) \
...
...
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