]> git.sesse.net Git - vlc/log
vlc
20 years ago* include/vlc/vlc.h: added a b_play parameter to the libvlc VLC_AddIntf() prototype.
Gildas Bazin [Tue, 20 Apr 2004 15:05:24 +0000 (15:05 +0000)]
* include/vlc/vlc.h: added a b_play parameter to the libvlc VLC_AddIntf() prototype.
   When true, the interface will automatically start playing the playlist when (and only when) it is ready. (particularly useful for embedded vouts).
* src/libvlc.c, src/vlc.c: new VLC_AddIntf() prototype.
* src/interface/interface.c: if the interface doesn't support "playing on start", do it ourselves.
* modules/gui/wxwindows/wxwindows.cpp: implement "play on start".

20 years ago * po/es.po: minor translation fix.
Sam Hocevar [Tue, 20 Apr 2004 14:31:24 +0000 (14:31 +0000)]
  * po/es.po: minor translation fix.

20 years ago* modules/gui/wxwindows/interface.cpp: better interface size under gtk.
Gildas Bazin [Tue, 20 Apr 2004 14:04:56 +0000 (14:04 +0000)]
* modules/gui/wxwindows/interface.cpp: better interface size under gtk.

20 years ago* modules/gui/wxwindows/interface.cpp: fit the default size of the interface to the...
Gildas Bazin [Tue, 20 Apr 2004 13:34:03 +0000 (13:34 +0000)]
* modules/gui/wxwindows/interface.cpp: fit the default size of the interface to the menubar.

20 years ago* fixed hue, contrast, gamma, brightness and saturation sliders
Antoine Cellerier [Tue, 20 Apr 2004 11:29:36 +0000 (11:29 +0000)]
* fixed hue, contrast, gamma, brightness and saturation sliders
* added restore to default settings button (for those sliders)

20 years ago* Mac OS X: intercept and respond to user-configured VLC hotkeys, rather
Andre Pang [Tue, 20 Apr 2004 04:24:52 +0000 (04:24 +0000)]
* Mac OS X: intercept and respond to user-configured VLC hotkeys, rather
  than only responding to shortcut keys which are defined in the .nib
  interface file

20 years ago* extras/contrib/src
Derk-Jan Hartman [Tue, 20 Apr 2004 01:00:29 +0000 (01:00 +0000)]
* extras/contrib/src
  - fix goom location
  - some small url improvements. please test the contrib system.
