Changeset 36edc5e9257c35a601cea9da0b50cc41dd4991a8
- Timestamp:
- 13/08/03 21:18:46
(5 years ago)
- Author:
- Gildas Bazin <gbazin@videolan.org>
- git-committer:
- Gildas Bazin <gbazin@videolan.org> 1060802326 +0000
- git-parent:
[84509c429fde2caf5e1e0d36fb9c5b1e713c29ed]
- git-author:
- Gildas Bazin <gbazin@videolan.org> 1060802326 +0000
- Message:
* ChangeLog?: yeah I know... don't laugh.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r404a68a |
r36edc5e |
|
| | 1 | 2003-08-13 Wednesday 18:39 gbazin |
|---|
| | 2 | |
|---|
| | 3 | * modules/video_output/x11/xcommon.c: fixed a bug with fullscreen and sawfish. |
|---|
| | 4 | * modules/codec/ffmpeg/video.c: forgot a debug message. |
|---|
| | 5 | |
|---|
| | 6 | 2003-08-13 Wednesday 14:17 zorglub |
|---|
| | 7 | |
|---|
| | 8 | * configure.ac : we need to define HAVE_SLP_H |
|---|
| | 9 | |
|---|
| | 10 | * include/announce.h & vlc_common.h: slp_session_t structure definition |
|---|
| | 11 | |
|---|
| | 12 | * module/stream_out/standard.c & src/stream_output/announce.c : |
|---|
| | 13 | SLP announcing support by vlc |
|---|
| | 14 | |
|---|
| | 15 | 2003-08-13 Wednesday 14:06 fenrir |
|---|
| | 16 | |
|---|
| | 17 | * ts.c: commented out useless code and an annoying error message. |
|---|
| | 18 | |
|---|
| | 19 | 2003-08-13 Wednesday 13:54 jpsaman |
|---|
| | 20 | |
|---|
| | 21 | Fixed segmentation fault in input_SplitBuffer() when input_FillBuffer() could not allocate (actually input_NewBuffer()) another buffer. The code tested for: |
|---|
| | 22 | if (!i_size) |
|---|
| | 23 | { |
|---|
| | 24 | /* Handle error */ |
|---|
| | 25 | } |
|---|
| | 26 | |
|---|
| | 27 | However input_SplitBuffer() returns -1, which results in if (false) here and a segmentation fault will happen when input_ShareBuffer() is called. All constructs of the above form are supicious to produce a segfault in the code! |
|---|
| | 28 | |
|---|
| | 29 | 2003-08-13 Wednesday 13:50 jpsaman |
|---|
| | 30 | |
|---|
| | 31 | Keep track of ioctl_UnsetDMXFilter |
|---|
| | 32 | |
|---|
| | 33 | 2003-08-13 Wednesday 07:03 titer |
|---|
| | 34 | |
|---|
| | 35 | Missing file |
|---|
| | 36 | |
|---|
| | 37 | 2003-08-13 Wednesday 01:50 gbazin |
|---|
| | 38 | |
|---|
| | 39 | * ChangeLog: guess what ? yeah, yet another update for 0.6.2. |
|---|
| | 40 | |
|---|
| 1 | 41 | 2003-08-13 Wednesday 01:45 gbazin |
|---|
| 2 | 42 | |
|---|