]> git.sesse.net Git - vlc/log
vlc
21 years ago * ./doc/fortunes.txt: sigmund++;
Sam Hocevar [Fri, 14 Mar 2003 17:14:16 +0000 (17:14 +0000)]
  * ./doc/fortunes.txt: sigmund++;

21 years ago * Meuuh+++;
Loïc Minier [Fri, 14 Mar 2003 17:08:37 +0000 (17:08 +0000)]
  * Meuuh+++;

21 years ago* ALL: Bumped version to 0.5.3-cvs
Derk-Jan Hartman [Fri, 14 Mar 2003 01:23:06 +0000 (01:23 +0000)]
* ALL: Bumped version to 0.5.3-cvs

* modules/gui/macosx/info.m: Now we show strings (with accents) in ID3 tags
  correctly, but now the name of the file as reported in the playlist info
  gets displayed incorrectly if it has accents. (going for ID3 at the
  moment. filenames are named a plenty in the correct way)

21 years ago * ./modules/gui/macosx/aout.m: Added mono classification. Fixed channels
Jon Lech Johansen [Fri, 14 Mar 2003 01:08:38 +0000 (01:08 +0000)]
  * ./modules/gui/macosx/aout.m: Added mono classification. Fixed channels
                                 issue in InitDevice. Should close #490.

21 years agoall: info strings are now localized, fixed some typos and inconsistant uses
Sigmund Augdal Helberg [Fri, 14 Mar 2003 00:24:08 +0000 (00:24 +0000)]
all: info strings are now localized, fixed some typos and inconsistant uses
of capital letters

21 years agoAttempt at fixing the soundstick issue (unconfirmed).
Christophe Massiot [Fri, 14 Mar 2003 00:06:02 +0000 (00:06 +0000)]
Attempt at fixing the soundstick issue (unconfirmed).

21 years agoset a default size for the fileinfo dialog
Sigmund Augdal Helberg [Thu, 13 Mar 2003 22:45:32 +0000 (22:45 +0000)]
set a default size for the fileinfo dialog

21 years agoAdded support for oldstyle id3 genres.
Sigmund Augdal Helberg [Thu, 13 Mar 2003 22:35:51 +0000 (22:35 +0000)]
Added support for oldstyle id3 genres.

21 years ago* modules/gui/macosx/misc.?
Derk-Jan Hartman [Thu, 13 Mar 2003 22:24:17 +0000 (22:24 +0000)]
* modules/gui/macosx/misc.?
  - added VLBrushedMetalImageView. This imageview does not respond to
    mousedrage, so we can still move our window by it's background.
