| | 330 | |
|---|
| | 331 | 0.4.6 |
|---|
| | 332 | Wed, 13 Nov 2002 23:41:00 +0200 |
|---|
| | 333 | |
|---|
| | 334 | * FAQ: changed Debian repository location to HTTP (for better upload |
|---|
| | 335 | stats estimations on our side). |
|---|
| | 336 | * plugins/a52/a52.c: is now the default ac3/a52 decoder (because it has a |
|---|
| | 337 | nicer audio quality than ac3_adec). |
|---|
| | 338 | * configure, Makefile.modules, configure.in: --enable-familiar accepts now: |
|---|
| | 339 | --with-sdl-prefix=[PATH], --enable-gtk-prefix=[PATH] and |
|---|
| | 340 | --enable-gpe-prefix=[PATH] to enable cross-compiling. |
|---|
| | 341 | * plugins/familiar/familiar_callbacks.c: Bug in ReadDirectory() it results |
|---|
| | 342 | in empty file/directory names in the user interface. |
|---|
| | 343 | * configure.in: Added GPE support to familiar interface. |
|---|
| | 344 | Use --with-gpe-prefix=<installation-dir> to enable it. |
|---|
| | 345 | * ipkg/*: GPE is integrated in familiar files. |
|---|
| | 346 | * ipkg/*: Familiar packaging files. |
|---|
| | 347 | * include/defs.h.in: Added HAVE_GPE_INIT_H define for autodetection of |
|---|
| | 348 | libgpewidget and GPE headerfiles. |
|---|
| | 349 | * ALL: changes to reflect the fact that libdvdcss now needs a colon after |
|---|
| | 350 | the DVD drive letter. |
|---|
| | 351 | * src/misc/modules.c: plugin extension check is now case unsensitive. |
|---|
| | 352 | * plugins/dsp/aout_dsp.c: replaced O_NONBLOCK by O_NDELAY, and put the |
|---|
| | 353 | device back in blocking mode once open. |
|---|
| | 354 | * plugins/network/ipv4.c: fixed a crash with multicast addresses when no |
|---|
| | 355 | interface address is given. |
|---|
| | 356 | * plugins/directx/vout_directx.c: fixed a nasty segfault on initialization. |
|---|
| | 357 | * plugins/dsp/aout_dsp.c: Added O_NONBLOCK flag to the open command, |
|---|
| | 358 | so that if /dev/dsp is used, vlc tries with other plugins (like esd). |
|---|