]> git.sesse.net Git - vlc/commit
*More cleanification in gtk interface: now to change the
authorStéphane Borel <stef@videolan.org>
Sat, 19 May 2001 00:39:30 +0000 (00:39 +0000)
committerStéphane Borel <stef@videolan.org>
Sat, 19 May 2001 00:39:30 +0000 (00:39 +0000)
commitab1d6024998a356585477acb5fd367365ac52f9d
tree065435e3eb2124a6a459a0006404252acb9e034d
parent62b322c2839e66e7f7af16f0f6a280072b6f80a8
*More cleanification in gtk interface: now to change the
title/chapter/audio/spu/angle, we tell the input to do intead of doing
it inside the interface. It results in fewer locks during the changes.

*The dvd plugin reads again blocks of 32 sectors to gain speed since
there are no more lock-ups during stream change. I've also created a new
file that contain function to described video and audio streams with ifo
datas.

The changes are made only for gtk. We should update the other interfaces
soon (beos at least).

There is a memory corruption somewhere that make the vlc crash. I've no
idea where to search.
21 files changed:
include/input_ext-intf.h
plugins/dvd/Makefile
plugins/dvd/dvd_css.c
plugins/dvd/dvd_css.h
plugins/dvd/dvd_ifo.c
plugins/dvd/dvd_ifo.h
plugins/dvd/dvd_summary.c [new file with mode: 0644]
plugins/dvd/dvd_summary.h [new file with mode: 0644]
plugins/dvd/input_dvd.c
plugins/dvd/input_dvd.h
plugins/gtk/gtk_callbacks.c
plugins/gtk/gtk_callbacks.h
plugins/gtk/gtk_menu.c
plugins/gtk/gtk_menu.h
plugins/gtk/gtk_playlist.h
plugins/gtk/intf_gtk.c
plugins/gtk/intf_gtk.h
src/audio_output/aout_spdif.c
src/input/input.c
src/input/input_ext-intf.c
src/input/input_programs.c