* extras/MacOSX/Resources/English.lproj/MainMenu.nib/*
  - Changed the container of our background image to the new
    VLBrushedMetalImageView.
    This fixes #390

21 years ago * skeleton of the arm crosscompilation howto
Marc Ariberti [Thu, 13 Mar 2003 16:20:16 +0000 (16:20 +0000)]
 * skeleton of the arm crosscompilation howto

21 years ago* extras/MacOSX/vlc.pbproj/project.pbxproj:
Derk-Jan Hartman [Thu, 13 Mar 2003 16:09:21 +0000 (16:09 +0000)]
* extras/MacOSX/vlc.pbproj/project.pbxproj:
  - added .qt and .pls file extensions.

* modules/gui/macosx/intf.m:
  - increased the number of lines the messages dialog can hold to 400.

* added fourcc '3iv1' to .avi and .mov
  - this is 3ivx D3.5 video.
  - we cannot read them at however and probably never will. I added them
    for completeness.

* added fourcc '3iv2' to .avi and ffmpeg
  - this is 3ivx D4 video
  - it is mpeg 4 compliant and ffmpeg decodes it, via MPEG4.

* added fourcc '3ivd' to .avi, .mov and ffmpeg.
  - this is video which was divx doctored by the 3ivx doctor program.
  - it is normal DIV3 video and ffmpeg decodes it via MPEG4 v3.

* added fourcc '3vid' to .avi, .mov and ffmpeg.
  - this is incorrect encoded DIV3. it is an endianness issue by the encoder.
  - ffmpeg can decode it however, so it is mapped to MPEG4 v3.

21 years ago * all: enhancements of the familiar interface includes :
Marc Ariberti [Thu, 13 Mar 2003 15:50:17 +0000 (15:50 +0000)]
 * all: enhancements of the familiar interface includes :
    - the interface adapts to the screen size/rotation
    - a playlist
    - a network tab next to te file tab inside the media tab
    - MRL-Combo behaviour changed a bit
    - apply handling in preferences

21 years agoWe don't segfault anymore when trying to go fullscreen with no input
Olivier Teulière [Thu, 13 Mar 2003 10:33:29 +0000 (10:33 +0000)]
We don't segfault anymore when trying to go fullscreen with no input
(closes #477)

21 years ago * all: added s16tofixed32 filter, so that we decode flac with iPaq !
Marc Ariberti [Wed, 12 Mar 2003 23:59:19 +0000 (23:59 +0000)]
 * all: added s16tofixed32 filter, so that we decode flac with iPaq !

21 years ago * configure.ac.in: compile fix for BeOS/BONE (s/LDFALGS/LDFLAGS/...)
Eric Petit [Wed, 12 Mar 2003 23:15:03 +0000 (23:15 +0000)]
 * configure.ac.in: compile fix for BeOS/BONE (s/LDFALGS/LDFLAGS/...)
 * beos_specific.cpp, modules/gui/beos/*: add VLC version number in the
   "About" window and in the titles of the others windows.

21 years ago * ./src/stream_output/stream_output.c: Win32 compilation fix.
Sam Hocevar [Wed, 12 Mar 2003 05:26:46 +0000 (05:26 +0000)]
  * ./src/stream_output/stream_output.c: Win32 compilation fix.
  * ./src/misc/modules.c: fixed a pointer indirection bug.

21 years ago * ./Makefile.am: moved generation of .h files to the toolbox so that we
Sam Hocevar [Wed, 12 Mar 2003 05:12:05 +0000 (05:12 +0000)]
  * ./Makefile.am: moved generation of .h files to the toolbox so that we
    can call "toolbox --update-includes" without running configure.
  * ./toolbox: de-uglified some shell code.

21 years ago * ./bootstrap: fixed a conflict issue with recent autopoint versions.
Sam Hocevar [Wed, 12 Mar 2003 04:16:02 +0000 (04:16 +0000)]
  * ./bootstrap: fixed a conflict issue with recent autopoint versions.
  * ./toolbox: the MSVC project file generation no longer depends on Makefile.

21 years ago * ./configure.ac.in: we look for libqt-mt.so before libqt.so.
Sam Hocevar [Wed, 12 Mar 2003 00:56:16 +0000 (00:56 +0000)]
  * ./configure.ac.in: we look for libqt-mt.so before libqt.so.

21 years ago* ALL: experimental code for stream (dvd) navigation through object variables.
Gildas Bazin [Tue, 11 Mar 2003 23:56:54 +0000 (23:56 +0000)]
* ALL: experimental code for stream (dvd) navigation through object variables.

21 years ago * fix ima4 decoding.
Laurent Aimar [Tue, 11 Mar 2003 23:56:40 +0000 (23:56 +0000)]
 * fix ima4 decoding.

21 years ago * ./debian/control: added libqt3-compat-headers build-dependency because of
Sam Hocevar [Tue, 11 Mar 2003 22:44:48 +0000 (22:44 +0000)]
  * ./debian/control: added libqt3-compat-headers build-dependency because of
    strange issues with KDE headers that I'm not sure to fully understand but
    also honestly completely don't care about.

21 years ago * removed strdupa.
Laurent Aimar [Tue, 11 Mar 2003 21:52:05 +0000 (21:52 +0000)]
 * removed strdupa.

21 years ago * ./configure.ac.in: quick and dirty workaround for qt3 headers location.
Sam Hocevar [Tue, 11 Mar 2003 21:23:42 +0000 (21:23 +0000)]
  * ./configure.ac.in: quick and dirty workaround for qt3 headers location.

21 years ago * ./src/stream_output/stream_output.c: fixed a minor format string issue.
Sam Hocevar [Tue, 11 Mar 2003 20:53:28 +0000 (20:53 +0000)]
  * ./src/stream_output/stream_output.c: fixed a minor format string issue.

21 years ago * ./debian/control: we build-depend on libqt3-mt-dev instead of libqt3-dev.
Sam Hocevar [Tue, 11 Mar 2003 20:40:50 +0000 (20:40 +0000)]
  * ./debian/control: we build-depend on libqt3-mt-dev instead of libqt3-dev.

21 years ago * Added support of vplayer subtitles files.
Laurent Aimar [Tue, 11 Mar 2003 20:01:23 +0000 (20:01 +0000)]
 * Added support of vplayer subtitles files.

21 years ago * ./debian/Makefile.am: removed spurious entries.
Sam Hocevar [Tue, 11 Mar 2003 19:58:35 +0000 (19:58 +0000)]
  * ./debian/Makefile.am: removed spurious entries.

21 years ago * ./debian/control: vlc provides the mp3-decoder metapackage.
Sam Hocevar [Tue, 11 Mar 2003 19:57:29 +0000 (19:57 +0000)]
  * ./debian/control: vlc provides the mp3-decoder metapackage.

21 years ago * ./debian/*: additional Debian butchery; merged vlc-plugin-aa and
Sam Hocevar [Tue, 11 Mar 2003 19:30:04 +0000 (19:30 +0000)]
  * ./debian/*: additional Debian butchery; merged vlc-plugin-aa and
    vlc-plugin-lirc into vlc, and removed vlc-mad, vlc-arts, vlc-lirc and
    vlc-aa legacy packages because they were not in woody.
  * ./debian/control: tuned the control file to provide smooth upgrades from
    woody, from sarge, and from the local VideoLAN repository.

21 years ago * ./debian/*: removed the vlc-plugin-dvb, vlc-plugin-xosd and vlc-plugin-dv
Sam Hocevar [Tue, 11 Mar 2003 19:14:09 +0000 (19:14 +0000)]
  * ./debian/*: removed the vlc-plugin-dvb, vlc-plugin-xosd and vlc-plugin-dv
    packages (because the dependencies are very small), and the vlc-plugin-mad,
    vlc-plugin-a52 and vlc-plugin-ogg packages (because vlc depends on them
    anyway).
  * ./debian/*: changed vlc-plugin-svgalib to x86-only.

21 years ago * all: reworked stream output. Now it handles mutliples outputs from
Laurent Aimar [Tue, 11 Mar 2003 19:02:31 +0000 (19:02 +0000)]
 * all: reworked stream output. Now it handles mutliples outputs from
one input, just type --sout "<first url>#<second url>#..." (Yes it
is awfull, but I need suggestion).
   udp: correctly update sequence number in rtp.

21 years ago * mp4: I have reworked a lot the demuxer. Now it should handle gracefully
Laurent Aimar [Tue, 11 Mar 2003 18:57:51 +0000 (18:57 +0000)]
 * mp4: I have reworked a lot the demuxer. Now it should handle gracefully
the audio part of mov file. I'm really interested by any regression you
could find, please _test_ all .mp4/.mov file you have.

21 years ago * ./debian/control: added the FLAC decoder to the Debian package (sid-only,
Sam Hocevar [Tue, 11 Mar 2003 18:57:30 +0000 (18:57 +0000)]
  * ./debian/control: added the FLAC decoder to the Debian package (sid-only,
    because the API changed too much since the version in woody).

21 years agoAdded missing files.
Alexis de Lattre [Tue, 11 Mar 2003 18:54:47 +0000 (18:54 +0000)]
Added missing files.

21 years ago* Makefile.am: Fixed problem with the package-win32 target.
Gildas Bazin [Tue, 11 Mar 2003 18:16:10 +0000 (18:16 +0000)]
* Makefile.am: Fixed problem with the package-win32 target.

21 years ago * mms: converted a warning into a dbg message.
Laurent Aimar [Tue, 11 Mar 2003 18:14:27 +0000 (18:14 +0000)]
 * mms: converted a warning into a dbg message.

21 years ago * Clean up. (Sigmund, does it work ?).
Laurent Aimar [Tue, 11 Mar 2003 17:40:40 +0000 (17:40 +0000)]
 * Clean up. (Sigmund, does it work ?).

21 years ago modules/misc/network/ipv4.c: BeOS compile fix
Eric Petit [Tue, 11 Mar 2003 13:52:25 +0000 (13:52 +0000)]
 modules/misc/network/ipv4.c: BeOS compile fix

21 years agoAdded sout.* and subtitles.*
Alexis de Lattre [Tue, 11 Mar 2003 13:12:42 +0000 (13:12 +0000)]
Added sout.* and subtitles.*

21 years ago * au.c : added au demuxer. Only ulaw/alaw/raw pcm data are supported.
Laurent Aimar [Tue, 11 Mar 2003 07:03:16 +0000 (07:03 +0000)]
 * au.c : added au demuxer. Only ulaw/alaw/raw pcm data are supported.
( I need some samples to do special adpcm support).

21 years ago * adpcm: added IMA4 support.
Laurent Aimar [Tue, 11 Mar 2003 06:58:49 +0000 (06:58 +0000)]
 * adpcm: added IMA4 support.

21 years ago * ffmpeg.h: added missing fourcc.
Laurent Aimar [Tue, 11 Mar 2003 06:58:06 +0000 (06:58 +0000)]
 * ffmpeg.h: added missing fourcc.
 * araw.c: fixed a warning.

21 years ago * wav: Support for alaw/ulaw data. (untested)
Laurent Aimar [Tue, 11 Mar 2003 06:45:59 +0000 (06:45 +0000)]
 * wav: Support for alaw/ulaw data. (untested)

21 years ago * Hugly hack: break huge block of samples into smaller ones else
Laurent Aimar [Tue, 11 Mar 2003 06:14:16 +0000 (06:14 +0000)]
 * Hugly hack: break huge block of samples into smaller ones else
some avi/mov file with raw audio can't be played, *BUT* it's not the
good fix (as the problem seems to be elsewhere).

21 years ago * ffmpeg support mace 3/6 audio codec. (quicktime)
Laurent Aimar [Tue, 11 Mar 2003 05:52:37 +0000 (05:52 +0000)]
 * ffmpeg support mace 3/6 audio codec. (quicktime)

21 years agoReverted my previous commit (the bug was coming from my old gettext version)
Alexis de Lattre [Mon, 10 Mar 2003 21:24:11 +0000 (21:24 +0000)]
Reverted my previous commit (the bug was coming from my old gettext version)

21 years agoFix so that compilation works with a tarball made with "make dist-all".
Alexis de Lattre [Mon, 10 Mar 2003 21:01:26 +0000 (21:01 +0000)]
Fix so that compilation works with a tarball made with "make dist-all".

Sam, can you check that my fix is OK ?

21 years agovlc.spec: Bumped up version number to 0.5.2
Alexis de Lattre [Mon, 10 Mar 2003 20:08:00 +0000 (20:08 +0000)]
vlc.spec: Bumped up version number to 0.5.2

21 years ago* ChangeLog: updated the changelog for the 0.5.2 release.
Gildas Bazin [Mon, 10 Mar 2003 19:37:53 +0000 (19:37 +0000)]
* ChangeLog: updated the changelog for the 0.5.2 release.

21 years ago * ./toolbox: added --update-changelog flag.
Sam Hocevar [Mon, 10 Mar 2003 19:30:35 +0000 (19:30 +0000)]
  * ./toolbox: added --update-changelog flag.

21 years ago* src/video_output/vout_pictures.c: declaration of FOURCC_RV24, courtesy of Olivier...
Gildas Bazin [Mon, 10 Mar 2003 18:26:33 +0000 (18:26 +0000)]
* src/video_output/vout_pictures.c: declaration of FOURCC_RV24, courtesy of Olivier Aubert.

21 years ago* modules/gui/gtk/gnome.c, modules/gui/gtk/gtk.c: small change to the slider behaviour.
Gildas Bazin [Mon, 10 Mar 2003 18:17:19 +0000 (18:17 +0000)]
* modules/gui/gtk/gnome.c, modules/gui/gtk/gtk.c: small change to the slider behaviour.

21 years ago * ./configure.ac.in: moved an extra -lws2_32 to a win32 specific case.
Sam Hocevar [Mon, 10 Mar 2003 17:12:08 +0000 (17:12 +0000)]
  * ./configure.ac.in: moved an extra -lws2_32 to a win32 specific case.

21 years agoFixed a major bug with 5.1 output and the OSS plug-in.
Christophe Massiot [Mon, 10 Mar 2003 10:41:22 +0000 (10:41 +0000)]
Fixed a major bug with 5.1 output and the OSS plug-in.

21 years ago * ./modules/codec/dts.c: minor fix.
Jon Lech Johansen [Mon, 10 Mar 2003 08:23:45 +0000 (08:23 +0000)]
  * ./modules/codec/dts.c: minor fix.

21 years ago * improved seeking and fixed play back when reading from stdin (when
Laurent Aimar [Mon, 10 Mar 2003 01:07:09 +0000 (01:07 +0000)]
 * improved seeking and fixed play back when reading from stdin (when
reported size is null).

21 years ago* modules/access/vcd/cdrom.c: small win32 bugfix.
Gildas Bazin [Mon, 10 Mar 2003 00:12:53 +0000 (00:12 +0000)]
* modules/access/vcd/cdrom.c: small win32 bugfix.
* configure.ac.in: on win32 we link ws2_32 with the slp plugin.

21 years ago* Bumped up version number to 0.5.2
Christophe Massiot [Mon, 10 Mar 2003 00:04:14 +0000 (00:04 +0000)]
* Bumped up version number to 0.5.2
* Fix for the "lock-up" problem under MacOS X. Removed the rt-priority
  configuration variable.

21 years ago * ./modules/demux/mpeg: DTS support.
Jon Lech Johansen [Sun, 9 Mar 2003 23:39:05 +0000 (23:39 +0000)]
  * ./modules/demux/mpeg: DTS support.

21 years ago * DTS S/PDIF support.
Jon Lech Johansen [Sun, 9 Mar 2003 20:07:47 +0000 (20:07 +0000)]
  * DTS S/PDIF support.

21 years ago* configure.ac.in: fixed my previous commit.
Gildas Bazin [Sun, 9 Mar 2003 19:44:16 +0000 (19:44 +0000)]
* configure.ac.in: fixed my previous commit.
* NEWS: added an entry about fixes in the dvd menu support.

21 years ago* configure.ac.in: don't include the screensaver plugin on win32.
Gildas Bazin [Sun, 9 Mar 2003 19:25:09 +0000 (19:25 +0000)]
* configure.ac.in: don't include the screensaver plugin on win32.
* src/misc/variables.c: fixed a bug in var_Change() and in var_DelCallback().
* modules/codec/spudec/parse.c: removed unnessecary code.
* modules/access/dvdplay/access.c: fixed some navigation problems.

21 years ago * fixed a really stupid bug with compressed header, improved parsing
Laurent Aimar [Sun, 9 Mar 2003 16:22:35 +0000 (16:22 +0000)]
 * fixed a really stupid bug with compressed header, improved parsing
of audio stsd box. (handle qt3+ audio box)
 (I still need to fix mp4.c to read audio track that aren't mp4a)

21 years agoadded a down, right gesture to quit vlc and an up, right gesture that swaps
Sigmund Augdal Helberg [Sat, 8 Mar 2003 01:55:28 +0000 (01:55 +0000)]
added a down, right gesture to quit vlc and an up, right gesture that swaps
fullscreen on/off, removed the down gesture as it is now covered by the up,
right gesture

21 years ago* modules/gui/gtk/gnome.c, modules/gui/gtk/gtk.c: clean up the gtk/gnome
Gildas Bazin [Fri, 7 Mar 2003 00:53:09 +0000 (00:53 +0000)]
* modules/gui/gtk/gnome.c, modules/gui/gtk/gtk.c: clean up the gtk/gnome
messages window regularly.

21 years agoNEWS: added note about .pls handeling and the http audio fix
Sigmund Augdal Helberg [Thu, 6 Mar 2003 23:52:31 +0000 (23:52 +0000)]
NEWS: added note about .pls handeling and the http audio fix

21 years ago* src/audio_output/dec.c, include/aout_internal.h: the aout core was
Gildas Bazin [Thu, 6 Mar 2003 23:10:11 +0000 (23:10 +0000)]
* src/audio_output/dec.c, include/aout_internal.h: the aout core was
automatically discarding audio samples that were above AOUT_MAX_ADVANCE_TIME
in the future. Problem is that p_input->i_pts_delay isn't a fixed value. We
now fetch this value from the input thread when we create an aout_instance_t.
This solves problems with the http access plugin.

21 years ago* Updated README on Mac OS X issues.
Derk-Jan Hartman [Thu, 6 Mar 2003 22:17:11 +0000 (22:17 +0000)]
* Updated README on Mac OS X issues.

21 years agothe m3u demux now reads the pls files shoutcast uses.
Sigmund Augdal Helberg [Thu, 6 Mar 2003 15:30:42 +0000 (15:30 +0000)]
the m3u demux now reads the pls files shoutcast uses.

21 years ago* the close window command was reacting irratic because of my meddling
Derk-Jan Hartman [Thu, 6 Mar 2003 15:24:12 +0000 (15:24 +0000)]
* the close window command was reacting irratic because of my meddling
  with the responder chain. HANDS OFF you little devil ;)

21 years ago* not < but > ;)
Derk-Jan Hartman [Thu, 6 Mar 2003 14:40:43 +0000 (14:40 +0000)]
* not < but > ;)
  time to stop for today

21 years ago* fixed an issue with blackbars at certain aspect ratios when you resize
Derk-Jan Hartman [Thu, 6 Mar 2003 12:52:32 +0000 (12:52 +0000)]
* fixed an issue with blackbars at certain aspect ratios when you resize
  the video window. (half, double)

21 years agoALL: fixed: http://bugzilla.videolan.org/cgi-bin/bugzilla/show_bug.cgi?id=425
Derk-Jan Hartman [Thu, 6 Mar 2003 12:05:05 +0000 (12:05 +0000)]
ALL: fixed: http://bugzilla.videolan.org/cgi-bin/bugzilla/show_bug.cgi?id=425
     having two close buttons in one window goes against Apple's UIG.

21 years ago* modules/gui/macosx/applescript.?
Derk-Jan Hartman [Thu, 6 Mar 2003 11:43:07 +0000 (11:43 +0000)]
* modules/gui/macosx/applescript.?
* extras/MacOSX/Resources/vlc.scriptSuite
* extras/MacOSX/Resources/English.lproj/vlc.scriptTerminology
  - moved existing applescript commands to these files
  - added several control commands. supported are: play/pause, stop,
    previous, next, fullscreen, mute, volumeUp and volumeDown.
    These correspond to the existing menuitems. This still requires work
    in the future to make it more correct AppleScript, but it works for now.

* modules/gui/macosx/controls.?
  - split up the controls.m into a .m and a .h

* modules/gui/macosx/intf.?
  - added a getControls method to gain access to the controller object from
    the AppleScript commands.

* modules/gui/macosx/open.?
  - removed the applescript support existing here and moved it to applescript.?

* modules/gui/macosx/playlist.m
  - made the tooltips for the add and remove buttons localizable.

* modules/gui/macosx/vout.m
  - added a comment on the meaning of otherMouse events.

* ALL:
  - updated copyright information to include the current year ;)

21 years ago * http: lalala, forgot one line :)
Laurent Aimar [Thu, 6 Mar 2003 11:15:55 +0000 (11:15 +0000)]
 * http: lalala, forgot one line :)

21 years ago * http: fixed a segfault while using it more than once.
Laurent Aimar [Thu, 6 Mar 2003 11:09:56 +0000 (11:09 +0000)]
 * http: fixed a segfault while using it more than once.

21 years ago* If labels are nil, then it shouldn't disable the entire preference panel.
Derk-Jan Hartman [Thu, 6 Mar 2003 10:15:37 +0000 (10:15 +0000)]
* If labels are nil, then it shouldn't disable the entire preference panel.
  fixes #428 more permenantly. the cause was a missing rt-priority desc.

21 years agoMore sizing stuff.
Jean-Paul Saman [Thu, 6 Mar 2003 10:11:33 +0000 (10:11 +0000)]
More sizing stuff.

21 years agoFixed a segfault in the OS X preferences panel.
Christophe Massiot [Thu, 6 Mar 2003 09:58:00 +0000 (09:58 +0000)]
Fixed a segfault in the OS X preferences panel.

21 years agoUpdated version number.
Jean-Paul Saman [Thu, 6 Mar 2003 09:27:13 +0000 (09:27 +0000)]
Updated version number.

21 years agowe now insert playlist entries right after the playlist file, and not at the
Sigmund Augdal Helberg [Thu, 6 Mar 2003 00:10:33 +0000 (00:10 +0000)]
we now insert playlist entries right after the playlist file, and not at the
end of playlist. Should close bug reported on mailing list by Stepan Roh
about "redirection".

21 years ago* modules/audio_filter/resampler/bandlimited.c: another bug-fix ( should be the last...
Gildas Bazin [Wed, 5 Mar 2003 22:37:05 +0000 (22:37 +0000)]
* modules/audio_filter/resampler/bandlimited.c: another bug-fix ( should be the last one ;)
* install-win32: the FAQ wasn't being included in the package.

21 years ago* Makefile.am: make package-win32 creates FAQ.htm not faq.htm.
Gildas Bazin [Wed, 5 Mar 2003 19:58:47 +0000 (19:58 +0000)]
* Makefile.am: make package-win32 creates FAQ.htm not faq.htm.

21 years ago* modules/audio_filter/resampler/bandlimited.c: added a few more sanity checks.
Gildas Bazin [Wed, 5 Mar 2003 19:31:32 +0000 (19:31 +0000)]
* modules/audio_filter/resampler/bandlimited.c: added a few more sanity checks.

21 years ago* updated italian translation by Bruno <allevb@tin.it>
Derk-Jan Hartman [Wed, 5 Mar 2003 19:16:42 +0000 (19:16 +0000)]
* updated italian translation by Bruno <allevb@tin.it>
  i had to merge it by hand, because it was pretty outdated.

21 years ago* src/input/input_ext-plugins.c: added an msleep() call in case we fail to
Gildas Bazin [Wed, 5 Mar 2003 17:55:13 +0000 (17:55 +0000)]
* src/input/input_ext-plugins.c: added an msleep() call in case we fail to
   allocate a new buffer in input_FillBuffer(). This is necessary because
   the input thread has an high priority and we don't want it to loop
   without any interruption.

21 years ago* Fixed LDFLAGS_mp4 variable.
Christophe Massiot [Wed, 5 Mar 2003 00:11:18 +0000 (00:11 +0000)]
* Fixed LDFLAGS_mp4 variable.

21 years agoadded not that gestures are now supported on osx and windows, with a comment
Sigmund Augdal Helberg [Wed, 5 Mar 2003 00:05:23 +0000 (00:05 +0000)]
added not that gestures are now supported on osx and windows, with a comment
telling that this isn't really useful yet.

21 years agoBumped up to 0.5.2-test3
Christophe Massiot [Tue, 4 Mar 2003 23:37:19 +0000 (23:37 +0000)]
Bumped up to 0.5.2-test3

21 years ago* Made rt-priority a real-time variable (shut-up sam) and misc attempts
Christophe Massiot [Tue, 4 Mar 2003 23:36:57 +0000 (23:36 +0000)]
* Made rt-priority a real-time variable (shut-up sam) and misc attempts
  to improve responsiveness under OS X

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.