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

19 years agoDoxygenized some functions in vout_pictures.c. Prepared for new chroma
Sigmund Augdal Helberg [Thu, 1 Jul 2004 12:54:19 +0000 (12:54 +0000)]
Doxygenized some functions in vout_pictures.c. Prepared for new chroma
fourcc YUVA to be used in subpicture rendering

19 years agoquit fast when sorting a playlist with 1 or less entries. Fixes a crash when
Sigmund Augdal Helberg [Thu, 1 Jul 2004 12:37:53 +0000 (12:37 +0000)]
quit fast when sorting a playlist with 1 or less entries. Fixes a crash when
shuffeling a playlist with 1 entry

19 years ago* src/libvlc.c:
Gildas Bazin [Thu, 1 Jul 2004 12:37:14 +0000 (12:37 +0000)]
* src/libvlc.c:
   + start daemon mode before modules are loaded.
   + dummy interface is the default interface when in daemon mode.

19 years ago* modules/mux/mpeg/ts.c: compilation fix.
Gildas Bazin [Thu, 1 Jul 2004 10:48:44 +0000 (10:48 +0000)]
* modules/mux/mpeg/ts.c: compilation fix.

19 years ago* modules/codec/theora.c: correct encoding aspect ratio.
Gildas Bazin [Thu, 1 Jul 2004 10:35:48 +0000 (10:35 +0000)]
* modules/codec/theora.c: correct encoding aspect ratio.

19 years ago* configure.ac: link dvdcss with dvdread on win32/darwin.
Gildas Bazin [Thu, 1 Jul 2004 10:32:26 +0000 (10:32 +0000)]
* configure.ac: link dvdcss with dvdread on win32/darwin.

19 years ago* modules/codec/dmo: "DirectX Media Object" decoder plugin (win32 only).
Gildas Bazin [Thu, 1 Jul 2004 10:06:42 +0000 (10:06 +0000)]
* modules/codec/dmo: "DirectX Media Object" decoder plugin (win32 only).
   This plugin allows using DMO filters to decode some media types (eg. WMV3).

19 years ago* modules/codec/dmo: new directory.
Gildas Bazin [Thu, 1 Jul 2004 09:47:05 +0000 (09:47 +0000)]
* modules/codec/dmo: new directory.

19 years ago* modules/mux/mpeg/ts.c: support for dts and dvbs + a few coding style changes.
Gildas Bazin [Wed, 30 Jun 2004 23:18:54 +0000 (23:18 +0000)]
* modules/mux/mpeg/ts.c: support for dts and dvbs + a few coding style changes.

19 years ago* set correct AR on theora video.
Derk-Jan Hartman [Wed, 30 Jun 2004 22:44:41 +0000 (22:44 +0000)]
* set correct AR on theora video.
  this is also broken for encoding, but i'm not sure how to fix this.

19 years ago* modules/demux/ts.c: added DTS support as per "ETSI TS 101 154" Annex F.
Gildas Bazin [Wed, 30 Jun 2004 22:15:32 +0000 (22:15 +0000)]
* modules/demux/ts.c: added DTS support as per "ETSI TS 101 154" Annex F.

19 years ago* src/libvlc.c:
Derk-Jan Hartman [Wed, 30 Jun 2004 21:37:58 +0000 (21:37 +0000)]
* src/libvlc.c:
  - always use the dummy interface as the primary interface
    in daemon mode.
  - always launch the logger interface as a secondary interface.
    (perhaps later let vlc log to /var/log if it has the rights? in append mode?)
  - any other interfaces should be launched with --extraintf
  - we should add a pid file option for daemon mode?

19 years ago * src/playlist/playlist.c: check "prevent-skip" to avoid skipping
Cyril Deguet [Wed, 30 Jun 2004 18:07:34 +0000 (18:07 +0000)]
 * src/playlist/playlist.c: check "prevent-skip" to avoid skipping
 twice after a "goto" or a "skip" command.
 I don't know if it is the proper fix, but at least the playlist is
 useable now ;)

