]> git.sesse.net Git - vlc/log
vlc
20 years ago* enable mjpeg module and add to LIST
Derk-Jan Hartman [Wed, 26 May 2004 23:19:53 +0000 (23:19 +0000)]
* enable mjpeg module and add to LIST

20 years ago* misc/sap.c: check for packetsize attribute and increase mtu when it's large.
Derk-Jan Hartman [Wed, 26 May 2004 23:15:07 +0000 (23:15 +0000)]
* misc/sap.c: check for packetsize attribute and increase mtu when it's large.
  - some code cleanup. Please watch coding style people.
* demux/sgimb.c: fix an alloc

20 years agomime multipart jpeg and jpeg series of images demuxer by
Sigmund Augdal Helberg [Wed, 26 May 2004 22:27:05 +0000 (22:27 +0000)]
mime multipart jpeg and jpeg series of images demuxer by
Henry Jen (slowhog) <henryjen at ztune dot net>. Only tested in multipart
mode.

20 years agoUse *ScreenResolution() function iso of mixing them with *ScreenOutput() functions.
Jean-Paul Saman [Wed, 26 May 2004 21:02:06 +0000 (21:02 +0000)]
Use *ScreenResolution() function iso of mixing them with *ScreenOutput() functions.

20 years agoAdded Play and Pause OSD Icons for hotkeys.
Yoann Peronneau [Wed, 26 May 2004 17:56:45 +0000 (17:56 +0000)]
Added Play and Pause OSD Icons for hotkeys.

20 years ago* modules/access/pvr: Added keyint= and bframes= options.
Christophe Massiot [Wed, 26 May 2004 12:32:02 +0000 (12:32 +0000)]
* modules/access/pvr: Added keyint= and bframes= options.

20 years agoCompile fix
Clément Stenac [Wed, 26 May 2004 09:53:00 +0000 (09:53 +0000)]
Compile fix

20 years ago* CMML codec:
Andre Pang [Wed, 26 May 2004 08:38:23 +0000 (08:38 +0000)]
* CMML codec:
  - added browse-follow-anchor, browse-go-back and browse-go-forward
    callbacks
  - will not display clip description as subtitles if
    intf-displays-cmml-description variable is set on main interface
    thread
  - bugfix for web browser launching on Mac OS X

20 years ago* cmml: fix for loading non-file:// URLs on win32
Andre Pang [Wed, 26 May 2004 02:23:10 +0000 (02:23 +0000)]
* cmml: fix for loading non-file:// URLs on win32

20 years ago *livedotcom: added H263-2000 (untested).
Laurent Aimar [Tue, 25 May 2004 22:48:37 +0000 (22:48 +0000)]
  *livedotcom: added H263-2000 (untested).

20 years ago* mp4: fix for alaw/ulaw. Clever people that designed .mov decided that
Laurent Aimar [Tue, 25 May 2004 19:38:39 +0000 (19:38 +0000)]
* mp4: fix for alaw/ulaw. Clever people that designed .mov decided that
the demuxer has to ask the parameters to the decoder, instead of just
using the ones in the file.

20 years ago* modules/video_output/directx/events.c: fixed deadlock when switching deinterlacing...
Gildas Bazin [Tue, 25 May 2004 12:07:19 +0000 (12:07 +0000)]
* modules/video_output/directx/events.c: fixed deadlock when switching deinterlacing mode.

20 years ago* modules/control/hotkeys.c: check if there is a vout before writing some OSD, since...
Yoann Peronneau [Tue, 25 May 2004 08:45:45 +0000 (08:45 +0000)]
* modules/control/hotkeys.c: check if there is a vout before writing some OSD, since hotkeys can also be called from an interface now.
* modules/gui/ncurses/ncurses.c: don't add empty ('') entry, in the open function

20 years ago * skins2: Open the file requester dialog when clicking on "play" and the
Olivier Teulière [Mon, 24 May 2004 21:48:56 +0000 (21:48 +0000)]
 * skins2: Open the file requester dialog when clicking on "play" and the
   playlist is empty

20 years ago* Remove last remenants of info.h and info.m
Derk-Jan Hartman [Mon, 24 May 2004 21:28:03 +0000 (21:28 +0000)]
* Remove last remenants of info.h and info.m
* Better align the iTunes styled slider with other UI elements
* added .spx .ts and .ps fileextensions.

