| 10 | | Mon, 20 May 2002 22:53:48 +0200 |
|---|
| 11 | | |
|---|
| | 10 | Thu, 23 May 2002 01:27:05 +0200 |
|---|
| | 11 | |
|---|
| | 12 | * ./plugins/access/http.c: fixed HTTP input under Win32 |
|---|
| | 13 | * ./plugins/chroma/i420_yuy2.h: bugfix for the I420 to YUY2 MMX chroma |
|---|
| | 14 | transformations, with the help of Pascal Levesque. |
|---|
| | 15 | * ./plugins/directx/directx.c: UnregisterClass() in MODULE_DEACTIVATE. If |
|---|
| | 16 | we don't do this, trying to use the class when the plugin is reloaded will |
|---|
| | 17 | cause a segfault. |
|---|
| | 18 | * win32: replaced TUpDown components by TCSpinEdit ones, which allow |
|---|
| | 19 | values greater than 32767. It fixes the audio bug ocurring when a |
|---|
| | 20 | configuration file is saved under the win32 interface |
|---|
| | 21 | * ./plugins/win32/mainframe.cpp: Added some extra space between |
|---|
| | 22 | statusbar and toolbar when nothing is displayed. |
|---|
| | 23 | * ./plugins/text/logger.c: on win32 the logger interface shows up a dos |
|---|
| | 24 | command box. |
|---|
| | 25 | * ./plugins/gtk/gnome.c: fixed uninitialized variable |
|---|
| | 26 | * ./plugins/gtk/gtk_playlist.c: simplified GtkRebuildCList() |
|---|
| | 27 | * ./plugins/beos/vout_beos.cpp: changes to reduce segfaults on exit, |
|---|
| | 28 | and also allow only one Playlist window. |
|---|
| | 29 | * ./include/modules_inner.h: fixed a crash when reopening a hidden |
|---|
| | 30 | module |
|---|
| | 31 | * ./plugins/dvd/dvd_access.c: on Win32 the DVD access plugin has to be |
|---|
| | 32 | explicitly requested. This avoids crashes when the input thread tries |
|---|
| | 33 | to open files as dvds. |
|---|
| | 34 | * ./plugins/dvd/dvd_access.c: fixed a side-effect bug causing crashes |
|---|
| | 35 | on DVD title change |
|---|
| | 36 | * ./plugins/chroma/i420_yuy2.c: margin support for the 420 planar to 422 |
|---|
| | 37 | packed chroma transformations. |
|---|
| | 38 | * ./src/input/input.c: fixed a bug with the input remaining stuck when no |
|---|
| | 39 | network data was present. |
|---|
| | 40 | * win32: fixed a stupid bug in the Network dialog. |
|---|
| | 41 | * ./src/interface/main.c: fixed a little memleak. |
|---|
| | 42 | * ./src/input/input_dec.c: removed useless code. |
|---|
| | 43 | * ./src/input/input.c, ./plugins/gtk/gtk.c: fixed access to uninitialized |
|---|
| | 44 | variables. |
|---|
| | 45 | * ./plugins/dvd/dvd_demux.c: fixed the pf_demux return value. |
|---|