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

19 years ago * src/input/input.c: notify the interfaces when the name of an item changes
Olivier Teulière [Thu, 25 Nov 2004 20:25:57 +0000 (20:25 +0000)]
 * src/input/input.c: notify the interfaces when the name of an item changes
  (useful for shoutcast)
 * modules/gui/wxwindows/timer.cpp: update the item name on the main window

19 years ago* fixed some strings of the Edit-menu as well (complies to the OSX standard l10n...
Felix Paul Kühne [Thu, 25 Nov 2004 16:52:21 +0000 (16:52 +0000)]
* fixed some strings of the Edit-menu as well (complies to the OSX standard l10n now)

19 years ago* fixed incorrect translation of 'Quit' in the OSX-port
Felix Paul Kühne [Thu, 25 Nov 2004 16:20:02 +0000 (16:20 +0000)]
* fixed incorrect translation of 'Quit' in the OSX-port

19 years ago- all: the text variable "$N" is now the media name, not just a truncated URI
Cyril Deguet [Wed, 24 Nov 2004 20:23:23 +0000 (20:23 +0000)]
- all: the text variable "$N" is now the media name, not just a truncated URI
- vlcproc.cpp: update $N and $F variables on an item/playlist change
_ async_queue.cpp: fixed a deadlock between the VLC playlist and the command
  queue

19 years ago* modules/access/dshow/dshow.cpp: fixed stupid bug in ReadCompressed() that was dropp...
Gildas Bazin [Wed, 24 Nov 2004 15:29:00 +0000 (15:29 +0000)]
* modules/access/dshow/dshow.cpp: fixed stupid bug in ReadCompressed() that was dropping part of the received data (Fixes the PVR issue).

19 years agoRelease the access in case of failure
Clément Stenac [Wed, 24 Nov 2004 12:32:03 +0000 (12:32 +0000)]
Release the access in case of failure

19 years agoFix segfault in RTSP mode
Clément Stenac [Wed, 24 Nov 2004 12:14:23 +0000 (12:14 +0000)]
Fix segfault in RTSP mode

19 years agoSmall update
Clément Stenac [Wed, 24 Nov 2004 12:05:44 +0000 (12:05 +0000)]
Small update

19 years agoFix input-slave parser
Clément Stenac [Wed, 24 Nov 2004 06:52:05 +0000 (06:52 +0000)]
Fix input-slave parser

19 years ago* Use filenames as playlistnames for relative m3u playlistentries instead of the...
Derk-Jan Hartman [Tue, 23 Nov 2004 21:48:23 +0000 (21:48 +0000)]
* Use filenames as playlistnames for relative m3u playlistentries instead of the full paths.

19 years ago * add core option --vlm-conf
Antoine Cellerier [Tue, 23 Nov 2004 16:46:04 +0000 (16:46 +0000)]
 * add core option --vlm-conf
   specifies a vlm configuration file to load when vlm is launched

19 years ago * documented commenting possibility
Antoine Cellerier [Tue, 23 Nov 2004 16:25:34 +0000 (16:25 +0000)]
 * documented commenting possibility

19 years ago* modules/gui/wxwindows/playlist.cpp: fixed uninitialized memory access.
Gildas Bazin [Tue, 23 Nov 2004 13:30:50 +0000 (13:30 +0000)]
* modules/gui/wxwindows/playlist.cpp: fixed uninitialized memory access.

19 years ago* src/misc/win32_specific.c: unicode portability fixes.
Gildas Bazin [Tue, 23 Nov 2004 10:20:39 +0000 (10:20 +0000)]
* src/misc/win32_specific.c: unicode portability fixes.

19 years ago* include/vlc_common.h: added the _T() macro for win32 unicode.
Gildas Bazin [Tue, 23 Nov 2004 10:19:43 +0000 (10:19 +0000)]
* include/vlc_common.h: added the _T() macro for win32 unicode.

19 years agoHonor "prefer-cdtext" option.
Rocky Bernstein [Tue, 23 Nov 2004 04:16:02 +0000 (04:16 +0000)]
Honor "prefer-cdtext" option.

Put all of the tracks in stream and media info - would like to make
this a chile under the disc category, but I don't see a mechanism for
that (yet).

To do - there still is a core dump that remains from before when CDDB
is disabled.

19 years agoIf using cddax (as opposed to cdda), then set the MRL accordingly.
Rocky Bernstein [Tue, 23 Nov 2004 02:44:30 +0000 (02:44 +0000)]
If using cddax (as opposed to cdda), then set the MRL accordingly.

19 years agoRemove debug message
Clément Stenac [Mon, 22 Nov 2004 19:50:57 +0000 (19:50 +0000)]
Remove debug message

19 years ago* modules/video_output/directx/*: mostly unicode ready + WinCE compilation fixes.
Gildas Bazin [Mon, 22 Nov 2004 17:27:17 +0000 (17:27 +0000)]
* modules/video_output/directx/*: mostly unicode ready + WinCE compilation fixes.

19 years ago* modules/video_output/directx/events.c: fix to disable the screensaver in embedded...
Gildas Bazin [Mon, 22 Nov 2004 17:04:49 +0000 (17:04 +0000)]
* modules/video_output/directx/events.c: fix to disable the screensaver in embedded mode when in fullscreen.

19 years agoRestore search
Clément Stenac [Mon, 22 Nov 2004 10:33:29 +0000 (10:33 +0000)]
Restore search

19 years agoall: implemented INPUT_ADD_SLAVE.
Laurent Aimar [Mon, 22 Nov 2004 09:57:50 +0000 (09:57 +0000)]
all: implemented INPUT_ADD_SLAVE.

19 years agostream.c: fixed a bug when seeking again near the end of the file.
Laurent Aimar [Mon, 22 Nov 2004 09:56:48 +0000 (09:56 +0000)]
stream.c: fixed a bug when seeking again near the end of the file.

19 years agoinput: added INPUT_ADD_SLAVE to allow adding a slave input on the fly. (Don't use...
Laurent Aimar [Mon, 22 Nov 2004 09:52:06 +0000 (09:52 +0000)]
input: added INPUT_ADD_SLAVE to allow adding a slave input on the fly. (Don't use without a real reason).

19 years agoDon't rebuild the tree on node sort
Clément Stenac [Mon, 22 Nov 2004 09:50:45 +0000 (09:50 +0000)]
Don't rebuild the tree on node sort

19 years agoRecursive sort
Clément Stenac [Mon, 22 Nov 2004 09:37:58 +0000 (09:37 +0000)]
Recursive sort

19 years agoChange a printf into a debuggable print message.
Rocky Bernstein [Mon, 22 Nov 2004 04:53:48 +0000 (04:53 +0000)]
Change a printf into a debuggable print message.

19 years agoHandle the case when parent is root
Clément Stenac [Sun, 21 Nov 2004 23:01:23 +0000 (23:01 +0000)]
Handle the case when parent is root

19 years agoForgot this
Clément Stenac [Sun, 21 Nov 2004 22:41:02 +0000 (22:41 +0000)]
Forgot this

19 years agoUse item-append when an item is appended to a node -> don't rebuild the whole tree
Clément Stenac [Sun, 21 Nov 2004 22:40:48 +0000 (22:40 +0000)]
Use item-append when an item is appended to a node -> don't rebuild the whole tree

19 years ago* src/misc/httpd.c: bug fix to re-use the httpd host (patch by Sau)
Gildas Bazin [Sun, 21 Nov 2004 19:00:29 +0000 (19:00 +0000)]
* src/misc/httpd.c: bug fix to re-use the httpd host (patch by Sau)

19 years ago* src/misc/vlm.c: partial revert of commit 9353. Do not use strncmp() when it isn...
Gildas Bazin [Sun, 21 Nov 2004 18:55:33 +0000 (18:55 +0000)]
* src/misc/vlm.c: partial revert of commit 9353. Do not use strncmp() when it isn't needed. It just makes the code less readable and more prone to bugs.

19 years ago* modules/demux/m3u.c: ported to new playlist API.
Gildas Bazin [Sun, 21 Nov 2004 18:20:28 +0000 (18:20 +0000)]
* modules/demux/m3u.c: ported to new playlist API.

19 years agoSort a node (alphabetically, all sub-nodes come first)
Clément Stenac [Sun, 21 Nov 2004 17:45:09 +0000 (17:45 +0000)]
Sort a node (alphabetically, all sub-nodes come first)

19 years agoSmall TODO update and sorting
Clément Stenac [Sat, 20 Nov 2004 19:04:57 +0000 (19:04 +0000)]
Small TODO update and sorting

19 years agoSAP IPv6 and additionnal addresses support
Clément Stenac [Sat, 20 Nov 2004 16:12:36 +0000 (16:12 +0000)]
SAP IPv6 and additionnal addresses support

19 years ago* do not set request on startup, we don't want autoplay
Clément Stenac [Sat, 20 Nov 2004 13:59:39 +0000 (13:59 +0000)]
* do not set request on startup, we don't want autoplay
* fix bug in SDP parser

19 years agoMake p_playlist->i_index follow correctly the current item
Clément Stenac [Sat, 20 Nov 2004 12:57:55 +0000 (12:57 +0000)]
Make p_playlist->i_index follow correctly the current item

19 years agoAdd MP4 playlist items as children
Clément Stenac [Sat, 20 Nov 2004 12:50:55 +0000 (12:50 +0000)]
Add MP4 playlist items as children

19 years agoFix crash in bookmarks
Clément Stenac [Sat, 20 Nov 2004 11:20:30 +0000 (11:20 +0000)]
Fix crash in bookmarks

19 years agoFix
Clément Stenac [Fri, 19 Nov 2004 15:56:49 +0000 (15:56 +0000)]
Fix

19 years agosap: don't crash on invalid o= field
Clément Stenac [Fri, 19 Nov 2004 15:55:01 +0000 (15:55 +0000)]
sap: don't crash on invalid o= field
wx: really commit last commit

19 years agoCDDAX:
Clément Stenac [Fri, 19 Nov 2004 15:07:55 +0000 (15:07 +0000)]
CDDAX:
    - coding style fixes
    - adapted to new playlist API
    - only put generic things in Meta-information

wxWidgets:
    - Fixed playlist updating

core:
    - added playlist_ItemGetByInput
    - implemented input_item_t.b_fixed name : if this is set, the interface should not try to "improve" the display string.

19 years ago * some style fixes (now displays menu under IE)
Antoine Cellerier [Fri, 19 Nov 2004 14:57:35 +0000 (14:57 +0000)]
 * some style fixes (now displays menu under IE)

19 years agoOups, fixed stupid crash in PLS
Clément Stenac [Thu, 18 Nov 2004 23:35:29 +0000 (23:35 +0000)]
Oups, fixed stupid crash in PLS

19 years ago* You can doubleclick an item to play it now.
Derk-Jan Hartman [Thu, 18 Nov 2004 02:18:34 +0000 (02:18 +0000)]
* You can doubleclick an item to play it now.
* implemented delete, but for some reason the key events don't arrive

19 years agoCompile fix for C++ files
Clément Stenac [Thu, 18 Nov 2004 00:07:28 +0000 (00:07 +0000)]
Compile fix for C++ files

19 years agoInput options inheritance for playlists
Clément Stenac [Wed, 17 Nov 2004 23:22:43 +0000 (23:22 +0000)]
Input options inheritance for playlists

19 years agosap.c: don't free the inputs internal buffers! shame on you!
Sigmund Augdal Helberg [Wed, 17 Nov 2004 22:37:28 +0000 (22:37 +0000)]
sap.c: don't free the inputs internal buffers! shame on you!

19 years agoRemove SAP node on quit
Clément Stenac [Wed, 17 Nov 2004 22:11:26 +0000 (22:11 +0000)]
Remove SAP node on quit

19 years ago* Add return values to all functions
Clément Stenac [Wed, 17 Nov 2004 21:38:23 +0000 (21:38 +0000)]
* Add return values to all functions
* Fix locking issues in services discovery
* Add playlist_Replace function
* Beginning of playlist_TreeMove
* Fix some warnings
* Doxygen update

19 years ago* Fix display of playlist on OSX. Looks briljant :)
Derk-Jan Hartman [Wed, 17 Nov 2004 20:03:00 +0000 (20:03 +0000)]
* Fix display of playlist on OSX. Looks briljant :)

19 years agoBeginning of un updated developer documentation and beginning of playlist documentation
Clément Stenac [Wed, 17 Nov 2004 18:38:52 +0000 (18:38 +0000)]
Beginning of un updated developer documentation and beginning of playlist documentation

19 years ago* Todo list for OSX playlist. please use it :)
Derk-Jan Hartman [Wed, 17 Nov 2004 17:13:31 +0000 (17:13 +0000)]
* Todo list for OSX playlist. please use it :)

19 years ago* Start of new playlist for OSX.
Derk-Jan Hartman [Wed, 17 Nov 2004 16:51:40 +0000 (16:51 +0000)]
* Start of new playlist for OSX.
  - basic data retrieval implemented
  - data display not yet implemented
  - many broken outlets and even more broken actions
  - won't compile
  - if you work on this (and please do) please communicate this fact to the IRC channel and make regurlar commits to prevent that multiple people work on this (and especially the NIB).

19 years ago* Fix some crashes because of new playlist core
Derk-Jan Hartman [Wed, 17 Nov 2004 16:48:41 +0000 (16:48 +0000)]
* Fix some crashes because of new playlist core

19 years agoaccess/http.c: skip debug message when useless
Sigmund Augdal Helberg [Tue, 16 Nov 2004 23:11:56 +0000 (23:11 +0000)]
access/http.c: skip debug message when useless

19 years agoStrip parent path in directory access
Clément Stenac [Tue, 16 Nov 2004 17:29:04 +0000 (17:29 +0000)]
Strip parent path in directory access

19 years agostrcmp -> strncmp
Clément Stenac [Tue, 16 Nov 2004 12:27:02 +0000 (12:27 +0000)]
strcmp -> strncmp
Coding style fixes (much more left)

19 years agoinput.c: fixed segfault with access_demux.
Laurent Aimar [Tue, 16 Nov 2004 12:18:53 +0000 (12:18 +0000)]
input.c: fixed segfault with access_demux.

19 years ago* sgimb.c: set the kasenna option correctly
Derk-Jan Hartman [Tue, 16 Nov 2004 12:02:42 +0000 (12:02 +0000)]
* sgimb.c: set the kasenna option correctly
  fix the playlist autodelete

19 years agolibasf.c: clean up + maybe a bug fix.
Laurent Aimar [Tue, 16 Nov 2004 10:01:22 +0000 (10:01 +0000)]
libasf.c: clean up + maybe a bug fix.

19 years ago * consider tabs as white spaces when parsing vlm command line
Antoine Cellerier [Tue, 16 Nov 2004 01:14:23 +0000 (01:14 +0000)]
 * consider tabs as white spaces when parsing vlm command line
 * all lines where first non white space char is a # is a comment

19 years agodon't forget to add options to *ppsz_sout_options[] (so that ca, crt, etc.. are...
Benjamin Pracht [Mon, 15 Nov 2004 23:46:07 +0000 (23:46 +0000)]
don't forget to add options to  *ppsz_sout_options[] (so that ca, crt, etc.. are also available using http{ca=...,crt=...} in the sout chain...

19 years agonet.c: include some more headers on non-windows platforms
Sigmund Augdal Helberg [Mon, 15 Nov 2004 21:07:08 +0000 (21:07 +0000)]
net.c: include some more headers on non-windows platforms

19 years ago* sgimb.c: backport of r9300 to trunk
Derk-Jan Hartman [Mon, 15 Nov 2004 19:44:19 +0000 (19:44 +0000)]
* sgimb.c: backport of r9300 to trunk

19 years ago* Fix gcrypt building on 10.2
Derk-Jan Hartman [Mon, 15 Nov 2004 19:35:30 +0000 (19:35 +0000)]
* Fix gcrypt building on 10.2

19 years ago * format: added a lot of conversion (nearly all case between
Laurent Aimar [Mon, 15 Nov 2004 17:11:33 +0000 (17:11 +0000)]
 * format: added a lot of conversion (nearly all case between
s8,16,f32,u8,16,f32 and little endian).

19 years ago * asf: added support for "extended stream properties". I HATE BROKEN DESIGNED FORMAT.
Laurent Aimar [Mon, 15 Nov 2004 17:09:57 +0000 (17:09 +0000)]
 * asf: added support for "extended stream properties". I HATE BROKEN DESIGNED FORMAT.

19 years ago * asf: first part to support more header extention (seems to be used in MBR).
Laurent Aimar [Mon, 15 Nov 2004 17:08:57 +0000 (17:08 +0000)]
 * asf: first part to support more header extention (seems to be used in MBR).

19 years ago * http: added shoutcast meta data support.
Laurent Aimar [Mon, 15 Nov 2004 17:07:56 +0000 (17:07 +0000)]
 * http: added shoutcast meta data support.

19 years ago * input: access meta data support.
Laurent Aimar [Mon, 15 Nov 2004 17:07:06 +0000 (17:07 +0000)]
 * input: access meta data support.
 * net: support for SOCKS proxy support (for all TCP connections).

19 years ago * input: added a meta field to input.
Laurent Aimar [Mon, 15 Nov 2004 17:05:52 +0000 (17:05 +0000)]
 * input: added a meta field to input.
 * network: export ipv4 name resolution.

19 years agoUpdate playlist TODO
Clément Stenac [Mon, 15 Nov 2004 15:33:36 +0000 (15:33 +0000)]
Update playlist TODO

19 years agoFix wxWidgets crash
Clément Stenac [Mon, 15 Nov 2004 15:29:47 +0000 (15:29 +0000)]
Fix wxWidgets crash

19 years ago* 0.8.2-svn, not 0.8.2
Gildas Bazin [Mon, 15 Nov 2004 15:28:13 +0000 (15:28 +0000)]
* 0.8.2-svn, not 0.8.2

19 years ago* po/*: updated from the 0.8.1 branch.
Gildas Bazin [Mon, 15 Nov 2004 10:06:39 +0000 (10:06 +0000)]
* po/*: updated from the 0.8.1 branch.

19 years ago* ALL: bumped version number to 0.8.2-svn.
Gildas Bazin [Mon, 15 Nov 2004 09:41:05 +0000 (09:41 +0000)]
* ALL: bumped version number to 0.8.2-svn.

19 years agoFix ITEMPLAY in no-view mode
Clément Stenac [Sun, 14 Nov 2004 22:29:51 +0000 (22:29 +0000)]
Fix ITEMPLAY in no-view mode

19 years ago* modules/codec/dmo/dmo.c: work around for buggy dmo implementations.
Gildas Bazin [Sun, 14 Nov 2004 19:41:09 +0000 (19:41 +0000)]
* modules/codec/dmo/dmo.c: work around for buggy dmo implementations.

19 years agoRe-enable logging
Clément Stenac [Sun, 14 Nov 2004 19:02:36 +0000 (19:02 +0000)]
Re-enable logging

19 years ago* Makefile.am: fixed make dist.
Gildas Bazin [Sun, 14 Nov 2004 18:01:38 +0000 (18:01 +0000)]
* Makefile.am: fixed make dist.

19 years ago* modules/codec/quicktime.c: fixed small mem leak.
Gildas Bazin [Sun, 14 Nov 2004 17:59:33 +0000 (17:59 +0000)]
* modules/codec/quicktime.c: fixed small mem leak.

19 years ago * modules/gui/skins2: ignore WM_PAINT events on the vout window
Olivier Teulière [Sun, 14 Nov 2004 17:29:39 +0000 (17:29 +0000)]
 * modules/gui/skins2: ignore WM_PAINT events on the vout window
   This gives better results when moving the window, but resizing is still
   flickering

19 years ago* src/audio_output/input.c: made the resampling just a bit quicker (trying to reach...
Gildas Bazin [Sun, 14 Nov 2004 17:25:58 +0000 (17:25 +0000)]
* src/audio_output/input.c: made the resampling just a bit quicker (trying to reach a good compromise).

19 years agoconfigure.ac: added Danish to the list of possible localisations
Felix Paul Kühne [Sun, 14 Nov 2004 14:04:47 +0000 (14:04 +0000)]
configure.ac: added Danish to the list of possible localisations
po/da.po: partial Danish l10n by Jonas Larsen (E-bola)

19 years agoTodo update
Clément Stenac [Sun, 14 Nov 2004 13:49:46 +0000 (13:49 +0000)]
Todo update

19 years ago* access_directory : only play if we are the current playlist item. Handle the case...
Clément Stenac [Sun, 14 Nov 2004 13:25:18 +0000 (13:25 +0000)]
* access_directory : only play if we are the current playlist item. Handle the case where we are not
* libvlc : add -S as shortcut for services-discovery

19 years agoAdd directory in wxWidgets
Clément Stenac [Sat, 13 Nov 2004 23:06:53 +0000 (23:06 +0000)]
Add directory in wxWidgets
Update TODO

19 years agoDecrease verbosity
Clément Stenac [Sat, 13 Nov 2004 22:11:51 +0000 (22:11 +0000)]
Decrease verbosity
Fix warnings

19 years agoValid HTML is good. This page stil doesn't work with IE
Benjamin Pracht [Sat, 13 Nov 2004 14:11:51 +0000 (14:11 +0000)]
Valid HTML is good. This page stil doesn't work with IE

19 years ago* modules/codec/ffmpeg/ffmpeg.c: use proper format conversion (when available) for...
Gildas Bazin [Sat, 13 Nov 2004 13:06:41 +0000 (13:06 +0000)]
* modules/codec/ffmpeg/ffmpeg.c: use proper format conversion (when available) for UYVY.