]> git.sesse.net Git - vlc/log
vlc
22 years ago* Fixed a segfault in the Mac OS X interface.
Christophe Massiot [Sun, 19 May 2002 17:27:39 +0000 (17:27 +0000)]
* Fixed a segfault in the Mac OS X interface.

22 years ago * plugins/satellite/input_satellite.c: cosmetic changes in error messages
Johan Bilien [Sun, 19 May 2002 16:45:17 +0000 (16:45 +0000)]
* plugins/satellite/input_satellite.c: cosmetic changes in error messages
    * plugins/gtk/*: gtk and gnome interfaces now uses frequency and
                     symbol rates default values

22 years agoRemoved fixed entries.
Christophe Massiot [Sun, 19 May 2002 16:01:26 +0000 (16:01 +0000)]
Removed fixed entries.

22 years ago*Initialize p_spudec->p_vout to NULL to prevent segfault if InitThread does
Stéphane Borel [Sun, 19 May 2002 15:50:02 +0000 (15:50 +0000)]
*Initialize p_spudec->p_vout to NULL to prevent segfault if InitThread does
not complete.

22 years ago* on win32 the rc plugin opens a new console.
Gildas Bazin [Sun, 19 May 2002 15:23:35 +0000 (15:23 +0000)]
* on win32 the rc plugin opens a new console.

22 years ago* filters were using memalign but freeing p_data instead of p_data_orig.
Gildas Bazin [Sun, 19 May 2002 12:57:32 +0000 (12:57 +0000)]
* filters were using memalign but freeing p_data instead of p_data_orig.
* updated MSVC++ project.
* small corrections to the LONGTEXT descriptions in main.c.

22 years ago* A few updates.
Christophe Massiot [Sun, 19 May 2002 12:12:06 +0000 (12:12 +0000)]
* A few updates.

22 years ago* New vlc.spec, courtesy of Yves Duret <yves.duret@mandrakesoft.com>.
Christophe Massiot [Sun, 19 May 2002 12:09:38 +0000 (12:09 +0000)]
* New vlc.spec, courtesy of Yves Duret <yves.duret@mandrakesoft.com>.

22 years ago* New --with-ffmpeg option for standard installations.
Christophe Massiot [Sun, 19 May 2002 11:29:51 +0000 (11:29 +0000)]
* New --with-ffmpeg option for standard installations.

22 years agoUpdated long descriptions.
Christophe Massiot [Sun, 19 May 2002 11:02:46 +0000 (11:02 +0000)]
Updated long descriptions.

22 years ago* on win32 the dummy interface plugin will open a dos command box. With
Gildas Bazin [Sun, 19 May 2002 10:06:37 +0000 (10:06 +0000)]
* on win32 the dummy interface plugin will open a dos command box. With
this fix, vlc should never fail silently and leave a ghost process
running in the background when there isn't any working GUI plugin.

22 years ago* moved the mpeg-motion and mpeg-idct options to the mpeg_vdec plugin
Gildas Bazin [Sun, 19 May 2002 09:37:02 +0000 (09:37 +0000)]
* moved the mpeg-motion and mpeg-idct options to the mpeg_vdec plugin
* added a few *_LONGTEXT descriptions to main.c
* on win32 DVD/VCD_DEVICE defaults to to D:

Could anyone finish the *_LONGTEXT descriptions in main.c. There aren't
that many left right now, just the ones I didn't really know what to do
with.
If someone also wants to review and change the already existing
*_LONGTEXT descriptions, he is welcome as well because there are not
really high quality descriptions :(

22 years ago*Mark subpictures destroyed when we end spudec thread.
Stéphane Borel [Sun, 19 May 2002 01:07:13 +0000 (01:07 +0000)]
*Mark subpictures destroyed when we end spudec thread.

22 years ago* Another addition.
Christophe Massiot [Sun, 19 May 2002 00:43:42 +0000 (00:43 +0000)]
* Another addition.

22 years ago* Desperate attempt to improve audio output ;
Christophe Massiot [Sun, 19 May 2002 00:34:54 +0000 (00:34 +0000)]
* Desperate attempt to improve audio output ;
* Updated documentation.

22 years ago* updated INSTALL.win32
Gildas Bazin [Sat, 18 May 2002 22:41:43 +0000 (22:41 +0000)]
* updated INSTALL.win32
* a little bit of clean-up in the directx video output plugin

22 years ago* Fixed Mac OS X resizing.
Christophe Massiot [Sat, 18 May 2002 18:48:24 +0000 (18:48 +0000)]
* Fixed Mac OS X resizing.

22 years ago* Warning levels are no longer additive, patch courtesy of Arnaud de
Christophe Massiot [Sat, 18 May 2002 17:53:11 +0000 (17:53 +0000)]
* Warning levels are no longer additive, patch courtesy of Arnaud de
  Bossoreille de Ribou <bozo@via.ecp.fr>

22 years ago * ALL: changed __inline__ with inline (autoconf does the job for us anyway,
Sam Hocevar [Sat, 18 May 2002 17:47:47 +0000 (17:47 +0000)]
  * ALL: changed __inline__ with inline (autoconf does the job for us anyway,
    and mipspro doesn't know about __inline__).

22 years ago* fixed deadlock in NextFrame() in aout_pcm.c
Gildas Bazin [Sat, 18 May 2002 15:51:37 +0000 (15:51 +0000)]
* fixed deadlock in NextFrame() in aout_pcm.c

22 years ago* fixed a bug in the directx window creation function. We register a window
Gildas Bazin [Sat, 18 May 2002 15:34:04 +0000 (15:34 +0000)]
* fixed a bug in the directx window creation function. We register a window
   class once per process so we must be careful not to free the associated
   resources.

22 years ago* updated the MSVC++ project files and added support for dirent (vlc compiled
Gildas Bazin [Sat, 18 May 2002 14:03:13 +0000 (14:03 +0000)]
* updated the MSVC++ project files and added support for dirent (vlc compiled
   with msvc can now load plugins - even compiled with mingw).
* small portability fixes.

22 years ago* Menu item to maximize the volume in Mac OS X ;
Christophe Massiot [Sat, 18 May 2002 13:33:44 +0000 (13:33 +0000)]
* Menu item to maximize the volume in Mac OS X ;
* Dropped dependancy on autoconf 2.52.

22 years ago* modified the directx video plugin to try to create an YUV surface before
Gildas Bazin [Sat, 18 May 2002 13:30:28 +0000 (13:30 +0000)]
* modified the directx video plugin to try to create an YUV surface before
   falling back to an RGB surface when it's not possible to use overlays.
   Some graphic cards can do the YUV->RGB conversion in hardware during the
   blitting stage.
* in the directx video plugin, we now request that the RGB surface be created
   in video memory. The reasoning behind this is that usually surfaces in
   video memory benefit from more hardware acceleration (like for instance
   hw rescaling, hw blitting, etc...)
* added two options to the directx video plugin to disable the above features.
   (mainly because my video driver is buggy and doesn't handle them well).

* small cosmetic changes to the generation of the config file.

* fix for config_GetHomeDir() on win32. SHGetFolderPath() is located in
   shfolder.dll not shell32.dll.
* fix for the gtk preferences dialog box. To be sure that an int or float value
   is actually changed we call gtk_spin_button_update() in the
   GtkInt/FloatChanged() event handler.

22 years ago * ./debian/control: made the Build-Depends: entry a one-liner (Closes
Sam Hocevar [Sat, 18 May 2002 11:59:00 +0000 (11:59 +0000)]
  * ./debian/control: made the Build-Depends: entry a one-liner (Closes
    Debian bug #147103).

22 years ago*A lock was not released;
Stéphane Borel [Sat, 18 May 2002 08:50:54 +0000 (08:50 +0000)]
*A lock was not released;

22 years ago * ./plugins/text/rc.c: added a safety lock.
Sam Hocevar [Sat, 18 May 2002 07:30:03 +0000 (07:30 +0000)]
  * ./plugins/text/rc.c: added a safety lock.

22 years ago * Fixed my previous commit
Olivier Teulière [Sat, 18 May 2002 02:32:00 +0000 (02:32 +0000)]
 * Fixed my previous commit

22 years ago * New Network dialog box for Gtk and Gnome interfaces
Olivier Teulière [Sat, 18 May 2002 02:12:20 +0000 (02:12 +0000)]
 * New Network dialog box for Gtk and Gnome interfaces

22 years ago * plugins/mpeg_system/mpeg_audio.c : you can now force this plugin( mpegaudio ).
Laurent Aimar [Fri, 17 May 2002 23:01:02 +0000 (23:01 +0000)]
* plugins/mpeg_system/mpeg_audio.c : you can now force this plugin( mpegaudio ).

22 years ago*Update reference in case of sequence end code.
Stéphane Borel [Fri, 17 May 2002 18:12:59 +0000 (18:12 +0000)]
*Update reference in case of sequence end code.

22 years ago*Don't keep the control lock during the pause
Stéphane Borel [Fri, 17 May 2002 18:06:34 +0000 (18:06 +0000)]
*Don't keep the control lock during the pause

22 years ago*check for b_die and b_error in all loops so that we don't remain stuck
Stéphane Borel [Fri, 17 May 2002 18:01:25 +0000 (18:01 +0000)]
*check for b_die and b_error in all loops so that we don't remain stuck
waiting for data whereas the vlc has tried to quit.

22 years ago * ./src/misc/mtime.c: we use nanosleep whenever possible (patch from Meuuh).
Sam Hocevar [Fri, 17 May 2002 16:38:41 +0000 (16:38 +0000)]
  * ./src/misc/mtime.c: we use nanosleep whenever possible (patch from Meuuh).

22 years ago * plugins/avi/avi.c : it will not segfault with broken avi with an unknown stream.
Laurent Aimar [Fri, 17 May 2002 15:47:01 +0000 (15:47 +0000)]
* plugins/avi/avi.c : it will not segfault with broken avi with an unknown stream.

22 years ago * removed usage of usleep (not thread safe) (by Meuuh)
Loïc Minier [Fri, 17 May 2002 15:14:47 +0000 (15:14 +0000)]
  * removed usage of usleep (not thread safe) (by Meuuh)

22 years ago * video output patch to improve handling of late pictures (by Meuuh)
Loïc Minier [Fri, 17 May 2002 14:17:05 +0000 (14:17 +0000)]
  * video output patch to improve handling of late pictures (by Meuuh)

22 years ago * ./src/interface/intf_msg.c, src/interface/intf_playlist.c: disabled
Sam Hocevar [Fri, 17 May 2002 00:58:14 +0000 (00:58 +0000)]
  * ./src/interface/intf_msg.c, src/interface/intf_playlist.c: disabled
    calls to realloc(_,0) in a similar way to input_programs.c.

22 years agoAnother fix from Sam:
Gildas Bazin [Thu, 16 May 2002 16:51:50 +0000 (16:51 +0000)]
Another fix from Sam:

* fix random segfaults on title change.
  (cell.i_cell_nb should be tested _before_ we access the structures)

22 years ago* src/input/input_programs.c: fixed memory corruption by setting a few
Gildas Bazin [Thu, 16 May 2002 13:20:22 +0000 (13:20 +0000)]
* src/input/input_programs.c: fixed memory corruption by setting a few
    pointers to NULL after they have been free()ed.
* src/input/input_programs.c: removed now useless ASSERTs.

This patch comes from sam, so if you want to blame someone blame him ;-)

22 years agoFixed segfault in last checkin.
Tony Castley [Thu, 16 May 2002 12:47:59 +0000 (12:47 +0000)]
Fixed segfault in last checkin.

22 years agoImproved overlay and bitmap support, not tested on nVidia cards.
Tony Castley [Thu, 16 May 2002 11:38:42 +0000 (11:38 +0000)]
Improved overlay and bitmap support, not tested on nVidia cards.
Lower CPU usage and no thread created per frame.

22 years ago * ./plugins/dvd/dvd_summary.c: added a sanity check.
Sam Hocevar [Wed, 15 May 2002 23:53:45 +0000 (23:53 +0000)]
  * ./plugins/dvd/dvd_summary.c: added a sanity check.

22 years ago * plugins/vcd/* : vcd access plugin now uses mpeg_ps demux instead
Johan Bilien [Wed, 15 May 2002 22:53:10 +0000 (22:53 +0000)]
* plugins/vcd/* : vcd access plugin now uses mpeg_ps demux instead
                     of its own one.

22 years agoAttempt to fix the video output with QuickTime 6.
Christophe Massiot [Wed, 15 May 2002 21:14:18 +0000 (21:14 +0000)]
Attempt to fix the video output with QuickTime 6.

22 years ago * ./plugins/ac3_adec/ac3_adec.c: probably fixed most "crash when changing
Sam Hocevar [Wed, 15 May 2002 19:36:04 +0000 (19:36 +0000)]
  * ./plugins/ac3_adec/ac3_adec.c: probably fixed most "crash when changing
    audio track" problems by zeroing the p_ac3dec structure.
  * ./plugins/ac3_adec/ac3_adec.c: fixed a "INPUT_MAX_ALLOCATION reached"
    crash.

22 years ago- check size to avoid realloc(0)
Cyril Deguet [Wed, 15 May 2002 15:46:34 +0000 (15:46 +0000)]
- check size to avoid realloc(0)

22 years ago * plugins/win32/network.*: new Network dialog box
Olivier Teulière [Wed, 15 May 2002 14:43:20 +0000 (14:43 +0000)]
 * plugins/win32/network.*: new Network dialog box

22 years ago * removed a debug message that I forgot in my previous commit
Marc Ariberti [Wed, 15 May 2002 13:36:40 +0000 (13:36 +0000)]
  * removed a debug message that I forgot in my previous commit

22 years agoOn sam's advice I added the input_FDNetworkClose() function to be called
Marc Ariberti [Wed, 15 May 2002 13:07:18 +0000 (13:07 +0000)]
On sam's advice I added the input_FDNetworkClose() function to be called
when closing a  networking stream instead of input_FDClose().  It is due
to WIN32  because we have  to call  closesocket() instead of  close() to
close the socket. The problem was  : windows did not leave the multicast
group when closing the socket.

  * input_ext-plugins.c : where is located the function
  * *.h : function declaration
  * udp.c, http.c : these modules now call input_FDNetworkClose()

22 years ago * netutils.c: use closesocket() instead of close() at the end
Marc Ariberti [Wed, 15 May 2002 11:06:17 +0000 (11:06 +0000)]
  * netutils.c: use closesocket() instead of close() at the end
  of the network_ChannelJoin() for WIN32.

  It closes the following bug : when changing channel we sometimes got
  a 'no answer from vlcs' even if the answer is sent back.

22 years ago * ./src/misc/configuration.c: fixed an issue with long options from
Sam Hocevar [Wed, 15 May 2002 01:29:07 +0000 (01:29 +0000)]
  * ./src/misc/configuration.c: fixed an issue with long options from
    modules where option arguments and playlist entries were mixed.

22 years ago * ./plugins/spudec/spu_decoder.c: fixed endianness issue; subtitles colors
Sam Hocevar [Wed, 15 May 2002 00:40:26 +0000 (00:40 +0000)]
  * ./plugins/spudec/spu_decoder.c: fixed endianness issue; subtitles colors
    should be OK now.

22 years ago * ./plugins/satellite/input_satellite.c: fixed a compilation warning.
Sam Hocevar [Wed, 15 May 2002 00:39:46 +0000 (00:39 +0000)]
  * ./plugins/satellite/input_satellite.c: fixed a compilation warning.

22 years ago * ./configure.in: added libdvbpsi version check.
Sam Hocevar [Wed, 15 May 2002 00:04:52 +0000 (00:04 +0000)]
  * ./configure.in: added libdvbpsi version check.

22 years ago * ./include/modules_inner.h: fixed a bug in module reinitialization,
Sam Hocevar [Wed, 15 May 2002 00:02:27 +0000 (00:02 +0000)]
  * ./include/modules_inner.h: fixed a bug in module reinitialization,
    which should fix crashes after a long pause.

22 years ago*** empty log message ***
Arnaud de Bossoreille de Ribou [Tue, 14 May 2002 21:57:31 +0000 (21:57 +0000)]
*** empty log message ***

22 years agoFixed a bug (glitch/segfault) when seeking.
Christophe Massiot [Tue, 14 May 2002 21:23:44 +0000 (21:23 +0000)]
Fixed a bug (glitch/segfault) when seeking.

22 years ago * src/input/mpeg_system.c : We handle PCR even if they are not attached
Johan Bilien [Tue, 14 May 2002 20:54:52 +0000 (20:54 +0000)]
* src/input/mpeg_system.c : We handle PCR even if they are not attached
                                to a PMT.

22 years ago* new --with-mad-tree configure option.
Gildas Bazin [Tue, 14 May 2002 20:39:23 +0000 (20:39 +0000)]
* new --with-mad-tree configure option.
* updated BUGS file.

22 years agoIt should now be possible to quit when reading a bogus file.
Christophe Massiot [Tue, 14 May 2002 20:27:25 +0000 (20:27 +0000)]
It should now be possible to quit when reading a bogus file.

22 years agoDo not eject when we're reading from the disc...
Christophe Massiot [Tue, 14 May 2002 20:13:04 +0000 (20:13 +0000)]
Do not eject when we're reading from the disc...

22 years ago * ./src/misc/modules.c: if a module has a zero-scored capability, we don't
Sam Hocevar [Tue, 14 May 2002 19:47:25 +0000 (19:47 +0000)]
  * ./src/misc/modules.c: if a module has a zero-scored capability, we don't
    try to use it, unless it was explicitely requested (--vout for example).

22 years ago * src/misc/iso-639.def, include/iso_lang.h, src/misc/iso_lang.c: iso-839-[12] tools.
Arnaud de Bossoreille de Ribou [Tue, 14 May 2002 19:33:54 +0000 (19:33 +0000)]
  * src/misc/iso-639.def, include/iso_lang.h, src/misc/iso_lang.c: iso-839-[12] tools.
  * include/common.h, src/misc/modules_plugin.h: export the 3 new functions.
  * plugins/dvd/dvd_es.c, plugins/dvd/dvd_summary.c, plugins/dvdread/input_dvdread.c: adapted DecodeLanguage calls to the new behaviour.
  * plugins/mpeg_system/mpeg_ts.c: ISO-639-2 descriptors handling.

22 years ago * ./include/mmx.h, ./plugins/imdct/*: gcc-3.1 compilation fixes courtesy
Sam Hocevar [Tue, 14 May 2002 18:11:15 +0000 (18:11 +0000)]
 * ./include/mmx.h, ./plugins/imdct/*: gcc-3.1 compilation fixes courtesy
   of Yves Duret and other Mandrakesoft guys I don't know.

22 years ago * ./plugins/sdl/vout_sdl.c: fixed an aspect ratio issue (thanks Meuuh).
Sam Hocevar [Tue, 14 May 2002 17:31:40 +0000 (17:31 +0000)]
  * ./plugins/sdl/vout_sdl.c: fixed an aspect ratio issue (thanks Meuuh).

22 years ago * src/input/mpeg_system.c: fixed an old old bug in TS demux, thank you
Johan Bilien [Tue, 14 May 2002 16:45:33 +0000 (16:45 +0000)]
* src/input/mpeg_system.c: fixed an old old bug in TS demux, thank you
                               Meuuh.

22 years ago Sorry, fix a mistake.
Laurent Aimar [Tue, 14 May 2002 14:13:00 +0000 (14:13 +0000)]
Sorry, fix a mistake.

22 years ago * plugins/mpeg_system/mpeg_audio.c : to avoid problem with PS, test
Laurent Aimar [Tue, 14 May 2002 14:10:17 +0000 (14:10 +0000)]
* plugins/mpeg_system/mpeg_audio.c : to avoid problem with PS, test
only the first 4 bytes for mpeg header so some broken files, and all
web radio will not work. You can change this by changing value
of MPEGAUDIO_MAXTESTPOS.

22 years ago * doc/vlc-howto.sgml: Spelling mistakes, small updates, harmonization
Johan Bilien [Tue, 14 May 2002 01:14:39 +0000 (01:14 +0000)]
* doc/vlc-howto.sgml: Spelling mistakes, small updates, harmonization
                          with other documentations (thank you Alexis)
    * plugins/satellite/*: some fixes in options parsing (thank you Sam)

22 years ago* New OS X icon, courtesy of Joeri van Dooren <joeri@van.dooren.be> ;
Christophe Massiot [Mon, 13 May 2002 23:15:43 +0000 (23:15 +0000)]
* New OS X icon, courtesy of Joeri van Dooren <joeri@van.dooren.be> ;
* Mac OS X fix.

22 years ago * plugins/mpeg_system/mpeg_audio.c : you should again be able to
Laurent Aimar [Mon, 13 May 2002 23:12:10 +0000 (23:12 +0000)]
* plugins/mpeg_system/mpeg_audio.c : you should again be able to
play PS stream (I hope it will be enougth). Sorry .

22 years ago * include/video.h : added new fourcc code for avi
Laurent Aimar [Mon, 13 May 2002 21:55:30 +0000 (21:55 +0000)]
* include/video.h : added new fourcc code for avi
    * ALL : version from ffmpeg cvs can now decode msmpeg4 v1 v2 ,
        so i have added support for this. But you can always use old ffmpeg
        library  without any problem ( i hope ;)

22 years ago * ./plugins/filter/clone.c: New filter, `--filter clone', duplicates
Sam Hocevar [Mon, 13 May 2002 19:30:40 +0000 (19:30 +0000)]
  * ./plugins/filter/clone.c: New filter, `--filter clone', duplicates
    display. To duplicate 12 times, use `--filter clone:12'.

22 years ago * ./plugins/x11/xcommon.c, ./plugins/x11/xvideo.c: --xvideo-chroma flag to
Sam Hocevar [Mon, 13 May 2002 17:58:08 +0000 (17:58 +0000)]
  * ./plugins/x11/xcommon.c, ./plugins/x11/xvideo.c: --xvideo-chroma flag to
    force the XVimage format used.

22 years ago * ./plugins/text/ncurses.c: ncurses interface improvements by Thomas Graf.
Sam Hocevar [Mon, 13 May 2002 17:57:46 +0000 (17:57 +0000)]
  * ./plugins/text/ncurses.c: ncurses interface improvements by Thomas Graf.

22 years ago * mpeg_audio.c : don't use any more U32_AT. Thanks Meuuh.
Laurent Aimar [Mon, 13 May 2002 16:28:44 +0000 (16:28 +0000)]
* mpeg_audio.c : don't use any more U32_AT. Thanks Meuuh.

22 years ago* Fixed menus [Mac OS X port]
Christophe Massiot [Sun, 12 May 2002 20:56:34 +0000 (20:56 +0000)]
* Fixed menus [Mac OS X port]
* Objective-C files are now .m
* Fixed a major bug in the spu decoder
* Disabled auto-hiding of mouse cursor since it doesn't work when browsing
  menus ; instead, click in the video window

22 years ago * All: simplifications.
Laurent Aimar [Sun, 12 May 2002 06:51:08 +0000 (06:51 +0000)]
* All: simplifications.

22 years ago* Mac OS X port : menus for Program/Title/Chapter/Languages.
Christophe Massiot [Sun, 12 May 2002 01:39:36 +0000 (01:39 +0000)]
* Mac OS X port : menus for Program/Title/Chapter/Languages.

22 years ago * All: use input_ClockManageRef to do synchro.
Laurent Aimar [Fri, 10 May 2002 04:06:10 +0000 (04:06 +0000)]
* All: use input_ClockManageRef to do synchro.

22 years ago * include/common.h and input_ext-plugins.h, src/misc/modules_plugin.h : export...
Laurent Aimar [Fri, 10 May 2002 02:04:17 +0000 (02:04 +0000)]
* include/common.h and input_ext-plugins.h, src/misc/modules_plugin.h : export input_ClockGetTS for plugins.
    * plugins/mpeg_system/mpeg_audio.c : a demux for mpeg audio stream (file, web radio ...)
    * Makefile configure.in : to compile it

22 years ago * ./src/interface/main.c: if Ctrl-C doesn't kill vlc cleanly for any
Sam Hocevar [Thu, 9 May 2002 21:24:22 +0000 (21:24 +0000)]
  * ./src/interface/main.c: if Ctrl-C doesn't kill vlc cleanly for any
    reason, user just needs to hit Ctrl-C again 1 second later and we'll
    exit disgustingly instead of freezing.

22 years ago * ./plugins/macosx/intf_vlc_wrapper.c: menu code fixes.
Jon Lech Johansen [Thu, 9 May 2002 16:15:15 +0000 (16:15 +0000)]
  * ./plugins/macosx/intf_vlc_wrapper.c: menu code fixes.

22 years ago * doc/vlc-howto.sgml : URL fix for libdvdcss
Johan Bilien [Thu, 9 May 2002 14:52:49 +0000 (14:52 +0000)]
* doc/vlc-howto.sgml : URL fix for libdvdcss

22 years agoFixed Mac OS X VOUT_SIZE_CHANGE signal.
Christophe Massiot [Tue, 7 May 2002 20:17:07 +0000 (20:17 +0000)]
Fixed Mac OS X VOUT_SIZE_CHANGE signal.

22 years ago * corrected some bad lock/unlock
Laurent Aimar [Tue, 7 May 2002 13:55:36 +0000 (13:55 +0000)]
* corrected some bad lock/unlock

22 years ago * plugins/avi/avi.c : can now use --novideo
Laurent Aimar [Tue, 7 May 2002 13:53:55 +0000 (13:53 +0000)]
* plugins/avi/avi.c : can now use --novideo

22 years ago * ./src/interface/intf_eject.c: s/Johanson/Johansen :-)
Jon Lech Johansen [Mon, 6 May 2002 23:18:26 +0000 (23:18 +0000)]
  * ./src/interface/intf_eject.c: s/Johanson/Johansen :-)

22 years agoImprovements of the OS X GUI.
Christophe Massiot [Mon, 6 May 2002 22:59:46 +0000 (22:59 +0000)]
Improvements of the OS X GUI.

22 years agoAdded mad plugin downscale config option for selecting downscaling routine. Choices...
Jean-Paul Saman [Mon, 6 May 2002 22:09:58 +0000 (22:09 +0000)]
Added mad plugin downscale config option for selecting downscaling routine. Choices are: fast, mpg321. Default the fast version is used. The downscale option mpg321 uses an algorithm that adapts to dither errors. This routine is borrowed from MPG321 code.
Mono audio streams get now duplicated on the right channel instead of silencing the right channel (untested).

22 years ago *ALL : ameliorations ( i hope ;)
Laurent Aimar [Mon, 6 May 2002 22:02:32 +0000 (22:02 +0000)]
*ALL : ameliorations ( i hope ;)

22 years ago* video plugins that don't handle rescaling themselves have to let the
Gildas Bazin [Mon, 6 May 2002 21:05:26 +0000 (21:05 +0000)]
* video plugins that don't handle rescaling themselves have to let the
  video_output thread know about resizing events (with VOUT_SIZE_CHANGE event).
  (this part needs some clean-up but it is basically working for the X11 and
   SDL plugins).

* fixed fullscreen for the SDL plugin.

* xmga and sdl now switch to fullscreen on double-click.

22 years ago * plugins/avi/avi.c try to not freeze when reach end file
Laurent Aimar [Sun, 5 May 2002 17:20:49 +0000 (17:20 +0000)]
* plugins/avi/avi.c try to not freeze when reach end file

22 years ago* fixed the resizing and scaling of the X11 video output.
Gildas Bazin [Sun, 5 May 2002 08:25:15 +0000 (08:25 +0000)]
* fixed the resizing and scaling of the X11 video output.
* clicking on the video doesn't pause it anymore (use spacebar for this), but
  double-clicking will now switch between fullscreen and window mode.

22 years ago*** empty log message ***
Laurent Aimar [Sat, 4 May 2002 16:51:05 +0000 (16:51 +0000)]
*** empty log message ***

22 years ago* The Apply button in the preferences menu is grayed out unless there's a
Gildas Bazin [Sat, 4 May 2002 16:17:08 +0000 (16:17 +0000)]
* The Apply button in the preferences menu is grayed out unless there's a
  change to apply.
* GtkConfigApply() now clears the list of config changes before returning.

22 years ago * ./plugins/network/ipv4.c: fixed ipv4.so compilation under QNX.
Sam Hocevar [Sat, 4 May 2002 15:49:56 +0000 (15:49 +0000)]
  * ./plugins/network/ipv4.c: fixed ipv4.so compilation under QNX.
  * ./configure.in: deactivated ipv6.so under QNX for now.

22 years agoMore stable audio output [Mac OS X port] with more output buffering.
Christophe Massiot [Sat, 4 May 2002 13:48:31 +0000 (13:48 +0000)]
More stable audio output [Mac OS X port] with more output buffering.

22 years ago * ./BUGS :
Loïc Minier [Sat, 4 May 2002 03:36:19 +0000 (03:36 +0000)]
  * ./BUGS :
    - no text in the status bar with gtk intf
    - no window title in gtk intf on some machines, correct title on another