Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
f5ce0d44
Commit
f5ce0d44
authored
Dec 13, 2012
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
g711: separate codec from araw
parent
5fb6de10
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1211 additions
and
0 deletions
+1211
-0
modules/LIST
modules/LIST
+1
-0
modules/codec/Modules.am
modules/codec/Modules.am
+2
-0
modules/codec/g711.c
modules/codec/g711.c
+1207
-0
po/POTFILES.in
po/POTFILES.in
+1
-0
No files found.
modules/LIST
View file @
f5ce0d44
...
...
@@ -127,6 +127,7 @@ $Id$
* fluidsynth: Software MIDI synthetizer using libfluidsynth
* folder: folder meta data and art finder
* freetype: Utility to put text on video using freetype2
* g711: G.711 audio codec
* gain: Gain audio filter
* gaussianblur: gaussian blur video filter
* gestures: mouse gestures control plugin
...
...
modules/codec/Modules.am
View file @
f5ce0d44
...
...
@@ -5,6 +5,7 @@ SOURCES_dts = dts.c dts_header.h dts_header.c
SOURCES_flac = flac.c
SOURCES_lpcm = lpcm.c
SOURCES_araw = araw.c
SOURCES_g711 = g711.c
SOURCES_vorbis = vorbis.c
SOURCES_theora = theora.c
SOURCES_tremor = vorbis.c
...
...
@@ -70,6 +71,7 @@ libvlc_LTLIBRARIES += \
libddummy_plugin.la \
libdts_plugin.la \
libdvbsub_plugin.la \
libg711_plugin.la \
liblpcm_plugin.la \
libmpeg_audio_plugin.la \
librawvideo_plugin.la \
...
...
modules/codec/g711.c
0 → 100644
View file @
f5ce0d44
This diff is collapsed.
Click to expand it.
po/POTFILES.in
View file @
f5ce0d44
...
...
@@ -372,6 +372,7 @@ modules/codec/faad.c
modules/codec/fdkaac.c
modules/codec/flac.c
modules/codec/fluidsynth.c
modules/codec/g711.c
modules/codec/kate.c
modules/codec/libass.c
modules/codec/libmpeg2.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