]> git.sesse.net Git - vlc/log
vlc
19 years ago* deleteItem: method
Benjamin Pracht [Sun, 12 Dec 2004 20:12:11 +0000 (20:12 +0000)]
* deleteItem: method

19 years agoGo over information that gets set, yet again. Disc things are no longer
Rocky Bernstein [Sun, 12 Dec 2004 17:43:27 +0000 (17:43 +0000)]
Go over information that gets set, yet again. Disc things are no longer
playlist-item information.

19 years ago* modules/mux/ogg.c: added support for dirac.
Gildas Bazin [Sun, 12 Dec 2004 17:39:09 +0000 (17:39 +0000)]
* modules/mux/ogg.c: added support for dirac.

19 years ago* modules/codec/dirac.c: dirac decoder/encoder module based on libdirac (http://www...
Gildas Bazin [Sun, 12 Dec 2004 17:30:20 +0000 (17:30 +0000)]
* modules/codec/dirac.c: dirac decoder/encoder module based on libdirac (http://www.bbc.co.uk/rd/projects/dirac/index.shtml).

19 years ago* Item Info panel works again from playlist context menu
Benjamin Pracht [Sun, 12 Dec 2004 16:57:22 +0000 (16:57 +0000)]
* Item Info panel works again from playlist context menu

19 years ago access/directory.c: BeOS doesn't have scandir(), added a quick emulation
Eric Petit [Sun, 12 Dec 2004 15:16:48 +0000 (15:16 +0000)]
 access/directory.c: BeOS doesn't have scandir(), added a quick emulation

19 years agoFix warnings
Clément Stenac [Sun, 12 Dec 2004 14:22:06 +0000 (14:22 +0000)]
Fix warnings

19 years ago opengl.c, voutgl.m: restored smooth resizing on OS X
Eric Petit [Sun, 12 Dec 2004 04:15:51 +0000 (04:15 +0000)]
 opengl.c, voutgl.m: restored smooth resizing on OS X
                     re-enabled OS X GL provider (QT output still default)

19 years ago macosx/vout*: fixed escape key not exiting fullscreen and video-on-top
Eric Petit [Sun, 12 Dec 2004 03:24:05 +0000 (03:24 +0000)]
 macosx/vout*: fixed escape key not exiting fullscreen and video-on-top
               not working in GL mode

19 years agompga.c: check/hack to make duration available after preparse
Sigmund Augdal Helberg [Sun, 12 Dec 2004 00:04:04 +0000 (00:04 +0000)]
mpga.c: check/hack to make duration available after preparse

19 years agoPart of the context menu:
Benjamin Pracht [Sat, 11 Dec 2004 23:14:19 +0000 (23:14 +0000)]
Part of the context menu:
* same options for node and items ATM
* some options still don't work

19 years agoadded svn:ignore property
Sigmund Augdal Helberg [Sat, 11 Dec 2004 22:49:35 +0000 (22:49 +0000)]
added svn:ignore property

19 years agosrc/playlist/*:give id to nodes as well. triger item-delete variable on item
Sigmund Augdal Helberg [Sat, 11 Dec 2004 22:46:01 +0000 (22:46 +0000)]
src/playlist/*:give id to nodes as well. triger item-delete variable on item
deletion (not intf-change)
modules/gui/wxwindows/*: clever item deletion using item-deleted

19 years ago* get rid of useless code (group doesn't exist anymore)
Benjamin Pracht [Sat, 11 Dec 2004 22:09:11 +0000 (22:09 +0000)]
* get rid of useless code (group doesn't exist anymore)
* delete everything related to groups from the item info panel
* some preparation work to reimplement the conextual menu

19 years ago* Code simplification
Benjamin Pracht [Sat, 11 Dec 2004 21:37:21 +0000 (21:37 +0000)]
* Code simplification

19 years ago* preferences_widget.cpp: fixed a compilation error
Cyril Deguet [Sat, 11 Dec 2004 19:48:28 +0000 (19:48 +0000)]
* preferences_widget.cpp: fixed a compilation error

19 years agowx-playlist: hide node-related items from popup, when rightclicking a non-node
Sigmund Augdal Helberg [Sat, 11 Dec 2004 19:45:49 +0000 (19:45 +0000)]
wx-playlist: hide node-related items from popup, when rightclicking a non-node

19 years ago* implements deletion of playlist nodes
Benjamin Pracht [Sat, 11 Dec 2004 19:25:33 +0000 (19:25 +0000)]
* implements deletion of playlist nodes
* fixes a bug in playItem:

19 years agodirectory.c: don't crash on error
Sigmund Augdal Helberg [Sat, 11 Dec 2004 19:13:24 +0000 (19:13 +0000)]
directory.c: don't crash on error

19 years agodirectory.c: sort items before adding to playlist
Sigmund Augdal Helberg [Sat, 11 Dec 2004 18:47:55 +0000 (18:47 +0000)]
directory.c: sort items before adding to playlist

19 years agoForgot to categorize some vouts
Clément Stenac [Sat, 11 Dec 2004 18:00:03 +0000 (18:00 +0000)]
Forgot to categorize some vouts

19 years agolibvlc.h: moved --video-deco, shorter short string for --input-repeat
Sigmund Augdal Helberg [Sat, 11 Dec 2004 17:56:40 +0000 (17:56 +0000)]
libvlc.h: moved --video-deco, shorter short string for --input-repeat

19 years agoDisable native for the moment
Clément Stenac [Sat, 11 Dec 2004 16:13:09 +0000 (16:13 +0000)]
Disable native for the moment

19 years agoWarn->Dbg
Clément Stenac [Sat, 11 Dec 2004 15:38:25 +0000 (15:38 +0000)]
Warn->Dbg

19 years agoForgot this file
Clément Stenac [Sat, 11 Dec 2004 14:46:27 +0000 (14:46 +0000)]
Forgot this file

19 years agoImprovements to preferences
Clément Stenac [Sat, 11 Dec 2004 14:45:46 +0000 (14:45 +0000)]
Improvements to preferences

* Each module can declare a "human-readable short name" with set_name
* Modules are sorted by category (set_category, set_subcategory).
  Modules configs can be separated by set_section()
* Separated audio-filter and audio-visual
* Separated extraintf and control
* New command and widget : add_module_list() for comma-separated modules
* Vfilters now use "," as separator

19 years ago beos/VideoOutput.cpp: fixed a crash in window destruction
Eric Petit [Sat, 11 Dec 2004 13:51:16 +0000 (13:51 +0000)]
 beos/VideoOutput.cpp: fixed a crash in window destruction

19 years ago* modules/codec/dv.c,xvid.c: got rid of rotten/deprecated code.
Gildas Bazin [Sat, 11 Dec 2004 10:18:08 +0000 (10:18 +0000)]
* modules/codec/dv.c,xvid.c: got rid of rotten/deprecated code.

19 years agoFix win32 crash when playlist is empty
Clément Stenac [Fri, 10 Dec 2004 23:07:28 +0000 (23:07 +0000)]
Fix win32 crash when playlist is empty

19 years agowxwindows/playlist.cpp: remove enable/disable clutter
Sigmund Augdal Helberg [Fri, 10 Dec 2004 22:11:16 +0000 (22:11 +0000)]
wxwindows/playlist.cpp: remove enable/disable clutter

19 years agoMemory leaks
Clément Stenac [Fri, 10 Dec 2004 20:24:19 +0000 (20:24 +0000)]
Memory leaks

19 years ago*experimental* input pre-parsing support.
Clément Stenac [Fri, 10 Dec 2004 18:58:22 +0000 (18:58 +0000)]
*experimental* input pre-parsing support.

Won't work for many things (only those for which metadata can be gotten during initialization).

Processing is done asynchronously, use playlist_PreparseEnqueue to add an item to the queue.

19 years ago NEWS: BeOS update
Eric Petit [Fri, 10 Dec 2004 17:53:32 +0000 (17:53 +0000)]
 NEWS: BeOS update

19 years ago beos/Video*: try to fallback on single-buffered overlay when there's
Eric Petit [Fri, 10 Dec 2004 17:44:27 +0000 (17:44 +0000)]
 beos/Video*: try to fallback on single-buffered overlay when there's
              not enough VRAM for double-buffered ovelay

19 years ago* src/misc/modules.c: only load the plugins once (as opposed to once per VLC object...
Gildas Bazin [Fri, 10 Dec 2004 11:48:10 +0000 (11:48 +0000)]
* src/misc/modules.c: only load the plugins once (as opposed to once per VLC object instance). Should benefit the mozilla plugin a bit.

19 years agoGet stream disc information to appear again.
Rocky Bernstein [Fri, 10 Dec 2004 10:10:11 +0000 (10:10 +0000)]
Get stream disc information to appear again.
Remove private LSN table rom cdda_t - just use it from cdio.

Remove lsn from cdda.

19 years agoTurn this error:
Rocky Bernstein [Fri, 10 Dec 2004 02:14:10 +0000 (02:14 +0000)]
Turn this error:
  playlist.cpp:1351: error: ISO C++ forbids cast to non-reference type
into a warning by adding -fpermissive to CXX flags for wxwindows
CXXFLAGS. Fix suggested by Marius Kjeldahl.

However better would be to fix playlist.cpp

19 years ago* updated Danish localisation by Jonas Larsen (E-bola)
Felix Paul Kühne [Thu, 9 Dec 2004 20:15:07 +0000 (20:15 +0000)]
* updated Danish localisation by Jonas Larsen (E-bola)

19 years agoinput/input.c: trigger a update in playlist window when the duration changes
Sigmund Augdal Helberg [Thu, 9 Dec 2004 17:43:36 +0000 (17:43 +0000)]
input/input.c: trigger a update in playlist window when the duration changes

19 years agowxwindows/playlist.cpp: also update icon on item change
Sigmund Augdal Helberg [Thu, 9 Dec 2004 17:01:26 +0000 (17:01 +0000)]
wxwindows/playlist.cpp: also update icon on item change

19 years agovlc-config.in.in: added a new "external" target that allow external projects
Sigmund Augdal Helberg [Thu, 9 Dec 2004 15:27:48 +0000 (15:27 +0000)]
vlc-config.in.in: added a new "external" target that allow external projects
to link with a make installed libvlc

19 years ago* modules/packetizer/mpeg4video.c: fixed memory leak (patch by Sau).
Gildas Bazin [Thu, 9 Dec 2004 14:06:36 +0000 (14:06 +0000)]
* modules/packetizer/mpeg4video.c: fixed memory leak (patch by Sau).

19 years ago* modules/codec/dvbsub.c: extra sanity check for CLUT decoding (patch by timok).
Gildas Bazin [Thu, 9 Dec 2004 13:34:27 +0000 (13:34 +0000)]
* modules/codec/dvbsub.c: extra sanity check for CLUT decoding (patch by timok).

19 years ago* src/libvlc.h: --video-deco is enabled by default.
Gildas Bazin [Thu, 9 Dec 2004 10:03:22 +0000 (10:03 +0000)]
* src/libvlc.h: --video-deco is enabled by default.
* src/input/input.c: fixed small memory leak.

19 years ago beos/InterfaceWindow.cpp: fixed a couple of missing vlc_object_release()s
Eric Petit [Wed, 8 Dec 2004 22:56:55 +0000 (22:56 +0000)]
 beos/InterfaceWindow.cpp: fixed a couple of missing vlc_object_release()s

19 years agoFix autoplayback with skins
Clément Stenac [Wed, 8 Dec 2004 22:41:56 +0000 (22:41 +0000)]
Fix autoplayback with skins

19 years ago beos/InterfaceWindow.cpp: fixed a deadlock + pause button not responding
Eric Petit [Wed, 8 Dec 2004 20:20:37 +0000 (20:20 +0000)]
 beos/InterfaceWindow.cpp: fixed a deadlock + pause button not responding

19 years agoDummy commit, to trigger generation of the html version of this file
Olivier Teulière [Wed, 8 Dec 2004 19:04:38 +0000 (19:04 +0000)]
Dummy commit, to trigger generation of the html version of this file

19 years agolibvlc.h: Remove --audio-type which was never used according to grep
Sigmund Augdal Helberg [Wed, 8 Dec 2004 16:46:52 +0000 (16:46 +0000)]
libvlc.h: Remove --audio-type which was never used according to grep

19 years agoForgot that the lsn internal structure is 0-origin.
Rocky Bernstein [Wed, 8 Dec 2004 12:44:09 +0000 (12:44 +0000)]
Forgot that the lsn internal structure is 0-origin.

Better really would be to remove lsn altogether from cdda_data_t.

19 years agoTODO: removed ^M. Added some subtitle anormalites that needs to be fixed.
Sigmund Augdal Helberg [Wed, 8 Dec 2004 11:37:12 +0000 (11:37 +0000)]
TODO: removed ^M. Added some subtitle anormalites that needs to be fixed.

19 years agoSet duration in playlist.
Rocky Bernstein [Wed, 8 Dec 2004 03:00:00 +0000 (03:00 +0000)]
Set duration in playlist.
Allow for CD-Text in custom format
%t now defaults to MRL when we can't get CD-Text or CDDB info
Default "title" format when CDDB not enabled now is %t rather than %m (MRL)

19 years agoUp requirements on libcdio, libcddb (and will also later add vcdimager).
Rocky Bernstein [Wed, 8 Dec 2004 02:07:32 +0000 (02:07 +0000)]
Up requirements on libcdio, libcddb (and will also later add vcdimager).

19 years agoAllow automake 1.9.2
Rocky Bernstein [Wed, 8 Dec 2004 02:06:58 +0000 (02:06 +0000)]
Allow automake 1.9.2

19 years ago* src/video_output/vout_synchro.c: Added a --no-skip-frames option (for
Christophe Massiot [Wed, 8 Dec 2004 00:15:30 +0000 (00:15 +0000)]
* src/video_output/vout_synchro.c: Added a --no-skip-frames option (for
  compatibility with MPEG-2 HD, the current frame skipping algorithm seems
  to be too aggressive).

19 years ago* configure.ac: update for newer speex + workaround a libxml2 problem on OSX.
Gildas Bazin [Tue, 7 Dec 2004 19:46:45 +0000 (19:46 +0000)]
* configure.ac: update for newer speex + workaround a libxml2 problem on OSX.
* modules/codec/speex.c: update for newer speex.

19 years ago* modules/mux/asf.c: fixed header object. mmsh/asf streaming now works with WMP6...
Gildas Bazin [Tue, 7 Dec 2004 14:27:06 +0000 (14:27 +0000)]
* modules/mux/asf.c: fixed header object. mmsh/asf streaming now works with WMP6.4->WMP10.

19 years agoRecommit 9469->9479 + fix wxT/wxU
Clément Stenac [Tue, 7 Dec 2004 14:18:47 +0000 (14:18 +0000)]
Recommit 9469->9479 + fix wxT/wxU

19 years ago* fixed pkgconfig-url
Felix Paul Kühne [Thu, 2 Dec 2004 20:29:55 +0000 (20:29 +0000)]
* fixed pkgconfig-url

19 years ago* fixes item deletion when pressing backspace. Doesn't work for nodes yet
Benjamin Pracht [Thu, 2 Dec 2004 20:19:15 +0000 (20:19 +0000)]
* fixes item deletion when pressing backspace. Doesn't work for nodes yet

19 years ago* ALL: moved the about-window to a seperate nib-file
Felix Paul Kühne [Thu, 2 Dec 2004 19:51:41 +0000 (19:51 +0000)]
* ALL: moved the about-window to a seperate nib-file

19 years ago* Fix the status bar
Benjamin Pracht [Thu, 2 Dec 2004 19:04:55 +0000 (19:04 +0000)]
* Fix the status bar

19 years ago* mozilla/vlcshell.cpp: added a mute start option.
Gildas Bazin [Thu, 2 Dec 2004 16:54:47 +0000 (16:54 +0000)]
* mozilla/vlcshell.cpp: added a mute start option.

19 years agoMake Mozilla plugin scriptable (e.g. so that the Javascript 'onclick'
Andre Pang [Thu, 2 Dec 2004 16:07:24 +0000 (16:07 +0000)]
Make Mozilla plugin scriptable (e.g. so that the Javascript 'onclick'
attributes in chapter 7 of the VLC user guide actually work ;).

19 years ago* modules/video_output/directx: use a black overlay colorkey for 24 bits colour depth...
Gildas Bazin [Thu, 2 Dec 2004 12:56:46 +0000 (12:56 +0000)]
* modules/video_output/directx: use a black overlay colorkey for 24 bits colour depth displays.

19 years ago* modules/video_output/directx: no window decoration patch by Marius Kjeldahl (marius...
Gildas Bazin [Thu, 2 Dec 2004 11:14:43 +0000 (11:14 +0000)]
* modules/video_output/directx: no window decoration patch by Marius Kjeldahl (marius at kjeldahl dot net) + modifications by me.

19 years ago* modules/video_output/directx/*: fixed symbol conflicts when compiling both vout_dir...
Gildas Bazin [Thu, 2 Dec 2004 09:50:27 +0000 (09:50 +0000)]
* modules/video_output/directx/*: fixed symbol conflicts when compiling both vout_directx and glwin32 as builtins.

19 years agoA little bit better if CDDB is not enabled or doesn't exist. Well, at
Rocky Bernstein [Thu, 2 Dec 2004 03:55:50 +0000 (03:55 +0000)]
A little bit better if CDDB is not enabled or doesn't exist. Well, at
least it it no longer core dumps.

19 years agoFix the search field in OSX playlist
Benjamin Pracht [Wed, 1 Dec 2004 21:50:17 +0000 (21:50 +0000)]
Fix the search field in OSX playlist

19 years ago* modules/access/dshow/dshow.cpp: show tuner properties for MEDIATYPE_Stream as well.
Gildas Bazin [Wed, 1 Dec 2004 16:45:55 +0000 (16:45 +0000)]
* modules/access/dshow/dshow.cpp: show tuner properties for MEDIATYPE_Stream as well.

19 years agosap.c: attemt to fix sap demux for unhandled streams
Sigmund Augdal Helberg [Wed, 1 Dec 2004 15:43:03 +0000 (15:43 +0000)]
sap.c: attemt to fix sap demux for unhandled streams

19 years ago* modules/access/dshow/dshow.cpp: tuner config options (patch by hausheer + cleanup...
Gildas Bazin [Wed, 1 Dec 2004 11:06:19 +0000 (11:06 +0000)]
* modules/access/dshow/dshow.cpp: tuner config options (patch by hausheer + cleanup by me)

19 years agoSome compilation fixes when HAVE_LIBCDDB is not defined.
Rocky Bernstein [Wed, 1 Dec 2004 01:12:12 +0000 (01:12 +0000)]
Some compilation fixes when HAVE_LIBCDDB is not defined.
(There remain still some core dumps to fix.)

19 years agoSimplify and streamline CD-DA open error error logic. Remove a compilation
Rocky Bernstein [Tue, 30 Nov 2004 04:14:19 +0000 (04:14 +0000)]
Simplify and streamline CD-DA open error error logic. Remove a compilation
warning, guard against dereferencing more unitialized pointers.

19 years ago* recrate some missing actions (mainly copy paste from the old playlist)
Benjamin Pracht [Tue, 30 Nov 2004 00:04:45 +0000 (00:04 +0000)]
* recrate some missing actions (mainly copy paste from the old playlist)
* Link some actions and outlets in IB
* some small visual fixes

19 years ago* added aiff, mod and IT to the list of supported document types
Felix Paul Kühne [Mon, 29 Nov 2004 17:34:48 +0000 (17:34 +0000)]
* added aiff, mod and IT to the list of supported document types

19 years ago* mozilla/vlcshell.cpp: nasty hack on win32 to avoid a deadlock on plugin destruction.
Gildas Bazin [Mon, 29 Nov 2004 15:38:01 +0000 (15:38 +0000)]
* mozilla/vlcshell.cpp: nasty hack on win32 to avoid a deadlock on plugin destruction.

19 years ago* modules/video_output/directx/directx.c,glwin32.c: don't unload the plugin as we...
Gildas Bazin [Mon, 29 Nov 2004 15:36:51 +0000 (15:36 +0000)]
* modules/video_output/directx/directx.c,glwin32.c: don't unload the plugin as we can't unregister our window classes. This fixes crashes with the mozilla plugin.

19 years ago src/misc/net.c: BeOS fix
Eric Petit [Sun, 28 Nov 2004 21:47:40 +0000 (21:47 +0000)]
 src/misc/net.c: BeOS fix

19 years ago* src/input/mem_stream.c: fixed a couple of bugs.
Gildas Bazin [Sun, 28 Nov 2004 21:20:18 +0000 (21:20 +0000)]
* src/input/mem_stream.c: fixed a couple of bugs.
* modules/demux/mp4/libmp4.c: use stream_MemoryDelete() instead of free() + some coding style changes.

19 years ago packages.mak: upgraded freetype
Eric Petit [Sun, 28 Nov 2004 20:11:38 +0000 (20:11 +0000)]
 packages.mak: upgraded freetype
 ffmpeg.patch.cvs: BeOS fix

19 years ago* src/misc/vlm.c, modules/demux/playlist/m3u.c, modules/services_discovery/sap.c...
Gildas Bazin [Sun, 28 Nov 2004 14:37:57 +0000 (14:37 +0000)]
* src/misc/vlm.c, modules/demux/playlist/m3u.c, modules/services_discovery/sap.c: portability fixes.

19 years ago* modules/demux/mp4/libmp4.c: no channelcount for AMR audio (3gpp AMRSpecificBox).
Gildas Bazin [Sun, 28 Nov 2004 14:26:28 +0000 (14:26 +0000)]
* modules/demux/mp4/libmp4.c: no channelcount for AMR audio (3gpp AMRSpecificBox).

19 years ago* modules/demux/mp4/mp4.c: avoid reading raw audio (or slightly compressed) a sample...
Gildas Bazin [Sun, 28 Nov 2004 13:06:43 +0000 (13:06 +0000)]
* modules/demux/mp4/mp4.c: avoid reading raw audio (or slightly compressed) a sample at a time + coding style changes.

19 years ago* modules/demux/mp4/mp4.c: couple of fixes for audio demuxing.
Gildas Bazin [Sun, 28 Nov 2004 11:23:50 +0000 (11:23 +0000)]
*  modules/demux/mp4/mp4.c: couple of fixes for audio demuxing.

19 years ago* modules/codec/ffmpeg/ffmpeg.c: added AMR NB/WB fourccs.
Gildas Bazin [Sun, 28 Nov 2004 10:45:44 +0000 (10:45 +0000)]
* modules/codec/ffmpeg/ffmpeg.c: added AMR NB/WB fourccs.

19 years ago* modules/demux/mp4/*: bug fix for MP4_TrackNextSample() + added fourcc for amr-wb.
Gildas Bazin [Sat, 27 Nov 2004 21:44:57 +0000 (21:44 +0000)]
* modules/demux/mp4/*: bug fix for MP4_TrackNextSample() + added fourcc for amr-wb.

19 years agohopefully fix SAP crash
Clément Stenac [Sat, 27 Nov 2004 20:27:06 +0000 (20:27 +0000)]
hopefully fix SAP crash
some more size verifications

19 years agoplaylist.cpp: wxT -> wxU
Sigmund Augdal Helberg [Sat, 27 Nov 2004 16:17:10 +0000 (16:17 +0000)]
playlist.cpp: wxT -> wxU

19 years agoMinimalistic status bar
Clément Stenac [Sat, 27 Nov 2004 14:38:01 +0000 (14:38 +0000)]
Minimalistic status bar

19 years ago* fixed some other incorrect translations of 'Quit' -- thanks to the forum users...
Felix Paul Kühne [Sat, 27 Nov 2004 14:03:33 +0000 (14:03 +0000)]
* fixed some other incorrect translations of 'Quit' -- thanks to the forum users 'jfsch01' and 'sushi'

19 years ago* modules/access/udp.c: force proper demuxers in rtp mode.
Gildas Bazin [Sat, 27 Nov 2004 11:45:53 +0000 (11:45 +0000)]
* modules/access/udp.c: force proper demuxers in rtp mode.

19 years ago* AUTHORS: added Frederic Ruget for the portaudio audio output.
Gildas Bazin [Sat, 27 Nov 2004 11:32:22 +0000 (11:32 +0000)]
* AUTHORS: added Frederic Ruget for the portaudio audio output.

19 years agomem_stream.c: minor cleanup + shut up compiler warnings
Sigmund Augdal Helberg [Sat, 27 Nov 2004 11:28:13 +0000 (11:28 +0000)]
mem_stream.c: minor cleanup + shut up compiler warnings

19 years agoFix images order
Clément Stenac [Sat, 27 Nov 2004 00:27:05 +0000 (00:27 +0000)]
Fix images order

19 years agoall: got rid of MP4_Stream
Sigmund Augdal Helberg [Fri, 26 Nov 2004 23:55:34 +0000 (23:55 +0000)]
all: got rid of MP4_Stream

19 years agoall: new stream_t reading from a buffer.
Sigmund Augdal Helberg [Fri, 26 Nov 2004 23:52:42 +0000 (23:52 +0000)]
all: new stream_t reading from a buffer.

19 years agoFix crash
Clément Stenac [Fri, 26 Nov 2004 21:50:51 +0000 (21:50 +0000)]
Fix crash

19 years ago* modules/misc/xml/xtag.c: fixed a few bugs.
Gildas Bazin [Fri, 26 Nov 2004 13:44:18 +0000 (13:44 +0000)]
* modules/misc/xml/xtag.c: fixed a few bugs.

19 years ago* ALL: New XML module type.
Gildas Bazin [Fri, 26 Nov 2004 10:04:08 +0000 (10:04 +0000)]
* ALL: New XML module type.
* include/vlc_xml.h, src/misc/xml.c: core wrapper for XML modules.
* modules/misc/xml/xtag.c: trivial XML parser module.
* modules/misc/xml/libxml.c: XML parser module using libxml2.
* modules/gui/skins2/parser/*: removed dependancy on libxml2 and use an XML module.