20 years ago* Fixed the YUY2 and RV Render() of the OSD widgets.
Derk-Jan Hartman [Mon, 24 May 2004 21:14:06 +0000 (21:14 +0000)]
* Fixed the YUY2 and RV Render() of the OSD widgets.
* Set the Id prop on this 'new' file.

20 years agoHD1000 video output
Jean-Paul Saman [Mon, 24 May 2004 20:12:42 +0000 (20:12 +0000)]
HD1000 video output

20 years agoHD1000 video output
Jean-Paul Saman [Mon, 24 May 2004 20:12:27 +0000 (20:12 +0000)]
HD1000 video output

20 years ago* modules/packetizer/mpegvideo.c: better fix.
Gildas Bazin [Mon, 24 May 2004 19:00:37 +0000 (19:00 +0000)]
* modules/packetizer/mpegvideo.c: better fix.

20 years ago* modules/packetizer/mpegvideo.c: corner case fix for pts/dts.
Gildas Bazin [Mon, 24 May 2004 18:54:47 +0000 (18:54 +0000)]
* modules/packetizer/mpegvideo.c: corner case fix for pts/dts.

20 years ago * drms.c: Fixed bug which caused the wrong ID to be used if there was
Jon Lech Johansen [Mon, 24 May 2004 17:45:05 +0000 (17:45 +0000)]
  * drms.c: Fixed bug which caused the wrong ID to be used if there was
            another firewire device in the ioregistry before the iPod.

20 years ago * ts: fixed pts, and readding default gathering to make
Laurent Aimar [Mon, 24 May 2004 17:43:28 +0000 (17:43 +0000)]
 * ts: fixed pts, and readding default gathering to make
 libmpeg2 happy.

20 years agoVolume icons are buttons to change volume
Jérome Decoodt [Mon, 24 May 2004 12:00:59 +0000 (12:00 +0000)]
Volume icons are buttons to change volume

20 years ago * drms.c: Preview endian fix.
Jon Lech Johansen [Sun, 23 May 2004 22:53:28 +0000 (22:53 +0000)]
  * drms.c: Preview endian fix.

20 years ago* Remove the old info window from SVN.
Derk-Jan Hartman [Sun, 23 May 2004 21:14:34 +0000 (21:14 +0000)]
* Remove the old info window from SVN.
* Cosmetic fix to misc.m

20 years agoOSD sliders are now used if the vout is not embedded or in fullscreen mode.
Yoann Peronneau [Sun, 23 May 2004 17:38:19 +0000 (17:38 +0000)]
OSD sliders are now used if the vout is not embedded or in fullscreen mode.

20 years ago* src/video_output/video_widgets.c: Added OSD sliders when changing volume or positio...
Yoann Peronneau [Sun, 23 May 2004 16:19:29 +0000 (16:19 +0000)]
* src/video_output/video_widgets.c: Added OSD sliders when changing volume or position with hotkeys.
Those sliders are graphical (ie not written with characters) and we can now add others OSD "widgets".

