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
d37f5e1f
Commit
d37f5e1f
authored
Aug 23, 2000
by
Jean-Marc Dressler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed another bug in the input_file.
parent
adf40002
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
ChangeLog
ChangeLog
+8
-6
src/input/input_file.c
src/input/input_file.c
+0
-2
No files found.
ChangeLog
View file @
d37f5e1f
O.1.99i :
* fixed the support for the field pictures, which involved a few dozens
bugs in the video parser and video decoder
* put names of authors under a lot of source files, for historical purposes
bugs in the video parser and video decoder.
* put names of authors under a lot of source files, for historical
purposes.
* fixed an other input_file exit bug for the beos version.
Tue, 22 Aug 2000 01:31:58 +0200
0.1.99h :
* fixed the sound issue under beos
* fixed a bug that was making the crash randomly under beos
* fixed a bug that was exhausting system ressources under beos
* improved the cond_var for beos
* fixed the sound issue under beos
.
* fixed a bug that was making the crash randomly under beos
.
* fixed a bug that was exhausting system ressources under beos
.
* improved the cond_var for beos
.
* added support for the SDL vout : the --display fullscreen allows
fullscreen when possible. Disabled by default.
* added sdlvlc (which probably should start in fullscreen, no ?)
...
...
src/input/input_file.c
View file @
d37f5e1f
...
...
@@ -741,8 +741,6 @@ ssize_t ps_read( options_t *p_options, ps_t * p_ps, void *ts )
if
(
readbytes
==
0
)
{
input_file
.
b_die
=
1
;
vlc_cond_signal
(
&
input_file
.
in_data
.
notfull
);
vlc_thread_join
(
input_file
.
disk_thread
);
return
-
1
;
}
p_ps
->
ps_data
=
p_ps
->
ps_buffer
;
...
...
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