]> git.sesse.net Git - vlc/log
vlc
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.

19 years agohotkeys.c: Don't show "Disabled" when cycling audio tracks. Fixed =/== issue
Sigmund Augdal Helberg [Thu, 8 Jul 2004 09:38:42 +0000 (09:38 +0000)]
hotkeys.c: Don't show "Disabled" when cycling audio tracks. Fixed =/== issue
with the subtitles hotkey (thank you gcc)

19 years agoForgot this file in my last commit.
Sigmund Augdal Helberg [Thu, 8 Jul 2004 09:12:37 +0000 (09:12 +0000)]
Forgot this file in my last commit.

19 years ago * http: added a mime option.
Laurent Aimar [Wed, 7 Jul 2004 23:26:35 +0000 (23:26 +0000)]
 * http: added a mime option.

19 years ago * demux: stream_DemuxControl: emulate seek.
Laurent Aimar [Wed, 7 Jul 2004 23:16:30 +0000 (23:16 +0000)]
 * demux: stream_DemuxControl: emulate seek.

19 years ago * Modules.am: link livedotcom with access/mms/asf.c
Laurent Aimar [Wed, 7 Jul 2004 23:12:30 +0000 (23:12 +0000)]
 * Modules.am: link livedotcom with access/mms/asf.c

19 years ago * livedotcom: first try to support m$ rtsp. It works on the url I have.
Laurent Aimar [Wed, 7 Jul 2004 23:11:08 +0000 (23:11 +0000)]
 * livedotcom: first try to support m$ rtsp. It works on the url I have.

19 years agohadded keys to cycle audio track and subtitle track
Sigmund Augdal Helberg [Wed, 7 Jul 2004 21:09:20 +0000 (21:09 +0000)]
hadded keys to cycle audio track and subtitle track

19 years ago* configure.ac: added mpjpeg muxer to the build.
Gildas Bazin [Wed, 7 Jul 2004 16:41:26 +0000 (16:41 +0000)]
* configure.ac: added mpjpeg muxer to the build.

19 years ago* netsync module no longer IPv4-specific
Rémi Denis-Courmont [Wed, 7 Jul 2004 16:24:56 +0000 (16:24 +0000)]
* netsync module no longer IPv4-specific

19 years ago* src/audio_output/input.c: ability to switch between equalizers on the fly.
Gildas Bazin [Wed, 7 Jul 2004 15:51:23 +0000 (15:51 +0000)]
* src/audio_output/input.c: ability to switch between equalizers on the fly.
* modules/gui/wxwindows/menus.cpp: added equalizers to the menus.

19 years ago* modules/demux/ogg.c: fix for --input-repeat
Gildas Bazin [Wed, 7 Jul 2004 13:32:46 +0000 (13:32 +0000)]
* modules/demux/ogg.c: fix for --input-repeat

19 years ago* modules/mux/mpjpeg.c: allow removing/adding a track on the fly.
Gildas Bazin [Wed, 7 Jul 2004 13:25:03 +0000 (13:25 +0000)]
* modules/mux/mpjpeg.c: allow removing/adding a track on the fly.

19 years agoyet another fix for unavailable id3tag
Sigmund Augdal Helberg [Wed, 7 Jul 2004 12:51:10 +0000 (12:51 +0000)]
yet another fix for unavailable id3tag

19 years ago* modules/demux/mp4/mp4.c: a couple of fixes for track selection when seeking.
Gildas Bazin [Wed, 7 Jul 2004 12:29:21 +0000 (12:29 +0000)]
* modules/demux/mp4/mp4.c: a couple of fixes for track selection when seeking.

19 years agoa mime multipart jpeg muxer. Mimics the way some webcams work. Resulting
Sigmund Augdal Helberg [Wed, 7 Jul 2004 10:06:56 +0000 (10:06 +0000)]
a mime multipart jpeg muxer. Mimics the way some webcams work. Resulting
streams, served in http, are directly playable by mozilla (though
horribly slow)