19 years ago* first stab at vlc daemon mode (-d, --daemon )
Derk-Jan Hartman [Wed, 30 Jun 2004 16:26:48 +0000 (16:26 +0000)]
* first stab at vlc daemon mode (-d, --daemon )

19 years agosegfault fix when id3tag is unavailable
Sigmund Augdal Helberg [Wed, 30 Jun 2004 16:06:11 +0000 (16:06 +0000)]
segfault fix when id3tag is unavailable

19 years ago* TODO: some changes
Derk-Jan Hartman [Tue, 29 Jun 2004 15:53:28 +0000 (15:53 +0000)]
* TODO: some changes
* NEWS: let's keep it up to date, will mean less searching trough mailboxes in august.

19 years ago* modules/codec/ffmpeg/video.c: force the very 1st frame (for still pictures).
Gildas Bazin [Tue, 29 Jun 2004 15:27:56 +0000 (15:27 +0000)]
* modules/codec/ffmpeg/video.c: force the very 1st frame (for still pictures).

19 years ago * all: re-enabled meta-datas.
Laurent Aimar [Mon, 28 Jun 2004 22:49:43 +0000 (22:49 +0000)]
 * all: re-enabled meta-datas.

19 years ago * es_out: re-enabled meta infos about ES.
Laurent Aimar [Mon, 28 Jun 2004 22:11:03 +0000 (22:11 +0000)]
 * es_out: re-enabled meta infos about ES.

19 years ago * demuxdump: ported to demux2.
Laurent Aimar [Mon, 28 Jun 2004 21:36:17 +0000 (21:36 +0000)]
 * demuxdump: ported to demux2.

19 years ago* modules/demux/mjpeg.c: handle jpeg stills.
Gildas Bazin [Mon, 28 Jun 2004 16:03:44 +0000 (16:03 +0000)]
* modules/demux/mjpeg.c: handle jpeg stills.

19 years ago* massive translation corrections
Felix Paul Kühne [Mon, 28 Jun 2004 14:17:27 +0000 (14:17 +0000)]
* massive translation corrections

19 years ago* ALL: minor spelling fixes
Felix Paul Kühne [Mon, 28 Jun 2004 14:16:51 +0000 (14:16 +0000)]
* ALL: minor spelling fixes

19 years ago* modules/gui/wxwindows/fileinfo.cpp: fixed typo.
Gildas Bazin [Mon, 28 Jun 2004 14:04:07 +0000 (14:04 +0000)]
* modules/gui/wxwindows/fileinfo.cpp: fixed typo.

19 years ago* src/input/control.c: fixed INPUT_ADD_INFO/INPUT_GET_INFO
Gildas Bazin [Mon, 28 Jun 2004 14:03:28 +0000 (14:03 +0000)]
* src/input/control.c: fixed INPUT_ADD_INFO/INPUT_GET_INFO

19 years ago* configure.ac: re-enabled the id3 and id3tag modules.
Gildas Bazin [Mon, 28 Jun 2004 09:21:22 +0000 (09:21 +0000)]
* configure.ac: re-enabled the id3 and id3tag modules.

19 years ago* take hog mode if during AC3 playback
Derk-Jan Hartman [Mon, 28 Jun 2004 01:36:48 +0000 (01:36 +0000)]
* take hog mode if during AC3 playback
  jlj could you please verify this ?