* modules/gui/macosx/*
  - autodetect Quartz Extreme. Use OpenGL vout if present.
  - --macosx-vout auto|quartz|opengl to force a vout.
* Makefile.am: add share/http/vlm to target.
* NEWS: small updates
* AUTHORS: updated my email address.

20 years ago* NEWS: few changes.
Gildas Bazin [Mon, 19 Apr 2004 23:00:57 +0000 (23:00 +0000)]
* NEWS: few changes.

20 years ago* NEWS: updated with all the changes since the last release.
Gildas Bazin [Mon, 19 Apr 2004 19:34:15 +0000 (19:34 +0000)]
* NEWS: updated with all the changes since the last release.

20 years ago deinterlace.c: added AltiVec optims for 16-bytes unaligned lines
Eric Petit [Mon, 19 Apr 2004 16:57:39 +0000 (16:57 +0000)]
 deinterlace.c: added AltiVec optims for 16-bytes unaligned lines

20 years ago* Added HACKING file to CMML codec plugin directory, which includes
Andre Pang [Mon, 19 Apr 2004 15:59:56 +0000 (15:59 +0000)]
* Added HACKING file to CMML codec plugin directory, which includes
  description of what it does and how it's implemented.

* Overview of the CMML codec:

  This is an implementation of the Continuous Media Markup Language
  (CMML) for VideoLAN.  In short, CMML is a (XML) markup language for
  time-continuous data, which of course includes multimedia such as
  video and audio.  It allows one to annotate a media file with both
  structured and unstructured textual data, but one of its distinguishing
  features--and what this code implements--is its support for embedding
  hyperlinks in media files.

  So, while viewing some media (e.g. a radio interview with a band),
  you could provide a hyperlink to any URL, including a standard web
  page or other media (e.g. the band's home page).  The hyperlinks
  are active only for specific intervals of time while the media is
  playing, so for example during a radio interview, the hyperlinks
  can change depending on what questions the interviewer is asking
  and topic is being discussed.

  For more general information on CMML and its role in the bigger
  picture of extending the World Wide Web to properly support multimedia,
  see <http://www.annodex.net/overview.html>.  For specifications of
  CMML, see <http://www.annodex.net/specifications.html>.

* CMML codec usage:

  Once you have hyperlinking capability, you take on some of the
  capabilities of a web browser, in particular following hyperlinks,
  and also maintaining a browsing history where you can go backwards
  and forwards between pieces of media you've linked to.  So, if you
  are viewing a file with CMML markup:

  * Hyperlinks are displayed as a subtitle track

  * Hyperlinks are followed with the VLC "activate" hotkey (by default,
    this is just the Enter key)

  * Going back and forward are done with the "history-back" and
    "history-forward" keys, by default Cmd-[ and Cmd-] on Mac OS X,
    and Ctrl-[ and Ctrl-] on all other platforms.

  Until the media browsing history features are made available outside
  of the CMML plugin, you can only use the history features while
  viewing a file that contains CMML markup: e.g. you cannot navigate
  backwards or forward in the history while viewing a standard MPEG
  video.  This is a limitation which may be removed if the media
  browsing code is merged into the VLC core.

20 years agoFix crash when vout window is resized to 0 width
Clément Stenac [Mon, 19 Apr 2004 15:49:25 +0000 (15:49 +0000)]
Fix crash when vout window is resized to 0 width

20 years ago* modules/video_output/directx/events.c: forgot an argument to SetThreadExecutionState().
Gildas Bazin [Mon, 19 Apr 2004 14:06:42 +0000 (14:06 +0000)]
* modules/video_output/directx/events.c: forgot an argument to SetThreadExecutionState().

20 years ago* modules/video_output/directx/events.c: prevent monitor power down when the directx...
Gildas Bazin [Mon, 19 Apr 2004 12:44:56 +0000 (12:44 +0000)]
* modules/video_output/directx/events.c: prevent monitor power down when the directx vout is running.

20 years agoadds a linebreak after sending the Basic authentification token. This makes web serve...
Benjamin Pracht [Mon, 19 Apr 2004 11:50:51 +0000 (11:50 +0000)]
adds a linebreak after sending the Basic authentification token. This makes web servers (including VLC) a lot happier ;-)

20 years ago* include/aout_internal.h: added a b_restart field to aout_input_t.
Gildas Bazin [Mon, 19 Apr 2004 10:48:04 +0000 (10:48 +0000)]
* include/aout_internal.h: added a b_restart field to aout_input_t.
* src/audio_output/input.c: simplified VisualizationCallback() and don't restart the aout inputs in there but rather set the b_restart flag so they automatically get restarted on the next aout_InputPlay().

20 years ago * httpd: better fix for mmsh.
Laurent Aimar [Mon, 19 Apr 2004 08:27:34 +0000 (08:27 +0000)]
 * httpd: better fix for mmsh.

20 years ago* Added Continuous Media Markup Language (CMML) codec
Andre Pang [Mon, 19 Apr 2004 02:08:52 +0000 (02:08 +0000)]
* Added Continuous Media Markup Language (CMML) codec

20 years ago* Add hotkeys to go back/forward in media browsing history
Andre Pang [Mon, 19 Apr 2004 01:26:26 +0000 (01:26 +0000)]
* Add hotkeys to go back/forward in media browsing history

20 years ago* OpenGL video output is now the default on OS X.
Derk-Jan Hartman [Mon, 19 Apr 2004 00:01:51 +0000 (00:01 +0000)]
* OpenGL video output is now the default on OS X.
  I'm not aware of any REAL problems with the openGL output
  please report your experiences.

20 years ago* src/audio_output/input.c: add goom (if present) to the list of visualization choices.
Gildas Bazin [Sun, 18 Apr 2004 23:35:25 +0000 (23:35 +0000)]
* src/audio_output/input.c: add goom (if present) to the list of visualization choices.

20 years ago* modules/visualization/visual/visual.c: more sanity checks for fail over situations.
Gildas Bazin [Sun, 18 Apr 2004 23:08:44 +0000 (23:08 +0000)]
* modules/visualization/visual/visual.c: more sanity checks for fail over situations.

20 years ago* src/input/*: fixed some deadlock issues.
Gildas Bazin [Sun, 18 Apr 2004 22:48:23 +0000 (22:48 +0000)]
* src/input/*: fixed some deadlock issues.
   The locking is still far from perfect and will need some cleanup but this is a step in the right direction.

20 years agoMake the SAP parser happier
Clément Stenac [Sun, 18 Apr 2004 19:56:58 +0000 (19:56 +0000)]
Make the SAP parser happier

20 years ago* ALL: Better announce system
Clément Stenac [Sun, 18 Apr 2004 18:21:09 +0000 (18:21 +0000)]
* ALL: Better announce system

  - The SAP handler now runs in a separate thread.
  - RTP sessions can be announced with sap (sdp=sap://,name=...)
TODO: Make this more configurable
  - Better SDP generation (the timestamp problem is not resolved)
About this, there is a problem : as, for a RTP session, the URI
        is the complete SDP, if the session is recreated, as the URI has
        changed, a new item is added to the playlist
  - Experimental flow control algorithm :
       It does not follow the "Recommended" implementation, as it needs
       to count the sessions (to achieve this, we should make this work
       together with the SAP listener)
       It is disabled by default (use --sap-flow-control to enable).
       When it is disabled, sap announcement interval is set by --sap-interval

* src/misc/net.c : created net_ReadNonBlock
* sap.c : Fixed memory problem

20 years ago * skins2: Other attempt at supporting transparency on Windows (win2k, winxp).
Olivier Teulière [Sun, 18 Apr 2004 18:11:51 +0000 (18:11 +0000)]
 * skins2: Other attempt at supporting transparency on Windows (win2k, winxp).
   As it is not perfect yet, a new config option allows to disable transparency
   effects.

20 years ago* Some progress on the wizard (still not useable)
Clément Stenac [Sun, 18 Apr 2004 18:06:41 +0000 (18:06 +0000)]
* Some progress on the wizard (still not useable)
* Fixed layout of the item info dialog

20 years ago* "Where are the .po files?"
Derk-Jan Hartman [Sun, 18 Apr 2004 12:18:23 +0000 (12:18 +0000)]
* "Where are the .po files?"

20 years ago* Switch default behaviour of --sap-parse. A lot of the streams
Derk-Jan Hartman [Sun, 18 Apr 2004 09:58:08 +0000 (09:58 +0000)]
* Switch default behaviour of --sap-parse. A lot of the streams
  that the module could parse cannot be parsed by live.com
  most are udp announces. We will need to inform Ross about these...
  (on mbone about 1/3 announces is not recognized by live.com)

20 years ago* New sap listener standard behaviour is to pass along ALL complete announces to
Derk-Jan Hartman [Sun, 18 Apr 2004 00:41:49 +0000 (00:41 +0000)]
* New sap listener standard behaviour is to pass along ALL complete announces to
  the playlist, so livedotcom will be used.
* Added a --sap-parse option, so you can get back the old behaviour.

20 years ago* Little cleanup of sap announces :
Benjamin Pracht [Sat, 17 Apr 2004 09:22:41 +0000 (09:22 +0000)]
* Little cleanup of sap announces :

- use net_* functions
- use vlc_UrlParse function

change sap_session_t structure  : it now includes the  sdp packet, which
isn't regenerated each time it is sent.

20 years ago* modules/control/telnet.c: removed translation of "VLM"
Felix Paul Kühne [Fri, 16 Apr 2004 18:41:00 +0000 (18:41 +0000)]
* modules/control/telnet.c: removed translation of "VLM"
* modules/gui/pda/pda.glade: removed translatable-flags of various untranslatable strings like "127.0.0.1" or "avi"
* modules/gui/wxwindows/wizard.cpp: minor string-corrections
* modules/misc/logger.c: more minor string-corrections
* modules/misc/sap.c: ditto
* src/libvlc.h: ditto
* po/de.po: updated german translation

20 years ago * fixed a typo
Felix Paul Kühne [Fri, 16 Apr 2004 15:25:35 +0000 (15:25 +0000)]
 * fixed a typo

20 years ago* modules/demux/livedotcom.cpp: compilation fix for old livemedia libs.
Gildas Bazin [Fri, 16 Apr 2004 13:26:01 +0000 (13:26 +0000)]
* modules/demux/livedotcom.cpp: compilation fix for old livemedia libs.

20 years ago* Updated live.com
Derk-Jan Hartman [Fri, 16 Apr 2004 00:38:57 +0000 (00:38 +0000)]
* Updated live.com
* Added openmash targets (not yet enabled, because it doesn't compile yet)

20 years agoinclude/vlc_block.h:
Sigmund Augdal Helberg [Thu, 15 Apr 2004 22:45:27 +0000 (22:45 +0000)]
include/vlc_block.h:
 * added a BLOCK_FLAG_END_OF_FRAME flag
 * reformated comments on block flags
modules/demux/livedotcom.cpp
 * use BLOCK_FLAG_END_OF_FRAME, and only for h261 streams
modules/codec/Modules.am,mash.cpp
 * new h261 video decoder using openmash. Building this plugin is left as an
   excersise for the reader.

20 years agohandle h261 video streams over rtp
Sigmund Augdal Helberg [Thu, 15 Apr 2004 22:22:55 +0000 (22:22 +0000)]
handle h261 video streams over rtp

20 years ago* src/misc/block.c: fixed BlockRealloc()
Gildas Bazin [Thu, 15 Apr 2004 22:21:41 +0000 (22:21 +0000)]
* src/misc/block.c: fixed BlockRealloc()

20 years ago * http: fixed some gcc warning.
Laurent Aimar [Thu, 15 Apr 2004 20:27:06 +0000 (20:27 +0000)]
 * http: fixed some gcc warning.

20 years ago * httpd: may fix mmsh for vlc.
Laurent Aimar [Thu, 15 Apr 2004 20:25:57 +0000 (20:25 +0000)]
 * httpd: may fix mmsh for vlc.

20 years ago* modules/visualization/goom.c: default speed is now set to 6.
Gildas Bazin [Thu, 15 Apr 2004 20:01:24 +0000 (20:01 +0000)]
* modules/visualization/goom.c: default speed is now set to 6.

20 years ago* modules/stream_out/transcode.c: try more sensible width/height values when testing...
Gildas Bazin [Thu, 15 Apr 2004 19:12:20 +0000 (19:12 +0000)]
* modules/stream_out/transcode.c: try more sensible width/height values when testing the video encoder.

20 years ago* ALL: ./toolbox --update-po
Felix Paul Kühne [Thu, 15 Apr 2004 16:05:59 +0000 (16:05 +0000)]
* ALL: ./toolbox --update-po

20 years ago* added localisation support
Felix Paul Kühne [Thu, 15 Apr 2004 16:01:33 +0000 (16:01 +0000)]
* added localisation support

20 years agofixed the incorrect window size limits for the interface window
Stephan Assmus [Thu, 15 Apr 2004 10:46:11 +0000 (10:46 +0000)]
fixed the incorrect window size limits for the interface window

20 years agoBeOS specific compile fix, there is no INADDR_NONE defined on BeOS, I changed it...
Stephan Assmus [Thu, 15 Apr 2004 10:02:19 +0000 (10:02 +0000)]
BeOS specific compile fix, there is no INADDR_NONE defined on BeOS, I changed it to INADDR_BROADCAST, which is defined as the same thing on Linux. Hope it's ok, I left the original line as a comment...

20 years agocompile fix, do not declare variables in the middle of a function, this is plain...
Stephan Assmus [Thu, 15 Apr 2004 09:57:14 +0000 (09:57 +0000)]
compile fix, do not declare variables in the middle of a function, this is plain C...

20 years ago * http interface: media/schedule show page before edit page
Simon Latapie [Wed, 14 Apr 2004 16:20:25 +0000 (16:20 +0000)]
 * http interface: media/schedule show page before edit page

20 years agoUse wxFileDialog::GetPath() and not GetFilename(). Closes #1781
Sigmund Augdal Helberg [Wed, 14 Apr 2004 15:59:52 +0000 (15:59 +0000)]
Use wxFileDialog::GetPath() and not GetFilename(). Closes #1781

20 years ago * vlm.c: a few bug fixes, cleaning, and maid vlm more http-intf
Simon Latapie [Wed, 14 Apr 2004 08:55:34 +0000 (08:55 +0000)]
 * vlm.c: a few bug fixes, cleaning, and maid vlm more http-intf
   compatible
 * http.c: a little bug fix ( append vlm command )
 * telnet.c: 4 spaces indentation on show command (much more readable)
 * share/http/vlm/edit.html, index.html, new.html: cleaning, esthetic
   modifications

20 years ago* modules/access/v4l/v4l.c: off by one fix by James MacLean.
Gildas Bazin [Wed, 14 Apr 2004 07:09:17 +0000 (07:09 +0000)]
* modules/access/v4l/v4l.c: off by one fix by James MacLean.

20 years ago* vout_ShowTextAbsolute now returns VLC_EGENERIC if the text render wasn't
Andre Pang [Wed, 14 Apr 2004 06:09:56 +0000 (06:09 +0000)]
* vout_ShowTextAbsolute now returns VLC_EGENERIC if the text render wasn't
  successful and VLC_SUCCESS on success, instead of returning void.

20 years ago* modules/codec/ffmpeg/encoder.c: ffmpeg doesn't segfault anymore if you set the...
Gildas Bazin [Tue, 13 Apr 2004 14:13:07 +0000 (14:13 +0000)]
* modules/codec/ffmpeg/encoder.c: ffmpeg doesn't segfault anymore if you set the pts of input frames when doing mpeg4 video encoding.
  So let's use proper PTS now!

20 years agomodules/codec/subsdec.c:
Sigmund Augdal Helberg [Tue, 13 Apr 2004 14:08:51 +0000 (14:08 +0000)]
modules/codec/subsdec.c:
 * strip html-like tags from subtitles

20 years ago*all :
Benjamin Pracht [Tue, 13 Apr 2004 13:23:26 +0000 (13:23 +0000)]
*all :

- Add "Add group" and "delete group" buttons in the playlistinfo window
- When several items of the playlist are selected, and we change the group, change it for all selected items...

20 years ago* modules/visualization/goom.c: don't bother including the goom header on win32.
Gildas Bazin [Tue, 13 Apr 2004 12:49:14 +0000 (12:49 +0000)]
* modules/visualization/goom.c: don't bother including the goom header on win32.

20 years ago* modules/packetizer/*: bug fix (use es_format_Copy() when necessary).
Gildas Bazin [Tue, 13 Apr 2004 10:52:29 +0000 (10:52 +0000)]
* modules/packetizer/*: bug fix (use es_format_Copy() when necessary).

20 years ago * mpeg4video: init i_dts.
Laurent Aimar [Tue, 13 Apr 2004 10:05:59 +0000 (10:05 +0000)]
 * mpeg4video: init i_dts.

20 years ago* modules/gui/wxwindows/preferences_widgets.cpp: update events for IntegerConfigControl.
Gildas Bazin [Mon, 12 Apr 2004 21:59:28 +0000 (21:59 +0000)]
* modules/gui/wxwindows/preferences_widgets.cpp: update events for IntegerConfigControl.

20 years ago* modules/gui/skins2/x11/x11_factory.cpp: added "share/skins2" to the resource paths.
Gildas Bazin [Mon, 12 Apr 2004 21:48:18 +0000 (21:48 +0000)]
* modules/gui/skins2/x11/x11_factory.cpp: added "share/skins2" to the resource paths.
* modules/gui/skins2/x11/x11_factory.cpp: small cosmetic change in a string.

20 years ago* modules/gui/wxwindows/open.cpp: bug fix.
Gildas Bazin [Mon, 12 Apr 2004 21:10:26 +0000 (21:10 +0000)]
* modules/gui/wxwindows/open.cpp: bug fix.

20 years ago* Fix the 'auto' selection of Console intf in "extra intfs" menu entry.
Derk-Jan Hartman [Mon, 12 Apr 2004 21:01:41 +0000 (21:01 +0000)]
* Fix the 'auto' selection of Console intf in "extra intfs" menu entry.

20 years ago* modules/gui/wxwindows/open.cpp: compilation fix.
Gildas Bazin [Mon, 12 Apr 2004 20:52:29 +0000 (20:52 +0000)]
* modules/gui/wxwindows/open.cpp: compilation fix.

20 years ago* share/Makefile.am: skin.dtd was moved.
Gildas Bazin [Mon, 12 Apr 2004 20:39:26 +0000 (20:39 +0000)]
* share/Makefile.am: skin.dtd was moved.

20 years ago* modules/gui/wxwindows/*: removed the V4L specific code.
Gildas Bazin [Mon, 12 Apr 2004 20:30:59 +0000 (20:30 +0000)]
* modules/gui/wxwindows/*: removed the V4L specific code.
  The V4L panel is now created automatically with an "AutoBuiltPanel" class.
  (A few options are missing compared to the old panel but they need to be added
   to the V4L plugin, not the wxWindows code).

20 years ago * skins2/win32/win32_factory.cpp: Compilation fix
Olivier Teulière [Mon, 12 Apr 2004 18:55:07 +0000 (18:55 +0000)]
 * skins2/win32/win32_factory.cpp: Compilation fix

20 years ago * all: the DTD lookup for skins2 themes now use XML catalogs:
Cyril Deguet [Mon, 12 Apr 2004 17:08:58 +0000 (17:08 +0000)]
  * all: the DTD lookup for skins2 themes now use XML catalogs:
    The XML file must begin with:
    <!DOCTYPE Theme PUBLIC "-//VideoLAN//DTD VLC Skins V2.0//EN" "skin.dtd">
    (the "skin.dtd" is ignored but should be an URL on the website)
    and the DTD is looked up at runtime in the directories of the resource
    path (see previous commit), e.g /usr/local/share/vlc/skins2/skin.dtd
    -> the DTD doesn't need any more to be shipped with the themes.

20 years ago * src/os_factory.hpp: added a method OSFactory::getResourceDir()
Cyril Deguet [Mon, 12 Apr 2004 14:25:15 +0000 (14:25 +0000)]
  * src/os_factory.hpp: added a method OSFactory::getResourceDir()
   to get a list of possible resource directories for skins2.
   On linux the path is "~/.vlc/skins2:VLC_INSTALL_DIR/share/skins2"
   and on win32 it is "VLC_PATH\skins2'
  * src/skin_main.cpp: use the getResourceDir() method instead of #ifdef
  * parser/builder.cpp: the default font is looked up in the resource dir,
   so you can put fonts in ~/.vlc/skins2/fonts and avoid a make install

20 years ago * skins/win32/win32_graphics.cpp: Fix for alphablending (thanks AsMaX)
Olivier Teulière [Mon, 12 Apr 2004 14:07:57 +0000 (14:07 +0000)]
 * skins/win32/win32_graphics.cpp: Fix for alphablending (thanks AsMaX)

20 years ago * doc/Doxyfile: generate Doxygen documentation for the skins2 module
Olivier Teulière [Mon, 12 Apr 2004 13:17:52 +0000 (13:17 +0000)]
 * doc/Doxyfile: generate Doxygen documentation for the skins2 module

20 years ago* modules/access/dshow/*: improvements from Damien Fouilleul (modified by me).
Gildas Bazin [Mon, 12 Apr 2004 10:44:34 +0000 (10:44 +0000)]
* modules/access/dshow/*: improvements from Damien Fouilleul (modified by me).
  + Use ICaptureGraphBuilder2 when available (standard way to setup capture graphs).
  + Extra WDM property sheets for --dshow-config.
  + Some support for selecting crossbar routes.
* THANKS: Added Damien Fouilleul for the DirectShow input improvements.

20 years ago* modules/gui/wxwindows/menus.cpp: added "Open Capture Device..." and "Preferences...
Gildas Bazin [Mon, 12 Apr 2004 09:52:40 +0000 (09:52 +0000)]
* modules/gui/wxwindows/menus.cpp: added "Open Capture Device..." and "Preferences..." entries in the popup menu.

20 years ago* modules/gui/wxwindows/*: improved preferences widgets a bit.
Gildas Bazin [Mon, 12 Apr 2004 00:06:59 +0000 (00:06 +0000)]
* modules/gui/wxwindows/*: improved preferences widgets a bit.

20 years ago * all: support of playlist loop in skins2
Cyril Deguet [Sun, 11 Apr 2004 16:34:04 +0000 (16:34 +0000)]
  * all: support of playlist loop in skins2
   (new variable playlist.isLoop, new commands playlist.setLoop(true)
   and playlist.setLoop(false) in the xml)

20 years ago* include/vlc_interface.h: forgot that in last commit.
Gildas Bazin [Sun, 11 Apr 2004 12:22:06 +0000 (12:22 +0000)]
* include/vlc_interface.h: forgot that in last commit.

20 years ago* modules/gui/wxwindows/*:
Gildas Bazin [Sun, 11 Apr 2004 12:20:11 +0000 (12:20 +0000)]
* modules/gui/wxwindows/*:
  + added a "Open Capture Device..." menu entry.
  + a bit of clean-up.

20 years ago* compilation fixes
Anil Daoud [Sat, 10 Apr 2004 16:53:57 +0000 (16:53 +0000)]
* compilation fixes

20 years ago* --enable-gpl needed now for ffmpeg cvs
Derk-Jan Hartman [Sat, 10 Apr 2004 12:26:50 +0000 (12:26 +0000)]
* --enable-gpl needed now for ffmpeg cvs

20 years agoBeginning of an improved streaming wizard. Do not use at the moment
Clément Stenac [Fri, 9 Apr 2004 18:16:13 +0000 (18:16 +0000)]
Beginning of an improved streaming wizard. Do not use at the moment

20 years ago* modules/stream_out/transcode.c: compilation fix for latest ffmpeg cvs.
Gildas Bazin [Fri, 9 Apr 2004 16:03:29 +0000 (16:03 +0000)]
* modules/stream_out/transcode.c: compilation fix for latest ffmpeg cvs.

20 years agoDisabled my last changes, since they don't seem to work in all cases.
Olivier Teulière [Thu, 8 Apr 2004 21:29:27 +0000 (21:29 +0000)]
Disabled my last changes, since they don't seem to work in all cases.

20 years ago* modules/gui/wxwindows/menus.cpp: fixed segfault.
Gildas Bazin [Thu, 8 Apr 2004 17:54:18 +0000 (17:54 +0000)]
* modules/gui/wxwindows/menus.cpp: fixed segfault.

20 years ago * skins2/win32/win32_window.cpp: Transparency works correctly (this is
Olivier Teulière [Thu, 8 Apr 2004 17:54:03 +0000 (17:54 +0000)]
 * skins2/win32/win32_window.cpp: Transparency works correctly (this is
   controlled by the 'alpha' and 'movealpha' attributes of the 'Theme'
   tag). Win32 only.
   Note: It is advised to use 255 for the alpha value, otherwise resizing
   will be slowed down a lot...

20 years ago* modules/video_output/directx/directx.c: apply --video-on-top on start.
Gildas Bazin [Thu, 8 Apr 2004 15:50:29 +0000 (15:50 +0000)]
* modules/video_output/directx/directx.c: apply --video-on-top on start.

20 years ago* modules/gui/wxwindows/wxwindows.h: forgotten in last commit.
Gildas Bazin [Thu, 8 Apr 2004 15:41:56 +0000 (15:41 +0000)]
* modules/gui/wxwindows/wxwindows.h: forgotten in last commit.

20 years ago* modules/gui/wxwindows/*: implemented VOUT_SET_STAY_ON_TOP in ControlWindow()
Gildas Bazin [Thu, 8 Apr 2004 15:40:32 +0000 (15:40 +0000)]
* modules/gui/wxwindows/*: implemented VOUT_SET_STAY_ON_TOP in ControlWindow()
* modules/video_output/directx and x11: implemented VOUT_SET_STAY_ON_TOP in Control()
* src/video_output/vout_intf.c: moved the video-on-top variable there.

20 years ago* mozilla/vlcshell.cpp: added fullscreen=yes/no option
Gildas Bazin [Thu, 8 Apr 2004 12:57:50 +0000 (12:57 +0000)]
* mozilla/vlcshell.cpp: added fullscreen=yes/no option
* modules/gui/wxwindows/*: fixed auto-generated menus on win32.

20 years ago * input/input_dec.c: we automaticaly switch to minimize thread mode
Laurent Aimar [Wed, 7 Apr 2004 23:13:03 +0000 (23:13 +0000)]
 * input/input_dec.c: we automaticaly switch to minimize thread mode
when streaming (it's better because of the way sout works).
 * stream_output/stream_output.c: when removing a stream, stop waiting
and start muxing if data are already here (needed for sout with pace
control).

 Both will help to allow muxing (nearly?) all frames, even the last ones.

20 years ago* modules/mux/*: fixed block_Realloc() typo.
Gildas Bazin [Wed, 7 Apr 2004 22:57:08 +0000 (22:57 +0000)]
* modules/mux/*: fixed block_Realloc() typo.

20 years ago* modules/access_out/file.c: added "stream" shortcut for when one doesn't want pace...
Gildas Bazin [Wed, 7 Apr 2004 22:49:13 +0000 (22:49 +0000)]
* modules/access_out/file.c: added "stream" shortcut for when one doesn't want pace control.

20 years ago* modules/mug/ogg.c: fixed recent breakage.
Gildas Bazin [Wed, 7 Apr 2004 22:41:57 +0000 (22:41 +0000)]
* modules/mug/ogg.c: fixed recent breakage.

20 years ago* ALL: use p_block->i_length for text subtitles duration (instead of the i_dts hack).
Gildas Bazin [Wed, 7 Apr 2004 21:13:35 +0000 (21:13 +0000)]
* ALL: use p_block->i_length for text subtitles duration (instead of the i_dts hack).

20 years agocrotte !
Mohammed Adnène Trojette [Wed, 7 Apr 2004 20:10:16 +0000 (20:10 +0000)]
crotte !

20 years ago* modules/gui/wxwindows/*: modified the auto-generated menus routines to not
Gildas Bazin [Wed, 7 Apr 2004 19:48:38 +0000 (19:48 +0000)]
* modules/gui/wxwindows/*: modified the auto-generated menus routines to not
delete/re-create parent menus. That makes wxWindows a lot happier.

20 years ago* configure.ac: disable SSE on solaris.
Gildas Bazin [Wed, 7 Apr 2004 19:09:38 +0000 (19:09 +0000)]
* configure.ac: disable SSE on solaris.

20 years ago* Use newer speex in OSX. apparently 0.7.1a is broken in this respect.
Derk-Jan Hartman [Wed, 7 Apr 2004 18:36:00 +0000 (18:36 +0000)]
* Use newer speex in OSX. apparently 0.7.1a is broken in this respect.

20 years ago * asf: added limited support of concatenated files for web radios (only
Laurent Aimar [Wed, 7 Apr 2004 17:47:07 +0000 (17:47 +0000)]
 * asf: added limited support of concatenated files for web radios (only
files without index, seek isn't supported for such stream)

20 years ago * mmsh: added support of multiple files streamed with the same url (a
Laurent Aimar [Wed, 7 Apr 2004 17:41:14 +0000 (17:41 +0000)]
 * mmsh: added support of multiple files streamed with the same url (a
few web radios use that)

20 years ago* modules/gui/pda/pda_interface.c: Removed translation of protocol-strings like ...
Felix Paul Kühne [Wed, 7 Apr 2004 11:50:13 +0000 (11:50 +0000)]
* modules/gui/pda/pda_interface.c: Removed translation of protocol-strings like "rtp://" and paths like "/dev/video"
* po/de.po: Updated german translation

20 years ago* modules/visualization/goom.c:
Gildas Bazin [Tue, 6 Apr 2004 23:54:49 +0000 (23:54 +0000)]
* modules/visualization/goom.c:
   + big rewrite.
   + frame dropping.
   + new --goom-speed option.