]> git.sesse.net Git - vlc/log
vlc
21 years ago* this code should allow for the use of gestures under OS X.
Derk-Jan Hartman [Tue, 4 Mar 2003 23:32:06 +0000 (23:32 +0000)]
* this code should allow for the use of gestures under OS X.

21 years ago* modules/video_output/directx: added support for the mouse gestures interface.
Gildas Bazin [Tue, 4 Mar 2003 22:48:55 +0000 (22:48 +0000)]
* modules/video_output/directx: added support for the mouse gestures interface.

21 years ago* grrr debug message in the wild.
Derk-Jan Hartman [Tue, 4 Mar 2003 22:36:18 +0000 (22:36 +0000)]
* grrr debug message in the wild.

21 years ago* modules/audio_filter/resampler/bandlimited.c: small bug-fixes.
Gildas Bazin [Tue, 4 Mar 2003 22:08:33 +0000 (22:08 +0000)]
* modules/audio_filter/resampler/bandlimited.c: small bug-fixes.
* NEWS: added a note for the fixed MSVC project files.

21 years ago* NEWS:
Derk-Jan Hartman [Tue, 4 Mar 2003 21:54:03 +0000 (21:54 +0000)]
* NEWS:
  - added item on fix of 'clicking' sound between stream changes.
  - added item on new bandlimited resampler
* ALL:
  - bumped up revision number to 0.5.2-test3

