forked from videolan/vlc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Mandatory step for video output IV and the audio output quality
fix: the output threads are now spawned when a decoder needs one, so it can decide the audio frequency or the video window size. Still under heavy construction, so don't get too excited at finding bugs in it yet. Note: this change broke the XVideo module, so I made its score much lower than before. I suspect xvideo.so had a bug before which only appears now. Other video output plugins may be broken as well, but again this might be due to old existing bugs showing their ugly head. * Fixed a few buffer overflows in the Gnome interface. * The module bank is now a global variable. The video output bank and the audio output bank might follow (when they exist). * Coding style and organization fixes to the spdif decoder. * autoconf and Makefile changes by Arnaud Gomes-do-Vale <[email protected]>.
- Loading branch information
Sam Hocevar
committed
May 1, 2001
1 parent
7f1f24b
commit a70f8bb
Showing
72 changed files
with
817 additions
and
688 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,7 +46,7 @@ D: AC3 decoder | |
|
||
N: Nilmoni Deb | ||
E: [email protected] | ||
D: Minor configure.in and Makefile.in fixes | ||
D: Minor autoconf and Makefile fixes | ||
|
||
N: Cyril Deguet | ||
C: asmax | ||
|
@@ -75,6 +75,10 @@ D: ALSA audio output | |
D: input netlist | ||
D: MPEG TS input | ||
|
||
N: Arnaud Gomes-do-Vale | ||
E: [email protected] | ||
D: autoconf patches | ||
|
||
N: Jean-Philippe Grimaldi | ||
E: [email protected] | ||
C: jeanphi | ||
|
@@ -148,7 +152,7 @@ D: MPEG video decoder | |
|
||
N: Arkadiusz Miskiewicz | ||
E: [email protected] | ||
D: Makefile and configure patches | ||
D: autoconf and Makefile patches | ||
|
||
N: Olivier Pomel | ||
E: [email protected] | ||
|
@@ -169,7 +173,7 @@ D: BeOS video output (BBitmap and Overlay) | |
|
||
N: Espen Skoglund | ||
E: [email protected] | ||
D: FreeBSD configure.in and Makefile patches | ||
D: FreeBSD autoconf and Makefile patches | ||
|
||
N: Benoit Steiner | ||
E: [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,16 @@ | |
|
||
HEAD | ||
|
||
* DVD title change no longer restart the input. | ||
* Mandatory step for video output IV and the audio output quality | ||
fix: the output threads are now spawned when a decoder needs one, | ||
so it can decide the audio frequency or the video window size. | ||
* Fixed a few buffer overflows in the Gnome interface. | ||
* The module bank is now a global variable. The video output bank and | ||
the audio output bank might follow (when they exist). | ||
* Coding style and organization fixes to the spdif decoder. | ||
* autoconf and Makefile changes by Arnaud Gomes-do-Vale | ||
<[email protected]>. | ||
* DVD title change no longer restarts the input. | ||
* BeOS crash fix by Wade Majors <[email protected]>. | ||
* Slight modification in ClockManageRef: after a synchro reinit, we still | ||
do the mwait and re-init last-cr. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.