]> git.sesse.net Git - vlc/log
vlc
21 years ago * ./plugins/mpeg_system/mpeg_es.c: fixed a segfault when no decoder was
Sam Hocevar [Wed, 24 Jul 2002 15:21:47 +0000 (15:21 +0000)]
  * ./plugins/mpeg_system/mpeg_es.c: fixed a segfault when no decoder was
    found (p_fifo might be NULL).
  * ./plugins/mpeg_system/mpeg_es.c, ./src/input/input_ext-dec.c: fixed
    a deadlock issue with demuxers waiting on p_fifo->data_lock.

21 years agoSwedish translation, courtesy of Joel Arvidsson <dogai@privat.utfors.se>
Christophe Massiot [Tue, 23 Jul 2002 23:22:28 +0000 (23:22 +0000)]
Swedish translation, courtesy of Joel Arvidsson <dogai@privat.utfors.se>
(incomplete and untested).

21 years ago * ffmpeg : add a new fourcc, ( 3IV2 you shoudln't be able to decode it
Laurent Aimar [Tue, 23 Jul 2002 22:42:20 +0000 (22:42 +0000)]
 * ffmpeg : add a new fourcc, ( 3IV2 you shoudln't be able to decode it
but sometimes it's in fact MPEG-4, thx titer ).

 * mp4 : add capability to read mov with mp3 track. But it seems that
mad doesn't like too much fragmented data packets, and thus breaks the
audio.( since with '--codec dummy' I'm able to read resulting audio file
without any problem :)

21 years agoFixed a compile issue.
Christophe Massiot [Tue, 23 Jul 2002 20:50:05 +0000 (20:50 +0000)]
Fixed a compile issue.

21 years agoFixed a bug with HTTP/1.0 servers (thanks sigmund !)
Christophe Massiot [Tue, 23 Jul 2002 20:32:55 +0000 (20:32 +0000)]
Fixed a bug with HTTP/1.0 servers (thanks sigmund !)

21 years ago * ./mozilla/Makefile: fixed dependencies on .h files.
Sam Hocevar [Tue, 23 Jul 2002 20:16:36 +0000 (20:16 +0000)]
  * ./mozilla/Makefile: fixed dependencies on .h files.
  * ./plugins/filter/distort.c: fixed a typo in option names.

21 years ago * ./plugins/dummy/dec_dummy.c: new dummy decoder, for testing purposes.
Sam Hocevar [Tue, 23 Jul 2002 20:15:41 +0000 (20:15 +0000)]
  * ./plugins/dummy/dec_dummy.c: new dummy decoder, for testing purposes.

   Usage: "--codec dummy" will use the dummy decoder for all streams, and
  save the stream to a stream.1242 file (where 1242 is the internal vlc
  object ID). If the input file was for instance an mpeg file, you can
  play one of the resulting files using an mp3 player.

21 years ago * ./configure.in: workaround Debian bug #150490 (bad mozilla-config output).
Sam Hocevar [Tue, 23 Jul 2002 20:12:55 +0000 (20:12 +0000)]
  * ./configure.in: workaround Debian bug #150490 (bad mozilla-config output).
  * ./mozilla/vlcplugin.h: added .mov and .mp4 files to the plugin.
  * ./Makefile: we no longer try to merge .a files into libvlc.a, but rather
    add them to the vlc-config output.

21 years ago*first version of plugin for libdvdplay. To test it, you need to have
Stéphane Borel [Tue, 23 Jul 2002 19:56:19 +0000 (19:56 +0000)]
*first version of plugin for libdvdplay. To test it, you need to have
 libdvdplay installed (available from videolan CVS), and request plugins
compilation in the usual way:
--enable-dvdplay.
Note that libdvdplay needs libdvdread and libdvdcss.

Currently it has only been tested under linux, with gnome interface (optional)
and xvideo output.

What works (more or less):
 -DVD reading in some rare cases :) (title and menus),
 -Menu pause,
 -Seeking,
 -Selecting directly a specific title/chapter/angle,
 -Changing audio, sub-picture, angle during playback,
 -Interactive menus with mouse only.

What is missing:
 -Menu buttons highlighting (needs spudec patch),
 -Keyboard interaction (needs a specific part in port specific plugins),
 -A specific interface to navigate through menus (needs that I move my ass),
 -Interactive menus won't work with other output plugins so long as they
  have not been patched to send mouse/keyboard events to vlc interface,
 -Whatever you need.

Known bugs (bugs in libdvdplay mostly):
 -Seeking in some menus or intro titles (bad vobu map),
 -Read/seek error with some DVDs,
 -the configure needs tweaking,
 -numerous segfaults,
 -decoder/output modules locking error,
 -fuzzy colors in menus when spudec is active (default in menus).

The plugin is not guaranteed to work anywhere outside my computer. If it break your, don't come and complain to me :).

21 years ago*Allow 0 for title selection as it is the area for first play pgc in DVDs
Stéphane Borel [Tue, 23 Jul 2002 19:28:25 +0000 (19:28 +0000)]
*Allow 0 for title selection as it is the area for first play pgc in DVDs

21 years agoInterface neatly exits now.
Jean-Paul Saman [Tue, 23 Jul 2002 18:39:29 +0000 (18:39 +0000)]
Interface neatly exits now.

21 years ago * cinepak: add a new fourcc
Laurent Aimar [Tue, 23 Jul 2002 17:19:02 +0000 (17:19 +0000)]
 * cinepak: add a new fourcc

 * ffmpeg and mp4: some clean up and change the way ffmpeg is
initialised.

21 years agoFixed code for subtitle and audio selection, still probs but looking.
Tony Castley [Tue, 23 Jul 2002 13:16:51 +0000 (13:16 +0000)]
Fixed code for subtitle and audio selection, still probs but looking.
Implemented muting

21 years agoChanges to ensure BeOS plugins compile and function
Tony Castley [Tue, 23 Jul 2002 12:42:17 +0000 (12:42 +0000)]
Changes to ensure BeOS plugins compile and function
Implemented a intf_vlc_wrapper to "shield" the BeOS code from the underlying
vlc structurs, yet to be completed.
Attempted to fix subtitle and audio selection, currently not working.

21 years ago * ALL: decoders now use a fourcc as a probe value.
Sam Hocevar [Tue, 23 Jul 2002 00:39:17 +0000 (00:39 +0000)]
  * ALL: decoders now use a fourcc as a probe value.
  * include/input_ext-intf.h: killed p_es->b_audio, since i_cat already fills
    its purpose.
  * include/input_ext-intf.h: killed p_es->i_type in favour of p_es->i_fourcc.
  * include/video.h: killed p_pic->p_plane->b_margin; now i_visible_pitch is
    always valid.

  * ./src/libvlc.h: replaced --mpeg-adec and --ac3-adec with --codec; see
    vlc --help for more information.

  * include/video.h: removed fourcc values which should _not_ be global
    (thanks fenrir for convincing me).
  * ALL: video output plugins use the VLC_FOURCC macro to build their fourccs.
  * ./plugins/beos/InterfaceWindow.cpp: removed the last remaining call to
    input_ChangeES.

   Things I'm not sure about and need comments:
    - I used "mpga" and "mpgv" for MPEG (1+2) audio and video fourcc values.
    - I also introduced "spu ", "lpcm" and "ac3 ".
    - I removed for instance "MP4_GetCodec" because it wasn't really
      used except for the description string. I hope this change did not
      break anything really important.
    - fenrir, I must have broken a lot of things you wrote. Sorry in advance.

21 years ago * ./src/input/input_info.c, ./src/misc/messages.c: initialized the first
Sam Hocevar [Tue, 23 Jul 2002 00:30:22 +0000 (00:30 +0000)]
  * ./src/input/input_info.c, ./src/misc/messages.c: initialized the first
    vasprintf arguments to NULL for extra safety.

21 years ago * ./src/misc/modules.c: added the "any" and "none" keywords to the module
Sam Hocevar [Mon, 22 Jul 2002 22:19:49 +0000 (22:19 +0000)]
  * ./src/misc/modules.c: added the "any" and "none" keywords to the module
    selection string. "any" matches any module, and "none" always fails.

    You can for instance use "--vout none" to disable video output, or
    "--intf gtk,any" to use the gtk interface or any other one if gtk isn't
    available. Hope it's clear :)

21 years agowin32 compilation fixes
Sigmund Augdal Helberg [Mon, 22 Jul 2002 21:14:30 +0000 (21:14 +0000)]
win32 compilation fixes

21 years agoFixed gtk core-dump on exit. Used code from gtk plugin for this.
Jean-Paul Saman [Mon, 22 Jul 2002 21:04:55 +0000 (21:04 +0000)]
Fixed gtk core-dump on exit. Used code from gtk plugin for this.

21 years agoNon-functional Familiar Linux user interface.
Jean-Paul Saman [Mon, 22 Jul 2002 20:52:42 +0000 (20:52 +0000)]
Non-functional Familiar Linux user interface.

21 years agoNow "vlc --intf familiar" spawns interface.
Jean-Paul Saman [Mon, 22 Jul 2002 19:49:40 +0000 (19:49 +0000)]
Now "vlc --intf familiar" spawns interface.

21 years agoFamiliar Linux interface (non functional yet).
Jean-Paul Saman [Mon, 22 Jul 2002 13:49:42 +0000 (13:49 +0000)]
Familiar Linux interface (non functional yet).

21 years agoVCR icon buttons for Familiar Linux interface.
Jean-Paul Saman [Mon, 22 Jul 2002 13:49:04 +0000 (13:49 +0000)]
VCR icon buttons for Familiar Linux interface.

21 years agoAdded --enable-familiar to configure.in, the default is disabled.
Jean-Paul Saman [Mon, 22 Jul 2002 13:48:13 +0000 (13:48 +0000)]
Added --enable-familiar to configure.in, the default is disabled.

21 years agoUpdated TODO list.
Jean-Paul Saman [Mon, 22 Jul 2002 13:09:27 +0000 (13:09 +0000)]
Updated TODO list.

21 years agoImplemented simple right click menu
Tony Castley [Mon, 22 Jul 2002 11:39:56 +0000 (11:39 +0000)]
Implemented simple right click menu
Improved Overlay bitmap handling
Removed switch workplace bug

21 years ago * ./src/input/input_ext-plugins.c: reverted my previous fix which wasn't
Sam Hocevar [Sun, 21 Jul 2002 23:40:24 +0000 (23:40 +0000)]
  * ./src/input/input_ext-plugins.c: reverted my previous fix which wasn't
    really a fix.
  * ./plugins/memcpy/fastmemcpy.h: commented out suspicious code.

21 years ago * mp4 : improve mp4a detection/handling.
Laurent Aimar [Sun, 21 Jul 2002 21:18:15 +0000 (21:18 +0000)]
 * mp4 : improve mp4a detection/handling.

21 years ago * all : can now read mp4 file with mp3 audio declared in mp4a box
Laurent Aimar [Sun, 21 Jul 2002 19:57:22 +0000 (19:57 +0000)]
 * all : can now read mp4 file with mp3 audio declared in mp4a box
Thanks to jlj to show me this and to tell me what to check to solve it.

21 years ago * all: these didn't get along in my last commit
Sigmund Augdal Helberg [Sun, 21 Jul 2002 19:26:13 +0000 (19:26 +0000)]
 * all: these didn't get along in my last commit

21 years ago * ./src/libvlc.c: updated usage info to include STRING_FROM_LIST
Sigmund Augdal Helberg [Sun, 21 Jul 2002 18:57:02 +0000 (18:57 +0000)]
  * ./src/libvlc.c: updated usage info to include STRING_FROM_LIST
    configuration items.
  * rest: new input info subsystem.

Have a look in plugins/mpeg_system/mpeg_audio.c to see how to add info.
Have a look in plugins/text/rc.c to see how to read info.

Sigmund

21 years ago * mp4 : use same endian for fourcc than one used in vlc (video.h if I'm
Laurent Aimar [Sun, 21 Jul 2002 18:47:22 +0000 (18:47 +0000)]
 * mp4 : use same endian for fourcc than one used in vlc (video.h if I'm
right).
 * cinepak : take care of grayscale option.

21 years ago * ./debian/control: changed "interface plugin" occurences to "frontend" to
Sam Hocevar [Sun, 21 Jul 2002 15:27:09 +0000 (15:27 +0000)]
  * ./debian/control: changed "interface plugin" occurences to "frontend" to
    make package descriptions less misleading.
  * ./bootstrap.sh: use C locale for generating vlc_symbols.h.
  * ./bootstrap.sh: don't generate pofiles by default.

21 years ago * all : enable cinepak decoder, I hope I haven't break anything.
Laurent Aimar [Sun, 21 Jul 2002 15:18:29 +0000 (15:18 +0000)]
 * all : enable cinepak decoder, I hope I haven't break anything.

21 years ago * all : enable cinepak, clean some functions, fix some memory leaks
Laurent Aimar [Sun, 21 Jul 2002 15:13:19 +0000 (15:13 +0000)]
 * all : enable cinepak, clean some functions, fix some memory leaks

21 years ago * all : a cinepak (cvid) video decoder ( codec found in old .mov ).
Laurent Aimar [Sun, 21 Jul 2002 15:11:55 +0000 (15:11 +0000)]
 * all : a cinepak (cvid) video decoder ( codec found in old .mov ).

21 years ago * all : try to add an option to allow frame droppping (
Laurent Aimar [Sun, 21 Jul 2002 15:07:39 +0000 (15:07 +0000)]
 * all : try to add an option to allow frame droppping (
--enable-hurry-up ). Begin to work.

21 years ago * ./src/input/input_ext-plugins.c: added a missing lock to input_SplitBuffer
Sam Hocevar [Sun, 21 Jul 2002 14:32:35 +0000 (14:32 +0000)]
  * ./src/input/input_ext-plugins.c: added a missing lock to input_SplitBuffer
    which was causing crashes with some demux plugins (mpeg_audio, avi).

21 years ago* Added -lrt for HP/UX port.
Christophe Massiot [Sat, 20 Jul 2002 22:31:08 +0000 (22:31 +0000)]
* Added -lrt for HP/UX port.

21 years ago * ffmpeg : add a new option, it set the level of error resilience.
Laurent Aimar [Sat, 20 Jul 2002 18:53:33 +0000 (18:53 +0000)]
 * ffmpeg : add a new option, it set the level of error resilience.
It allows to play mpeg4 file badly encoded(illegal VLC code).(Sam you
should be able to play your .mp4 file by setting it to -1, with recent
ffmpeg cvs).

21 years ago * ALL: changed "struct foo_s" into "struct foo_t" to make greppers happy.
Sam Hocevar [Sat, 20 Jul 2002 18:01:43 +0000 (18:01 +0000)]
  * ALL: changed "struct foo_s" into "struct foo_t" to make greppers happy.
  * ./src/libvlc.c, ./include/vlc/vlc.h: created reentrant versions of the
    libvlc API.
  * ./src/vlc.c: vlc uses the non-reentrant libvlc functions.
  * ./mozilla/vlcplugin.c: the mozilla plugin uses the reentrant functions.
  * ./debian/*: created packages for libvlc0-dev.

21 years ago* ./plugins/a52/a52.c : Added a global lock to prevent two VLC threads to
Christophe Massiot [Fri, 19 Jul 2002 22:04:37 +0000 (22:04 +0000)]
* ./plugins/a52/a52.c : Added a global lock to prevent two VLC threads to
  call a liba52 function simultaneously (liba52 isn't reentrant) ;
* ./plugins/a52/a52.c : Made liba52 the default AC3 decoder.

21 years ago* New --mtu option.
Christophe Massiot [Fri, 19 Jul 2002 21:14:13 +0000 (21:14 +0000)]
* New --mtu option.

21 years ago * ./configure.in: we no longer check for a specific function in -lphtread
Sam Hocevar [Thu, 18 Jul 2002 01:23:44 +0000 (01:23 +0000)]
  * ./configure.in: we no longer check for a specific function in -lphtread
    because some systems (such as HP-UX...) have them inlined.

21 years ago * ./Makefile.modules: we don't chmod -x the compiled plugins because of
Sam Hocevar [Thu, 18 Jul 2002 01:11:17 +0000 (01:11 +0000)]
  * ./Makefile.modules: we don't chmod -x the compiled plugins because of
    HP-UX's dynamic linker which would otherwise be unable to open them.

21 years ago * ./configure: rebuilt using the newest autotools.
Sam Hocevar [Thu, 18 Jul 2002 01:02:07 +0000 (01:02 +0000)]
  * ./configure: rebuilt using the newest autotools.

21 years ago * ./src/vlc.c, ./src/libvlc.c: added more robust consistency checks.
Sam Hocevar [Thu, 18 Jul 2002 01:00:41 +0000 (01:00 +0000)]
  * ./src/vlc.c, ./src/libvlc.c: added more robust consistency checks.

21 years ago * ./configure.in: fixed description of MP4 module
Jon Lech Johansen [Thu, 18 Jul 2002 00:59:12 +0000 (00:59 +0000)]
  * ./configure.in: fixed description of MP4 module

21 years ago * ./doc/fortunes.txt: added a selection of Lool's fortune cookies.
Sam Hocevar [Thu, 18 Jul 2002 00:58:38 +0000 (00:58 +0000)]
  * ./doc/fortunes.txt: added a selection of Lool's fortune cookies.

21 years ago * ./configure.in: added mp4 module, default disabled
Jon Lech Johansen [Thu, 18 Jul 2002 00:54:17 +0000 (00:54 +0000)]
  * ./configure.in: added mp4 module, default disabled

21 years ago * ./src/misc/darwin_specific.c: s/vlc_object_t/vlc_t
Jon Lech Johansen [Wed, 17 Jul 2002 22:23:20 +0000 (22:23 +0000)]
  * ./src/misc/darwin_specific.c: s/vlc_object_t/vlc_t

21 years ago* ./configure : fixed Mac OS X compilation which was broken on some machines
Christophe Massiot [Wed, 17 Jul 2002 21:58:21 +0000 (21:58 +0000)]
* ./configure : fixed Mac OS X compilation which was broken on some machines
* ./include/vlc/vlc.h : include os_specific.h

21 years agoInterface creation and destruction functions are now exported to plugins
Stéphane Borel [Wed, 17 Jul 2002 21:54:37 +0000 (21:54 +0000)]
Interface creation and destruction functions are now exported to plugins
so that any plugin can spawn a new interface.

21 years ago * all : preliminary mp4 (and some mov) demux plugin. I've not enabled
Laurent Aimar [Wed, 17 Jul 2002 21:37:27 +0000 (21:37 +0000)]
 * all : preliminary mp4 (and some mov) demux plugin. I've not enabled
it ( add by hand to Makefile ... and link it with zlib -lz ) as I will
probably break it too many times. It work for some mp4(but without
audio, need aac decoder) and mov with sorenson v1(ffmpeg :).

21 years agoFixed a bug in the computation of the mouse coordinates sent to interface.
Stéphane Borel [Wed, 17 Jul 2002 21:34:57 +0000 (21:34 +0000)]
Fixed a bug in the computation of the mouse coordinates sent to interface.

21 years agoFixed nanosleep detection on some platforms.
Christophe Massiot [Wed, 17 Jul 2002 21:38:48 +0000 (21:38 +0000)]
Fixed nanosleep detection on some platforms.

21 years agoAdded a 'dvdold' shortcut to force the use of the dvd plugin in case
Stéphane Borel [Wed, 17 Jul 2002 21:28:19 +0000 (21:28 +0000)]
Added a 'dvdold' shortcut to force the use of the dvd plugin in case
another plugin with higher priority wants to use 'dvd' as shortcut.

21 years agoThe loop in lpcm decoder DecodeFrame() could not exit after b_die
Stéphane Borel [Wed, 17 Jul 2002 21:24:06 +0000 (21:24 +0000)]
The loop in lpcm decoder DecodeFrame() could not exit after b_die
in some case

21 years ago * ./configure.in: plugin compilation fix for HP-UX.
Sam Hocevar [Wed, 17 Jul 2002 12:21:44 +0000 (12:21 +0000)]
  * ./configure.in: plugin compilation fix for HP-UX.

21 years ago * ./configure.in: better protection of CFLAGS and LDFLAGS. Should also fix
Sam Hocevar [Wed, 17 Jul 2002 10:01:12 +0000 (10:01 +0000)]
  * ./configure.in: better protection of CFLAGS and LDFLAGS. Should also fix
    remaining issues with XvPutImage detection, please confirm!

21 years ago * ./plugins/alsa/alsa.c: ALSA device selection patch, courtesy of John
Sam Hocevar [Wed, 17 Jul 2002 06:40:49 +0000 (06:40 +0000)]
  * ./plugins/alsa/alsa.c: ALSA device selection patch, courtesy of John
    Paul Lorenti <jpl31@columbia.edu>.

21 years ago* ./Makefile : src/misc/modules_builtin.h now depends on Makefile.config.
Christophe Massiot [Tue, 16 Jul 2002 21:59:39 +0000 (21:59 +0000)]
* ./Makefile : src/misc/modules_builtin.h now depends on Makefile.config.

21 years ago * ./src/misc/threads.c: improved lazy initialization of the global lock.
Sam Hocevar [Tue, 16 Jul 2002 21:29:10 +0000 (21:29 +0000)]
  * ./src/misc/threads.c: improved lazy initialization of the global lock.

21 years ago * ./doc/fortunes.txt: a few IRC fortune cookies for those with too much
Sam Hocevar [Tue, 16 Jul 2002 21:28:48 +0000 (21:28 +0000)]
  * ./doc/fortunes.txt: a few IRC fortune cookies for those with too much
    time on their hands.

21 years ago * ./plugins/mpeg_vdec/video_parser.c, ./src/input/input_programs.c: fixed
Sam Hocevar [Tue, 16 Jul 2002 21:25:43 +0000 (21:25 +0000)]
  * ./plugins/mpeg_vdec/video_parser.c, ./src/input/input_programs.c: fixed
    a few uninitialized variables.

21 years ago * MacOS X: added deinterlace submenu
Jon Lech Johansen [Tue, 16 Jul 2002 20:41:48 +0000 (20:41 +0000)]
  * MacOS X: added deinterlace submenu

21 years ago * ./plugins/access/http.c: fixed memory leak.
Jon Lech Johansen [Mon, 15 Jul 2002 23:05:46 +0000 (23:05 +0000)]
  * ./plugins/access/http.c: fixed memory leak.

21 years ago ffmpeg.c : fix my previous commit( I've forgotten one #if ... #endif )
Laurent Aimar [Mon, 15 Jul 2002 22:45:12 +0000 (22:45 +0000)]
 ffmpeg.c : fix my previous commit( I've forgotten one #if ... #endif )
(Thx sam)

21 years ago * ./plugins/access/http.c: fixed double free bug.
Jon Lech Johansen [Mon, 15 Jul 2002 22:20:47 +0000 (22:20 +0000)]
  * ./plugins/access/http.c: fixed double free bug.

21 years ago * ./configure.in: fixed a typo in my previous commit (thx fenrir).
Sam Hocevar [Mon, 15 Jul 2002 22:05:59 +0000 (22:05 +0000)]
  * ./configure.in: fixed a typo in my previous commit (thx fenrir).

21 years ago * ./plugins/*: interface plugins set p_vlc->b_die to quit vlc, but check
Sam Hocevar [Mon, 15 Jul 2002 20:09:31 +0000 (20:09 +0000)]
  * ./plugins/*: interface plugins set p_vlc->b_die to quit vlc, but check
    for p_intf->b_die to know when they are supposed to terminate p_intf. This
    will allow to spawn interface plugins on the fly.

21 years ago * avi.c : quick hack to read file created by ffmpeg. I think it should
Laurent Aimar [Mon, 15 Jul 2002 19:33:02 +0000 (19:33 +0000)]
 * avi.c : quick hack to read file created by ffmpeg. I think it should
work.
 * all   : add support for some others codecs provided by ffmpeg, but some of them aren't tested.

21 years ago * ./src/misc/messages.c: debug messages that were issued before the -v
Sam Hocevar [Mon, 15 Jul 2002 19:15:05 +0000 (19:15 +0000)]
  * ./src/misc/messages.c: debug messages that were issued before the -v
    flag was tested for are no longer lost.

21 years ago * ./configure.in: we now look for XvPutImage instead of XvSetPortAttribute
Sam Hocevar [Mon, 15 Jul 2002 19:08:51 +0000 (19:08 +0000)]
  * ./configure.in: we now look for XvPutImage instead of XvSetPortAttribute
    because XvSetPortAttribute isn't always available.

21 years ago * ./plugins/macosx/vout_macosx.m: added missing arrow up/down handling.
Jon Lech Johansen [Mon, 15 Jul 2002 19:04:12 +0000 (19:04 +0000)]
  * ./plugins/macosx/vout_macosx.m: added missing arrow up/down handling.

21 years ago * ./plugins/macosx/vout_macosx.m: added missing keyDown(space) = pause
Jon Lech Johansen [Mon, 15 Jul 2002 02:09:57 +0000 (02:09 +0000)]
  * ./plugins/macosx/vout_macosx.m: added missing keyDown(space) = pause

21 years ago * MacOS X changes:
Jon Lech Johansen [Mon, 15 Jul 2002 01:54:04 +0000 (01:54 +0000)]
  * MacOS X changes:
    - added messages and playlist panel
    - simple dock menu (play, pause, stop)
    - context menu in video view
    - localization support: http://nanocrew.net/vlc/vlc-osx-ja.png
    - no longer broken :)

21 years agoAdd package sdl to package dependency list.
Jean-Paul Saman [Sat, 13 Jul 2002 12:22:14 +0000 (12:22 +0000)]
Add package sdl to package dependency list.

21 years ago * ./AUTHORS: removed my entry for lool. /me should go back to school and
Sam Hocevar [Fri, 12 Jul 2002 23:53:40 +0000 (23:53 +0000)]
  * ./AUTHORS: removed my entry for lool. /me should go back to school and
    learn how to alpha sort.

21 years agoClosed old entries.
Christophe Massiot [Fri, 12 Jul 2002 22:42:30 +0000 (22:42 +0000)]
Closed old entries.

21 years ago* ./AUTHORS : added lool :-p ;
Christophe Massiot [Fri, 12 Jul 2002 21:57:25 +0000 (21:57 +0000)]
* ./AUTHORS : added lool :-p ;
* ./doc/vlc-howto.sgml : Fixed typos ;
* ./include/vlc_common.h : Greatly simplified ntoh*, and U??_AT macros are
  now alignment-safe ;
* ./STATUS : New file indicating who's working on what. Please keep it
  up-to-date ;
* ./MAINTAINERS : New file indicating who has knowledge on which parts.

21 years ago * ./po/*: polish translation, courtesy of Arkadiusz Lipiec.
Sam Hocevar [Fri, 12 Jul 2002 17:08:52 +0000 (17:08 +0000)]
  * ./po/*: polish translation, courtesy of Arkadiusz Lipiec.

21 years ago * ./ChangeLog: updated.
Sam Hocevar [Fri, 12 Jul 2002 16:30:28 +0000 (16:30 +0000)]
  * ./ChangeLog: updated.
  * ./README: removed much outdated data.
  * ./debian/*: great package renaming - names should make more sense now.

21 years ago * ./plugins/mad/mad_libmad.c: prevent the MAD decoder from looping endlessly
Sam Hocevar [Thu, 11 Jul 2002 19:44:10 +0000 (19:44 +0000)]
  * ./plugins/mad/mad_libmad.c: prevent the MAD decoder from looping endlessly
    when the audio output fifo could not be created.

21 years ago * ./plugins/gtk/*: new generic "Open Target" window. Please test and
Sam Hocevar [Thu, 11 Jul 2002 19:28:13 +0000 (19:28 +0000)]
  * ./plugins/gtk/*: new generic "Open Target" window. Please test and
    comment on usability.

21 years ago * ./debian/rules: the Debian package creation script builds ffmpeg.
Sam Hocevar [Thu, 11 Jul 2002 19:05:12 +0000 (19:05 +0000)]
  * ./debian/rules: the Debian package creation script builds ffmpeg.

21 years ago I commit a patch from Sigmund Augdal to skip ID3 tag at the begining
Laurent Aimar [Thu, 11 Jul 2002 18:57:08 +0000 (18:57 +0000)]
 I commit a patch from Sigmund Augdal to skip ID3 tag at the begining
of a file, so more files can be read :))

 However with current cvs this demux ( with and without the patch )
segfaults after a few seconds, I can't find why, anybody has an idea ?

21 years ago * ./src/vlc.c: reduced the amount of default simultaneous interfaces.
Sam Hocevar [Thu, 11 Jul 2002 18:44:12 +0000 (18:44 +0000)]
  * ./src/vlc.c: reduced the amount of default simultaneous interfaces.
  * ./src/libvlc.c: removed calls to vlc_mutex_lock in sighandlers.

21 years ago * ./plugins/qt/intf_qt.cpp: fixed Qt interface termination.
Sam Hocevar [Thu, 11 Jul 2002 18:41:54 +0000 (18:41 +0000)]
  * ./plugins/qt/intf_qt.cpp: fixed Qt interface termination.

21 years ago * ./FAQ: new entry for RTP
Loïc Minier [Wed, 10 Jul 2002 07:32:43 +0000 (07:32 +0000)]
  * ./FAQ: new entry for RTP

21 years ago * ./FAQ: minor updates, new sections: uninstall/reinstall,
Loïc Minier [Tue, 9 Jul 2002 23:40:34 +0000 (23:40 +0000)]
  * ./FAQ: minor updates, new sections: uninstall/reinstall,
    DirectX-blackscreen, device permissions, debug messages,
    config file, (un)planned ports/features, sources.list

21 years ago plugins/avi/avi.c : now you can see avi over http (true interleaved
Laurent Aimar [Tue, 9 Jul 2002 22:18:23 +0000 (22:18 +0000)]
 plugins/avi/avi.c : now you can see avi over http (true interleaved
file only), and seek is allowed (but with great unsynchronisation,
and sometimes it fails). But in order to make it working, I have to
limit the number of bytes I read at a time. It's strange since in
previous version of vlc, I don't need to do that ... ( it segfaults in
input_SplitBuffer but not always on the same frame )

21 years ago * ./plugins/win32/about.*: Added the version number in the About box
Olivier Teulière [Tue, 9 Jul 2002 22:15:49 +0000 (22:15 +0000)]
 * ./plugins/win32/about.*: Added the version number in the About box

21 years agoUpdate for 0.4.2 release.
Christophe Massiot [Sun, 7 Jul 2002 21:55:25 +0000 (21:55 +0000)]
Update for 0.4.2 release.

21 years ago * ./src/misc/darwin_specific.c, ./src/misc/extras.c: moved our custom
Sam Hocevar [Fri, 5 Jul 2002 11:18:56 +0000 (11:18 +0000)]
  * ./src/misc/darwin_specific.c, ./src/misc/extras.c: moved our custom
    strndup to a separate file so that Win32 can benefit from it.
  * ./include/vlc_threads.h: Borland compilation fix.

22 years ago * ./mozilla/*: preliminary Mozilla plugin. Only works under Unix for now.
Sam Hocevar [Thu, 4 Jul 2002 18:11:57 +0000 (18:11 +0000)]
  * ./mozilla/*: preliminary Mozilla plugin. Only works under Unix for now.
  * ./debian/rules: activated the vlc-xosd, vlc-kde and mozilla-plugin-vlc
    Debian packages.
  * ./po/*: updated potfiles.

22 years ago * ./src/misc/modules.c: module_Need accepts a comma-separated list of
Sam Hocevar [Wed, 3 Jul 2002 19:40:49 +0000 (19:40 +0000)]
  * ./src/misc/modules.c: module_Need accepts a comma-separated list of
    module names. Try for instance: "vlc --intf gnome,gtk,dummy".

22 years ago * darwin_specific.[ch]: added strndup needed by video_output.c.
Jon Lech Johansen [Tue, 2 Jul 2002 22:07:02 +0000 (22:07 +0000)]
  * darwin_specific.[ch]: added strndup needed by video_output.c.
  * configure.in: added -lintl to plugins_LDFLAGS.

22 years ago * ./plugins/gnome/gtk.c, ./plugins/gnome/gnome.c: prevent older versions
Sam Hocevar [Tue, 2 Jul 2002 19:16:47 +0000 (19:16 +0000)]
  * ./plugins/gnome/gtk.c, ./plugins/gnome/gnome.c: prevent older versions
    of vlc from crashing when trying to open a recent module.

22 years ago * ./plugins/x11/xcommon.c: to enter fullscreen mode, we create a new window
Sam Hocevar [Tue, 2 Jul 2002 19:14:59 +0000 (19:14 +0000)]
  * ./plugins/x11/xcommon.c: to enter fullscreen mode, we create a new window
    instead of moving the current window, which saves us the hassle of
    remembering size and position.
  * ./plugins/x11/x11.c, ./plugins/x11/xvideo.c: added --no-x11-shm and
    --no-xvideo-shm options.