]> git.sesse.net Git - vlc/log
vlc
17 years ago* modules/misc/xml/xtag.c: fixed memory leak.
Gildas Bazin [Mon, 9 Oct 2006 18:51:03 +0000 (18:51 +0000)]
* modules/misc/xml/xtag.c: fixed memory leak.

17 years ago* modules/demux/mpeg/mpga.c: oups, no need to free p_sys->p_block_in as it is freed...
Gildas Bazin [Mon, 9 Oct 2006 18:36:14 +0000 (18:36 +0000)]
* modules/demux/mpeg/mpga.c: oups, no need to free p_sys->p_block_in as it is freed by the packetizer.

17 years ago- added support for returning custom error messages from libvlc exception messages
Damien Fouilleul [Mon, 9 Oct 2006 18:02:01 +0000 (18:02 +0000)]
- added support for returning custom error messages from libvlc exception messages
- added missing video.toggleFullscreen() API

17 years agoRemove visual button, put back in the menu
Clément Stenac [Sun, 8 Oct 2006 20:10:42 +0000 (20:10 +0000)]
Remove visual button, put back in the menu

17 years agoSave hotkeys (Closes:#714)
Clément Stenac [Sun, 8 Oct 2006 19:56:30 +0000 (19:56 +0000)]
Save hotkeys (Closes:#714)

17 years agoHotkey selector widget. Save not implemented yet
Clément Stenac [Sun, 8 Oct 2006 19:28:49 +0000 (19:28 +0000)]
Hotkey selector widget. Save not implemented yet

17 years ago* modules/video_output/x11/xcommon.c: proper fix for the previous memory leak.
Gildas Bazin [Sun, 8 Oct 2006 18:39:01 +0000 (18:39 +0000)]
* modules/video_output/x11/xcommon.c: proper fix for the previous memory leak.

17 years ago* modules/codec/ffmpeg/ffmpeg.c: add RV20 fourcc.
Gildas Bazin [Sun, 8 Oct 2006 17:31:33 +0000 (17:31 +0000)]
* modules/codec/ffmpeg/ffmpeg.c: add RV20 fourcc.

17 years agoVery beginning of hotkey widget + Fix 4.2 compilation issue
Clément Stenac [Sun, 8 Oct 2006 17:02:56 +0000 (17:02 +0000)]
Very beginning of hotkey widget + Fix 4.2 compilation issue

17 years ago* src/input/input.c: fixed memory leak.
Gildas Bazin [Sun, 8 Oct 2006 17:00:02 +0000 (17:00 +0000)]
* src/input/input.c: fixed memory leak.

17 years ago* modules/demux/asf/libasf.c: fixed memory leak.
Gildas Bazin [Sun, 8 Oct 2006 16:32:47 +0000 (16:32 +0000)]
* modules/demux/asf/libasf.c: fixed memory leak.

17 years ago* Fixed another bunch of memory leaks.
Gildas Bazin [Sun, 8 Oct 2006 16:09:13 +0000 (16:09 +0000)]
* Fixed another bunch of memory leaks.

17 years agoAdd Slovak l10n (Forward port of [16989], [16990] and [16991])
Christophe Mutricy [Sun, 8 Oct 2006 13:56:27 +0000 (13:56 +0000)]
Add Slovak l10n (Forward port of [16989], [16990] and [16991])

17 years ago(Forward port of rev 16987) Fix number of compiler warnings
Jean-Paul Saman [Sun, 8 Oct 2006 13:15:18 +0000 (13:15 +0000)]
(Forward port of rev 16987) Fix number of compiler warnings

17 years ago* undo [16970]. Stick to 4 byte startcodes and single packets.
Derk-Jan Hartman [Sun, 8 Oct 2006 10:44:42 +0000 (10:44 +0000)]
* undo [16970]. Stick to 4 byte startcodes and single packets.

17 years ago* Don't skip SPS/PPS after all. Apparently there is sometimes proper data behind...
Derk-Jan Hartman [Sun, 8 Oct 2006 10:40:59 +0000 (10:40 +0000)]
* Don't skip SPS/PPS after all. Apparently there is sometimes proper data behind such a NAL, which makes this break. Unfortunately there doesn't seem to be a way to properly skip data in the mp4 mux.

17 years ago* Skip h264 SPS/PPS in bitstream when muxing mp4
Derk-Jan Hartman [Sun, 8 Oct 2006 10:31:37 +0000 (10:31 +0000)]
* Skip h264 SPS/PPS in bitstream when muxing mp4

17 years ago(Forward port of 16977) Fix bunch of compiler signedness warnings in x11/
Jean-Paul Saman [Sun, 8 Oct 2006 09:41:58 +0000 (09:41 +0000)]
(Forward port of 16977) Fix bunch of compiler signedness warnings in x11/

17 years ago* modules/demux/real.c, modules/codec/ffmpeg/demux.c: removed debug I left in there.
Gildas Bazin [Sun, 8 Oct 2006 00:20:42 +0000 (00:20 +0000)]
* modules/demux/real.c, modules/codec/ffmpeg/demux.c: removed debug I left in there.

17 years ago* Fixed another bunch of memory leaks.
Gildas Bazin [Sun, 8 Oct 2006 00:12:28 +0000 (00:12 +0000)]
* Fixed another bunch of memory leaks.

17 years ago* src/input/stream.c: fixed invalid memory access in stream_ReadLine().
Gildas Bazin [Sat, 7 Oct 2006 23:53:44 +0000 (23:53 +0000)]
* src/input/stream.c: fixed invalid memory access in stream_ReadLine().

17 years ago* src/input/meta.c: stop the spamming of the meta engine.
Gildas Bazin [Sat, 7 Oct 2006 23:37:33 +0000 (23:37 +0000)]
* src/input/meta.c: stop the spamming of the meta engine.

17 years ago* Fixed a bunch of memory leaks.
Gildas Bazin [Sat, 7 Oct 2006 23:14:58 +0000 (23:14 +0000)]
* Fixed a bunch of memory leaks.

17 years ago* modules/gui/wxwindows/menus.cpp: avoid using the C++ STL. This gets rid of weird...
Gildas Bazin [Sat, 7 Oct 2006 22:19:50 +0000 (22:19 +0000)]
* modules/gui/wxwindows/menus.cpp: avoid using the C++ STL. This gets rid of weird crashes in the vector template.

17 years ago* Improve the h264 rtp muxing even more. Should now be able to handle multiple h264...
Derk-Jan Hartman [Sat, 7 Oct 2006 19:49:51 +0000 (19:49 +0000)]
* Improve the h264 rtp muxing even more. Should now be able to handle multiple h264 units in one block_t

17 years agoStop playback if --no-playlist-autostart (Closes:#718)
Clément Stenac [Sat, 7 Oct 2006 19:37:45 +0000 (19:37 +0000)]
Stop playback if --no-playlist-autostart (Closes:#718)

17 years ago* Skip nal type 7 and 8 in RTP muxing.
Derk-Jan Hartman [Sat, 7 Oct 2006 19:08:59 +0000 (19:08 +0000)]
* Skip nal type 7 and 8 in RTP muxing.

17 years agoPanoramix video filter by Cédric Cocquebert.
Clément Stenac [Sat, 7 Oct 2006 12:36:40 +0000 (12:36 +0000)]
Panoramix video filter by Cédric Cocquebert.
+ temporarily re-enable vout-filter until video-filter is updated

I include this so that it can get some testing and debugging, but it has some issues:
* Several coding style / indentation problems that make the code quite hard to read
* Use of config_Get/config_Put instead of vars
* In my tests, it crashes as soon as bz-length is not == 0, which basically makes the attenuation effect inoperant

17 years ago* modules/demux/playlist/gvp.c: fixed segfault in detection code.
Gildas Bazin [Fri, 6 Oct 2006 19:23:36 +0000 (19:23 +0000)]
* modules/demux/playlist/gvp.c: fixed segfault in detection code.

17 years ago* modules/demux/mpeg/m4v.c,h264.c: fixed detection and use p_demux->b_force.
Gildas Bazin [Thu, 5 Oct 2006 22:01:01 +0000 (22:01 +0000)]
* modules/demux/mpeg/m4v.c,h264.c: fixed detection and use p_demux->b_force.
* src/misc/modules.c: only set b_force when we have b_strict.
* src/input/demux.c: add m4v and h264 extensions.

17 years ago* modules/codec/faad.c: adjust stream info when dealing with AAC with SBR/PS.
Gildas Bazin [Thu, 5 Oct 2006 20:38:05 +0000 (20:38 +0000)]
* modules/codec/faad.c: adjust stream info when dealing with AAC with SBR/PS.

17 years ago * Spelling fixes here and there.
Sam Hocevar [Thu, 5 Oct 2006 16:35:01 +0000 (16:35 +0000)]
  * Spelling fixes here and there.

17 years agoFix off-by-one buffer overflow
Rémi Denis-Courmont [Thu, 5 Oct 2006 16:21:45 +0000 (16:21 +0000)]
Fix off-by-one buffer overflow

17 years agoFix "Fix httpd stack corruption"
Rafaël Carré [Thu, 5 Oct 2006 16:20:41 +0000 (16:20 +0000)]
Fix "Fix httpd stack corruption"

17 years agoFix stack corruption in httpd
Rafaël Carré [Thu, 5 Oct 2006 16:08:45 +0000 (16:08 +0000)]
Fix stack corruption in httpd

17 years ago- directshow: added fps in debug info
Damien Fouilleul [Wed, 4 Oct 2006 22:56:54 +0000 (22:56 +0000)]
- directshow: added fps in debug info

17 years ago- direct3d: minor fixes, no improvement (where are those pixel shaders gurus ?)
Damien Fouilleul [Wed, 4 Oct 2006 22:55:57 +0000 (22:55 +0000)]
- direct3d: minor fixes, no improvement (where are those pixel shaders gurus ?)

17 years ago- use nearest integer value from integer division (i.e. round() ) in volume and time...
Damien Fouilleul [Wed, 4 Oct 2006 22:52:12 +0000 (22:52 +0000)]
- use nearest integer value from integer division (i.e. round() ) in volume and time calculation, looks more accurate that way.

17 years ago- Optimized clipping, removed the extra child window which prevented some buggy Intel...
Damien Fouilleul [Wed, 4 Oct 2006 22:48:12 +0000 (22:48 +0000)]
- Optimized clipping, removed the extra child window which prevented some buggy Intel DirectX drivers to render (can't handle too many sub-windows ?). Resizing looks smoother on IE, needs a lot of compatiblity checks on other apps such as VB, Delphi, etc...
- Fixed initial volume setting

17 years ago- mozilla: misc fixes
Damien Fouilleul [Wed, 4 Oct 2006 22:39:05 +0000 (22:39 +0000)]
- mozilla: misc fixes

17 years ago* rm unnecessary LDFLAG
Felix Paul Kühne [Wed, 4 Oct 2006 21:11:25 +0000 (21:11 +0000)]
* rm unnecessary LDFLAG

17 years ago[PATCH] bugfix: mosaic-[hv]border reversed (v2) by Thomas Parmelan
Antoine Cellerier [Wed, 4 Oct 2006 21:07:10 +0000 (21:07 +0000)]
[PATCH] bugfix: mosaic-[hv]border reversed (v2) by Thomas Parmelan

17 years agoFix a few bugs
Clément Stenac [Wed, 4 Oct 2006 19:42:38 +0000 (19:42 +0000)]
Fix a few bugs

17 years ago * modules/misc/logger.c: don't truncate logfile upon creation.
Sam Hocevar [Wed, 4 Oct 2006 17:13:02 +0000 (17:13 +0000)]
  * modules/misc/logger.c: don't truncate logfile upon creation.

17 years ago* forward port my fixed temporary fix and re-enable x264 in the contribs
Felix Paul Kühne [Wed, 4 Oct 2006 13:47:41 +0000 (13:47 +0000)]
* forward port my fixed temporary fix and re-enable x264 in the contribs

17 years ago* implemented the volume slider
Felix Paul Kühne [Wed, 4 Oct 2006 08:19:38 +0000 (08:19 +0000)]
* implemented the volume slider
* major speed and memory improvements to the image handling (the panel launches noticebly faster now) and controls
* coding style fixes

- just FYI: The VLCFSVolumeSlider and VLCFSTimeSlider classes will be merged later on to add as little code duplication as possible.

17 years agoRe-enable mad decoder on OSX. It was disabled because it was a CPU hog, but the issue...
Derk-Jan Hartman [Tue, 3 Oct 2006 22:17:44 +0000 (22:17 +0000)]
Re-enable mad decoder on OSX. It was disabled because it was a CPU hog, but the issue seems to no longer be a problem

17 years agomake update-po
Christophe Mutricy [Tue, 3 Oct 2006 13:22:07 +0000 (13:22 +0000)]
make update-po

17 years agoTrack, Artist, Album MusicBrainz IDs reading with libid3tag
Rafaël Carré [Mon, 2 Oct 2006 20:35:25 +0000 (20:35 +0000)]
Track, Artist, Album MusicBrainz IDs reading with libid3tag

17 years ago* modules/codec/x264.c: add interlaced, deadzone-inter/intra and direct-8x8 options
Dennis van Amerongen [Mon, 2 Oct 2006 17:52:24 +0000 (17:52 +0000)]
* modules/codec/x264.c: add interlaced, deadzone-inter/intra and direct-8x8 options

17 years agoFix makefile to generate header files from java classes
Filippo Carone [Sun, 1 Oct 2006 22:08:22 +0000 (22:08 +0000)]
Fix makefile to generate header files from java classes

17 years ago- test.html: use position rather than time to update slider
Damien Fouilleul [Sun, 1 Oct 2006 21:56:23 +0000 (21:56 +0000)]
- test.html: use position rather than time to update slider

17 years agoUgly patch to make the mmx compile on MacIntel. This might be a GCC ASM bug in 4.0.1
Derk-Jan Hartman [Sun, 1 Oct 2006 21:49:28 +0000 (21:49 +0000)]
Ugly patch to make the mmx compile on MacIntel. This might be a GCC ASM bug in 4.0.1

17 years agoAdded psz_trackid, psz_artistid, psz_albumid to vlc_meta_t to store musicbrainz uniqu...
Rafaël Carré [Sun, 1 Oct 2006 20:32:30 +0000 (20:32 +0000)]
Added psz_trackid, psz_artistid, psz_albumid to vlc_meta_t to store musicbrainz unique identifiers
Make use of psz_trackid in audioscrobbler.c
Reading of this data is only implemented in vorbis.c
taglib.cpp and id3tag.c need to be updated

17 years ago* commit the svg file as well, so we can change stuff later on
Felix Paul Kühne [Sun, 1 Oct 2006 20:16:00 +0000 (20:16 +0000)]
* commit the svg file as well, so we can change stuff later on

17 years ago* finished the time slider
Felix Paul Kühne [Sun, 1 Oct 2006 20:05:50 +0000 (20:05 +0000)]
* finished the time slider

For the records: please don't re-invent the wheel, also if there are only 2 places which already do the exact same thing and you're going to add the 3rd place!!

17 years agoFix gvp demux
Antoine Cellerier [Sun, 1 Oct 2006 19:53:13 +0000 (19:53 +0000)]
Fix gvp demux

17 years agosrc/input/item.c: if we don't have an item name and item is a file, then only use...
Antoine Cellerier [Sun, 1 Oct 2006 19:07:48 +0000 (19:07 +0000)]
src/input/item.c: if we don't have an item name and item is a file, then only use the filename (and not the full path) as the item's name
others: if we only have a path and no interesting name, let the core decide what name to use

17 years agoFix a bunch of gcc warnings
Antoine Cellerier [Sun, 1 Oct 2006 17:12:02 +0000 (17:12 +0000)]
Fix a bunch of gcc warnings

17 years ago:%s/"mosaic-/CFG_PREFIX "/g
Antoine Cellerier [Sun, 1 Oct 2006 16:57:43 +0000 (16:57 +0000)]
:%s/"mosaic-/CFG_PREFIX "/g

17 years agouse config chain stuff in logo, rss and mosaic sub filters too.
Antoine Cellerier [Sun, 1 Oct 2006 16:53:48 +0000 (16:53 +0000)]
use config chain stuff in logo, rss and mosaic sub filters too.

17 years agouse config chain for the --sub-filter option.
Antoine Cellerier [Sun, 1 Oct 2006 16:33:59 +0000 (16:33 +0000)]
use config chain for the --sub-filter option.
Example:
  --sub-filter "marq{marquee=pouet}:marq{marquee=\$N,y=50,x=50}"
Sub filters other than marq still need to be changed
rc interface marq callbacks need to be fixed too

17 years agoRename all sout_Cfg* stuff to config_Chain* (as it isn't really sout specific)
Antoine Cellerier [Sun, 1 Oct 2006 16:08:37 +0000 (16:08 +0000)]
Rename all sout_Cfg* stuff to config_Chain* (as it isn't really sout specific)

17 years ago* temporary fix to keep VLC linking. I don't know yet, why this is necessary though
Felix Paul Kühne [Sun, 1 Oct 2006 15:04:23 +0000 (15:04 +0000)]
* temporary fix to keep VLC linking. I don't know yet, why this is necessary though

17 years agoThe time video filter doesn't exist anymore.
Antoine Cellerier [Sun, 1 Oct 2006 14:44:21 +0000 (14:44 +0000)]
The time video filter doesn't exist anymore.

17 years agoOnly update the marquee text if needed (ie we're using % or $ chars)
Antoine Cellerier [Sun, 1 Oct 2006 14:41:49 +0000 (14:41 +0000)]
Only update the marquee text if needed (ie we're using % or $ chars)

17 years agowoops
Antoine Cellerier [Sun, 1 Oct 2006 14:38:23 +0000 (14:38 +0000)]
woops

17 years agoSome more format strings
Antoine Cellerier [Sun, 1 Oct 2006 14:36:15 +0000 (14:36 +0000)]
Some more format strings

17 years agoLazy allocation of the stat structure
Clément Stenac [Sun, 1 Oct 2006 14:24:44 +0000 (14:24 +0000)]
Lazy allocation of the stat structure
Update stats in the input threads instead of playlist thread

17 years agoSome more marq format strings
Antoine Cellerier [Sun, 1 Oct 2006 14:22:58 +0000 (14:22 +0000)]
Some more marq format strings

17 years agoforgot the put Ye Zhang in Thanks file.
Jean-Paul Saman [Sun, 1 Oct 2006 14:16:52 +0000 (14:16 +0000)]
forgot the put Ye Zhang in Thanks file.

17 years agoFix for ticket #752 by ye zhang (yzhang90003 _at_ gmail dot com): VLM RTSP concurent...
Jean-Paul Saman [Sun, 1 Oct 2006 14:07:50 +0000 (14:07 +0000)]
Fix for ticket #752 by ye zhang (yzhang90003 _at_ gmail dot com): VLM RTSP concurent LEAVE make VLC crash

17 years ago* native GUI elements for the Fullscreen panel by Simon Damkjr Andersen <simondamkjae...
Felix Paul Kühne [Sun, 1 Oct 2006 13:21:42 +0000 (13:21 +0000)]
* native GUI elements for the Fullscreen panel by Simon Damkjr Andersen <simondamkjaer@gmail.com>. Thanks again!

17 years ago* small visual fix for the playmode buttons (prevents white highlighting around the...
Felix Paul Kühne [Sun, 1 Oct 2006 11:28:09 +0000 (11:28 +0000)]
* small visual fix for the playmode buttons (prevents white highlighting around the icons on click)

17 years agogra
Clément Stenac [Sun, 1 Oct 2006 09:14:21 +0000 (09:14 +0000)]
gra

17 years agoCreate variables in libvlc instead of libvlc_global_data
Clément Stenac [Sun, 1 Oct 2006 08:44:35 +0000 (08:44 +0000)]
Create variables in libvlc instead of libvlc_global_data

17 years agoAdd $_ line skip variable.
Antoine Cellerier [Sat, 30 Sep 2006 23:37:47 +0000 (23:37 +0000)]
Add $_ line skip variable.

17 years agoMerge time and marq filters. Marq now handles the %letter time format strings and...
Antoine Cellerier [Sat, 30 Sep 2006 23:30:39 +0000 (23:30 +0000)]
Merge time and marq filters. Marq now handles the %letter time format strings and new $letter VLC format strings. Still needs some work.

17 years agoSkeleton for modules list widgets in the prefs. I'm not working on it atm so i figure...
Antoine Cellerier [Sat, 30 Sep 2006 20:25:36 +0000 (20:25 +0000)]
Skeleton for modules list widgets in the prefs. I'm not working on it atm so i figure that it's best to commit what's already done.

17 years agos/libtag/taglib/
Antoine Cellerier [Sat, 30 Sep 2006 19:58:44 +0000 (19:58 +0000)]
s/libtag/taglib/

17 years agoremove unneed x
Antoine Cellerier [Sat, 30 Sep 2006 19:51:43 +0000 (19:51 +0000)]
remove unneed x

17 years ago - Don't cache files to ~/.vlc/art/(null)/(null)/
Antoine Cellerier [Sat, 30 Sep 2006 19:37:39 +0000 (19:37 +0000)]
 - Don't cache files to ~/.vlc/art/(null)/(null)/
 - Check if file already exists in the download function.

17 years ago* Add taglib to macosx contrib. Use pkg-config for taglib in configure. (if you don...
Derk-Jan Hartman [Sat, 30 Sep 2006 19:32:26 +0000 (19:32 +0000)]
* Add taglib to macosx contrib. Use pkg-config for taglib in configure. (if you don't have 1.4 in your distro, too bad, or add something that doesn't rely on /usr/local)

17 years agoRe-enable art fetching when in "ALL" mode
Clément Stenac [Sat, 30 Sep 2006 17:08:48 +0000 (17:08 +0000)]
Re-enable art fetching when in "ALL" mode
Todo: we should recheck cache just before downloading in case it has been downloaded while we were in the queue

17 years agoCosmetics, add some comments
Rafaël Carré [Sat, 30 Sep 2006 16:52:32 +0000 (16:52 +0000)]
Cosmetics, add some comments
Remove unneeded strlwr

17 years agoMerge author/artist
Clément Stenac [Sat, 30 Sep 2006 16:15:40 +0000 (16:15 +0000)]
Merge author/artist
WX compilation unchecked

17 years agoSplit the musicbrainz module : meta fetcher (to retrieve MB Album and Track id) and...
Clément Stenac [Sat, 30 Sep 2006 15:29:11 +0000 (15:29 +0000)]
Split the musicbrainz module : meta fetcher (to retrieve MB Album and Track id) and art finder (to retrieve Amazon art url)

17 years agoUpdata libcaca downloadlocation
Derk-Jan Hartman [Sat, 30 Sep 2006 10:36:49 +0000 (10:36 +0000)]
Updata libcaca downloadlocation

17 years agoReenable dvdcss which was disabled accidently in [16806]. Fix the dvdnav patch to...
Derk-Jan Hartman [Sat, 30 Sep 2006 10:02:02 +0000 (10:02 +0000)]
Reenable dvdcss which was disabled accidently in [16806]. Fix the dvdnav patch to make dlopen configure check work

17 years agoexport symbol
Clément Stenac [Fri, 29 Sep 2006 20:36:43 +0000 (20:36 +0000)]
export symbol

17 years agoDon't loop preparse threads when idle
Clément Stenac [Fri, 29 Sep 2006 19:48:53 +0000 (19:48 +0000)]
Don't loop preparse threads when idle
Compile fix

17 years agoImprove meta/art logic
Clément Stenac [Fri, 29 Sep 2006 19:19:18 +0000 (19:19 +0000)]
Improve meta/art logic

17 years agoReplaces url unescaping by url decoding in xspf import
Rafaël Carré [Fri, 29 Sep 2006 13:08:25 +0000 (13:08 +0000)]
Replaces url unescaping by url decoding in xspf import
Thanks to courmisch for finding the issue
Closes #721

17 years agoDon't Close() on connection error, retry every minute
Rafaël Carré [Thu, 28 Sep 2006 23:44:09 +0000 (23:44 +0000)]
Don't Close() on connection error, retry every minute
Fix a _() that should have been N_()
Username & Password are non-advanced settings
Warn user with interaction if Username is bad or not set
Handshake only if there is something to submit
Get rid of hexa() for printf("%02x")
Replace % 256 and / (2^x) by bitwise operations : & 0xff and >> x
Don't cancel submission of song if user has paused playing
Code for new meta_engine (not enabled yet)

17 years agoFixes to my fixes from Thomas Parmelan.
Antoine Cellerier [Thu, 28 Sep 2006 20:14:27 +0000 (20:14 +0000)]
Fixes to my fixes from Thomas Parmelan.

17 years ago * modules/gui/qt4/Modules.am: fixed a warning at bootstrap time
Olivier Teulière [Wed, 27 Sep 2006 17:53:26 +0000 (17:53 +0000)]
 * modules/gui/qt4/Modules.am: fixed a warning at bootstrap time

17 years agosvn:ignore
Christophe Mutricy [Wed, 27 Sep 2006 17:09:40 +0000 (17:09 +0000)]
svn:ignore

17 years agoBe more restrictiv wrt wx version.
Christophe Mutricy [Wed, 27 Sep 2006 15:28:32 +0000 (15:28 +0000)]
Be more restrictiv wrt wx version.

17 years agoAlmost fix make distcheck
Christophe Mutricy [Wed, 27 Sep 2006 15:28:22 +0000 (15:28 +0000)]
Almost fix make distcheck

17 years agoAdd WavPack to news too
Antoine Cellerier [Tue, 26 Sep 2006 21:18:36 +0000 (21:18 +0000)]
Add WavPack to news too