]> git.sesse.net Git - vlc/log
vlc
19 years ago BeOS contrib bla bla
Eric Petit [Fri, 23 Jul 2004 11:33:25 +0000 (11:33 +0000)]
 BeOS contrib bla bla

19 years agoimproved filter compatibility by favoring current connection media type in subsequent...
Damien Fouilleul [Fri, 23 Jul 2004 10:19:58 +0000 (10:19 +0000)]
improved filter compatibility by favoring current connection media type in subsequent connections

19 years ago + configure.ac: don't build OpenGL support on BeOS although it has gl.h
Eric Petit [Thu, 22 Jul 2004 22:59:50 +0000 (22:59 +0000)]
 + configure.ac: don't build OpenGL support on BeOS although it has gl.h
 + extras/contrib/src/*: build libmpeg2 w/o mmxext and 3dnow on BeOS
   (buggy compiler)
 + modules/gui/beos/*: quick compile fixes
 + modules/video_filter/deinterlace.c: require mmxext instead of mmx
 + Makefile.am: on BeOS, build a VLC bundle a la OS X

19 years ago* modules/video_output/x11/glx.c: OpenGL context is initialized in pf_init() because...
Gildas Bazin [Thu, 22 Jul 2004 22:36:16 +0000 (22:36 +0000)]
* modules/video_output/x11/glx.c: OpenGL context is initialized in pf_init() because of threading issues.

19 years ago* modules/video_output/x11/glx.c, modules/video_output/opengl.c: some fixes.
Gildas Bazin [Thu, 22 Jul 2004 22:14:42 +0000 (22:14 +0000)]
* modules/video_output/x11/glx.c, modules/video_output/opengl.c: some fixes.

19 years ago* src/misc/objects.c: hmmm, did I say vlc_opengl.h was removed ?
Gildas Bazin [Thu, 22 Jul 2004 21:53:43 +0000 (21:53 +0000)]
* src/misc/objects.c: hmmm, did I say vlc_opengl.h was removed ?

19 years ago* modules/video_output/x11/glx.c: vlc_opengl.h was removed.
Gildas Bazin [Thu, 22 Jul 2004 21:50:15 +0000 (21:50 +0000)]
* modules/video_output/x11/glx.c: vlc_opengl.h was removed.

19 years ago* Makefile.am: include/vlc_opengl.h was removed.
Gildas Bazin [Thu, 22 Jul 2004 21:30:45 +0000 (21:30 +0000)]
* Makefile.am: include/vlc_opengl.h was removed.

19 years ago* modules/video_output/x11/*: the glx "opengl provider" makes use of xcommon.c.
Gildas Bazin [Thu, 22 Jul 2004 21:27:45 +0000 (21:27 +0000)]
* modules/video_output/x11/*: the glx "opengl provider" makes use of xcommon.c.
* modules/video_output/opengl.c: new platform independant OpenGL vout (uses an "opengl provider" module).
* modules/visualization/galaktos/*: uses the new "opengl provider" module.

19 years ago contrib system adapted for BeOS (need to set LIBRARY_PATH and BELIBRARIES)
Eric Petit [Thu, 22 Jul 2004 16:48:38 +0000 (16:48 +0000)]
 contrib system adapted for BeOS (need to set LIBRARY_PATH and BELIBRARIES)

19 years ago* modules/video_output/x11/glx.c: improvements.
Gildas Bazin [Thu, 22 Jul 2004 16:37:43 +0000 (16:37 +0000)]
* modules/video_output/x11/glx.c: improvements.

19 years ago* modules/video_chroma/i420_rgb.c: work around a gcc-3.3.4 optimization bug.
Gildas Bazin [Thu, 22 Jul 2004 15:45:54 +0000 (15:45 +0000)]
* modules/video_chroma/i420_rgb.c: work around a gcc-3.3.4 optimization bug.

19 years ago equalizer.c: compile fix for old compilers (thx sam)
Eric Petit [Thu, 22 Jul 2004 15:09:42 +0000 (15:09 +0000)]
 equalizer.c: compile fix for old compilers (thx sam)

19 years ago BeOS doesn't know about PF_INET
Eric Petit [Thu, 22 Jul 2004 14:21:59 +0000 (14:21 +0000)]
 BeOS doesn't know about PF_INET

19 years ago netsync.c: converted to unix file because BeOS' gcc chokes on dos files
Eric Petit [Thu, 22 Jul 2004 13:50:35 +0000 (13:50 +0000)]
 netsync.c: converted to unix file because BeOS' gcc chokes on dos files

19 years ago configure.ac: check for png_set_rows in libpng because early versions
Eric Petit [Thu, 22 Jul 2004 13:06:21 +0000 (13:06 +0000)]
 configure.ac: check for png_set_rows in libpng because early versions
 don't have it

19 years ago* frenglish paquets -> packets
Derk-Jan Hartman [Thu, 22 Jul 2004 11:49:14 +0000 (11:49 +0000)]
* frenglish paquets -> packets

19 years ago contrib/*: started to adapt the contrib system for BeOS
Eric Petit [Thu, 22 Jul 2004 08:51:40 +0000 (08:51 +0000)]
 contrib/*: started to adapt the contrib system for BeOS

19 years ago* modules/visualization/galaktos: added svn:ignore property.
Gildas Bazin [Thu, 22 Jul 2004 07:03:22 +0000 (07:03 +0000)]
* modules/visualization/galaktos: added svn:ignore property.

19 years ago* Makefile.am: added include/vlc_opengl.h to the build.
Gildas Bazin [Thu, 22 Jul 2004 06:59:56 +0000 (06:59 +0000)]
* Makefile.am: added include/vlc_opengl.h to the build.

19 years ago * all: created a new module type "opengl provider", which provides a
Cyril Deguet [Wed, 21 Jul 2004 22:38:49 +0000 (22:38 +0000)]
 * all: created a new module type "opengl provider", which provides a
   simple interface to create and use OpenGL windows
 * modules/video_output/x11/glx.c: the GLX vout now implements the
  "opengl provider" interface
 * modules/visualization/galaktos/*: no more dependency on GLX: we use
   the generic opengl provider interface instead.

19 years ago* Example Multipart MJPEG webpage. With cambozola JAVA applet example.
Derk-Jan Hartman [Wed, 21 Jul 2004 19:03:34 +0000 (19:03 +0000)]
* Example Multipart MJPEG webpage. With cambozola JAVA applet example.

19 years ago* Fix the sap module compilation. Compile before you commit strikes once again.....
Derk-Jan Hartman [Wed, 21 Jul 2004 18:45:06 +0000 (18:45 +0000)]
* Fix the sap module compilation. Compile before you commit strikes once again.......

19 years ago* Fix livedotcom API change.
Derk-Jan Hartman [Tue, 20 Jul 2004 23:15:33 +0000 (23:15 +0000)]
* Fix livedotcom API change.
  Thanks to James MacLean, Arwed von Merkatz and Ross Finlayson for reporting and fixing the issue.

19 years ago * glx.c: don't scale the image with the chroma (supposed to speed up
Cyril Deguet [Tue, 20 Jul 2004 22:25:06 +0000 (22:25 +0000)]
  * glx.c: don't scale the image with the chroma (supposed to speed up
    the conversion ??)

19 years ago* recognize new x-plgroup paramater (only standardized fields are not prefixed with x-)
Derk-Jan Hartman [Tue, 20 Jul 2004 21:36:51 +0000 (21:36 +0000)]
* recognize new x-plgroup paramater (only standardized fields are not prefixed with x-)

19 years ago * modules/video_output/x11/glx.c: new OpenGL vout for X11.
Cyril Deguet [Tue, 20 Jul 2004 20:25:25 +0000 (20:25 +0000)]
  * modules/video_output/x11/glx.c: new OpenGL vout for X11.
    TODO: - factorization with xcommon.c
          - factorization with glx.c in GaLaktos plugin
          - remove hard-coded values
    (If you don't like the rotating cube, hack the code yourself,
    the variables will come later ! ;)

19 years agoauthor :)
Mohammed Adnène Trojette [Tue, 20 Jul 2004 16:43:36 +0000 (16:43 +0000)]
author :)

19 years agompjpeg.c: The rfc says to use \r\n so use \r\n. Also set the right mime type.
Sigmund Augdal Helberg [Tue, 20 Jul 2004 11:49:04 +0000 (11:49 +0000)]
mpjpeg.c: The rfc says to use \r\n so use \r\n. Also set the right mime type.
This makes the served stream work with cambozola applet.

19 years ago * debian/control:
Sam Hocevar [Tue, 20 Jul 2004 09:53:24 +0000 (09:53 +0000)]
  * debian/control:
    + Build-depend on libdvbpsi3-dev, so that we can get rid of the previous
      versions of this library.
    + Recommend the videolan-doc package.
    + Build-conflict on libavcodec-dev, just in case it enters Sid at an
      unappropriate moment.
  * debian/README.Debian:
    + Removed mention of the libmpeg2 tree, which we no longer provide.

19 years ago* src/misc/httpd.c: fixed non-initialized variable that prevented getaddrinfo() from...
Gildas Bazin [Tue, 20 Jul 2004 09:23:18 +0000 (09:23 +0000)]
* src/misc/httpd.c: fixed non-initialized variable that prevented getaddrinfo() from working.

19 years ago* darwin buildflag for vlc/libvlc
Derk-Jan Hartman [Mon, 19 Jul 2004 19:41:44 +0000 (19:41 +0000)]
* darwin buildflag for vlc/libvlc

19 years ago * stream.c: fixed seeking near the end of a stream.
Laurent Aimar [Mon, 19 Jul 2004 17:04:45 +0000 (17:04 +0000)]
 * stream.c: fixed seeking near the end of a stream.

19 years ago* modules/demux/ts.c: added support for transport streams with Reed-Solomon (204...
Gildas Bazin [Mon, 19 Jul 2004 14:54:37 +0000 (14:54 +0000)]
* modules/demux/ts.c: added support for transport streams with Reed-Solomon (204,188) error correction (16 bytes ECC discarded).

19 years ago* src/misc/httpd.c: ipv6 win32 fix.
Gildas Bazin [Mon, 19 Jul 2004 09:46:06 +0000 (09:46 +0000)]
* src/misc/httpd.c: ipv6 win32 fix.

19 years ago* modules/control/http.c: portability fix.
Gildas Bazin [Mon, 19 Jul 2004 08:57:42 +0000 (08:57 +0000)]
* modules/control/http.c: portability fix.

19 years ago stream.c: do not drop empty line.
Laurent Aimar [Sun, 18 Jul 2004 17:05:45 +0000 (17:05 +0000)]
 stream.c: do not drop empty line.

19 years ago * subtitle: fixed a small memleak.
Laurent Aimar [Sun, 18 Jul 2004 17:04:44 +0000 (17:04 +0000)]
 * subtitle: fixed a small memleak.

19 years ago * mpga: fixed a memleak+warnings.
Laurent Aimar [Sun, 18 Jul 2004 16:33:02 +0000 (16:33 +0000)]
 * mpga: fixed a memleak+warnings.

19 years ago * all: now both GLX 1.2 and 1.3 are supported
Cyril Deguet [Sun, 18 Jul 2004 13:56:08 +0000 (13:56 +0000)]
 * all: now both GLX 1.2 and 1.3 are supported

19 years ago * ftp: handle multiple lines answers.
Laurent Aimar [Sun, 18 Jul 2004 12:03:37 +0000 (12:03 +0000)]
 * ftp: handle multiple lines answers.

19 years ago* spelling corrections
Derk-Jan Hartman [Sun, 18 Jul 2004 11:25:28 +0000 (11:25 +0000)]
* spelling corrections

19 years ago* additions to TODO list
Derk-Jan Hartman [Sat, 17 Jul 2004 20:43:52 +0000 (20:43 +0000)]
* additions to TODO list

19 years agoFix socket errors handling.
Rémi Denis-Courmont [Sat, 17 Jul 2004 16:56:59 +0000 (16:56 +0000)]
Fix socket errors handling.
Fallback to IPv4 with option --ipv6 if IPv6 fails

19 years agoFallback for UDP if not using IPv4
Rémi Denis-Courmont [Sat, 17 Jul 2004 15:04:42 +0000 (15:04 +0000)]
Fallback for UDP if not using IPv4

19 years agoFix corner case introduced in HTTPd IPv6 patch
Rémi Denis-Courmont [Sat, 17 Jul 2004 14:07:40 +0000 (14:07 +0000)]
Fix corner case introduced in HTTPd IPv6 patch

19 years ago * all: first implementation of a MilkDrop-compatible visualization plugin,
Cyril Deguet [Sat, 17 Jul 2004 13:55:48 +0000 (13:55 +0000)]
  * all: first implementation of a MilkDrop-compatible visualization plugin,
    based on ProjectM (xmms-projectm.sourceforge.net), without the
    dependency on SDL 1.3. At the moment it only works on X11 with GLX 1.3,
    I didn't manage to have it working with the 1.2 API :(
    SGI Pbuffers are not used yet, I didn't manage to have them working
    well either :(
    Milkdrop presets are searched in /etc/projectM/presets (guess why ;)
    With projectM presets, colours look a bit "flashy", I wonder if it
    is normal...
    To compile the plugin, add --enable-galaktos in configure. The only
    dependencies are on X11 and OpenGL libs.
    Enjoy !

19 years agoIPv6 support for HTTPd
Rémi Denis-Courmont [Sat, 17 Jul 2004 12:30:59 +0000 (12:30 +0000)]
IPv6 support for HTTPd

19 years ago* strtof is C99 and not present on pre BSD 5 (including older Mac OSX).
Derk-Jan Hartman [Sat, 17 Jul 2004 11:51:46 +0000 (11:51 +0000)]
* strtof is C99 and not present on pre BSD 5 (including older Mac OSX).
  added configure.ac check and use strtod with cast as backup since it is ANSI C

19 years agoCheck for getnameinfo() - required for later patch
Rémi Denis-Courmont [Sat, 17 Jul 2004 11:50:43 +0000 (11:50 +0000)]
Check for getnameinfo() - required for later patch

19 years ago* libdvdnav compiles on Mac OS X 10.2 with this patch. (copied from libdvdread)
Derk-Jan Hartman [Fri, 16 Jul 2004 23:04:57 +0000 (23:04 +0000)]
* libdvdnav compiles on Mac OS X 10.2 with this patch. (copied from libdvdread)

19 years ago* no more need for unistd.h patch in rtsp.c of ffmpeg either
Derk-Jan Hartman [Fri, 16 Jul 2004 21:05:52 +0000 (21:05 +0000)]
* no more need for unistd.h patch in rtsp.c of ffmpeg either

19 years ago* update ffmpeg patch. no more need for lrintf() and libpostproc header install worka...
Derk-Jan Hartman [Fri, 16 Jul 2004 20:05:03 +0000 (20:05 +0000)]
* update ffmpeg patch. no more need for lrintf() and libpostproc header install workaround

19 years ago * libmp4.c: MMhh .mp4 is 99.99% the same thing than .mov but not 100% :(((
Laurent Aimar [Fri, 16 Jul 2004 19:33:20 +0000 (19:33 +0000)]
 * libmp4.c: MMhh .mp4 is 99.99% the same thing than .mov but not 100% :(((
 * mp4.c: hdlr atom in the .mp4 and .mov way.

19 years ago * equalizer: fixed a bug with strtof.
Laurent Aimar [Fri, 16 Jul 2004 18:35:50 +0000 (18:35 +0000)]
  * equalizer: fixed a bug with strtof.
      (Please look at the warnings, most of the time "incompatible pointer
type" isn't really good ;)

19 years ago * Fix alignment on a configure --help message
Derk-Jan Hartman [Fri, 16 Jul 2004 16:34:11 +0000 (16:34 +0000)]
 * Fix alignment on a configure --help message

19 years ago * configure.ac: fixed a misplaced parenthesis in the -lXt detection.
Sam Hocevar [Fri, 16 Jul 2004 13:10:34 +0000 (13:10 +0000)]
  * configure.ac: fixed a misplaced parenthesis in the -lXt detection.

19 years ago * configure.ac:
Sam Hocevar [Fri, 16 Jul 2004 11:50:27 +0000 (11:50 +0000)]
  * configure.ac:
    + Added full library dependencies to the -lXt check.

19 years ago * it's information, not informations (you missed some, dj :P)
Sam Hocevar [Fri, 16 Jul 2004 11:33:32 +0000 (11:33 +0000)]
  * it's information, not informations (you missed some, dj :P)

19 years ago* it's information, not informations (grep -r)
Derk-Jan Hartman [Fri, 16 Jul 2004 11:29:21 +0000 (11:29 +0000)]
* it's information, not informations (grep -r)
* modules/demux/avi/avi.c: Look a bit further into the file for the avi tag.
  this allows you to play avi in uncompressed .rar (only first part of course).

19 years ago * debian/rules:
Sam Hocevar [Fri, 16 Jul 2004 11:26:48 +0000 (11:26 +0000)]
  * debian/rules:
    + Activated Theora support (Closes: #259061).
    + Re-enabled the KDE plugin (Closes: #258295).
  * debian/control:
    + Set policy to 3.6.1.1.
    + Build-depend on libid3tag0-dev for ID3 tag support.
    + Made vlc depend on wxvlc for the moment.

19 years ago* removed the hog elements. They are breaking stuff..
Derk-Jan Hartman [Thu, 15 Jul 2004 18:47:32 +0000 (18:47 +0000)]
* removed the hog elements. They are breaking stuff..

19 years ago* reenable the prefs. this was a small leftover from debugging
Derk-Jan Hartman [Thu, 15 Jul 2004 15:24:53 +0000 (15:24 +0000)]
* reenable the prefs. this was a small leftover from debugging

19 years ago* spelling error
Derk-Jan Hartman [Thu, 15 Jul 2004 15:20:46 +0000 (15:20 +0000)]
* spelling error

19 years ago* modules/audio_filter/equalizer.c: fixed segfault in BandsCallback().
Gildas Bazin [Thu, 15 Jul 2004 12:41:38 +0000 (12:41 +0000)]
* modules/audio_filter/equalizer.c: fixed segfault in BandsCallback().

19 years ago* modules/codec/ffmpeg/demux.c: don't use libavformat's redirector demux.
Gildas Bazin [Wed, 14 Jul 2004 19:26:30 +0000 (19:26 +0000)]
* modules/codec/ffmpeg/demux.c: don't use libavformat's redirector demux.

19 years ago * all: just a basic OpenGL scope at the moment
Cyril Deguet [Wed, 14 Jul 2004 13:03:54 +0000 (13:03 +0000)]
 * all: just a basic OpenGL scope at the moment

19 years ago* src/misc/threads.c: fixed long standing win32 thread handles leak.
Gildas Bazin [Wed, 14 Jul 2004 10:21:21 +0000 (10:21 +0000)]
* src/misc/threads.c: fixed long standing win32 thread handles leak.

19 years agompga.c: fixed some memleaks in the probing process
Sigmund Augdal Helberg [Tue, 13 Jul 2004 12:05:21 +0000 (12:05 +0000)]
mpga.c: fixed some memleaks in the probing process

19 years agoCouple of fixes
Clément Stenac [Tue, 13 Jul 2004 11:41:21 +0000 (11:41 +0000)]
Couple of fixes

19 years ago * all: skeleton of a coming-soon OpenGL visualization plugin, compatible
Cyril Deguet [Mon, 12 Jul 2004 18:02:57 +0000 (18:02 +0000)]
 * all: skeleton of a coming-soon OpenGL visualization plugin, compatible
   with MilkDrop for winamp.

19 years ago* modules/gui/wxwindows/extrapanel.cpp: try to use some spacing between widgets to...
Gildas Bazin [Mon, 12 Jul 2004 11:57:49 +0000 (11:57 +0000)]
* modules/gui/wxwindows/extrapanel.cpp: try to use some spacing between widgets to make it actually readable. The equalizer panel would need more work though (ah and the wizard needs a whole load of them as well).

19 years ago* configure.ac: added new normvol module to the build.
Gildas Bazin [Mon, 12 Jul 2004 08:30:12 +0000 (08:30 +0000)]
* configure.ac: added new normvol module to the build.

19 years ago* unicode fixes
Anil Daoud [Mon, 12 Jul 2004 07:33:02 +0000 (07:33 +0000)]
* unicode fixes

19 years ago Fixed norm-max-level description
Eric Petit [Mon, 12 Jul 2004 06:56:05 +0000 (06:56 +0000)]
 Fixed norm-max-level description

19 years agoUpdated TODO
Clément Stenac [Mon, 12 Jul 2004 06:48:37 +0000 (06:48 +0000)]
Updated TODO

19 years agoRemoved the old streaming wizard\nSplitted the interface file into interface+extrapan...
Clément Stenac [Mon, 12 Jul 2004 06:47:15 +0000 (06:47 +0000)]
Removed the old streaming wizard\nSplitted the interface file into interface+extrapanel\nExtrapanel is now a notebook\nReworked the video extrapanel (removed ratio,added filters)\nImplemented a graphical equaliwer

19 years agoAdded a very trivial volume normalizer
Clément Stenac [Mon, 12 Jul 2004 06:45:48 +0000 (06:45 +0000)]
Added a very trivial volume normalizer

19 years agoAllow on the fly change of equalizer config. Only restart aout when enabling/disablin...
Clément Stenac [Mon, 12 Jul 2004 06:45:07 +0000 (06:45 +0000)]
Allow on the fly change of equalizer config. Only restart aout when enabling/disabling equalizer

19 years agoFix refcount problem when creation fails
Clément Stenac [Mon, 12 Jul 2004 06:43:28 +0000 (06:43 +0000)]
Fix refcount problem when creation fails

19 years agoFix segfault when child vout creation fails
Clément Stenac [Mon, 12 Jul 2004 06:42:47 +0000 (06:42 +0000)]
Fix segfault when child vout creation fails

19 years agoNEWS: not that 0.7.3 is not released yet
Derk-Jan Hartman [Sun, 11 Jul 2004 16:26:58 +0000 (16:26 +0000)]
NEWS: not that 0.7.3 is not released yet
TODO: updates more stuff to do :)

19 years ago* Fix audio subtitle track changer hotkey on OSX.
Derk-Jan Hartman [Sun, 11 Jul 2004 16:26:21 +0000 (16:26 +0000)]
* Fix audio subtitle track changer hotkey on OSX.

19 years ago * x11_timer.cpp: compilation fix
Cyril Deguet [Sun, 11 Jul 2004 11:15:43 +0000 (11:15 +0000)]
 * x11_timer.cpp: compilation fix

19 years ago * theora: compilation fix.
Laurent Aimar [Sun, 11 Jul 2004 09:58:24 +0000 (09:58 +0000)]
 *  theora: compilation fix.

19 years ago * all: compilation fix.
Laurent Aimar [Sat, 10 Jul 2004 18:12:56 +0000 (18:12 +0000)]
 * all: compilation fix.

19 years ago* src/misc/mtime.c, include/mtime.h: new common "date" API for date incrementation...
Gildas Bazin [Sat, 10 Jul 2004 18:08:09 +0000 (18:08 +0000)]
* src/misc/mtime.c, include/mtime.h: new common "date" API for date incrementation without long-term rounding errors.
  (is going to replace audio_date_t).

19 years ago * all: sout_ParseCfg -> sout_CfgParse.
Laurent Aimar [Sat, 10 Jul 2004 17:22:35 +0000 (17:22 +0000)]
 * all: sout_ParseCfg -> sout_CfgParse.

19 years ago* vlc_common: moved a few typedefs from stream_output.h
Laurent Aimar [Sat, 10 Jul 2004 17:22:10 +0000 (17:22 +0000)]
* vlc_common: moved a few typedefs from stream_output.h

19 years ago * all: cosmetics.
Laurent Aimar [Sat, 10 Jul 2004 17:20:59 +0000 (17:20 +0000)]
 * all: cosmetics.

19 years ago * all: cosmetics + MUX_GET_MIME.
Laurent Aimar [Sat, 10 Jul 2004 17:20:11 +0000 (17:20 +0000)]
 * all: cosmetics + MUX_GET_MIME.

19 years ago all: sout_ParseCfg -> sout_CfgParse.
Laurent Aimar [Sat, 10 Jul 2004 17:19:28 +0000 (17:19 +0000)]
 all: sout_ParseCfg -> sout_CfgParse.

19 years ago * all: lot of cosmetics, and added a MUX_GET_MIME (not yet used).
Laurent Aimar [Sat, 10 Jul 2004 17:18:50 +0000 (17:18 +0000)]
 * all: lot of cosmetics, and added a MUX_GET_MIME (not yet used).

19 years ago* modules/codec/flac.c: couple of fixes.
Gildas Bazin [Fri, 9 Jul 2004 21:13:11 +0000 (21:13 +0000)]
* modules/codec/flac.c: couple of fixes.

19 years ago* modules/demux/playlist, src/input/stream.c: fixed a shitload of bugs in playlist...
Gildas Bazin [Fri, 9 Jul 2004 15:15:07 +0000 (15:15 +0000)]
* modules/demux/playlist, src/input/stream.c: fixed a shitload of bugs in playlist demuxers + simplified a lot.

19 years ago * equalizer: added a preamp value per preset.
Laurent Aimar [Thu, 8 Jul 2004 18:10:10 +0000 (18:10 +0000)]
 * equalizer: added a preamp value per preset.

19 years ago* src/input/decoder.c: better pictures leakage detection.
Gildas Bazin [Thu, 8 Jul 2004 14:20:11 +0000 (14:20 +0000)]
* src/input/decoder.c: better pictures leakage detection.

19 years ago* Fix building of livedotcom module for !--mostly-builtin
Derk-Jan Hartman [Thu, 8 Jul 2004 12:48:29 +0000 (12:48 +0000)]
* Fix building of livedotcom module for !--mostly-builtin

19 years ago* src/playlist/playlist.c: another autodelete fix.
Gildas Bazin [Thu, 8 Jul 2004 12:25:20 +0000 (12:25 +0000)]
* src/playlist/playlist.c: another autodelete fix.

19 years ago* modules/gui/wxwindows/interface.cpp: center the volume control on the toolbar.
Gildas Bazin [Thu, 8 Jul 2004 10:52:23 +0000 (10:52 +0000)]
* modules/gui/wxwindows/interface.cpp: center the volume control on the toolbar.