]> git.sesse.net Git - vlc/log
vlc
20 years ago * Renamed all tags (eg. v0_2_83 -> 0.2.83). 0.7.1
Sam Hocevar [Sat, 6 Mar 2004 17:59:16 +0000 (17:59 +0000)]
  * Renamed all tags (eg. v0_2_83 -> 0.2.83).

20 years agoThis commit was manufactured by cvs2svn to create tag 'v0_7_1'.
Unknown [Fri, 5 Mar 2004 15:18:47 +0000 (15:18 +0000)]
This commit was manufactured by cvs2svn to create tag 'v0_7_1'.

20 years ago* ChangeLog: updated for 0.7.1.
Gildas Bazin [Mon, 1 Mar 2004 21:23:09 +0000 (21:23 +0000)]
* ChangeLog: updated for 0.7.1.

20 years ago* modules/gui/skins2/Modules.am: oops, 1 file too much.
Gildas Bazin [Mon, 1 Mar 2004 20:36:24 +0000 (20:36 +0000)]
* modules/gui/skins2/Modules.am: oops, 1 file too much.

20 years ago* po/*: ./toolbox --update-po in preparation for the release.
Gildas Bazin [Mon, 1 Mar 2004 20:04:55 +0000 (20:04 +0000)]
* po/*: ./toolbox --update-po in preparation for the release.

20 years ago* modules/gui/skins2/src/skin_main.cpp: default skin is skins2/default/theme.xml.
Gildas Bazin [Mon, 1 Mar 2004 19:58:16 +0000 (19:58 +0000)]
* modules/gui/skins2/src/skin_main.cpp: default skin is skins2/default/theme.xml.

20 years ago* modules/gui/skins2/Modules.am: include the default skins2 theme in the "make dist...
Gildas Bazin [Mon, 1 Mar 2004 19:41:42 +0000 (19:41 +0000)]
* modules/gui/skins2/Modules.am: include the default skins2 theme in the "make dist" rule.
* install-win32, Makefile.am: include the default skins2 theme in the win32 package.

20 years ago* all: changed dtd version to 1.99 before the final dtd freeze
Cyril Deguet [Mon, 1 Mar 2004 19:36:43 +0000 (19:36 +0000)]
* all: changed dtd version to 1.99 before the final dtd freeze

20 years ago* parser/builder.cpp, parser/skin_parser.cpp: unique IDs are generated
Cyril Deguet [Mon, 1 Mar 2004 18:33:31 +0000 (18:33 +0000)]
* parser/builder.cpp, parser/skin_parser.cpp: unique IDs are generated
 in the xml parser instead of the builder: fixes nasty bugs related
 to layout IDs
* theme/skin.dtd: "id" attribute is no longer required for window

20 years ago* modules/gui/wxwindows/*: make sure we re-use the streaming wizard so the user selec...
Gildas Bazin [Mon, 1 Mar 2004 18:31:13 +0000 (18:31 +0000)]
* modules/gui/wxwindows/*: make sure we re-use the streaming wizard so the user selection doesn't get lost each time it is opened.

20 years ago* modules/demux/mkv.cpp: fixed copy&paste bug.
Gildas Bazin [Mon, 1 Mar 2004 17:36:26 +0000 (17:36 +0000)]
* modules/demux/mkv.cpp: fixed copy&paste bug.

20 years ago* include/vlc_threads.h:
Gildas Bazin [Mon, 1 Mar 2004 12:50:39 +0000 (12:50 +0000)]
* include/vlc_threads.h:
   + lower a bit the input thread priority on win32 (using THREAD_PRIORITY_ABOVE_NORMAL now).
* modules/access/file.c:
   + s/config_GetInt()/var_Get() for file-caching.
* modules/access_output/udp.c:
   + less verbose debug messages.
   + increase thread priority on win32.

20 years ago* Added two files in Modules.am
Christophe Massiot [Mon, 1 Mar 2004 11:55:25 +0000 (11:55 +0000)]
* Added two files in Modules.am

20 years agoShit, forgot to :wq before committing :) sorry guys
Carlo Calabrò [Sun, 29 Feb 2004 23:08:42 +0000 (23:08 +0000)]
Shit, forgot to :wq before committing :) sorry guys

20 years agoUpdated PDA interface.
Jean-Paul Saman [Sun, 29 Feb 2004 22:59:59 +0000 (22:59 +0000)]
Updated PDA interface.

20 years agoMinor changes to the italian translation (thanks to Paolo Caravello)
Carlo Calabrò [Sun, 29 Feb 2004 22:56:23 +0000 (22:56 +0000)]
Minor changes to the italian translation (thanks to Paolo Caravello)

Actually, we still got some (huge) untranslated strings in libvlc.h,
I'll care about them after the release.

20 years agoUpdated version strings to 0.7.1 for upcoming release.
Jean-Paul Saman [Sun, 29 Feb 2004 21:10:00 +0000 (21:10 +0000)]
Updated version strings to 0.7.1 for upcoming release.

20 years agoUpdated Dutch translation.
Jean-Paul Saman [Sun, 29 Feb 2004 21:09:29 +0000 (21:09 +0000)]
Updated Dutch translation.

20 years ago* configure.ac: fixed --with-dts-tree.
Gildas Bazin [Sun, 29 Feb 2004 19:28:10 +0000 (19:28 +0000)]
* configure.ac: fixed --with-dts-tree.

20 years ago* NEWS: updated.
Gildas Bazin [Sun, 29 Feb 2004 19:12:00 +0000 (19:12 +0000)]
* NEWS: updated.

20 years ago* modules/demux/rawdv.c: DV audio support was removed from libavcodec so reimplemente...
Gildas Bazin [Sun, 29 Feb 2004 19:01:22 +0000 (19:01 +0000)]
* modules/demux/rawdv.c: DV audio support was removed from libavcodec so reimplemented it here.

20 years ago* src/skin_main.cpp: do not delete the input a second time !
Cyril Deguet [Sun, 29 Feb 2004 17:36:55 +0000 (17:36 +0000)]
* src/skin_main.cpp: do not delete the input a second time !

20 years ago* controls/*, src/generic_window.cpp, src/generic_layout.cpp: a visibiliy
Cyril Deguet [Sun, 29 Feb 2004 16:49:55 +0000 (16:49 +0000)]
* controls/*, src/generic_window.cpp, src/generic_layout.cpp: a visibiliy
variable is now owned by CtrlGeneric, and handled directly by the layout
and the window (at the moment only the slider control uses it)
* theme/skin.dtd, parser/builder.cpp, parser, skin_parser.cpp: added
the "color" attribute for control text

20 years ago* INSTALL.win32: updated win32 build instructions.
Gildas Bazin [Sun, 29 Feb 2004 14:35:10 +0000 (14:35 +0000)]
* INSTALL.win32: updated win32 build instructions.

20 years agoSanity check
Clément Stenac [Sun, 29 Feb 2004 14:05:45 +0000 (14:05 +0000)]
Sanity check

20 years ago* src/skin_main.cpp: fixed a bug related to the destruction order ;)
Cyril Deguet [Sun, 29 Feb 2004 14:05:14 +0000 (14:05 +0000)]
* src/skin_main.cpp: fixed a bug related to the destruction order ;)

20 years agoFixed breakage which has been introduced in the last commit
Felix Paul Kühne [Sun, 29 Feb 2004 13:55:04 +0000 (13:55 +0000)]
Fixed breakage which has been introduced in the last commit

20 years agospelling fixes
Felix Paul Kühne [Sun, 29 Feb 2004 13:49:02 +0000 (13:49 +0000)]
spelling fixes

20 years ago* ipkg/Makefile.am: don't try to package files which have been removed.
Gildas Bazin [Sun, 29 Feb 2004 13:33:47 +0000 (13:33 +0000)]
* ipkg/Makefile.am: don't try to package files which have been removed.

20 years ago* src/misc/variables.c: fixed memleak.
Gildas Bazin [Sun, 29 Feb 2004 13:08:56 +0000 (13:08 +0000)]
* src/misc/variables.c: fixed memleak.
* include/vlc_common.h: use pragma to disable useless MSVC warnings.

20 years ago* ALL: bumped revision number to 0.7.1
Gildas Bazin [Sun, 29 Feb 2004 13:05:22 +0000 (13:05 +0000)]
* ALL: bumped revision number to 0.7.1
* modules/audio_filter/converter/dtstofloat32.c: update for libdts-0.0.2

20 years ago* src/packages.mak: updated for libdts-0.0.2
Gildas Bazin [Sun, 29 Feb 2004 13:03:19 +0000 (13:03 +0000)]
* src/packages.mak: updated for libdts-0.0.2

20 years agoSearch on the author field too
Clément Stenac [Sat, 28 Feb 2004 19:40:06 +0000 (19:40 +0000)]
Search on the author field too

20 years agoFix loop on end of search
Clément Stenac [Sat, 28 Feb 2004 19:31:54 +0000 (19:31 +0000)]
Fix loop on end of search

20 years ago* modules/gui/wxwindows/streamout.cpp: added mp4a to the list of audio transcoders.
Gildas Bazin [Sat, 28 Feb 2004 19:30:04 +0000 (19:30 +0000)]
* modules/gui/wxwindows/streamout.cpp: added mp4a to the list of audio transcoders.

20 years ago* src/playlist/*: portability fixes, moved playlist_AddOption() to item-ext.c.
Gildas Bazin [Sat, 28 Feb 2004 17:10:23 +0000 (17:10 +0000)]
* src/playlist/*: portability fixes, moved playlist_AddOption() to item-ext.c.

20 years ago macosx/vout* : don't forget to exit fullscreen mode at EOF,
Eric Petit [Sat, 28 Feb 2004 13:53:35 +0000 (13:53 +0000)]
 macosx/vout* : don't forget to exit fullscreen mode at EOF,
                fixed a segfault

20 years agoUpdated german translation
Felix Paul Kühne [Fri, 27 Feb 2004 22:33:38 +0000 (22:33 +0000)]
Updated german translation

20 years ago* src/skin_main.cpp: fixed bug related to the destruction order.
Gildas Bazin [Fri, 27 Feb 2004 15:07:04 +0000 (15:07 +0000)]
* src/skin_main.cpp: fixed bug related to the destruction order.
* parser/xmlparser.hpp: removed useless change.

20 years ago * avi.c: uses rv15 for 15 and 16 bits file. (I don't know if it's ok).
Laurent Aimar [Fri, 27 Feb 2004 14:22:18 +0000 (14:22 +0000)]
 * avi.c: uses rv15 for 15 and 16 bits file. (I don't know if it's ok).

20 years ago * avi.c: added support for rgb 32 (24 won't work under linux as the vout
Laurent Aimar [Fri, 27 Feb 2004 14:05:55 +0000 (14:05 +0000)]
 * avi.c: added support for rgb 32 (24 won't work under linux as the vout
 handle 24 and 32 the same way :(

20 years ago * rawvideo.c, ffmpeg/chroma.c: added YVU9.
Laurent Aimar [Fri, 27 Feb 2004 14:02:05 +0000 (14:02 +0000)]
 * rawvideo.c, ffmpeg/chroma.c: added YVU9.

20 years ago * vout_pictures.*: added YVU9.
Laurent Aimar [Fri, 27 Feb 2004 14:01:35 +0000 (14:01 +0000)]
 * vout_pictures.*: added YVU9.

20 years ago* modules/gui/skins2/*: portability fixes.
Gildas Bazin [Fri, 27 Feb 2004 13:24:12 +0000 (13:24 +0000)]
* modules/gui/skins2/*: portability fixes.

20 years agoit.po: italian localization for VLC 0.7.1
Carlo Calabrò [Thu, 26 Feb 2004 19:11:44 +0000 (19:11 +0000)]
it.po: italian localization for VLC 0.7.1
fr.po: minor fixes

20 years ago* Don't crash during my demo to the university computer labs.
Derk-Jan Hartman [Thu, 26 Feb 2004 17:07:37 +0000 (17:07 +0000)]
* Don't crash during my demo to the university computer labs.
  - don't crash when i_output < 0

20 years ago* modules/audio_output/directx.c: don't use hardware buffers for <= 2 channels.
Gildas Bazin [Thu, 26 Feb 2004 17:02:17 +0000 (17:02 +0000)]
* modules/audio_output/directx.c: don't use hardware buffers for <= 2 channels.
   A few users have been reporting problems with the directx audio output and it might very well be the cause of their problems (ie. with buggy drivers).

20 years ago* another thing that wasn't committed yet.
Derk-Jan Hartman [Thu, 26 Feb 2004 14:40:29 +0000 (14:40 +0000)]
* another thing that wasn't committed yet.
  - Fix Playlist Save. Can only do m3u atm.

20 years ago* modules/video_output/directx/*: fixes uninitialized variables and memleaks.
Gildas Bazin [Thu, 26 Feb 2004 13:58:23 +0000 (13:58 +0000)]
* modules/video_output/directx/*: fixes uninitialized variables and memleaks.

20 years ago* don't break things...
Derk-Jan Hartman [Thu, 26 Feb 2004 13:24:55 +0000 (13:24 +0000)]
* don't break things...

20 years ago* Something I forgot
Derk-Jan Hartman [Thu, 26 Feb 2004 13:04:55 +0000 (13:04 +0000)]
* Something I forgot
  --macosx-stretch mode. Ignore aspect ratio and stretch video to fill window.

20 years ago* modules/gui/wxwindows/wxwindows.cpp: include setlocale.h after the vlc headers.
Gildas Bazin [Thu, 26 Feb 2004 12:04:14 +0000 (12:04 +0000)]
* modules/gui/wxwindows/wxwindows.cpp: include setlocale.h after the vlc headers.
* modules/gui/wxwindows/menus.cpp: fixed memory leaks.
* modules/gui/wxwindows/playlist.cpp: fixed deadlock.

20 years ago* modules/gui/wxwindows/playlist.cpp: removed useless lock.
Gildas Bazin [Thu, 26 Feb 2004 08:24:29 +0000 (08:24 +0000)]
* modules/gui/wxwindows/playlist.cpp: removed useless lock.

20 years ago* modules/gui/wxwindows/*: a whole bunch of bug-fixes spotted by running the debug...
Gildas Bazin [Thu, 26 Feb 2004 00:23:04 +0000 (00:23 +0000)]
* modules/gui/wxwindows/*: a whole bunch of bug-fixes spotted by running the debug build of wxWindows.

20 years ago* Disable libmad on OS X
Derk-Jan Hartman [Wed, 25 Feb 2004 23:28:04 +0000 (23:28 +0000)]
* Disable libmad on OS X

20 years agoFixed an incorrect string
Olivier Teulière [Wed, 25 Feb 2004 22:42:48 +0000 (22:42 +0000)]
Fixed an incorrect string

20 years agoAdded configuration for h3600 iPAQ PDA with small Flash sizes.
Jean-Paul Saman [Wed, 25 Feb 2004 22:16:20 +0000 (22:16 +0000)]
Added configuration for h3600 iPAQ PDA with small Flash sizes.
Removed unused files.

20 years agoUpdate of the french translation.
Clément Stenac [Wed, 25 Feb 2004 22:01:34 +0000 (22:01 +0000)]
Update of the french translation.

This file need reviewing, please help

20 years ago macosx/vout* : fixed OpenGL fullscreen (still needs some cleaning)
Eric Petit [Wed, 25 Feb 2004 19:27:23 +0000 (19:27 +0000)]
 macosx/vout* : fixed OpenGL fullscreen (still needs some cleaning)

20 years ago* src/input/input_dec.c: compilation fix.
Gildas Bazin [Wed, 25 Feb 2004 18:47:02 +0000 (18:47 +0000)]
* src/input/input_dec.c: compilation fix.

20 years ago* modules/packetizer/mpeg4audio.c, modules/packetizer/mpegvideo.c: compilation fix.
Gildas Bazin [Wed, 25 Feb 2004 18:43:24 +0000 (18:43 +0000)]
* modules/packetizer/mpeg4audio.c, modules/packetizer/mpegvideo.c: compilation fix.

20 years ago* modules/gui/wxwindows/wxwindows.h: workaround/compilation fix for new wxWindows...
Gildas Bazin [Wed, 25 Feb 2004 18:42:38 +0000 (18:42 +0000)]
* modules/gui/wxwindows/wxwindows.h: workaround/compilation fix for new wxWindows versions.

20 years ago * libmpeg2.c: lalala, compilation fix...
Laurent Aimar [Wed, 25 Feb 2004 18:22:54 +0000 (18:22 +0000)]
 * libmpeg2.c: lalala, compilation fix...

20 years ago * all: removed block_t->b_discontinuity,b_frame_* and added i_flags
Laurent Aimar [Wed, 25 Feb 2004 17:48:52 +0000 (17:48 +0000)]
 * all: removed block_t->b_discontinuity,b_frame_* and added i_flags
 field and a few BLOCK_FLAG_*.

20 years agoUpdate of the brazilian portuguese translation, thanks to
Clément Stenac [Wed, 25 Feb 2004 14:02:34 +0000 (14:02 +0000)]
Update of the brazilian portuguese translation, thanks to
Andr� de Barros Martins Ribeiro

20 years ago * all: fixed sout-audio/video options.
Laurent Aimar [Wed, 25 Feb 2004 12:38:33 +0000 (12:38 +0000)]
 * all: fixed sout-audio/video options.

20 years ago* modules/gui/wxwindows/menus.cpp: try to display choices menus in a more clever...
Gildas Bazin [Tue, 24 Feb 2004 22:15:41 +0000 (22:15 +0000)]
* modules/gui/wxwindows/menus.cpp: try to display choices menus in a more clever way (hide useless things like empty menus).

20 years ago* modules/demux/dts.c: improved detection of wav dts files.
Gildas Bazin [Tue, 24 Feb 2004 19:23:11 +0000 (19:23 +0000)]
* modules/demux/dts.c: improved detection of wav dts files.

20 years agoFix problem in playlist update code.
Clément Stenac [Tue, 24 Feb 2004 18:19:44 +0000 (18:19 +0000)]
Fix problem in playlist update code.

Strangely, the "AddPendingEvent" wxwindows call seems to hang, so
replace it bhy "ProcessEvent" (the playlist update is processed
immediately in the callback, but it is only the update of one item, so
it should not be a problem)

20 years ago* modules/access/cdda.c: added "cddasimple" shortcut.
Gildas Bazin [Tue, 24 Feb 2004 17:43:31 +0000 (17:43 +0000)]
* modules/access/cdda.c: added "cddasimple" shortcut.

20 years ago* modules/stream_out/transcode.c: compilation fixes for ffmpeg-0.4.8.
Gildas Bazin [Tue, 24 Feb 2004 17:42:07 +0000 (17:42 +0000)]
* modules/stream_out/transcode.c: compilation fixes for ffmpeg-0.4.8.

20 years agoDo not send an event when clicking out of the search box
Benjamin Pracht [Tue, 24 Feb 2004 17:16:27 +0000 (17:16 +0000)]
Do not send an event when clicking out of the search box

20 years ago * http.c: "Transfer-Encoding: chunked" support. (Tested with only one URL).
Laurent Aimar [Tue, 24 Feb 2004 16:31:46 +0000 (16:31 +0000)]
 * http.c: "Transfer-Encoding: chunked" support. (Tested with only one URL).

20 years ago* modules/demux/wav.c: more fixes for multichannel wav files support.
Gildas Bazin [Mon, 23 Feb 2004 23:01:05 +0000 (23:01 +0000)]
* modules/demux/wav.c: more fixes for multichannel wav files support.
* include/codecs.h: ms speakers definitions.
* modules/codec/araw.c: added support for fl64 fourcc.

20 years ago* src/playlist/playlist.c: who said testing was useful ?
Gildas Bazin [Mon, 23 Feb 2004 21:57:56 +0000 (21:57 +0000)]
* src/playlist/playlist.c: who said testing was useful ?

20 years ago* src/playlist/playlist.c: bug fix.
Gildas Bazin [Mon, 23 Feb 2004 21:50:14 +0000 (21:50 +0000)]
* src/playlist/playlist.c: bug fix.

20 years agomodules/misc/sap.c:
Sigmund Augdal Helberg [Mon, 23 Feb 2004 21:00:37 +0000 (21:00 +0000)]
modules/misc/sap.c:
 * fixed two memleaks, one of them rather large
 * fix for http announces that don't start the filename part with '/'

20 years agoEnlarged some fields in the OpenTarget-Window to display the entire localizations
Felix Paul Kühne [Mon, 23 Feb 2004 20:55:41 +0000 (20:55 +0000)]
Enlarged some fields in the OpenTarget-Window to display the entire localizations

20 years ago * livedotcom.cpp: nULL -> UI64C(n).
Laurent Aimar [Mon, 23 Feb 2004 20:45:52 +0000 (20:45 +0000)]
 * livedotcom.cpp: nULL -> UI64C(n).

20 years ago * livedotcom.cpp: a fix + a nasty hack that should fix playback of streams
Laurent Aimar [Mon, 23 Feb 2004 20:35:42 +0000 (20:35 +0000)]
 * livedotcom.cpp: a fix + a nasty hack that should fix playback of streams
 using weird value after a synch with RTCP.

20 years ago* include/vlc_common.h: added the UI64C() macro for unsinged long long constants.
Gildas Bazin [Mon, 23 Feb 2004 20:34:47 +0000 (20:34 +0000)]
* include/vlc_common.h: added the UI64C() macro for unsinged long long constants.

20 years ago* modules/gui/wxwindows/playlist.cpp: don't update the GUI from different threads!
Gildas Bazin [Mon, 23 Feb 2004 12:17:24 +0000 (12:17 +0000)]
*  modules/gui/wxwindows/playlist.cpp: don't update the GUI from different threads!
* src/playlist/playlist.c: vout/sout garbage collection improvements.

20 years agoChange error reporting on memory error to be memory error.
Rocky Bernstein [Mon, 23 Feb 2004 00:10:50 +0000 (00:10 +0000)]
Change error reporting on memory error to be memory error.

20 years agoipv4.c : BeOS compile fix
Eric Petit [Sun, 22 Feb 2004 23:09:25 +0000 (23:09 +0000)]
ipv4.c : BeOS compile fix

20 years ago* modules/access/cdda/access.c: fix to allow playing the last track and cd's with...
Gildas Bazin [Sun, 22 Feb 2004 21:32:42 +0000 (21:32 +0000)]
* modules/access/cdda/access.c: fix to allow playing the last track and cd's with only 1 track.

20 years ago * input_programs.c: a little memleak.
Laurent Aimar [Sun, 22 Feb 2004 16:40:25 +0000 (16:40 +0000)]
 * input_programs.c: a little memleak.

20 years ago * all: changed the prototype of sout_InputNew.
Laurent Aimar [Sun, 22 Feb 2004 16:08:47 +0000 (16:08 +0000)]
 * all: changed the prototype of sout_InputNew.

20 years ago * livedotcom.cpp: bug fix. (a bad memory allocation).
Laurent Aimar [Sun, 22 Feb 2004 16:01:42 +0000 (16:01 +0000)]
 * livedotcom.cpp: bug fix. (a bad memory allocation).

20 years ago * sub.c: VobSub fix.
Laurent Aimar [Sun, 22 Feb 2004 15:59:53 +0000 (15:59 +0000)]
 * sub.c: VobSub fix.

20 years ago * all: compilation warning fixes (mainly missings headers).
Laurent Aimar [Sun, 22 Feb 2004 15:57:41 +0000 (15:57 +0000)]
 * all: compilation warning fixes (mainly missings headers).

20 years agoFix compilation warnings
Clément Stenac [Sun, 22 Feb 2004 15:52:33 +0000 (15:52 +0000)]
Fix compilation warnings

20 years ago* Updated contrib build system
Christophe Massiot [Sun, 22 Feb 2004 15:41:27 +0000 (15:41 +0000)]
* Updated contrib build system
* src/misc/threads.c: fixed a Darwin-specific bug introduced recently

20 years ago* configure.ac: added an --enable-utf8 option (default enabled on osx/beos/win32).
Gildas Bazin [Sun, 22 Feb 2004 15:03:33 +0000 (15:03 +0000)]
* configure.ac: added an --enable-utf8 option (default enabled on osx/beos/win32).
* src/libvlc.c, modules/gui/wxwindows/wxwindows.h: use #ifdef ENABLE_UTF8

20 years agoFix valgrind-caught memory leak.
Rocky Bernstein [Sun, 22 Feb 2004 10:52:23 +0000 (10:52 +0000)]
Fix valgrind-caught memory leak.

20 years agoFix mem leak caught by valgrind.
Rocky Bernstein [Sun, 22 Feb 2004 10:30:41 +0000 (10:30 +0000)]
Fix mem leak caught by valgrind.

20 years agofix mem leak. (Caught by valgrind.)
Rocky Bernstein [Sun, 22 Feb 2004 10:30:22 +0000 (10:30 +0000)]
fix mem leak. (Caught by valgrind.)

20 years agoMake sure a couple of variables are initialized before
Rocky Bernstein [Sun, 22 Feb 2004 09:35:48 +0000 (09:35 +0000)]
Make sure a couple of variables are initialized before
reading. (caught by valgrind).

20 years ago* po/*: ./toolbox --update-po.
Gildas Bazin [Sun, 22 Feb 2004 00:55:31 +0000 (00:55 +0000)]
* po/*: ./toolbox --update-po.

20 years ago* modules/demux/playlist/Modules.am: don't forget playlist.h.
Gildas Bazin [Sun, 22 Feb 2004 00:33:10 +0000 (00:33 +0000)]
* modules/demux/playlist/Modules.am: don't forget playlist.h.

20 years ago* ALL: preparation for 0.7.1-test2.
Gildas Bazin [Sun, 22 Feb 2004 00:15:33 +0000 (00:15 +0000)]
* ALL: preparation for 0.7.1-test2.