19 years ago* configure.ac, modules/audio_filter/Modules.am: added the equalizer module to the...
Gildas Bazin [Tue, 6 Jul 2004 22:12:40 +0000 (22:12 +0000)]
* configure.ac, modules/audio_filter/Modules.am: added the equalizer module to the build.

19 years ago * equalizer: simple (and slow) 10 bands equalizer using a IIR filter.
Laurent Aimar [Tue, 6 Jul 2004 21:41:15 +0000 (21:41 +0000)]
 * equalizer: simple (and slow) 10 bands equalizer using a IIR filter.

19 years agoAdded current changes in the menu.
Jérome Decoodt [Tue, 6 Jul 2004 17:16:32 +0000 (17:16 +0000)]
Added current changes in the menu.
I will now try to generate defconfig by bootstrap...

19 years ago* src/stream_output/stream_output.c: don't forget to detach an object before destroyi...
Gildas Bazin [Tue, 6 Jul 2004 17:09:10 +0000 (17:09 +0000)]
* src/stream_output/stream_output.c: don't forget to detach an object before destroying it.

19 years ago* modules/codec/dvbsub.c: rewrite of the DVB subtitles decoder.
Gildas Bazin [Tue, 6 Jul 2004 17:01:12 +0000 (17:01 +0000)]
* modules/codec/dvbsub.c: rewrite of the DVB subtitles decoder.
   It can finally decode properly all the samples I have.

19 years ago* modules/codec/araw.c: increased priority of encoder.
Gildas Bazin [Tue, 6 Jul 2004 16:54:05 +0000 (16:54 +0000)]
* modules/codec/araw.c: increased priority of encoder.

19 years ago* modules/mux/wav.c: start of a WAV audio file muxer.
Gildas Bazin [Tue, 6 Jul 2004 16:51:35 +0000 (16:51 +0000)]
* modules/mux/wav.c: start of a WAV audio file muxer.

19 years ago* fix contrib system on OS X 10.2.
Derk-Jan Hartman [Mon, 5 Jul 2004 20:42:52 +0000 (20:42 +0000)]
* fix contrib system on OS X 10.2.
  - some libcddb bugs found. Sent them upstream too.

19 years ago * block.*: faster block_* and removed unused features.
Laurent Aimar [Mon, 5 Jul 2004 19:50:06 +0000 (19:50 +0000)]
 * block.*: faster block_* and removed unused features.

19 years agoFixed memory leak (can anyone confirm?)
Rémi Denis-Courmont [Mon, 5 Jul 2004 17:14:00 +0000 (17:14 +0000)]
Fixed memory leak (can anyone confirm?)

19 years ago* configure.ac: check for struct sockaddr_storage
Rémi Denis-Courmont [Mon, 5 Jul 2004 15:43:56 +0000 (15:43 +0000)]
* configure.ac: check for struct sockaddr_storage
* src/misc/httpd.c: use sockaddr_storage instead of sockaddr_in
         (so I may have a chance of storing a sockaddr_in6 one day)

19 years ago* aclocal doesn't handle searching in non-existing dirs all that gracefully.
Derk-Jan Hartman [Mon, 5 Jul 2004 14:18:51 +0000 (14:18 +0000)]
* aclocal doesn't handle searching in non-existing dirs all that gracefully.
  new method in which aclocal args first get stored in a variable.

19 years ago* src/misc/block.c: win32 race condition fix.
Gildas Bazin [Mon, 5 Jul 2004 13:04:11 +0000 (13:04 +0000)]
* src/misc/block.c: win32 race condition fix.

