]> git.sesse.net Git - vlc/log
vlc
20 years agoSmall update to ARM cross-compile howto
Jean-Paul Saman [Sun, 28 Mar 2004 20:25:53 +0000 (20:25 +0000)]
Small update to ARM cross-compile howto

20 years agoCorrect multi-default selection. But we need vcdimager 0.71 CVS for
Rocky Bernstein [Sun, 28 Mar 2004 20:17:49 +0000 (20:17 +0000)]
Correct multi-default selection. But we need vcdimager 0.71 CVS for
this.  (But most poeple won't notice the improvement since video
switching is broken.)

20 years agocorrection of a small bug in the function move
Xavier Martin [Sun, 28 Mar 2004 14:39:03 +0000 (14:39 +0000)]
correction of a small bug in the function move

20 years agoReverses previous patch, which added 1min/5min forward / backward functions, as it...
Benjamin Pracht [Sun, 28 Mar 2004 12:29:42 +0000 (12:29 +0000)]
Reverses previous patch, which added 1min/5min forward / backward functions, as it made the interface too unclear. We need to find another way to use hotkeys on the main interface...

20 years ago* src/input/stream.c
Derk-Jan Hartman [Sun, 28 Mar 2004 03:16:05 +0000 (03:16 +0000)]
* src/input/stream.c
  - disable stream_ReadLine debug.
* ALL:
  - added a new demux2 module to handle Kasenna MediaBase
    metadata files. These are application/x-sgimb masked
    'mpeg' files on the web. They are in reality mostly constructors
    for rtsp links. The reference to SGI is because the MediaBase
    solutions originate from SGI.

20 years ago * bitmap_font.cpp: full support of text bitmap font
Cyril Deguet [Sat, 27 Mar 2004 18:04:36 +0000 (18:04 +0000)]
  * bitmap_font.cpp: full support of text bitmap font

20 years ago* src/interface/interface.c
Derk-Jan Hartman [Sat, 27 Mar 2004 17:36:46 +0000 (17:36 +0000)]
* src/interface/interface.c
  - spelling fix
  - added telnet intf to 'Add Interface'
* modules/misc/logger.c:
  - on Mac OS X, use ~/Library/Logs to write logger intf output.
* ALL
  - Added 'Add Interface' to Mac OS X build. Now you can finaly quicklaunch
  the SAP intf.

20 years ago * all: beginning of "text" bitmap font support. The text bitmap must have
Cyril Deguet [Sat, 27 Mar 2004 11:24:24 +0000 (11:24 +0000)]
  * all: beginning of "text" bitmap font support. The text bitmap must have
  the following layout: [cf xmms skins ;)]

20 years ago * all: beginning of bitmap font support. At the moment only the digits
Cyril Deguet [Sat, 27 Mar 2004 00:21:13 +0000 (00:21 +0000)]
  * all: beginning of bitmap font support. At the moment only the digits
  font for xmms/winamp2 skins is supported (the bitmap must have the
  following layout: [0123456789 -] with letters of size 9x13).
  Non-digit characters are just skipped, with a hardcoded advance of 6
  (it allows correct display of time in xmms skins; the ':' are skipped)
  Small example at http://people.via.ecp.fr/~asmax/chaos.vlt (uncomplete skin)
  * vars/time.cpp: notify the observers also when the input is stopped
  * controls/ctrl_text.cpp: do not reset the FSM state and timer when the
  text is displayed (was causing bugs in time display)

20 years agoSpectrum is default enabled
Clément Stenac [Fri, 26 Mar 2004 13:20:57 +0000 (13:20 +0000)]
Spectrum is default enabled

20 years ago* src/input/control.c: fixed INPUT_DEL_BOOKMARK.
Gildas Bazin [Fri, 26 Mar 2004 09:35:10 +0000 (09:35 +0000)]
* src/input/control.c: fixed INPUT_DEL_BOOKMARK.