21 years ago* include/vlc_common.h: on win32 we include malloc.h (otherwise alloca is
Gildas Bazin [Tue, 4 Mar 2003 21:12:04 +0000 (21:12 +0000)]
* include/vlc_common.h: on win32 we include malloc.h (otherwise alloca is
   not declared).
* modules/access/file.c: use _lseeki64 instead of lseek on win32. This
   should allow seeking on files > 1.2Gb (Hopefully closes #168).

21 years ago* modules/audio_filter/resampler/bandlimited.c: fix bug that was affecting
Gildas Bazin [Tue, 4 Mar 2003 19:28:39 +0000 (19:28 +0000)]
* modules/audio_filter/resampler/bandlimited.c: fix bug that was affecting
   quality badly + some clean-up.
   Changed the module priority so it is now the default resampler.

21 years agoALL:
Derk-Jan Hartman [Tue, 4 Mar 2003 17:31:45 +0000 (17:31 +0000)]
ALL:
 - the german translation requires two different translations of the word
   File. I added a _ANS() function to the macosx version that gets the
   translation of 1:File and strips the first two characters of this
   alternate translation.
 - updated all .po files to make sure we don't break anything
 - committed the March 1 version of the german translation by Felix
   Kuhne <FK@aenneburghardt.de>

21 years ago* Fixed a major bug in the LPCM codec.
Christophe Massiot [Tue, 4 Mar 2003 13:21:19 +0000 (13:21 +0000)]
* Fixed a major bug in the LPCM codec.
* Moved input_ExtractPES to where it belongs, input_ext-dec.c.

21 years ago* modules/audio_filter/resampler/bandlimited.[ch]: new high-quality
Gildas Bazin [Tue, 4 Mar 2003 03:27:40 +0000 (03:27 +0000)]
* modules/audio_filter/resampler/bandlimited.[ch]: new high-quality
   bandlimited interpolation resampler.
   It is not yet enabled by default because it requires a bit more works
   (not fully stable yet because of buffer overflows under certain conditions).

* src/audio_output/input.c: the resamplers are now always active (expcept
   in spdif mode).

* modules/audio_filter/resampler/*: modified the resampler to return the
   input buffer when no resampling is needed.

21 years ago* updated dutch strings.
Derk-Jan Hartman [Mon, 3 Mar 2003 23:58:34 +0000 (23:58 +0000)]
* updated dutch strings.

21 years ago* mpeg_video is back as a built-in because it is reproduceably faster than
Christophe Massiot [Mon, 3 Mar 2003 23:48:41 +0000 (23:48 +0000)]
* mpeg_video is back as a built-in because it is reproduceably faster than
  as a plug-in,
* Another desperate attempt at fixing OS X lock-ups.

21 years ago* NEWS:
Derk-Jan Hartman [Mon, 3 Mar 2003 19:39:48 +0000 (19:39 +0000)]
* NEWS:
  - added remarks on m-audio fixes and other OSX specific fixes.
  - added improved ID3 detection item
* README.MacOSX.rtf
  - updated to reflect M-Audio fixes.
* ./extras/MacOSX/Resources/English.lproj/MainMenu.nib/*:
  - widened the Browse.. button to allow for the german word: durchsuchen.

21 years ago* ALL: another bunch of fixes for the MSVC build.
Gildas Bazin [Mon, 3 Mar 2003 16:49:14 +0000 (16:49 +0000)]
* ALL: another bunch of fixes for the MSVC build.

21 years ago* ALL: Finally fixed the MSVC project files.
Gildas Bazin [Mon, 3 Mar 2003 14:21:08 +0000 (14:21 +0000)]
* ALL: Finally fixed the MSVC project files.
       Don't include io.h on win32 when not necessary.
       A few build fixes for MSVC.

* src/misc/win32_specific.c: try to load winsock2 instead of winsock1 when
   present.

21 years ago* Fixed a bug in LPCM codec.
Christophe Massiot [Mon, 3 Mar 2003 14:19:09 +0000 (14:19 +0000)]
* Fixed a bug in LPCM codec.
* Changed an error into a warning.

21 years ago * fixed play back of mms://viptvr.yacast.fr/encoderfranceinfo (asf
Laurent Aimar [Mon, 3 Mar 2003 01:38:07 +0000 (01:38 +0000)]
 * fixed play back of  mms://viptvr.yacast.fr/encoderfranceinfo (asf
header send over multiples packets).

21 years ago* configure.ac.in: fixed libid3tag detection.
Gildas Bazin [Sun, 2 Mar 2003 19:07:01 +0000 (19:07 +0000)]
* configure.ac.in: fixed libid3tag detection.

21 years ago * fixed seek flag with broadcasted data.
Laurent Aimar [Sun, 2 Mar 2003 18:17:58 +0000 (18:17 +0000)]
 * fixed seek flag with broadcasted data.

21 years ago * forgot to initialize a variable.
Laurent Aimar [Sun, 2 Mar 2003 17:13:33 +0000 (17:13 +0000)]
 * forgot to initialize a variable.

21 years ago * fixed a bug.
Laurent Aimar [Sun, 2 Mar 2003 17:12:21 +0000 (17:12 +0000)]
 * fixed a bug.

21 years ago* NEWS: started filling in the NEWS file for the 0.5.2 release.
Gildas Bazin [Sun, 2 Mar 2003 12:10:46 +0000 (12:10 +0000)]
* NEWS: started filling in the NEWS file for the 0.5.2 release.

21 years ago* configure.ac.in: Removed unused options.
Gildas Bazin [Sun, 2 Mar 2003 02:47:19 +0000 (02:47 +0000)]
* configure.ac.in: Removed unused options.
   We also don't link with lrt anymore when using GNU-pth (lrt depends on
   lpthread).

21 years ago* src/misc/threads.c, include/vlc_threads_funcs.h: another bunch of fixes
Gildas Bazin [Sun, 2 Mar 2003 01:35:30 +0000 (01:35 +0000)]
* src/misc/threads.c, include/vlc_threads_funcs.h: another bunch of fixes
   for the GNU-pth implementation.

21 years ago* src/misc/threads.c, include/vlc_threads_funcs.h: fixed gnu-pth thread
Gildas Bazin [Sat, 1 Mar 2003 23:26:08 +0000 (23:26 +0000)]
* src/misc/threads.c, include/vlc_threads_funcs.h: fixed gnu-pth thread
   implementation and fixed an initialization bug in libvlc.

21 years ago - about.dfm: the layout of the "About" dialog box is slightly different
Olivier Teulière [Sat, 1 Mar 2003 21:32:49 +0000 (21:32 +0000)]
 - about.dfm: the layout of the "About" dialog box is slightly different
 - misc.cpp: toolbar buttons are translated too
 - mainframe.dfm: removed the "Back" and "Eject" toolbar buttons, which
   were rather useless, and added an "Eject disc" menu entry
   Also hid the caption for all the toolbar buttons
 - win32.cpp: Added a config option to display or not these captions
 - preferences.cpp: small modification to support non-advanced mode

21 years ago* install-win32, Makefile.am: added the html faq to the win32 package.
Gildas Bazin [Sat, 1 Mar 2003 19:25:13 +0000 (19:25 +0000)]
* install-win32, Makefile.am: added the html faq to the win32 package.
* toolbox, msvc/*: few fixes to the msvc project files generation.
   (compiling plugins won't work yet because there are a few hacks that
    need to be done in order to compile dlls that use the c-runtime)

21 years ago * try a workaround for BeOS MediaKit files.
Laurent Aimar [Fri, 28 Feb 2003 17:23:35 +0000 (17:23 +0000)]
 * try a workaround for BeOS MediaKit files.

21 years agoGerman translation, courtesy of Felix K�hne <FK@aenneburghardt.de>.
Christophe Massiot [Fri, 28 Feb 2003 10:19:02 +0000 (10:19 +0000)]
German translation, courtesy of Felix K�hne <FK@aenneburghardt.de>.

21 years agoInternationalization now works for the win32 interface (thanks Gildas).
Olivier Teulière [Fri, 28 Feb 2003 04:31:24 +0000 (04:31 +0000)]
Internationalization now works for the win32 interface (thanks Gildas).
I've voluntarily disabled the translation of the toolbar buttons
strings, because it looks really awful...

21 years agoA few modifications to get closer to i18n in the win32 interface
Olivier Teulière [Thu, 27 Feb 2003 22:09:24 +0000 (22:09 +0000)]
A few modifications to get closer to i18n in the win32 interface

21 years ago* modules/demux/avi/avi.c: compilation fix.
Gildas Bazin [Thu, 27 Feb 2003 16:38:39 +0000 (16:38 +0000)]
* modules/demux/avi/avi.c: compilation fix.

21 years ago * httpd: clean up, kick up unused connection (it waits 10s), use select
Laurent Aimar [Thu, 27 Feb 2003 15:07:48 +0000 (15:07 +0000)]
 * httpd: clean up, kick up unused connection (it waits 10s), use select
to way (instead of a hard coded sleep ;)

21 years ago* ALL: i18n updates and fixes.
Gildas Bazin [Thu, 27 Feb 2003 13:19:44 +0000 (13:19 +0000)]
* ALL: i18n updates and fixes.

21 years ago* updates for the YOPY ports (thx to Sebastien Chaumat !)
Marc Ariberti [Thu, 27 Feb 2003 12:44:01 +0000 (12:44 +0000)]
* updates for the YOPY ports (thx to Sebastien Chaumat !)

21 years ago* Bumped up revision number to 0.5.2-test2
Christophe Massiot [Thu, 27 Feb 2003 08:19:02 +0000 (08:19 +0000)]
* Bumped up revision number to 0.5.2-test2
* Another attempt at fixing the "VLC is locking up OS X" problem
* Updated po files

21 years ago* compilation fixes...
Cyril Deguet [Wed, 26 Feb 2003 21:00:53 +0000 (21:00 +0000)]
* compilation fixes...

21 years ago* configure.ac.in, Makefile.am, install-win32: fixed the package-win32 make
Gildas Bazin [Wed, 26 Feb 2003 19:39:43 +0000 (19:39 +0000)]
* configure.ac.in, Makefile.am, install-win32: fixed the package-win32 make
   target, and included the locales in the installer script.
* src/libvlc.c: on win32 we look for the locales in vlc's directory.

21 years ago* Added sanity checks for PTS in the future.
Christophe Massiot [Wed, 26 Feb 2003 18:15:33 +0000 (18:15 +0000)]
* Added sanity checks for PTS in the future.

21 years ago* implementation of the 'autoplay file' button callback
Marc Ariberti [Wed, 26 Feb 2003 15:47:26 +0000 (15:47 +0000)]
* implementation of the 'autoplay file' button callback
* when clicking a link : follows the link and don't try to open it
* yopy does not always sees the '.' and '..', so workaround :
    - all the hidden files are not displayed
    - the '..' directory is each time added by hand

21 years ago* small modification for linupy :
Marc Ariberti [Wed, 26 Feb 2003 15:44:22 +0000 (15:44 +0000)]
* small modification for linupy :
    - added a pixmpa directory
    - added a set_usize (how do we maximize cleanly a gtk-window ?)
    - chdir to '.' instead of '/mnt' (should it be '~' or '/' ?)

21 years ago* src/input/input_ext-dec.c: added a few sanity checks that avoid crashing
Gildas Bazin [Wed, 26 Feb 2003 13:51:36 +0000 (13:51 +0000)]
* src/input/input_ext-dec.c: added a few sanity checks that avoid crashing
   badly when we reach the end of the stream (decoder stream).
* modules/packetizer/mpegvideo.c: fixed a bug that was causing an infinite
   loop when the end of the stream was reached.

21 years ago * ts.c: added "ts" shorcut for ts_dvbpsi.
Laurent Aimar [Wed, 26 Feb 2003 12:38:17 +0000 (12:38 +0000)]
 * ts.c: added "ts" shorcut for ts_dvbpsi.

21 years ago- link the headphone channel mixer with the math library
Boris Dorès [Wed, 26 Feb 2003 04:23:55 +0000 (04:23 +0000)]
- link the headphone channel mixer with the math library

21 years ago* modules/codec/libmpeg2.c: fixed pts handling.
Gildas Bazin [Tue, 25 Feb 2003 21:09:34 +0000 (21:09 +0000)]
* modules/codec/libmpeg2.c: fixed pts handling.

21 years ago* configure.ac.in: accidentaly changed AM_GNU_GETTEXT_VERSION to 0.11.5 in
Gildas Bazin [Tue, 25 Feb 2003 18:26:12 +0000 (18:26 +0000)]
* configure.ac.in: accidentaly changed AM_GNU_GETTEXT_VERSION to 0.11.5 in
   my last commit.
* po/Makevars: file needed by newer versions of gettext.

21 years ago * stream_output.* : added a flags variable to sout_buffer_t, allowing to
Laurent Aimar [Tue, 25 Feb 2003 17:17:43 +0000 (17:17 +0000)]
 * stream_output.* : added a flags variable to sout_buffer_t, allowing to
mark headers.
 * httpd : added a way to use stream header, and changed the way that
stream data are stored (allow better client handling).
 * http : use stream header, and add mime type detection by looking
at file extention (could be improved).
 * ogg: fixed a segfault when removing a stream, mark header.

21 years ago* configure.ac.in, modules/codec/Modules.am, modules/codec/libmpeg2.c:
Gildas Bazin [Tue, 25 Feb 2003 17:15:32 +0000 (17:15 +0000)]
* configure.ac.in, modules/codec/Modules.am, modules/codec/libmpeg2.c:
   Added a simple mpeg video decoder based on libmpeg2. It is mainly useful
   for comparing the performance against our custom decoder as it is currently
   missing some important features like the synchro stuff.

21 years ago * stream_output.c : added a sanity check.
Laurent Aimar [Mon, 24 Feb 2003 23:28:18 +0000 (23:28 +0000)]
 * stream_output.c : added a sanity check.

21 years ago * all : ogg/ogm muxer. Yet very limited as it accepts only mp3/a52 audio
Laurent Aimar [Mon, 24 Feb 2003 23:27:20 +0000 (23:27 +0000)]
 * all : ogg/ogm muxer. Yet very limited as it accepts only mp3/a52 audio
and mpeg4/divx3 video streams. (Created files seem to work only with vlc).

21 years ago * a52tofloat32.c: changed an error into warning.
Jon Lech Johansen [Mon, 24 Feb 2003 17:06:21 +0000 (17:06 +0000)]
  * a52tofloat32.c: changed an error into warning.

21 years agoupdated documentation to reflect that input_AccessReinit should be called
Sigmund Augdal Helberg [Mon, 24 Feb 2003 14:40:22 +0000 (14:40 +0000)]
updated documentation to reflect that input_AccessReinit should be called
before, and not after a random seek

21 years ago * all : fix compilation.
Laurent Aimar [Mon, 24 Feb 2003 14:14:43 +0000 (14:14 +0000)]
 * all : fix compilation.

21 years ago * stream_output.c : fixed compilation.
Laurent Aimar [Mon, 24 Feb 2003 12:34:29 +0000 (12:34 +0000)]
 * stream_output.c : fixed compilation.
 * mux/* implemented pf_mux_capacity.

21 years ago* configure.ac.in, modules/misc/httpd.c: compilation fixes for win32.
Gildas Bazin [Mon, 24 Feb 2003 11:14:16 +0000 (11:14 +0000)]
* configure.ac.in, modules/misc/httpd.c: compilation fixes for win32.

21 years ago * stream_output.h : add a private parameter to sout_instance_t only used
Laurent Aimar [Mon, 24 Feb 2003 11:00:54 +0000 (11:00 +0000)]
 * stream_output.h : add a private parameter to sout_instance_t only used
by src/stream_output.c (avoid changing every time stream_output.h...)

21 years ago * stream output: fixed name inconsistency, added a new exported
Laurent Aimar [Mon, 24 Feb 2003 10:45:55 +0000 (10:45 +0000)]
 * stream output: fixed name inconsistency, added a new exported
functions by muxer.
 * wav: fixed a warning.

21 years ago * asf: fix seek for http.
Laurent Aimar [Mon, 24 Feb 2003 09:26:26 +0000 (09:26 +0000)]
 * asf: fix seek for http.

21 years ago * wav: proper seek handling. (wav file readable over http).
Laurent Aimar [Mon, 24 Feb 2003 09:18:07 +0000 (09:18 +0000)]
 * wav: proper seek handling. (wav file readable over http).

21 years ago * enable httpd(by default) and http.
Laurent Aimar [Sun, 23 Feb 2003 22:35:34 +0000 (22:35 +0000)]
 * enable httpd(by default) and http.

21 years ago * all : declaration of http and httpd.
Laurent Aimar [Sun, 23 Feb 2003 19:07:02 +0000 (19:07 +0000)]
 * all : declaration of http and httpd.

21 years ago * modules/access_output/http : http output.
Laurent Aimar [Sun, 23 Feb 2003 19:05:22 +0000 (19:05 +0000)]
 * modules/access_output/http : http output.
 * httpd : mini http server (be carefull about security issue...)

21 years ago * all : added streaming support for crappy ms video codec into TS.
Laurent Aimar [Sun, 23 Feb 2003 18:07:30 +0000 (18:07 +0000)]
 * all : added streaming support for crappy ms video codec into TS.
 - Only vlc is able to read such TS.
 - I use stream id 0xa0 and descriptor 0xa0, I hope there aren't used.
 - DivX1/2/3, wmv1/2, h/i263 should be supported, others could be
   quickly added.
 - Please test.

21 years agoadded a demux and decoder for flac files (disabled by default). Works for
Sigmund Augdal Helberg [Sun, 23 Feb 2003 16:31:48 +0000 (16:31 +0000)]
added a demux and decoder for flac files (disabled by default). Works for
16bit per sample streams, only tested with stereo

21 years ago * ./modules/gui/macosx/aout.m: M-Audio Revolution fixes.
Jon Lech Johansen [Sun, 23 Feb 2003 05:53:53 +0000 (05:53 +0000)]
  * ./modules/gui/macosx/aout.m: M-Audio Revolution fixes.
                                 Dynamic device support.
  * ./modules/gui/macosx: Minor fixes and cosmetic changes.

21 years ago* Destroy audio-device and audio-channels when no output plug-in is
Christophe Massiot [Sun, 23 Feb 2003 01:25:26 +0000 (01:25 +0000)]
* Destroy audio-device and audio-channels when no output plug-in is
  available.

21 years ago * fix compilation.
Laurent Aimar [Sat, 22 Feb 2003 16:10:31 +0000 (16:10 +0000)]
 * fix compilation.

21 years ago Fixed seme seeking issues with http access module, fixed an error that
Sigmund Augdal Helberg [Sat, 22 Feb 2003 14:11:38 +0000 (14:11 +0000)]
 Fixed seme seeking issues with http access module, fixed an error that
caused id3v2.4 tags at the end of the file to not work. Added checks to
avoid seeking off the ends of the file. Should close #325, please confirm

21 years ago* src/audio_output/input.c: fixed buffer allocation bug that was triggered
Gildas Bazin [Fri, 21 Feb 2003 22:59:38 +0000 (22:59 +0000)]
* src/audio_output/input.c: fixed buffer allocation bug that was triggered
   when using "in place" resamplers.

21 years agoDJ's first steps in C and vlc decoders ;)
Derk-Jan Hartman [Fri, 21 Feb 2003 16:31:37 +0000 (16:31 +0000)]
DJ's first steps in C and vlc decoders ;)
* modules/audio_filter/converter/mpgatofixed32.c:
  - fixed an issue that could cause glitches when switching from one stream
    to another. the buffer wasn't entirely getting 0000 because multiple
    channels were not taken into account when doing this.
* ALL:
  - if float32 then clear the buffer with (float)0

21 years ago* previous commit seems to break some things. reverting.
Derk-Jan Hartman [Fri, 21 Feb 2003 15:16:52 +0000 (15:16 +0000)]
* previous commit seems to break some things. reverting.

21 years ago* (float) 0 the buffer if it cannot be decoded and fixed32.
Derk-Jan Hartman [Fri, 21 Feb 2003 14:17:46 +0000 (14:17 +0000)]
* (float) 0 the buffer if it cannot be decoded and fixed32.
  right Meuuh ??? ;)

21 years ago* VLC.app should show its version in the Finder now
Derk-Jan Hartman [Fri, 21 Feb 2003 03:49:51 +0000 (03:49 +0000)]
* VLC.app should show its version in the Finder now
  Meeuh, one more place that needs version string updated before a release.
  might be made automated ?

21 years ago* ignore project Builder user files and backup .nib files.
Derk-Jan Hartman [Fri, 21 Feb 2003 03:22:57 +0000 (03:22 +0000)]
* ignore project Builder user files and backup .nib files.
* vlc.app changed to VLC.app. cvsignore changed to reflect this.

21 years ago* If the "show advanced" option has been changed and you press the Apply
Derk-Jan Hartman [Fri, 21 Feb 2003 02:45:21 +0000 (02:45 +0000)]
* If the "show advanced" option has been changed and you press the Apply
  button, the preferences window is destroyed and created.

21 years ago* prefs obey the advanced option. Apply does not as of yet.
Derk-Jan Hartman [Thu, 20 Feb 2003 18:10:16 +0000 (18:10 +0000)]
* prefs obey the advanced option. Apply does not as of yet.

21 years ago* src/libvlc.h, modules/audio_output: added a global --spdif config option
Gildas Bazin [Thu, 20 Feb 2003 16:07:38 +0000 (16:07 +0000)]
* src/libvlc.h, modules/audio_output: added a global --spdif config option
   to allow using the spdif output by default if available.
* modules/misc/dummy/*: on win32 added a quiet mode that doesn't display
   a dos command box.
* modules/control/rc/rc.c: on win32 enabled the echo mode and the
   backspace key.
* modules/codec/mpeg_audio.c: fixed a sync bug.

21 years ago* include/configuration.h: added a new flag to the configuration stucture to
Sigmund Augdal Helberg [Thu, 20 Feb 2003 01:52:47 +0000 (01:52 +0000)]
* include/configuration.h: added a new flag to the configuration stucture to
indicate wether it is an "advanced" option or not. The goal with this is to
hide the user from all the strange options that very seldom needs to be
changed. added an extra argument to all the add_* macros to indicate wether
the item is advanced or not.
* src/libvlc.h: added an "show advanced options" config option default
disabled
* src/libvlc.c: the advanced options are not listed by vlc --help and
friends unless --advanced is used
* modules/gtk/preferences.c: the gtk/gnome preferences dialog don't show
advanced options unless advanced is set
all: set the advanced flag to VLC_FALSE or VLC_TRUE for all options, by
using some common sense. Please check and correct

note: All interfaces should still work like they used to, see the change in
modules/gtk/preferences.c to find out how to "hide" options.

second note: I think I've changed all the modules, but I could not test
everyone for compilation, expect some broken modules (the fix is to add ",
VLC_TRUE" as last argument to the add_* I forgot)

21 years ago* modules/audio_output/directx.c: forgot to enable channel re-ordering.
Gildas Bazin [Wed, 19 Feb 2003 22:08:39 +0000 (22:08 +0000)]
* modules/audio_output/directx.c: forgot to enable channel re-ordering.
* modules/audio_output/waveout.c: fixed a crash that happened when probing
   devices supporting S/PDIF. (Should fix 354)

21 years ago* increased accuracy of positionslider in OSX. although this will not solve
Derk-Jan Hartman [Wed, 19 Feb 2003 14:49:25 +0000 (14:49 +0000)]
* increased accuracy of positionslider in OSX. although this will not solve
  all problems this will improve results a bit (by my own experience).

21 years ago* src/libvlc.c: "stty size" won't work on win32 so make ConsoleWidth()
Gildas Bazin [Wed, 19 Feb 2003 10:02:57 +0000 (10:02 +0000)]
* src/libvlc.c: "stty size" won't work on win32 so make ConsoleWidth()
   always return 80.

21 years ago* modules/demux/mp4/*: added FOURCC_dvc (DV - NTSC), FOURCC_dvp (DV - PAL)
Gildas Bazin [Tue, 18 Feb 2003 23:34:14 +0000 (23:34 +0000)]
* modules/demux/mp4/*: added FOURCC_dvc (DV - NTSC), FOURCC_dvp (DV - PAL)
   and FOURCC_twos (PCM audio).

21 years ago * src/misc/modules.c: on Windows, we look for the plugins in vlc's root
Olivier Teulière [Tue, 18 Feb 2003 22:40:39 +0000 (22:40 +0000)]
 * src/misc/modules.c: on Windows, we look for the plugins in vlc's root
   directory when there is no 'plugins' nor 'modules' subdirectory
   (may close #306)

21 years ago* modules/codec/ffmpeg/video.c: got rid of ffmpeg_ConvertPictureI410toI420()
Gildas Bazin [Tue, 18 Feb 2003 22:33:54 +0000 (22:33 +0000)]
* modules/codec/ffmpeg/video.c: got rid of ffmpeg_ConvertPictureI410toI420()
   and use img_convert() from ffmpeg instead. Also added support for the
   PIX_FMT_YUV411P pixel format so we can now decode the DV Quicktime videos
   from media.xiph.org.

21 years ago* Only update the info window if it is visible
Derk-Jan Hartman [Tue, 18 Feb 2003 20:54:02 +0000 (20:54 +0000)]
* Only update the info window if it is visible

21 years ago* modules/demux/rawdv.c: added support for DV audio now that ffmpeg can
Gildas Bazin [Tue, 18 Feb 2003 19:42:57 +0000 (19:42 +0000)]
* modules/demux/rawdv.c: added support for DV audio now that ffmpeg can
   decode this.
* modules/codec/ffmpeg/ffmpeg.h, modules/codec/ffmpeg/ffmpeg.c: added the
   necessary fourcc for DV audio.

21 years ago * mpeg_audio.c: removed some fprintf...
Laurent Aimar [Tue, 18 Feb 2003 18:49:11 +0000 (18:49 +0000)]
 * mpeg_audio.c: removed some fprintf...

21 years ago * ipv4.c, libvlc.h: add a --ttl option to set time-to-live when
Eric Petit [Tue, 18 Feb 2003 18:33:44 +0000 (18:33 +0000)]
 * ipv4.c, libvlc.h: add a --ttl option to set time-to-live when
                     multicasting with the stream output
 * modules/control/: missing cvsignore

21 years ago * ./mozilla/*: s/VideoLAN Client/VLC/g.
Sam Hocevar [Tue, 18 Feb 2003 13:13:12 +0000 (13:13 +0000)]
  * ./mozilla/*: s/VideoLAN Client/VLC/g.

21 years ago * raah, corrected mpeg2-layer3 playback (and streaming). (that my last
Laurent Aimar [Tue, 18 Feb 2003 00:51:40 +0000 (00:51 +0000)]
 * raah, corrected mpeg2-layer3 playback (and streaming). (that my last
fix had broken :p )

21 years ago* Changed an Error message. Many people did not understand:
Derk-Jan Hartman [Tue, 18 Feb 2003 00:20:01 +0000 (00:20 +0000)]
* Changed an Error message. Many people did not understand:
  no suitable decoder module for fourcc `IV31'
  I have appended:
  VLC probably does not support this sound or video format.

21 years ago* Fixed a segfault in the Japanese preferences panel.
Christophe Massiot [Tue, 18 Feb 2003 00:17:06 +0000 (00:17 +0000)]
* Fixed a segfault in the Japanese preferences panel.

21 years ago* Fixed the localization issue on MacOSX.
Derk-Jan Hartman [Mon, 17 Feb 2003 23:47:29 +0000 (23:47 +0000)]
* Fixed the localization issue on MacOSX.

21 years agoJuglin with dependencies.
Jean-Paul Saman [Mon, 17 Feb 2003 23:10:46 +0000 (23:10 +0000)]
Juglin with dependencies.

21 years ago* modules/audio_output/directx.c: added multichannel support to the
Gildas Bazin [Mon, 17 Feb 2003 22:19:24 +0000 (22:19 +0000)]
* modules/audio_output/directx.c: added multichannel support to the
   directx plugin.
* modules/audio_output/waveout.c: fixed quad audio channels detection and
   a few misplaced debug messages.
* configure.ac.in: don't link anymore the rc plugin with the winsock lib.

21 years ago* added a SAP server, with some kludges because the SAP client in vlc
Cyril Deguet [Mon, 17 Feb 2003 22:03:42 +0000 (22:03 +0000)]
* added a SAP server, with some kludges because the SAP client in vlc
  is not RFC-compliant...

21 years ago* NEWS: added info about the new 0.5.1a release for OSX.
Derk-Jan Hartman [Mon, 17 Feb 2003 18:58:46 +0000 (18:58 +0000)]
* NEWS: added info about the new 0.5.1a release for OSX.
* extras/MacOSX/vlc.pbproj/project.pbxproj: bumped revision #

21 years agoFixed the "everything is in Japanese" bug. :p
Christophe Massiot [Mon, 17 Feb 2003 17:06:19 +0000 (17:06 +0000)]
Fixed the "everything is in Japanese" bug. :p

21 years ago* modules/control/rc/rc.c: finally fixed the rc interface under win32 by
Gildas Bazin [Mon, 17 Feb 2003 16:56:02 +0000 (16:56 +0000)]
* modules/control/rc/rc.c: finally fixed the rc interface under win32 by
   using WaitForSingleObject() on the console handle and ReadConsoleInput().
   (Closes #59)

21 years agoNow 0.5.2-cvs (estimated release date in two weeks from now).
Christophe Massiot [Mon, 17 Feb 2003 14:43:37 +0000 (14:43 +0000)]
Now 0.5.2-cvs (estimated release date in two weeks from now).