19 years ago* modules/gui/skins2/win32/win32_factory.cpp: implement minimize() on win32 (I need...
Gildas Bazin [Mon, 5 Jul 2004 11:34:27 +0000 (11:34 +0000)]
* modules/gui/skins2/win32/win32_factory.cpp: implement minimize() on win32 (I need to access the window manager object from here, don't know if this is safe).

19 years ago* contrib system breakage fix
Derk-Jan Hartman [Mon, 5 Jul 2004 11:02:41 +0000 (11:02 +0000)]
* contrib system breakage fix

19 years ago* OSX lowlevel work
Derk-Jan Hartman [Mon, 5 Jul 2004 01:27:35 +0000 (01:27 +0000)]
* OSX lowlevel work
  - The VLCApplication is now launched at the vlc.c level instead of at the module level. Allows VLC to be a more valid Mac application, also removes the vout intf dependancy (use ncurses to disp. video :).
    This wasn't done at the libvlc level, because a mozilla plugin would no longer be able to function properly.
  - Some functionality of the macosx vout may not work without the OS X GUI, and not all of this is checked yet.
  - There is a symlink in VLC.app/Contents/Mac called clivlc that will force it back to a fullblown cli app when you want, so it can still be run by a user who isn't logged in via GUI.
  - there are some autorelease leaks which need to be tackled.
  - moved a lot of the VLCApplication func. to the VLCMain class.
  - VLCMain is a +sharedInstance now.
  - the complete OS X interface is still badly broken because of the many API changes lately. any volunteers?

Examples:
VLC.app/Contents/MacOS/VLC [-I macosx]
launches VLC as before (requires you to be logged in via GUI)

VLC.app/Contents/MacOS/VLC -I ncurses
launch vlc with a ncurses intf and display video on your mac
(requires you to be logged in via GUI)

VLC.app/Contents/MacOS/clivlc -I telnet -d
launch vlm remotely trough ssh in daemon mode, on a GUI'less server for instance, and stream your vids

Now how is that for combining GUI and cli in one application on the mac?!!? :)
jlj? I finally understand now how the OS X interface works !

19 years ago* Add pkgcfg, libcddb, vcdimager and libcdio to OSX contrib system
Derk-Jan Hartman [Mon, 5 Jul 2004 00:22:13 +0000 (00:22 +0000)]
* Add pkgcfg, libcddb, vcdimager and libcdio to OSX contrib system
* Fixed bootstrap to use pkg.m4 from contrib system
* Patches to make libcddb and vcdimager work
  (stupid bugs !, how do they compile with this on other system?)

19 years agoremember to enable it in the doc for 0.7.3
Mohammed Adnène Trojette [Sun, 4 Jul 2004 22:48:36 +0000 (22:48 +0000)]
remember to enable it in the doc for 0.7.3

19 years agodoc up to date (minimize)
Mohammed Adnène Trojette [Sun, 4 Jul 2004 22:45:22 +0000 (22:45 +0000)]
doc up to date (minimize)

19 years agominimize in the default theme
Mohammed Adnène Trojette [Sun, 4 Jul 2004 22:37:01 +0000 (22:37 +0000)]
minimize in the default theme

19 years agoadded a function to minimize VLC (check win32 compilation)
Mohammed Adnène Trojette [Sun, 4 Jul 2004 22:22:10 +0000 (22:22 +0000)]
added a function to minimize VLC (check win32 compilation)

19 years ago * wxwindows/menus.cpp: added missing _()
Cyril Deguet [Sat, 3 Jul 2004 14:04:14 +0000 (14:04 +0000)]
  * wxwindows/menus.cpp: added missing _()

19 years ago* Update TODO and other junk
Derk-Jan Hartman [Fri, 2 Jul 2004 17:44:16 +0000 (17:44 +0000)]
* Update TODO and other junk

19 years ago* include/video_output.h, include/vlc_video.h, src/video_output/*:
Gildas Bazin [Fri, 2 Jul 2004 15:12:35 +0000 (15:12 +0000)]
* include/video_output.h, include/vlc_video.h, src/video_output/*:
   + When dealing with slow direct buffers, use a temporary picture to overlay subtitles (avoids slow reads during alpha-blending).
* modules/video_output/directx/directx.c: signal slow picture buffers.

19 years ago* modules/codec/dmo/dmo.c: small fix to CopyPicture()
Gildas Bazin [Thu, 1 Jul 2004 16:05:05 +0000 (16:05 +0000)]
* modules/codec/dmo/dmo.c: small fix to CopyPicture()

19 years ago* src/playlist/playlist.c: fixed recent playlist f\!ckage.
Gildas Bazin [Thu, 1 Jul 2004 14:45:45 +0000 (14:45 +0000)]
* src/playlist/playlist.c: fixed recent playlist f\!ckage.