20 years ago * video: disable direct rendering for h264.
Laurent Aimar [Thu, 25 Mar 2004 23:07:19 +0000 (23:07 +0000)]
 * video: disable direct rendering for h264.

20 years ago * bootstrap:
Sam Hocevar [Thu, 25 Mar 2004 22:45:59 +0000 (22:45 +0000)]
  * bootstrap:
    + Work around a Solaris sh issue preventing ${foo%%bar} constructs.

20 years ago* VLC couldn't handle external links since the playlist API changes. FIXED
Derk-Jan Hartman [Thu, 25 Mar 2004 20:25:04 +0000 (20:25 +0000)]
* VLC couldn't handle external links since the playlist API changes. FIXED

20 years ago * codecs.h : added WAVE_FORMAT_DIVIO_AAC.
Laurent Aimar [Thu, 25 Mar 2004 14:00:33 +0000 (14:00 +0000)]
 * codecs.h : added WAVE_FORMAT_DIVIO_AAC.

20 years ago * mpeg4video.c: added m4cc/M4CC.
Laurent Aimar [Thu, 25 Mar 2004 13:48:51 +0000 (13:48 +0000)]
 * mpeg4video.c: added m4cc/M4CC.

20 years ago* modules/video_output/directx/*:
Gildas Bazin [Thu, 25 Mar 2004 11:51:24 +0000 (11:51 +0000)]
* modules/video_output/directx/*:
   + Added calls to vout_RequestWindow()/vout_ReleaseWindow()
   + Implemented vout_Control()
   + Fixed potential division by 0

20 years agoDon't save an empty playlist
Clément Stenac [Thu, 25 Mar 2004 11:50:33 +0000 (11:50 +0000)]
Don't save an empty playlist
Fix refcount problem

20 years ago* po/POTFILES.in: updated.
Gildas Bazin [Thu, 25 Mar 2004 09:47:19 +0000 (09:47 +0000)]
* po/POTFILES.in: updated.

20 years ago * real: added support for aac codec.
Laurent Aimar [Thu, 25 Mar 2004 01:01:58 +0000 (01:01 +0000)]
 * real: added support for aac codec.

20 years ago* modules/gui/wxwindows/video.cpp: fix for wxGtk built with GTK1.
Gildas Bazin [Thu, 25 Mar 2004 00:18:51 +0000 (00:18 +0000)]
* modules/gui/wxwindows/video.cpp: fix for wxGtk built with GTK1.

20 years ago* src/video_output/vout_intf.c: vout_IntfInit() for some interface/control related...
Gildas Bazin [Wed, 24 Mar 2004 22:53:36 +0000 (22:53 +0000)]
* src/video_output/vout_intf.c: vout_IntfInit() for some interface/control related initializations.
* src/video_output/video_output.c: moved some stuff to vout_IntfInit().
* include/video_output.h: vout_vaControl()/vout_Control() prototypes.
* modules/video_output/x11/xcommon.c: implemented a vout_Control() (only VOUT_SET_ZOOM for now).
* modules/gui/wxwindows/menus.cpp: handle float object vars, added "zoom" to the menus.

20 years ago * skins2/parser/builder*: All the controls now have a 'visible' attribute
Olivier Teulière [Wed, 24 Mar 2004 22:10:56 +0000 (22:10 +0000)]
 * skins2/parser/builder*: All the controls now have a 'visible' attribute
 * share/skins2/default/skin.dtd: Changed a few details here and there

20 years agoCompilation fix
Olivier Teulière [Wed, 24 Mar 2004 11:24:46 +0000 (11:24 +0000)]
Compilation fix

20 years ago* ts muxer: added a no-crypt-audio option for people who do not want to crypt
Christophe Massiot [Wed, 24 Mar 2004 10:18:34 +0000 (10:18 +0000)]
* ts muxer: added a no-crypt-audio option for people who do not want to crypt
  audio PIDs

20 years ago* csa.c: Fixed an encryption bug with packets smaller than 8 bytes.
Christophe Massiot [Wed, 24 Mar 2004 10:17:50 +0000 (10:17 +0000)]
* csa.c: Fixed an encryption bug with packets smaller than 8 bytes.

20 years ago* modules/gui/wxwindows/*:
Gildas Bazin [Tue, 23 Mar 2004 23:52:04 +0000 (23:52 +0000)]
* modules/gui/wxwindows/*:
   + bookmarks menu.
   + started work on bookmarks dialog.
   + started support for embeddable vout (via vout_RequestWindow()/vout_ReleaseWindow()).
   + new --wxwin-bookmarks and --wxwin-embed config options.

20 years ago* modules/video_output/x11/xcommon.c: use vout_RequestWindow()/vout_ReleaseWindow().
Gildas Bazin [Tue, 23 Mar 2004 23:46:26 +0000 (23:46 +0000)]
* modules/video_output/x11/xcommon.c: use vout_RequestWindow()/vout_ReleaseWindow().

20 years ago* src/input/*:
Gildas Bazin [Tue, 23 Mar 2004 23:44:49 +0000 (23:44 +0000)]
* src/input/*:
   + new input_Control() function (doesn't do much for now).
   + started bookmarks support through input_Control().
   + new --bookmarks={name=foo,bytes=foo,time=foo},{...} config option.

* src/video_output/*:
   + started support for embeddable vouts (vout_RequestWindow()/vout_ReleaseWindow())
   + new --video-x/y config options

20 years ago* src/misc/variables: fixed mem-leak for VLC_VAR_CLEARCHOICES.
Gildas Bazin [Tue, 23 Mar 2004 23:30:49 +0000 (23:30 +0000)]
* src/misc/variables: fixed mem-leak for VLC_VAR_CLEARCHOICES.

20 years ago* modules/codec/ffmpeg/encoder.c: removed unused stuff.
Gildas Bazin [Tue, 23 Mar 2004 23:28:02 +0000 (23:28 +0000)]
* modules/codec/ffmpeg/encoder.c: removed unused stuff.

20 years ago* modules/demux/dvdnav.c: cosmetic changes + fixed small mem-leaks.
Gildas Bazin [Tue, 23 Mar 2004 23:26:36 +0000 (23:26 +0000)]
* modules/demux/dvdnav.c: cosmetic changes + fixed small mem-leaks.

20 years ago * skins2: Fixed broken DTD
Olivier Teulière [Tue, 23 Mar 2004 21:03:20 +0000 (21:03 +0000)]
 * skins2: Fixed broken DTD

20 years ago* Check if dvbpsi_DecodeISO639Dr fails.
Derk-Jan Hartman [Tue, 23 Mar 2004 20:47:06 +0000 (20:47 +0000)]
* Check if dvbpsi_DecodeISO639Dr fails.
  Fixes #1104

20 years ago * duplicate: fixed a bug with noes.
Laurent Aimar [Tue, 23 Mar 2004 11:02:48 +0000 (11:02 +0000)]
 * duplicate: fixed a bug with noes.

20 years ago* share/Makefile.am: added default skins2 theme and vlm http files.
Gildas Bazin [Tue, 23 Mar 2004 09:44:44 +0000 (09:44 +0000)]
* share/Makefile.am: added default skins2 theme and vlm http files.
* modules/gui/skins2/Modules.am: removed old skins2 theme.

20 years ago * ALL: compile fixes.
Jon Lech Johansen [Mon, 22 Mar 2004 22:53:11 +0000 (22:53 +0000)]
  * ALL: compile fixes.

20 years ago * vlm/* : begining of vlm http interface pages.
Laurent Aimar [Mon, 22 Mar 2004 22:14:27 +0000 (22:14 +0000)]
 * vlm/* : begining of vlm http interface pages.

20 years ago * skins2/win32/win32_loop.cpp: Refresh the needed rectangle only.
Olivier Teulière [Mon, 22 Mar 2004 21:18:12 +0000 (21:18 +0000)]
 * skins2/win32/win32_loop.cpp: Refresh the needed rectangle only.
   This doesn't fix totally the refresh problems on the skinned vout,
   but it improves the situation a lot.

20 years ago * Makefile.am: Fixed the win32 packaging of the default skin2
Olivier Teulière [Mon, 22 Mar 2004 20:54:35 +0000 (20:54 +0000)]
 * Makefile.am: Fixed the win32 packaging of the default skin2

20 years ago * all : skeleton of a future bitmap font support
Cyril Deguet [Mon, 22 Mar 2004 20:38:15 +0000 (20:38 +0000)]
  * all : skeleton of a future bitmap font support
  * skin.dtd : new BitmapFont element

20 years ago * http: implemented vlm_save/load.
Laurent Aimar [Mon, 22 Mar 2004 17:58:24 +0000 (17:58 +0000)]
 * http: implemented vlm_save/load.

20 years ago * vlm: fixed some segfaults.
Laurent Aimar [Mon, 22 Mar 2004 17:56:54 +0000 (17:56 +0000)]
 * vlm: fixed some segfaults.

20 years ago* modules/codec/libmpeg2.c: modified last change to use a 4:3 aspect ratio when libmp...
Gildas Bazin [Mon, 22 Mar 2004 15:19:12 +0000 (15:19 +0000)]
* modules/codec/libmpeg2.c: modified last change to use a 4:3 aspect ratio when libmpeg2 gives us an invalid one.
  (if this happens, it is a bug in libmpeg2 anyway so we just try to fallback to the most usual value).

20 years ago * all: forgot to commit theses files.
Laurent Aimar [Mon, 22 Mar 2004 12:33:29 +0000 (12:33 +0000)]
 * all: forgot to commit theses files.

20 years ago* modules/control/Modules.am: added telnet module.
Gildas Bazin [Mon, 22 Mar 2004 12:12:02 +0000 (12:12 +0000)]
* modules/control/Modules.am: added telnet module.

20 years ago * http.c: vlm_error
Simon Latapie [Mon, 22 Mar 2004 12:04:03 +0000 (12:04 +0000)]
 * http.c: vlm_error

20 years ago* src/misc/modules.c: compilation fix.
Gildas Bazin [Mon, 22 Mar 2004 10:18:22 +0000 (10:18 +0000)]
* src/misc/modules.c: compilation fix.

20 years ago * vlm: better vlm_Show.
Laurent Aimar [Mon, 22 Mar 2004 03:08:27 +0000 (03:08 +0000)]
 * vlm: better vlm_Show.

20 years ago * http.c: fixes about vlm.
Laurent Aimar [Mon, 22 Mar 2004 02:58:57 +0000 (02:58 +0000)]
 * http.c: fixes about vlm.

20 years ago* fix avi dts support
Derk-Jan Hartman [Sun, 21 Mar 2004 22:53:18 +0000 (22:53 +0000)]
* fix avi dts support

20 years ago * libmpeg2: handle invalid aspect as square one.
Laurent Aimar [Sun, 21 Mar 2004 22:35:58 +0000 (22:35 +0000)]
 * libmpeg2: handle invalid aspect as square one.

20 years ago * rtp: sdp=rtsp:// urls begin to work (multicast+unicast).
Laurent Aimar [Sun, 21 Mar 2004 22:03:42 +0000 (22:03 +0000)]
 * rtp: sdp=rtsp:// urls begin to work (multicast+unicast).
 (There is still the problem of timeout, and a lot of checks aren't done).

20 years ago * moved the default font in share/skins2/fonts
Cyril Deguet [Sun, 21 Mar 2004 20:39:43 +0000 (20:39 +0000)]
  * moved the default font in share/skins2/fonts
  * parser/builder.cpp: a font with ID "defaultfont" is loaded from
  the common font directory

20 years ago * added a fonts directory
Cyril Deguet [Sun, 21 Mar 2004 20:19:18 +0000 (20:19 +0000)]
  * added a fonts directory

20 years ago * moved the default skins2 theme in share/skins2/default/
Cyril Deguet [Sun, 21 Mar 2004 20:01:24 +0000 (20:01 +0000)]
  * moved the default skins2 theme in share/skins2/default/
  * all: added a "tooltipfont" element in the <Theme> tag (unused at the
      moment)

20 years agoTwo description strings corrected
Derk-Jan Hartman [Sun, 21 Mar 2004 19:45:42 +0000 (19:45 +0000)]
Two description strings corrected

20 years ago* Spelling correction
Derk-Jan Hartman [Sun, 21 Mar 2004 19:36:47 +0000 (19:36 +0000)]
* Spelling correction

20 years ago * Makefile.am: compile vlm.c ...
Laurent Aimar [Sun, 21 Mar 2004 15:09:21 +0000 (15:09 +0000)]
 * Makefile.am: compile vlm.c ...

20 years ago* modules/demux/mkv.cpp: Fixed Darwin port for Mac OS X 10.1
Christophe Massiot [Sun, 21 Mar 2004 12:50:14 +0000 (12:50 +0000)]
* modules/demux/mkv.cpp: Fixed Darwin port for Mac OS X 10.1

20 years ago * all: changes for vlm move.
Laurent Aimar [Sun, 21 Mar 2004 12:29:31 +0000 (12:29 +0000)]
 * all: changes for vlm move.

20 years ago * vlm.*: move vlm to the core (now, vlm_New create only one instance)
Laurent Aimar [Sun, 21 Mar 2004 12:26:20 +0000 (12:26 +0000)]
 * vlm.*: move vlm to the core (now, vlm_New create only one instance)
 * http.c: begin support of vlm interraction (not yet documented).

20 years ago * vlm.c: little bug fix for stop command
Simon Latapie [Sat, 20 Mar 2004 13:19:58 +0000 (13:19 +0000)]
 * vlm.c: little bug fix for stop command

20 years ago * ts.c: do not use packetizer for ms-codec streams.
Laurent Aimar [Fri, 19 Mar 2004 16:33:55 +0000 (16:33 +0000)]
 * ts.c: do not use packetizer for ms-codec streams.

20 years ago * nsv: fixed unused variable warnings.
Laurent Aimar [Fri, 19 Mar 2004 16:33:11 +0000 (16:33 +0000)]
 * nsv: fixed unused variable warnings.

20 years ago * real: fixed unused variable warnings.
Laurent Aimar [Fri, 19 Mar 2004 16:32:06 +0000 (16:32 +0000)]
 * real: fixed unused variable warnings.

20 years ago * asf :demux -> demux2.
Laurent Aimar [Fri, 19 Mar 2004 16:31:13 +0000 (16:31 +0000)]
 * asf :demux -> demux2.

20 years ago * Modules: removed avi.h
Laurent Aimar [Fri, 19 Mar 2004 16:30:09 +0000 (16:30 +0000)]
 * Modules: removed avi.h

20 years ago * avi: cosmetics.
Laurent Aimar [Fri, 19 Mar 2004 16:29:39 +0000 (16:29 +0000)]
 * avi: cosmetics.

20 years ago * demux: demux2_New -> try to start faster selecting the right demuxer
Laurent Aimar [Fri, 19 Mar 2004 16:27:52 +0000 (16:27 +0000)]
 * demux: demux2_New -> try to start faster selecting the right demuxer
based to extension (others demuxers will still be probed if needed).

20 years ago* fix d_namlen bug
Derk-Jan Hartman [Fri, 19 Mar 2004 00:52:33 +0000 (00:52 +0000)]
* fix d_namlen bug

20 years ago* the directory plugin no longer uses the m3u demux
Derk-Jan Hartman [Fri, 19 Mar 2004 00:35:21 +0000 (00:35 +0000)]
* the directory plugin no longer uses the m3u demux
  - it now does the playlist_Add itself.
  - it sets the filename instead of the path as the item name
  - it uses dummy demux to fool vlc.
  - it's almost twice as fast now.

20 years ago* prefer S_ISDIR over DT_DIR since it is more reliable.
Derk-Jan Hartman [Thu, 18 Mar 2004 21:48:36 +0000 (21:48 +0000)]
* prefer S_ISDIR over DT_DIR since it is more reliable.
  Should fix collapse/expand/ignore of dirs on OS X.
* better short title for this config option

20 years ago * vlm.c,vlm.h, telnet.c: new vlm message system, independant from
Simon Latapie [Thu, 18 Mar 2004 18:29:36 +0000 (18:29 +0000)]
 * vlm.c,vlm.h, telnet.c: new vlm message system, independant from
   telnet interface (will be useful for http vlm interface).

20 years ago * hd1000a: channel reordering
Jon Lech Johansen [Thu, 18 Mar 2004 16:53:56 +0000 (16:53 +0000)]
  * hd1000a: channel reordering

20 years ago * Roku HD1000 audio output.
Jon Lech Johansen [Thu, 18 Mar 2004 15:42:20 +0000 (15:42 +0000)]
  * Roku HD1000 audio output.

20 years agoCorrect MRL syntax.
Rocky Bernstein [Thu, 18 Mar 2004 02:12:08 +0000 (02:12 +0000)]
Correct MRL syntax.

20 years agoAllow setting the subtitle track from the VCD tab (by usurping the
Rocky Bernstein [Thu, 18 Mar 2004 02:08:12 +0000 (02:08 +0000)]
Allow setting the subtitle track from the VCD tab (by usurping the
"Chapter" entry).

20 years ago* modules/video_output/directx/events.c:
Gildas Bazin [Wed, 17 Mar 2004 20:13:54 +0000 (20:13 +0000)]
* modules/video_output/directx/events.c:
   + use SetWindowLongPtr() instead of SetWindowLong() whenever required.
   + reset GWLP_USERDATA when calling the parent window windowproc.

20 years agoMenu selection of subtitles for CVD and OGT handled properly.
Rocky Bernstein [Wed, 17 Mar 2004 04:05:25 +0000 (04:05 +0000)]
Menu selection of subtitles for CVD and OGT handled properly.

system.c: enters the correct subtitle numbers into spu-es.  OGT now
has the correct number of subtitles (with each having the correct
number).

ogt.c: Allow for dynamic switching/selection of subtitles.

20 years ago* small fixes
Derk-Jan Hartman [Wed, 17 Mar 2004 01:54:00 +0000 (01:54 +0000)]
* small fixes

20 years ago* Updated the ebuild.
Derk-Jan Hartman [Wed, 17 Mar 2004 01:33:34 +0000 (01:33 +0000)]
* Updated the ebuild.
  - supports dts
  - uses the new ffmpeg + postproc installation fixed ebuild
  - uses live.com from portage instead of local
  - added libdvdnav
  - added pvr and satellite keywords
  - other stuff i don't remember atm.

20 years ago* configure.ac: fixed libdts detection (libm linking problem) and dtsdec url.
Gildas Bazin [Tue, 16 Mar 2004 22:41:52 +0000 (22:41 +0000)]
* configure.ac: fixed libdts detection (libm linking problem) and dtsdec url.

20 years ago*Fixed a spelling mistake and added some button-shortcuts
Felix Paul Kühne [Tue, 16 Mar 2004 21:04:18 +0000 (21:04 +0000)]
*Fixed a spelling mistake and added some button-shortcuts

20 years ago * skins2/win32/win32_graphics.cpp: fixed a bunch of memory leaks and
Olivier Teulière [Tue, 16 Mar 2004 20:19:42 +0000 (20:19 +0000)]
 * skins2/win32/win32_graphics.cpp: fixed a bunch of memory leaks and
   fixed a bug in drawRect()

20 years ago* Fixed a crash with blank opengl effect paramerter
Derk-Jan Hartman [Tue, 16 Mar 2004 20:06:44 +0000 (20:06 +0000)]
* Fixed a crash with blank opengl effect paramerter

20 years ago * mkv.cpp: one more fix for playback of broken file.
Laurent Aimar [Tue, 16 Mar 2004 18:46:40 +0000 (18:46 +0000)]
 * mkv.cpp: one more fix for playback of broken file.

20 years ago * mkv.cpp: fixed playback of broken file.
Laurent Aimar [Tue, 16 Mar 2004 18:45:26 +0000 (18:45 +0000)]
 * mkv.cpp: fixed playback of broken file.

20 years agoMove playlist item in the interface http
Xavier Martin [Tue, 16 Mar 2004 10:55:02 +0000 (10:55 +0000)]
Move playlist item in the interface http

20 years agoOups, sorry
Benjamin Pracht [Tue, 16 Mar 2004 07:33:08 +0000 (07:33 +0000)]
Oups, sorry

20 years agoApplies part of patch from Tom Maguire. Adds controls for 1min/5min forward / backwar...
Benjamin Pracht [Mon, 15 Mar 2004 23:15:48 +0000 (23:15 +0000)]
Applies part of patch from Tom Maguire. Adds controls for 1min/5min forward / backward, and add menu items for them in the control menu. It might make it a bit uinclear. Please make any comment.

20 years agoMake the playlist info window a new object
Benjamin Pracht [Mon, 15 Mar 2004 19:33:18 +0000 (19:33 +0000)]
Make the playlist info window a new object

20 years agoAdd description for demux2 (Closes:#1780)
Clément Stenac [Mon, 15 Mar 2004 17:06:17 +0000 (17:06 +0000)]
Add description for demux2 (Closes:#1780)

20 years ago* modules/gui/wxwindows/preferences_widgets.cpp: compilation fix.
Gildas Bazin [Mon, 15 Mar 2004 09:33:57 +0000 (09:33 +0000)]
* modules/gui/wxwindows/preferences_widgets.cpp: compilation fix.

20 years agoCVD subtitle selection works via front-end spu-es variable changes.
Rocky Bernstein [Mon, 15 Mar 2004 04:22:39 +0000 (04:22 +0000)]
CVD subtitle selection works via front-end spu-es variable changes.
SVCD subtitles still can only be changed via --spu-channel.

The video subtitle menu titles for both is a bit whacked out.

20 years agoNot sure why (or if) this cvd subtitle selecting code is needed, but I
Rocky Bernstein [Mon, 15 Mar 2004 03:21:57 +0000 (03:21 +0000)]
Not sure why (or if) this cvd subtitle selecting code is needed, but I
suppose it should look like the others. So they'll all be wrong
together.

20 years agoFill out VCD information Media Info section when playing an entire VCD
Rocky Bernstein [Mon, 15 Mar 2004 00:03:56 +0000 (00:03 +0000)]
Fill out VCD information Media Info section when playing an entire VCD
or PBC is on.

20 years agoAllow extended data in customized formats too.
Rocky Bernstein [Sun, 14 Mar 2004 23:42:41 +0000 (23:42 +0000)]
Allow extended data in customized formats too.

20 years agoBetter about adding track author and title in track info
Rocky Bernstein [Sun, 14 Mar 2004 23:25:48 +0000 (23:25 +0000)]
Better about adding track author and title in track info
section. Also add the extended data.

20 years agoAdded a section about Opie SDK kit.
Jean-Paul Saman [Sun, 14 Mar 2004 20:33:24 +0000 (20:33 +0000)]
Added a section about Opie SDK kit.