Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
63f0fdcf
Commit
63f0fdcf
authored
Oct 08, 2004
by
Gildas Bazin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* evc/*: fixes and updates.
parent
851aefcb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
302 additions
and
17 deletions
+302
-17
evc/errno.h
evc/errno.h
+1
-1
evc/vlc.c
evc/vlc.c
+2
-5
evc/vlc.vcw
evc/vlc.vcw
+299
-11
No files found.
evc/errno.h
View file @
63f0fdcf
#ifndef _ERRNO_H_
#define _ERRNO_H_
static
int
errno
;
static
int
errno
=
0
;
#define strerror( i_err ) "error message not available"
/* Error Codes */
...
...
evc/vlc.c
View file @
63f0fdcf
...
...
@@ -64,10 +64,7 @@ int WINAPI WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance,
wchar_t
pwz_title
[
100
];
i_argc
=
5
;
ppsz_argv
[
4
]
=
"washington.mpeg"
;
ppsz_argv
[
4
]
=
"shovel.mpeg"
;
ppsz_argv
[
4
]
=
"11h50.wav"
;
ppsz_argv
[
4
]
=
"apple_promouse.mpeg"
;
ppsz_argv
[
4
]
=
"test.wav"
;
/* Store our instance for future reference */
hInst
=
hInstance
;
...
...
@@ -125,7 +122,7 @@ int WINAPI WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance,
i_ret
=
VLC_Play
(
0
);
/* Add a non-blocking interface and keep the return value */
i_ret
=
VLC_AddIntf
(
0
,
NULL
,
VLC_FALSE
);
i_ret
=
VLC_AddIntf
(
0
,
NULL
,
VLC_FALSE
,
VLC_TRUE
);
while
(
GetMessage
(
&
message
,
NULL
,
0
,
0
)
)
{
...
...
evc/vlc.vcw
View file @
63f0fdcf
...
...
@@ -27,7 +27,7 @@ Package=<4>
###############################################################################
Project: "plugin_a
52tospdif"=.\plugin_a52tospdif
.vcp - Package Owner=<4>
Project: "plugin_a
ccess_file"=.\plugin_access_file
.vcp - Package Owner=<4>
Package=<5>
{{{
...
...
@@ -39,7 +39,7 @@ Package=<4>
###############################################################################
Project: "plugin_access_
file"=.\plugin_access_file
.vcp - Package Owner=<4>
Project: "plugin_access_
http"=.\plugin_access_http
.vcp - Package Owner=<4>
Package=<5>
{{{
...
...
@@ -51,7 +51,31 @@ Package=<4>
###############################################################################
Project: "plugin_access_http"=.\plugin_access_http.vcp - Package Owner=<4>
Project: "plugin_access_mms"=.\plugin_access_mms.vcp - Package Owner=<4>
Package=<5>
{{{
}}}
Package=<4>
{{{
}}}
###############################################################################
Project: "plugin_access_udp"=.\plugin_access_udp.vcp - Package Owner=<4>
Package=<5>
{{{
}}}
Package=<4>
{{{
}}}
###############################################################################
Project: "plugin_adpcm"=.\plugin_adpcm.vcp - Package Owner=<4>
Package=<5>
{{{
...
...
@@ -75,7 +99,19 @@ Package=<4>
###############################################################################
Project: "plugin_clone"=.\plugin_clone.vcp - Package Owner=<4>
Project: "plugin_asf"=.\plugin_asf.vcp - Package Owner=<4>
Package=<5>
{{{
}}}
Package=<4>
{{{
}}}
###############################################################################
Project: "plugin_avi"=.\plugin_avi.vcp - Package Owner=<4>
Package=<5>
{{{
...
...
@@ -87,7 +123,19 @@ Package=<4>
###############################################################################
Project: "plugin_distort"=.\plugin_distort.vcp - Package Owner=<4>
Project: "plugin_blend"=.\plugin_blend.vcp - Package Owner=<4>
Package=<5>
{{{
}}}
Package=<4>
{{{
}}}
###############################################################################
Project: "plugin_cinepak"=.\plugin_cinepak.vcp - Package Owner=<4>
Package=<5>
{{{
...
...
@@ -135,6 +183,30 @@ Package=<4>
###############################################################################
Project: "plugin_float32_mixer"=.\plugin_float32_mixer.vcp - Package Owner=<4>
Package=<5>
{{{
}}}
Package=<4>
{{{
}}}
###############################################################################
Project: "plugin_float32tos16"=.\plugin_float32tos16.vcp - Package Owner=<4>
Package=<5>
{{{
}}}
Package=<4>
{{{
}}}
###############################################################################
Project: "plugin_i420_rgb"=.\plugin_i420_rgb.vcp - Package Owner=<4>
Package=<5>
...
...
@@ -171,7 +243,7 @@ Package=<4>
###############################################################################
Project: "plugin_i
nvert"=.\plugin_invert
.vcp - Package Owner=<4>
Project: "plugin_i
d3"=.\plugin_id3
.vcp - Package Owner=<4>
Package=<5>
{{{
...
...
@@ -195,7 +267,43 @@ Package=<4>
###############################################################################
Project: "plugin_linear_resampler"=.\plugin_linear_resampler.vcp - Package Owner=<4>
Project: "plugin_logger"=.\plugin_logger.vcp - Package Owner=<4>
Package=<5>
{{{
}}}
Package=<4>
{{{
}}}
###############################################################################
Project: "plugin_m3u"=.\plugin_m3u.vcp - Package Owner=<4>
Package=<5>
{{{
}}}
Package=<4>
{{{
}}}
###############################################################################
Project: "plugin_m4a"=.\plugin_m4a.vcp - Package Owner=<4>
Package=<5>
{{{
}}}
Package=<4>
{{{
}}}
###############################################################################
Project: "plugin_m4v"=.\plugin_m4v.vcp - Package Owner=<4>
Package=<5>
{{{
...
...
@@ -219,7 +327,7 @@ Package=<4>
###############################################################################
Project: "plugin_m
otionblur"=.\plugin_motionblur
.vcp - Package Owner=<4>
Project: "plugin_m
p4"=.\plugin_mp4
.vcp - Package Owner=<4>
Package=<5>
{{{
...
...
@@ -243,6 +351,102 @@ Package=<4>
###############################################################################
Project: "plugin_mpga"=.\plugin_mpga.vcp - Package Owner=<4>
Package=<5>
{{{
}}}
Package=<4>
{{{
}}}
###############################################################################
Project: "plugin_mpgv"=.\plugin_mpgv.vcp - Package Owner=<4>
Package=<5>
{{{
}}}
Package=<4>
{{{
}}}
###############################################################################
Project: "plugin_nsv"=.\plugin_nsv.vcp - Package Owner=<4>
Package=<5>
{{{
}}}
Package=<4>
{{{
}}}
###############################################################################
Project: "plugin_packetizer_h264"=.\plugin_packetizer_h264.vcp - Package Owner=<4>
Package=<5>
{{{
}}}
Package=<4>
{{{
}}}
###############################################################################
Project: "plugin_packetizer_mpeg4audio"=.\plugin_packetizer_mpeg4audio.vcp - Package Owner=<4>
Package=<5>
{{{
}}}
Package=<4>
{{{
}}}
###############################################################################
Project: "plugin_packetizer_mpeg4video"=.\plugin_packetizer_mpeg4video.vcp - Package Owner=<4>
Package=<5>
{{{
}}}
Package=<4>
{{{
}}}
###############################################################################
Project: "plugin_packetizer_mpegvideo"=.\plugin_packetizer_mpegvideo.vcp - Package Owner=<4>
Package=<5>
{{{
}}}
Package=<4>
{{{
}}}
###############################################################################
Project: "plugin_playlist"=.\plugin_playlist.vcp - Package Owner=<4>
Package=<5>
{{{
}}}
Package=<4>
{{{
}}}
###############################################################################
Project: "plugin_ps"=.\plugin_ps.vcp - Package Owner=<4>
Package=<5>
...
...
@@ -255,7 +459,79 @@ Package=<4>
###############################################################################
Project: "plugin_transform"=.\plugin_transform.vcp - Package Owner=<4>
Project: "plugin_rawvideo"=.\plugin_rawvideo.vcp - Package Owner=<4>
Package=<5>
{{{
}}}
Package=<4>
{{{
}}}
###############################################################################
Project: "plugin_s16tofixed32"=.\plugin_s16tofixed32.vcp - Package Owner=<4>
Package=<5>
{{{
}}}
Package=<4>
{{{
}}}
###############################################################################
Project: "plugin_s16tofloat32"=.\plugin_s16tofloat32.vcp - Package Owner=<4>
Package=<5>
{{{
}}}
Package=<4>
{{{
}}}
###############################################################################
Project: "plugin_scale"=.\plugin_scale.vcp - Package Owner=<4>
Package=<5>
{{{
}}}
Package=<4>
{{{
}}}
###############################################################################
Project: "plugin_spudec"=.\plugin_spudec.vcp - Package Owner=<4>
Package=<5>
{{{
}}}
Package=<4>
{{{
}}}
###############################################################################
Project: "plugin_subsdec"=.\plugin_subsdec.vcp - Package Owner=<4>
Package=<5>
{{{
}}}
Package=<4>
{{{
}}}
###############################################################################
Project: "plugin_subtitle"=.\plugin_subtitle.vcp - Package Owner=<4>
Package=<5>
{{{
...
...
@@ -327,7 +603,19 @@ Package=<4>
###############################################################################
Project: "plugin_vout_directx"=.\plugin_vout_directx.vcp - Package Owner=<4>
Project: "plugin_u8tofloat32"=.\plugin_u8tofloat32.vcp - Package Owner=<4>
Package=<5>
{{{
}}}
Package=<4>
{{{
}}}
###############################################################################
Project: "plugin_ugly_resampler"=.\plugin_ugly_resampler.vcp - Package Owner=<4>
Package=<5>
{{{
...
...
@@ -339,7 +627,7 @@ Package=<4>
###############################################################################
Project: "plugin_
wall"=.\plugin_wall
.vcp - Package Owner=<4>
Project: "plugin_
vout_directx"=.\plugin_vout_directx
.vcp - Package Owner=<4>
Package=<5>
{{{
...
...
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