19 years ago* check for p_vout before accessing it. (quit before playing would cause a crash...
Derk-Jan Hartman [Sun, 27 Jun 2004 23:40:29 +0000 (23:40 +0000)]
* check for p_vout before accessing it. (quit before playing would cause a crash as of late)

19 years ago * mpga: improved DEMUX_GET_TIME. It has now a perfect precision until
Laurent Aimar [Sun, 27 Jun 2004 19:56:03 +0000 (19:56 +0000)]
 * mpga: improved DEMUX_GET_TIME. It has now a perfect precision until
the first seek. (A good DEMUX_SET_TIME has to be implemented with high
precision).

19 years ago * all: a new --input-slave option to start playing with multi-input (#
Laurent Aimar [Sun, 27 Jun 2004 19:54:35 +0000 (19:54 +0000)]
 * all: a new --input-slave option to start playing with multi-input (#
 is used as a separator), it may or may not work (depend a lot on the
 demux).

19 years ago* modules/gui/wxwindows/menus.cpp: added file info and messages entries to the popup...
Gildas Bazin [Sun, 27 Jun 2004 19:35:53 +0000 (19:35 +0000)]
* modules/gui/wxwindows/menus.cpp: added file info and messages entries to the popup menu.

19 years ago* modules/gui/skins2/controls/ctrl_checkbox.cpp: handle double click events too
Gildas Bazin [Sun, 27 Jun 2004 19:27:01 +0000 (19:27 +0000)]
* modules/gui/skins2/controls/ctrl_checkbox.cpp: handle double click events too

19 years ago* modules/access/dvdread.c: use SPU palette.
Gildas Bazin [Sun, 27 Jun 2004 14:37:28 +0000 (14:37 +0000)]
* modules/access/dvdread.c: use SPU palette.

19 years ago* modules/access/dvdread.c: got rid of warnings.
Gildas Bazin [Sun, 27 Jun 2004 14:13:07 +0000 (14:13 +0000)]
* modules/access/dvdread.c: got rid of warnings.

19 years ago* access/dvdread.c: misc improvements/fixes.
Gildas Bazin [Sun, 27 Jun 2004 13:32:07 +0000 (13:32 +0000)]
* access/dvdread.c: misc improvements/fixes.
* modules/access/dvdnav.c: chapters start from 1.
* modules/gui/wxwindows/menus.cpp: removed debug message.

19 years ago* src/input/input.c:
Gildas Bazin [Sun, 27 Jun 2004 10:19:23 +0000 (10:19 +0000)]
* src/input/input.c:
  + fixed typo in INPUT_CONTROL_SET_SEEKPOINT_NEXT.
  + a few coding style changes.
* input/var.c:
  + use the descriptive name for titles/chapters if available.

19 years ago* modules/access/dvdread.c: titles and chapters start from 1.
Gildas Bazin [Sun, 27 Jun 2004 10:16:57 +0000 (10:16 +0000)]
* modules/access/dvdread.c: titles and chapters start from 1.

19 years ago* modules/gui/skins2/controls/ctrl_image.cpp: fixed the infamous popup bug under...
Gildas Bazin [Sat, 26 Jun 2004 18:40:54 +0000 (18:40 +0000)]
* modules/gui/skins2/controls/ctrl_image.cpp: fixed the infamous popup bug under x11.

19 years ago* modules/gui/skins2/x11/x11_window.cpp: "stay on top" support if window manager...
Gildas Bazin [Sat, 26 Jun 2004 17:01:16 +0000 (17:01 +0000)]
* modules/gui/skins2/x11/x11_window.cpp: "stay on top" support if window manager supports _NET_WM_STATE_STAYS_ON_TOP.

19 years ago* modules/gui/skins2/*: removed a couple of fixme
Gildas Bazin [Sat, 26 Jun 2004 16:15:27 +0000 (16:15 +0000)]
* modules/gui/skins2/*: removed a couple of fixme

19 years ago src/playlist/playlist.c, modules/gui/skins2/src/skin_main.cpp: hmmm
Gildas Bazin [Sat, 26 Jun 2004 15:27:27 +0000 (15:27 +0000)]
 src/playlist/playlist.c, modules/gui/skins2/src/skin_main.cpp: hmmm

19 years ago* src/misc/modules.c: got rid of unused variable.
Gildas Bazin [Sat, 26 Jun 2004 15:19:31 +0000 (15:19 +0000)]
* src/misc/modules.c: got rid of unused variable.

19 years ago* src/misc/modules.c: module_Need() probed sub-modules twice.
Gildas Bazin [Sat, 26 Jun 2004 15:18:06 +0000 (15:18 +0000)]
* src/misc/modules.c: module_Need() probed sub-modules twice.
* playlist/playlist.c: with autodeletion, destroy the input before deleting the playlist item (shared data between both).

19 years ago* modules/gui/skins2/src/skin_main.cpp: small cleanup to the skins loader demux.
Gildas Bazin [Sat, 26 Jun 2004 14:43:11 +0000 (14:43 +0000)]
* modules/gui/skins2/src/skin_main.cpp: small cleanup to the skins loader demux.

19 years ago * ctrl_button.cpp : handle double click events too
Cyril Deguet [Fri, 25 Jun 2004 22:47:56 +0000 (22:47 +0000)]
 * ctrl_button.cpp : handle double click events too

19 years ago * vlc_input: removed unused p_sys.
Laurent Aimar [Fri, 25 Jun 2004 20:46:11 +0000 (20:46 +0000)]
 * vlc_input: removed unused p_sys.

19 years ago* dvdnav <-> dvdplay contrib
Derk-Jan Hartman [Fri, 25 Jun 2004 19:44:48 +0000 (19:44 +0000)]
* dvdnav <-> dvdplay contrib

19 years ago * subtitle: removed debug message.
Laurent Aimar [Fri, 25 Jun 2004 18:55:14 +0000 (18:55 +0000)]
 * subtitle: removed debug message.

19 years ago * subtitle: compilation fix.
Laurent Aimar [Fri, 25 Jun 2004 18:41:15 +0000 (18:41 +0000)]
 * subtitle: compilation fix.

19 years ago * sub ->subtitle : converted sub.c to a 'real' demux2.
Laurent Aimar [Fri, 25 Jun 2004 18:35:56 +0000 (18:35 +0000)]
 * sub ->subtitle : converted sub.c to a 'real' demux2.
 * input.c: added basic multi-input support for subtitle.
 * avi, mp4: don't exit anymore when no es selected.

19 years ago* modules/video_output/directx/*: added a "wallpaper" mode (only when overlay is...
Gildas Bazin [Fri, 25 Jun 2004 14:31:52 +0000 (14:31 +0000)]
* modules/video_output/directx/*: added a "wallpaper" mode (only when overlay is available).
* modules/gui/wxwindows/menus.cpp: wallpaper entry in the menu.

19 years ago* gui/wxwindows/open.cpp: removed deprecated DVD entries.
Gildas Bazin [Fri, 25 Jun 2004 14:25:27 +0000 (14:25 +0000)]
* gui/wxwindows/open.cpp: removed deprecated DVD entries.
* access/dvdread.c: added dvdsimple shortcut.

19 years ago * m4/vlc.m4 configure.ac:
Sam Hocevar [Fri, 25 Jun 2004 12:21:32 +0000 (12:21 +0000)]
  * m4/vlc.m4 configure.ac:
    + Moved the shared object suffix detection to vlc.m4.
    + Replaced AX_* macros with VLC_* macros.

19 years ago * modules/control/corba/Modules.am:
Sam Hocevar [Fri, 25 Jun 2004 12:20:20 +0000 (12:20 +0000)]
  * modules/control/corba/Modules.am:
    + Play nicely with recent automake versions.

19 years ago* src/input/input.c: win32 compilation fix.
Gildas Bazin [Fri, 25 Jun 2004 09:57:27 +0000 (09:57 +0000)]
* src/input/input.c: win32 compilation fix.

20 years agoconfigure.ac: forgot a reference to modules/access/dvdread
Gildas Bazin [Fri, 25 Jun 2004 00:18:47 +0000 (00:18 +0000)]
configure.ac: forgot a reference to modules/access/dvdread

20 years ago* demux/dvdnav.c, access/dvdnav.c: moved dvdnav.c in the access directory.
Gildas Bazin [Fri, 25 Jun 2004 00:16:48 +0000 (00:16 +0000)]
* demux/dvdnav.c, access/dvdnav.c: moved dvdnav.c in the access directory.

20 years ago* modules/access/dvdread, modules/access/dvdread.c:
Gildas Bazin [Fri, 25 Jun 2004 00:09:41 +0000 (00:09 +0000)]
* modules/access/dvdread, modules/access/dvdread.c:
  + major rewrite of the dvdread module.
  + dvdread is now an access_demux module.

20 years ago* configure.ac, modules/access/dvd, modules/access/dvdplay:
Gildas Bazin [Thu, 24 Jun 2004 23:51:14 +0000 (23:51 +0000)]
* configure.ac, modules/access/dvd, modules/access/dvdplay:
  + removed dvdplay module which was deprecated in favor of the dvdnav one.
  + removed dvd module which is going to be replace with a new dvdread one.

20 years ago * input.c: fixed play/pause + cosmetics.
Laurent Aimar [Thu, 24 Jun 2004 22:21:36 +0000 (22:21 +0000)]
 * input.c: fixed play/pause + cosmetics.

20 years ago * demux.c: added new DEMUX_* queries to demux2_vaControlHelper.
Laurent Aimar [Thu, 24 Jun 2004 22:19:29 +0000 (22:19 +0000)]
 * demux.c: added new DEMUX_* queries to demux2_vaControlHelper.

20 years ago * vlc_input: added missing fields for multi-input (nothing working yet).
Laurent Aimar [Thu, 24 Jun 2004 22:18:33 +0000 (22:18 +0000)]
 * vlc_input: added missing fields for multi-input (nothing working yet).

20 years ago macosx/macosx.m: fixed macosx-opengl-effect string list
Eric Petit [Wed, 23 Jun 2004 21:40:01 +0000 (21:40 +0000)]
 macosx/macosx.m: fixed macosx-opengl-effect string list

20 years ago * stream.c: fixed a problem with peek.
Laurent Aimar [Wed, 23 Jun 2004 20:42:07 +0000 (20:42 +0000)]
 * stream.c: fixed a problem with peek.

20 years ago* src/input: update ES object vars when an ES is removed + some coding style changes.
Gildas Bazin [Wed, 23 Jun 2004 20:24:01 +0000 (20:24 +0000)]
* src/input: update ES object vars when an ES is removed + some coding style changes.

20 years ago* modules/demux/dvdnav.c: added "dvd" shortcut and removed old TODO list.
Gildas Bazin [Wed, 23 Jun 2004 20:20:39 +0000 (20:20 +0000)]
* modules/demux/dvdnav.c: added "dvd" shortcut and removed old TODO list.

20 years ago* modules/demux/dvdnav.c: work-around for libdvdnav cvs + a few coding style changes.
Gildas Bazin [Wed, 23 Jun 2004 19:42:20 +0000 (19:42 +0000)]
* modules/demux/dvdnav.c: work-around for libdvdnav cvs + a few coding style changes.

20 years ago * es_out: fixed a bug preventing re-selecting an ES.
Laurent Aimar [Wed, 23 Jun 2004 18:52:06 +0000 (18:52 +0000)]
 * es_out: fixed a bug preventing re-selecting an ES.

20 years ago* all: - added a boolean "seekable" object variable to p_input.
Laurent Aimar [Wed, 23 Jun 2004 17:49:26 +0000 (17:49 +0000)]
* all: - added a boolean "seekable" object variable to p_input.
 (becarefull, it's just if you can seek or not, and not if you have to
 display the progress bar, for thet last you have to check if "position"
 value get != 0.0 )
       - added "audio-delay" and "spu-delay" object variables to delay
 audio/spu to the video. They can be changed on the fly (untested).
       - renamed INPUT__GET/SET_SUBDELAY into
 INPUT_SET_SPU_DELAY and added INPUT_SET_AUDIO_DELAY
 (wrapper to "audio-delay" and "spu-delay")
 - readded INPUT_ADD/GET_INFO/INPUT_SET_NAME. Becarefull to not over-use
them, a demuxer should export DEMUX_GET_META and not using them.

20 years ago* modules/demux/m3u.c: allocate buffer for stream_Read().
Gildas Bazin [Wed, 23 Jun 2004 13:58:02 +0000 (13:58 +0000)]
* modules/demux/m3u.c: allocate buffer for stream_Read().
* src/input/stream.c: fixed detection of EOF.

20 years ago* modules/access/vcd/vcd.c, modules/demux/ps.c: fixed vcd.
Gildas Bazin [Wed, 23 Jun 2004 11:32:59 +0000 (11:32 +0000)]
* modules/access/vcd/vcd.c, modules/demux/ps.c: fixed vcd.

20 years ago* OSX compiles again (BEWARE it is still SEVERELY broken)
Derk-Jan Hartman [Wed, 23 Jun 2004 10:29:30 +0000 (10:29 +0000)]
* OSX compiles again (BEWARE it is still SEVERELY broken)

20 years ago* src/input/input.c: win32 fix.
Gildas Bazin [Wed, 23 Jun 2004 10:13:05 +0000 (10:13 +0000)]
* src/input/input.c: win32 fix.

20 years ago* modules/gui/ncurses.c, modules/gui/wxwindows/wizard.cpp: compilation fixes.
Gildas Bazin [Wed, 23 Jun 2004 10:12:41 +0000 (10:12 +0000)]
* modules/gui/ncurses.c, modules/gui/wxwindows/wizard.cpp: compilation fixes.

20 years agoFix id3 and id3tag (using meta)
Clément Stenac [Wed, 23 Jun 2004 10:00:21 +0000 (10:00 +0000)]
Fix id3 and id3tag (using meta)

20 years ago * Fix for DTS over SPDIF stuttering. Someone please review.
Jon Lech Johansen [Wed, 23 Jun 2004 03:15:08 +0000 (03:15 +0000)]
  * Fix for DTS over SPDIF stuttering. Someone please review.

20 years ago * livedotcom: begin support of PAUSE. It doesn't work yet, resume
Laurent Aimar [Tue, 22 Jun 2004 23:17:02 +0000 (23:17 +0000)]
 * livedotcom: begin support of PAUSE. It doesn't work yet, resume
always restarts from the start :(

20 years ago* configure.ac: disabled stream_out_display for now.
Gildas Bazin [Tue, 22 Jun 2004 22:21:12 +0000 (22:21 +0000)]
* configure.ac: disabled stream_out_display for now.

20 years agoRe-enable dynamic plugins
Clément Stenac [Tue, 22 Jun 2004 21:55:57 +0000 (21:55 +0000)]
Re-enable dynamic plugins

20 years ago* modules/gui/skins / skins2: compilation fixes.
Gildas Bazin [Tue, 22 Jun 2004 21:55:50 +0000 (21:55 +0000)]
* modules/gui/skins / skins2: compilation fixes.

20 years ago ALL: a bunch of compilation fixes + disabled plugins that don't compile anymore.
Gildas Bazin [Tue, 22 Jun 2004 21:22:13 +0000 (21:22 +0000)]
 ALL: a bunch of compilation fixes + disabled plugins that don't compile anymore.

20 years ago * speex: missing <vlc/input.h> include.
Laurent Aimar [Tue, 22 Jun 2004 20:32:10 +0000 (20:32 +0000)]
 * speex: missing <vlc/input.h> include.

20 years ago * Makefile.am: updated.
Laurent Aimar [Tue, 22 Jun 2004 20:19:31 +0000 (20:19 +0000)]
 * Makefile.am: updated.

20 years ago input_internal: lalala .
Laurent Aimar [Tue, 22 Jun 2004 20:10:17 +0000 (20:10 +0000)]
 input_internal: lalala .

20 years ago * vlc_stream.h : oops again.
Laurent Aimar [Tue, 22 Jun 2004 20:09:22 +0000 (20:09 +0000)]
 * vlc_stream.h : oops again.

20 years ago * vlc_es_out.h: oops ;)
Laurent Aimar [Tue, 22 Jun 2004 20:07:34 +0000 (20:07 +0000)]
 * vlc_es_out.h: oops ;)

20 years ago * vorbis: compilation fix.
Laurent Aimar [Tue, 22 Jun 2004 20:02:47 +0000 (20:02 +0000)]
 * vorbis: compilation fix.

20 years ago * configure.ac: removed access2, demux2, demuxdump, mpeg_system.
Laurent Aimar [Tue, 22 Jun 2004 19:49:25 +0000 (19:49 +0000)]
 * configure.ac: removed access2, demux2, demuxdump, mpeg_system.

20 years ago * access2, demux2: not needed anymore.
Laurent Aimar [Tue, 22 Jun 2004 19:46:10 +0000 (19:46 +0000)]
 * access2, demux2: not needed anymore.