20 years ago* added a search function for the playlist with ncurses interface (feature request...
Yoann Peronneau [Sun, 23 May 2004 16:01:40 +0000 (16:01 +0000)]
* added a search function for the playlist with ncurses interface (feature request #1786).
  It doesn't support regexp for now.
* fixed a bug when playlist was empty at start

20 years ago * raw demuxers: few fixes, add es only after first packet. (size known)
Laurent Aimar [Sun, 23 May 2004 14:43:14 +0000 (14:43 +0000)]
 * raw demuxers: few fixes, add es only after first packet. (size known)

20 years ago * video; in hurry up mode 5 when scanning for width/height, reparse the buffer
Laurent Aimar [Sun, 23 May 2004 14:31:49 +0000 (14:31 +0000)]
 * video; in hurry up mode 5 when scanning for width/height, reparse the buffer
 if we find them. (Avoid dropping the first frame).

20 years ago * es_out: avoid null dts/pts after *9/100 (with non null input values).
Laurent Aimar [Sun, 23 May 2004 13:35:26 +0000 (13:35 +0000)]
 * es_out: avoid null dts/pts after *9/100 (with non null input values).

20 years ago* Fixes to the services-menu
Felix Paul Kühne [Sun, 23 May 2004 12:17:41 +0000 (12:17 +0000)]
* Fixes to the services-menu

20 years ago* modules/gui/wxwindows/interface.cpp: update the checkbox of the extended gui menu...
Gildas Bazin [Sun, 23 May 2004 11:00:53 +0000 (11:00 +0000)]
* modules/gui/wxwindows/interface.cpp: update the checkbox of the extended gui menu entry.

20 years ago* modules/gui/wxwindows/playlist.cpp: small fix.
Gildas Bazin [Sun, 23 May 2004 10:31:54 +0000 (10:31 +0000)]
* modules/gui/wxwindows/playlist.cpp: small fix.

20 years ago * drms.c: Support for previews.
Jon Lech Johansen [Sun, 23 May 2004 00:07:16 +0000 (00:07 +0000)]
  * drms.c: Support for previews.

20 years agoALL: bumped version number to 0.7.3-svn.
Gildas Bazin [Sat, 22 May 2004 18:42:19 +0000 (18:42 +0000)]
ALL: bumped version number to 0.7.3-svn.

20 years agoUpdated version to v0.7.2
Jean-Paul Saman [Fri, 21 May 2004 12:05:41 +0000 (12:05 +0000)]
Updated version to v0.7.2

20 years ago* ChangeLog: updated for the 0.7.2 release.
Gildas Bazin [Fri, 21 May 2004 11:59:25 +0000 (11:59 +0000)]
* ChangeLog: updated for the 0.7.2 release.

20 years ago* configure.ac: fixed libspeex > 1.1.0 detection.
Gildas Bazin [Fri, 21 May 2004 11:54:37 +0000 (11:54 +0000)]
* configure.ac: fixed libspeex > 1.1.0 detection.
* ALL: bumped version number to 0.7.2.

20 years ago* Fixed the latest string changes
Felix Paul Kühne [Fri, 21 May 2004 11:50:12 +0000 (11:50 +0000)]
* Fixed the latest string changes

20 years ago* po/*: updated in preparation for release.
Gildas Bazin [Fri, 21 May 2004 11:34:02 +0000 (11:34 +0000)]
* po/*: updated in preparation for release.

20 years ago * po/es.po: minor translation fix.
Sam Hocevar [Fri, 21 May 2004 11:30:18 +0000 (11:30 +0000)]
  * po/es.po: minor translation fix.

20 years ago* modules/codec/speex.c: fixed stupid bug in encoder.
Gildas Bazin [Fri, 21 May 2004 11:01:35 +0000 (11:01 +0000)]
* modules/codec/speex.c: fixed stupid bug in encoder.

20 years ago * po/es.po: updated Spanish translation by Javier Varela Calvo. (hi goon!)
Sam Hocevar [Fri, 21 May 2004 10:52:04 +0000 (10:52 +0000)]
  * po/es.po: updated Spanish translation by Javier Varela Calvo. (hi goon!)

20 years ago* modules/gui/wxwindows/menus.cpp: release the wxMutexGui lock before triggering...
Gildas Bazin [Fri, 21 May 2004 10:48:33 +0000 (10:48 +0000)]
* modules/gui/wxwindows/menus.cpp: release the wxMutexGui lock before triggering object var callbacks.

20 years ago * po/es.po: really removed all ^Ms.
Sam Hocevar [Fri, 21 May 2004 10:46:36 +0000 (10:46 +0000)]
  * po/es.po: really removed all ^Ms.

20 years ago * po/es.po: removed trailing ^Ms.
Sam Hocevar [Fri, 21 May 2004 10:25:10 +0000 (10:25 +0000)]
  * po/es.po: removed trailing ^Ms.

20 years ago* updated spanish translation by Javier Varela Calvo.
Derk-Jan Hartman [Thu, 20 May 2004 22:04:46 +0000 (22:04 +0000)]
* updated spanish translation by Javier Varela Calvo.

20 years ago* small error in NEWS section concerning FLAC vs. FAAC
Derk-Jan Hartman [Thu, 20 May 2004 19:45:12 +0000 (19:45 +0000)]
* small error in NEWS section concerning FLAC vs. FAAC

20 years ago* vlc.win32.nsi: remove .dat from the list of registered extensions.
Gildas Bazin [Thu, 20 May 2004 13:17:07 +0000 (13:17 +0000)]
* vlc.win32.nsi: remove .dat from the list of registered extensions.

20 years ago * modules/gui/skins2/src/skin_main.cpp:
Sam Hocevar [Thu, 20 May 2004 13:14:55 +0000 (13:14 +0000)]
  * modules/gui/skins2/src/skin_main.cpp:
    + Use the svlc shortcut for skins 2, too.

20 years ago* THANKS: credit Jan Van Boghout <vlc@macrabbit.com> - iTunes like slider for OSX...
Derk-Jan Hartman [Thu, 20 May 2004 12:19:15 +0000 (12:19 +0000)]
* THANKS: credit Jan Van Boghout <vlc@macrabbit.com> - iTunes like slider for OSX intf

20 years agoDocbook documentation on how to create a skin for the skins2 module.
Olivier Teulière [Thu, 20 May 2004 11:18:55 +0000 (11:18 +0000)]
Docbook documentation on how to create a skin for the skins2 module.

20 years ago* modules/gui/wxwindows/open.cpp: simplified a string (sorry for the translations...
Gildas Bazin [Thu, 20 May 2004 10:16:52 +0000 (10:16 +0000)]
* modules/gui/wxwindows/open.cpp: simplified a string (sorry for the translations) because it was making the open dialog way too big.

20 years ago* changed the playlist icon in the wxwin interface (thanks to bigben)
Yoann Peronneau [Thu, 20 May 2004 09:31:02 +0000 (09:31 +0000)]
* changed the playlist icon in the wxwin interface (thanks to bigben)
* added an open button

20 years ago misc/cpu.c: another BeOS compile fix
Eric Petit [Thu, 20 May 2004 01:49:08 +0000 (01:49 +0000)]
 misc/cpu.c: another BeOS compile fix

20 years ago deinterlace.c: BeOS compile fix
Eric Petit [Thu, 20 May 2004 01:42:09 +0000 (01:42 +0000)]
 deinterlace.c: BeOS compile fix

20 years ago gcc < 3 fix
Eric Petit [Thu, 20 May 2004 01:25:24 +0000 (01:25 +0000)]
 gcc < 3 fix

20 years ago* iTunes style slider
Derk-Jan Hartman [Wed, 19 May 2004 23:58:06 +0000 (23:58 +0000)]
* iTunes style slider

20 years ago* mkv.cpp: add missing S_TEXT/ASS indentifier
Derk-Jan Hartman [Wed, 19 May 2004 21:01:58 +0000 (21:01 +0000)]
* mkv.cpp: add missing S_TEXT/ASS indentifier

20 years ago* po/fr.po: Updated French translation
Yoann Peronneau [Wed, 19 May 2004 13:49:09 +0000 (13:49 +0000)]
* po/fr.po: Updated French translation

20 years agoupdate of italian translation (made by murray)
Benjamin Pracht [Wed, 19 May 2004 10:27:30 +0000 (10:27 +0000)]
update of italian translation (made by murray)

20 years ago- added support for UYVY chroma for directx direct vout render
Damien Fouilleul [Wed, 19 May 2004 09:45:48 +0000 (09:45 +0000)]
- added support for UYVY chroma for directx direct vout render

20 years ago- capture filter supports more than one media types
Damien Fouilleul [Wed, 19 May 2004 09:40:58 +0000 (09:40 +0000)]
- capture filter supports more than one media types
- capture filter is more compatible with ICaptureGraphBuilder2
- some code cleanups especially when dealing with media types

20 years ago- ordered device supported media types using an arbitrary fourcc preference priority...
Damien Fouilleul [Wed, 19 May 2004 09:38:44 +0000 (09:38 +0000)]
- ordered device supported media types using an arbitrary fourcc preference priority before passing them to capture filter
- removed assumption where YUY2 chroma was considered identical to UYVY

20 years agoSkip leading tabs, spaces and line feeds
Clément Stenac [Tue, 18 May 2004 20:41:19 +0000 (20:41 +0000)]
Skip leading tabs, spaces and line feeds

20 years ago * skins2/utils/var_text.cpp: avoid an infinite loop when $H is specified in
Olivier Teulière [Tue, 18 May 2004 18:47:02 +0000 (18:47 +0000)]
 * skins2/utils/var_text.cpp: avoid an infinite loop when $H is specified in
   a help string

20 years ago* modules/gui/wxwindows/iteminfo.cpp: expand info tree by default.
Gildas Bazin [Tue, 18 May 2004 15:10:18 +0000 (15:10 +0000)]
* modules/gui/wxwindows/iteminfo.cpp: expand info tree by default.

20 years ago* skins2/src/vlcproc.cpp: a few cleanup fixes.
Gildas Bazin [Tue, 18 May 2004 14:50:19 +0000 (14:50 +0000)]
* skins2/src/vlcproc.cpp: a few cleanup fixes.
* wxwindows/*: a few cleanup fixes.

20 years agoHopefully fix bug with playlist parsing (line-feed problem)
Clément Stenac [Tue, 18 May 2004 11:21:22 +0000 (11:21 +0000)]
Hopefully fix bug with playlist parsing (line-feed problem)

20 years agoTolerate vcdimager < 0.7.21. Patch thanks to Arwed v. Merkatz.
Rocky Bernstein [Tue, 18 May 2004 10:49:15 +0000 (10:49 +0000)]
Tolerate vcdimager < 0.7.21. Patch thanks to Arwed v. Merkatz.

20 years ago macosx/vout*: fixed a possible segfault on vout close
Eric Petit [Tue, 18 May 2004 09:08:44 +0000 (09:08 +0000)]
 macosx/vout*: fixed a possible segfault on vout close

20 years ago* rewritten a pref-string
Felix Paul Kühne [Tue, 18 May 2004 06:46:05 +0000 (06:46 +0000)]
* rewritten a pref-string

20 years ago* modules/gui/macosx/intf.*: made the Services-menu translatable
Felix Paul Kühne [Mon, 17 May 2004 22:14:25 +0000 (22:14 +0000)]
* modules/gui/macosx/intf.*: made the Services-menu translatable
* modules/gui/macosx/macosx.m: rewritten a pref-string
* modules/gui/pda/pda.glade: Fixed "VLC media player"
* po/de.po: Updated translation

20 years ago * skins2:
Olivier Teulière [Mon, 17 May 2004 20:48:39 +0000 (20:48 +0000)]
 * skins2:
    - new possible action vlc.mute() to mute/un-mute
    - vlc.isMute is now working well (in a boolean expression)

20 years ago* vlc.win32.nsi: start menu shortcut for skins2.
Gildas Bazin [Mon, 17 May 2004 20:29:41 +0000 (20:29 +0000)]
* vlc.win32.nsi: start menu shortcut for skins2.

20 years ago * theme.xml: please, no useless vout window in the default skin
Cyril Deguet [Mon, 17 May 2004 20:14:31 +0000 (20:14 +0000)]
  * theme.xml: please, no useless vout window in the default skin

20 years ago* ALL: preparing for the 0.7.2-test3 release.
Gildas Bazin [Mon, 17 May 2004 19:56:30 +0000 (19:56 +0000)]
* ALL: preparing for the 0.7.2-test3 release.

20 years ago* modules/video_chroma/i420_rgb_mmx.h: gcc-3.4 compilation fix.
Gildas Bazin [Mon, 17 May 2004 19:38:13 +0000 (19:38 +0000)]
* modules/video_chroma/i420_rgb_mmx.h: gcc-3.4 compilation fix.

20 years ago* modules/codec/dvbsub.c: coding style changes.
Gildas Bazin [Mon, 17 May 2004 19:22:50 +0000 (19:22 +0000)]
* modules/codec/dvbsub.c: coding style changes.

20 years ago* src/input/input_programs.c: if no program is specified by the user, don't add any...
Gildas Bazin [Mon, 17 May 2004 16:10:32 +0000 (16:10 +0000)]
* src/input/input_programs.c: if no program is specified by the user, don't add any to the list.

20 years ago* fixed race condition with b_seekable.
Gildas Bazin [Mon, 17 May 2004 12:02:43 +0000 (12:02 +0000)]
* fixed race condition with b_seekable.

20 years ago* modules/control/hotkeys.c: Fixed a bug with hotkey 't': length was
Yoann Peronneau [Mon, 17 May 2004 11:49:35 +0000 (11:49 +0000)]
* modules/control/hotkeys.c: Fixed a bug with hotkey 't': length was
sometimes not display, although it was known.

20 years ago* po/POTFILES.in: updated
Anil Daoud [Mon, 17 May 2004 11:38:01 +0000 (11:38 +0000)]
* po/POTFILES.in: updated

20 years ago* modules/gui/wxwindows/timer.cpp: don't show the slider when the stream is not seekable.
Gildas Bazin [Mon, 17 May 2004 10:39:14 +0000 (10:39 +0000)]
* modules/gui/wxwindows/timer.cpp: don't show the slider when the stream is not seekable.

20 years ago* add old goom module if libgoom.a is detected
Derk-Jan Hartman [Mon, 17 May 2004 01:54:32 +0000 (01:54 +0000)]
* add old goom module if libgoom.a is detected
  (When you fix stuff you should commit them as well)

20 years ago* interface/interface.c: fixed a bug with embedded vouts and interface switching.
Gildas Bazin [Sun, 16 May 2004 22:42:48 +0000 (22:42 +0000)]
* interface/interface.c: fixed a bug with embedded vouts and interface switching.
* video_output/vout_intf.c: small fix.

20 years ago* src/video_output/vout_intf.c, include/video_output.h:
Gildas Bazin [Sun, 16 May 2004 22:06:34 +0000 (22:06 +0000)]
* src/video_output/vout_intf.c, include/video_output.h:
  + vout_RequestWindow() will now cycle through all the available interfaces until
it finds one with embedded vout support.
    This fixes the issue where embedded vout would stop working when additional
interfaces are spawned after the main interface is started.
  + vout_RequestWindow() now stores the parent interface pointer into the vout
object for later use by vout_ControlWindow() and vout_ReleaseWindow().
  + added a vout_vaControlDefault() called by the vouts pf_control() when they
don't handle something.
* modules/video_output/directx/events.c, modules/video_output/x11/xcommon.c:
  + call vout_vaControlDefault().
* modules/gui/wxwindows/wxwindows.cpp: sets p_intf->b_dead when the interface is
about to be destroyed.

20 years ago* modules/gui/macosx/output.m: added mp4a.
Derk-Jan Hartman [Sun, 16 May 2004 20:27:47 +0000 (20:27 +0000)]
* modules/gui/macosx/output.m: added mp4a.
* modules/gui/macosx/controls.m: fix the autogenerated menu.

20 years ago* modules/gui/wxwindows/preferences_widgets.cpp: increased max int in IntegerConfigCo...
Gildas Bazin [Sun, 16 May 2004 19:33:58 +0000 (19:33 +0000)]
* modules/gui/wxwindows/preferences_widgets.cpp: increased max int in IntegerConfigControl.

20 years ago* modules/gui/wxwindows/open.cpp: added a DVB tab and display module shortnames inste...
Gildas Bazin [Sun, 16 May 2004 19:20:23 +0000 (19:20 +0000)]
* modules/gui/wxwindows/open.cpp: added a DVB tab and display module shortnames instead of their descriptions.

20 years ago* include/modules_inner.h, include/modules.h: added a shortname field to the module...
Gildas Bazin [Sun, 16 May 2004 19:17:56 +0000 (19:17 +0000)]
* include/modules_inner.h, include/modules.h: added a shortname field to the module declaration section.
* modules/access/*: added a shortname to a few modules.

20 years agomsleep() a bit before filling the playlist.
Anil Daoud [Sun, 16 May 2004 18:08:41 +0000 (18:08 +0000)]
msleep() a bit before filling the playlist.

20 years ago* modules/gui/wxwindows/interface.cpp: forgot a debug message.
Gildas Bazin [Sun, 16 May 2004 17:54:18 +0000 (17:54 +0000)]
* modules/gui/wxwindows/interface.cpp: forgot a debug message.

20 years ago* modules/misc/network/ipv4.c: new --ipv4-timeout config option that lets you specify...
Gildas Bazin [Sun, 16 May 2004 17:44:44 +0000 (17:44 +0000)]
* modules/misc/network/ipv4.c: new --ipv4-timeout config option that lets you specify a timeout for TCP connections (default 5sec).

20 years ago* modules/gui/wxwindows/*: some cleanup + disable seekbar if stream is not seekable.
Gildas Bazin [Sun, 16 May 2004 17:25:10 +0000 (17:25 +0000)]
* modules/gui/wxwindows/*: some cleanup + disable seekbar if stream is not seekable.

20 years agoDetails on DVB
Clément Stenac [Sun, 16 May 2004 17:03:31 +0000 (17:03 +0000)]
Details on DVB

20 years ago* NEWS: Updated a bit more
Derk-Jan Hartman [Sun, 16 May 2004 15:29:24 +0000 (15:29 +0000)]
* NEWS: Updated a bit more

20 years agoUpdate timer
Clément Stenac [Sun, 16 May 2004 13:46:58 +0000 (13:46 +0000)]
Update timer

20 years ago* modules/video_output/x11/xcommon.c: before using an Xv port, make sure XV_AUTOPAINT...
Gildas Bazin [Sun, 16 May 2004 12:52:05 +0000 (12:52 +0000)]
* modules/video_output/x11/xcommon.c: before using an Xv port, make sure XV_AUTOPAINT_COLORKEY is switched on.