]> git.sesse.net Git - vlc/log
vlc
18 years agofirst step towards SSM support in SDPs - refs #336
Marian Durkovic [Thu, 8 Dec 2005 14:48:59 +0000 (14:48 +0000)]
first step towards SSM support in SDPs - refs #336

18 years agoDon't print too many errors
Clément Stenac [Thu, 8 Dec 2005 09:05:58 +0000 (09:05 +0000)]
Don't print too many errors

18 years ago * volume display fix
Antoine Cellerier [Wed, 7 Dec 2005 23:23:30 +0000 (23:23 +0000)]
 * volume display fix

18 years agoadd delete_small.png
Antoine Cellerier [Wed, 7 Dec 2005 23:20:42 +0000 (23:20 +0000)]
add delete_small.png

18 years ago* modules/gui/wxwidgets: save embedded playlist size on exit.
Gildas Bazin [Wed, 7 Dec 2005 23:14:43 +0000 (23:14 +0000)]
* modules/gui/wxwidgets: save embedded playlist size on exit.

18 years ago * playlist improvements :
Antoine Cellerier [Wed, 7 Dec 2005 22:59:04 +0000 (22:59 +0000)]
 * playlist improvements :
   * nodes can now be opened/closed
   * items can be deleted
   * shuffle, repeat and loop should work
 * add some comments to functions.js

18 years ago * fix misc fixes
Antoine Cellerier [Wed, 7 Dec 2005 21:07:01 +0000 (21:07 +0000)]
 * fix misc fixes

18 years ago * misc fixes. Should now work in IE
Antoine Cellerier [Wed, 7 Dec 2005 21:03:45 +0000 (21:03 +0000)]
 * misc fixes. Should now work in IE

18 years agoFixes to the old coreaudio module. It will be removed, but at least we will have...
Derk-Jan Hartman [Wed, 7 Dec 2005 19:49:20 +0000 (19:49 +0000)]
Fixes to the old coreaudio module. It will be removed, but at least we will have a proper version in the SVN history for prosperity

18 years ago * fix playlist bug and change some css
Antoine Cellerier [Wed, 7 Dec 2005 17:09:57 +0000 (17:09 +0000)]
 * fix playlist bug and change some css

18 years agooooops
Antoine Cellerier [Wed, 7 Dec 2005 17:03:48 +0000 (17:03 +0000)]
oooops

18 years ago * Makefile.am : add new browse.xml file
Antoine Cellerier [Wed, 7 Dec 2005 16:57:18 +0000 (16:57 +0000)]
 * Makefile.am : add new browse.xml file
 * functions.js : add option to select directories too

18 years ago * add browse dialog for file input (this needs some authentification ... but
Antoine Cellerier [Wed, 7 Dec 2005 16:50:42 +0000 (16:50 +0000)]
 * add browse dialog for file input (this needs some authentification ... but
   i don't really know how i should handle it)
 * add now playing info

18 years agoLink upnp with C++ rather than C
Rémi Denis-Courmont [Wed, 7 Dec 2005 15:35:52 +0000 (15:35 +0000)]
Link upnp with C++ rather than C

18 years agoAdded a bunch of "const" - should fix warning in VLM GUIs
Rémi Denis-Courmont [Wed, 7 Dec 2005 15:11:08 +0000 (15:11 +0000)]
Added a bunch of "const" - should fix warning in VLM GUIs

18 years agoWork around for awfully broken Win32 DNS resolver - closes #445
Rémi Denis-Courmont [Wed, 7 Dec 2005 13:28:25 +0000 (13:28 +0000)]
Work around for awfully broken Win32 DNS resolver - closes #445

18 years ago & -> & in name or uri
Antoine Cellerier [Wed, 7 Dec 2005 12:15:36 +0000 (12:15 +0000)]
 & -> & in name or uri

18 years agoImprove dialogs handling
Clément Stenac [Wed, 7 Dec 2005 09:31:36 +0000 (09:31 +0000)]
Improve dialogs handling

18 years ago* Fix the make VLC.app which was broken due to the changed web interface
Derk-Jan Hartman [Wed, 7 Dec 2005 02:44:07 +0000 (02:44 +0000)]
* Fix the make VLC.app   which was broken due to the changed web interface

18 years agoMac OS X audio module is now unified for analog and digital output. todo: test on...
Derk-Jan Hartman [Wed, 7 Dec 2005 01:45:10 +0000 (01:45 +0000)]
Mac OS X audio module is now unified for analog and digital output. todo: test on a shitload of devices, test for stability (removal of USB audio device during playback), rename the plugin

18 years agopropset svn:keywords Id
Antoine Cellerier [Wed, 7 Dec 2005 00:33:03 +0000 (00:33 +0000)]
propset svn:keywords Id

18 years agoadd same controls as in previous http interface. As zorglub pointed out,
Antoine Cellerier [Wed, 7 Dec 2005 00:12:39 +0000 (00:12 +0000)]
add same controls as in previous http interface. As zorglub pointed out,
some people might be using these controls regardless of the http interface
code itself.

18 years agoHTTP interface change
Antoine Cellerier [Wed, 7 Dec 2005 00:09:25 +0000 (00:09 +0000)]
HTTP interface change

18 years agoNew http interface
Antoine Cellerier [Wed, 7 Dec 2005 00:03:13 +0000 (00:03 +0000)]
New http interface

Things that still need to be done :
 * check - and fix - compatibility with non-firefox browsers (it
   doesn't work in IE yet)
 * bind actions to the playlist sort/delete actions
 * fix the subtitle options stuff
 * add a "browse" dialog (i'm not sure if the is a good idea ...
   should be password protected)
 * VLM interface

Comments are welcome :)

18 years agomove old http files to http-old
Antoine Cellerier [Tue, 6 Dec 2005 23:58:31 +0000 (23:58 +0000)]
move old http files to http-old

18 years ago* modules/gui/wxwidgets/interface.cpp: last issues with the display of the embedded...
Gildas Bazin [Tue, 6 Dec 2005 22:57:26 +0000 (22:57 +0000)]
* modules/gui/wxwidgets/interface.cpp: last issues with the display of the embedded playlist should be solved.

18 years ago * doc/skins/skins2-howto.xml: A few fixes and additions.
Olivier Teulière [Tue, 6 Dec 2005 20:12:34 +0000 (20:12 +0000)]
 * doc/skins/skins2-howto.xml: A few fixes and additions.

18 years ago* modules/packetizer/h264.c: fixed massive memory leak.
Gildas Bazin [Tue, 6 Dec 2005 20:10:02 +0000 (20:10 +0000)]
* modules/packetizer/h264.c: fixed massive memory leak.

18 years ago* modules/demux/mkv.cpp: fixed memory leaks.
Gildas Bazin [Tue, 6 Dec 2005 19:23:31 +0000 (19:23 +0000)]
* modules/demux/mkv.cpp: fixed memory leaks.

18 years agofix make install
Rémi Denis-Courmont [Tue, 6 Dec 2005 19:09:37 +0000 (19:09 +0000)]
fix make install

18 years agoInteraction facility (Refs:#27)
Clément Stenac [Tue, 6 Dec 2005 19:09:20 +0000 (19:09 +0000)]
Interaction facility (Refs:#27)

18 years agorename to vlc_volume_set
Antoine Cellerier [Tue, 6 Dec 2005 18:52:53 +0000 (18:52 +0000)]
rename to vlc_volume_set

18 years agonew rpn function : volume_set
Antoine Cellerier [Tue, 6 Dec 2005 18:49:11 +0000 (18:49 +0000)]
new rpn function : volume_set

18 years agofix DISTCLEANFILES
Rémi Denis-Courmont [Tue, 6 Dec 2005 18:41:14 +0000 (18:41 +0000)]
fix DISTCLEANFILES

18 years agoAnother bunch of non-existant files in POTFILES
Rémi Denis-Courmont [Tue, 6 Dec 2005 18:25:09 +0000 (18:25 +0000)]
Another bunch of non-existant files in POTFILES

18 years agoDon't include unused files in POTFILES(!)
Rémi Denis-Courmont [Tue, 6 Dec 2005 18:19:53 +0000 (18:19 +0000)]
Don't include unused files in POTFILES(!)

18 years ago* modules/gui/wxwidgets/interface.cpp: still more improvements to the display of...
Gildas Bazin [Tue, 6 Dec 2005 18:16:12 +0000 (18:16 +0000)]
* modules/gui/wxwidgets/interface.cpp: still more improvements to the display of the embedded playlist.

18 years agoRemove unexisting exported API
Rémi Denis-Courmont [Tue, 6 Dec 2005 17:16:07 +0000 (17:16 +0000)]
Remove unexisting exported API

18 years agoAttempt to fix make distcheck
Rémi Denis-Courmont [Tue, 6 Dec 2005 16:49:16 +0000 (16:49 +0000)]
Attempt to fix make distcheck

18 years agoOne must update src/misc/modules.c whenever a new vlc_*.h file is created
Rémi Denis-Courmont [Tue, 6 Dec 2005 16:38:58 +0000 (16:38 +0000)]
One must update src/misc/modules.c whenever a new vlc_*.h file is created

18 years agoFix symbols list
Rémi Denis-Courmont [Tue, 6 Dec 2005 16:35:05 +0000 (16:35 +0000)]
Fix symbols list

18 years agoFix behaviour if repeat is enabled at startup
Clément Stenac [Tue, 6 Dec 2005 16:33:34 +0000 (16:33 +0000)]
Fix behaviour if repeat is enabled at startup

18 years agoDon't translate empty strings ( Thanks to ShadeHawk)
Christophe Mutricy [Tue, 6 Dec 2005 13:05:18 +0000 (13:05 +0000)]
Don't translate empty strings ( Thanks to ShadeHawk)

18 years agoAdd missing include file
Rémi Denis-Courmont [Tue, 6 Dec 2005 12:39:13 +0000 (12:39 +0000)]
Add missing include file

18 years agoFix ./configure within make distcheck
Rémi Denis-Courmont [Tue, 6 Dec 2005 12:34:02 +0000 (12:34 +0000)]
Fix ./configure within make distcheck

18 years agoEmpty gettext translated strings are illegal
Rémi Denis-Courmont [Tue, 6 Dec 2005 12:32:39 +0000 (12:32 +0000)]
Empty gettext translated strings are illegal

18 years agoFix a string. Thanks to ShadeHawk on irc for noticing
Clément Stenac [Tue, 6 Dec 2005 12:19:52 +0000 (12:19 +0000)]
Fix a string. Thanks to ShadeHawk on irc for noticing

18 years agoFix POTFILES again
Rémi Denis-Courmont [Tue, 6 Dec 2005 12:14:24 +0000 (12:14 +0000)]
Fix POTFILES again

18 years agoAdd .hosts
Rémi Denis-Courmont [Tue, 6 Dec 2005 12:08:14 +0000 (12:08 +0000)]
Add .hosts

18 years agougly dirty horrible thing so that text/xml files don't get labeled as text/html ...
Antoine Cellerier [Tue, 6 Dec 2005 00:28:53 +0000 (00:28 +0000)]
ugly dirty horrible thing so that text/xml files don't get labeled as text/html (and .xml files will now be parsed by VLC)

18 years agoReorder the ffmpeg detection. Please test, there is so many corner case :(
Christophe Mutricy [Mon, 5 Dec 2005 23:31:22 +0000 (23:31 +0000)]
Reorder the ffmpeg detection. Please test, there is so many corner case :(

18 years ago* share/http/admin/browse.html: made the file list a bit more readable.
Gildas Bazin [Mon, 5 Dec 2005 21:56:06 +0000 (21:56 +0000)]
* share/http/admin/browse.html: made the file list a bit more readable.

18 years ago* several updates: animations, percent vars, equalizer...
Cyril Deguet [Mon, 5 Dec 2005 21:40:46 +0000 (21:40 +0000)]
* several updates: animations, percent vars, equalizer...

18 years ago- Don't print a bogus warning when reading on empty line in a .host file
Rémi Denis-Courmont [Mon, 5 Dec 2005 20:53:56 +0000 (20:53 +0000)]
- Don't print a bogus warning when reading on empty line in a .host file
- Move acl.c to a more appropriate location

18 years agoAdd sample access list (currently accepting everything) for the HTTP interface
Rémi Denis-Courmont [Mon, 5 Dec 2005 20:51:20 +0000 (20:51 +0000)]
Add sample access list (currently accepting everything) for the HTTP interface

18 years agovlm.c: fix segfault when vlm command have mismatched quotes
Sigmund Augdal Helberg [Mon, 5 Dec 2005 17:54:35 +0000 (17:54 +0000)]
vlm.c: fix segfault when vlm command have mismatched quotes

18 years agoFix typo/compilation
Rémi Denis-Courmont [Mon, 5 Dec 2005 17:48:21 +0000 (17:48 +0000)]
Fix typo/compilation

18 years ago- Use net_ConnectUDP on the slave side
Rémi Denis-Courmont [Mon, 5 Dec 2005 17:46:22 +0000 (17:46 +0000)]
- Use net_ConnectUDP on the slave side
- Don't force a port on the slave side (that was not needed)

18 years agoUse net_ConnectUDP
Rémi Denis-Courmont [Mon, 5 Dec 2005 17:45:59 +0000 (17:45 +0000)]
Use net_ConnectUDP

18 years agoUse OS default for multicast hop limit if not overriden by the user
Rémi Denis-Courmont [Mon, 5 Dec 2005 17:33:11 +0000 (17:33 +0000)]
Use OS default for multicast hop limit if not overriden by the user

18 years agoUse net_ConnectUDP
Rémi Denis-Courmont [Mon, 5 Dec 2005 17:30:14 +0000 (17:30 +0000)]
Use net_ConnectUDP

18 years agoUpdate multicast stream output options
Rémi Denis-Courmont [Mon, 5 Dec 2005 16:50:25 +0000 (16:50 +0000)]
Update multicast stream output options

18 years agoImplement IP_MULTICAST_IF
Rémi Denis-Courmont [Mon, 5 Dec 2005 16:46:49 +0000 (16:46 +0000)]
Implement IP_MULTICAST_IF

18 years agoRepair make dist
Rémi Denis-Courmont [Mon, 5 Dec 2005 16:24:22 +0000 (16:24 +0000)]
Repair make dist

18 years agosvn:ignore
Rémi Denis-Courmont [Mon, 5 Dec 2005 16:24:12 +0000 (16:24 +0000)]
svn:ignore

18 years agoVery beginning of the interaction framework (Refs:#27)
Clément Stenac [Mon, 5 Dec 2005 15:51:39 +0000 (15:51 +0000)]
Very beginning of the interaction framework (Refs:#27)

18 years agoString remarks
Clément Stenac [Mon, 5 Dec 2005 10:28:08 +0000 (10:28 +0000)]
String remarks

18 years agoRecognize RV codecs
Clément Stenac [Mon, 5 Dec 2005 10:25:34 +0000 (10:25 +0000)]
Recognize RV codecs

18 years agofix previous commit
Rémi Denis-Courmont [Mon, 5 Dec 2005 10:09:14 +0000 (10:09 +0000)]
fix previous commit

18 years agoImplement multicast hop limit
Rémi Denis-Courmont [Mon, 5 Dec 2005 10:00:14 +0000 (10:00 +0000)]
Implement multicast hop limit

18 years agoSort out io.c
Rémi Denis-Courmont [Mon, 5 Dec 2005 09:36:39 +0000 (09:36 +0000)]
Sort out io.c

18 years agoCreate src/network subdirectory
Rémi Denis-Courmont [Mon, 5 Dec 2005 09:06:39 +0000 (09:06 +0000)]
Create src/network subdirectory

18 years agos/OpenTCP/ConnectTCP/ for consistency
Rémi Denis-Courmont [Mon, 5 Dec 2005 09:01:29 +0000 (09:01 +0000)]
s/OpenTCP/ConnectTCP/ for consistency
and other cosmetic fixes

18 years ago* implemented the controls for the logo and time filters (refs #350)
Felix Paul Kühne [Sun, 4 Dec 2005 22:46:03 +0000 (22:46 +0000)]
* implemented the controls for the logo and time filters (refs #350)
* complete l10n support

The usage of the logo-filter doesn't work here, but that might be because of my strange PNG-files. I'll investigate this tomorrow.

It would be nice if some of the OSX-devs and testers could check whether everything works as expected, whether you are able crash the entire thingie, etc.
Note that on-the-fly activation of filters doesn't work (this needs the vout-rework scheduled for 0.8.5).

18 years ago* retrieve the settings for the logo and time filters (there seems to be bug @ positi...
Felix Paul Kühne [Sun, 4 Dec 2005 21:33:57 +0000 (21:33 +0000)]
* retrieve the settings for the logo and time filters (there seems to be bug @ position though)
* removed the controls used for fixed positioning, because they conflict with the relative controls and aren't used by most of the users anyway
* fixed 10.3 compatiblity

still TODO:
- implement the logo and time controls completely
- l10n
- FIXMEs

18 years agoClean up - convert todos to doxygen style
Clément Stenac [Sun, 4 Dec 2005 21:24:08 +0000 (21:24 +0000)]
Clean up - convert todos to doxygen style

18 years agoImplement playtree.sort() (basic implementation)
Clément Stenac [Sun, 4 Dec 2005 21:14:12 +0000 (21:14 +0000)]
Implement playtree.sort() (basic implementation)

Fix a bug in delete

18 years ago* modules/access/rtsp/rtsp.c: fixed major bug in realrtsp access. Some incoming data...
Gildas Bazin [Sun, 4 Dec 2005 20:37:47 +0000 (20:37 +0000)]
* modules/access/rtsp/rtsp.c: fixed major bug in realrtsp access. Some incoming data would occasionally be dropped.

18 years agoSelection is almost working correctly
Clément Stenac [Sun, 4 Dec 2005 20:07:30 +0000 (20:07 +0000)]
Selection is almost working correctly

18 years ago* modules/audio_output/alsa.c: fix the leak in a nice way.
Gildas Bazin [Sun, 4 Dec 2005 19:40:36 +0000 (19:40 +0000)]
* modules/audio_output/alsa.c: fix the leak in a nice way.

18 years ago* modules/audio_output/alsa.c: fixed minor memory leak.
Gildas Bazin [Sun, 4 Dec 2005 19:35:35 +0000 (19:35 +0000)]
* modules/audio_output/alsa.c: fixed minor memory leak.

18 years agoImprove ensureVisible
Clément Stenac [Sun, 4 Dec 2005 19:27:20 +0000 (19:27 +0000)]
Improve ensureVisible

18 years ago* modules/demux/real.c, modules/access/rtsp: fixed a bunch of memory leaks.
Gildas Bazin [Sun, 4 Dec 2005 19:13:29 +0000 (19:13 +0000)]
* modules/demux/real.c, modules/access/rtsp: fixed a bunch of memory leaks.

18 years ago * share/skins2/winamp2.xml: removed a useless control (not even working :))
Olivier Teulière [Sun, 4 Dec 2005 18:52:25 +0000 (18:52 +0000)]
 * share/skins2/winamp2.xml: removed a useless control (not even working :))

18 years ago* configure.ac: fix copy/paste artefact (silly me)
Olivier Aubert [Sun, 4 Dec 2005 18:47:26 +0000 (18:47 +0000)]
* configure.ac: fix copy/paste artefact (silly me)

18 years ago* configure.ac: new --enable-snapshot option (snapshot was previously built
Olivier Aubert [Sun, 4 Dec 2005 18:46:21 +0000 (18:46 +0000)]
* configure.ac: new --enable-snapshot option (snapshot was previously built
  with --enable-corba, but it can now be used through the python binding)

18 years ago * skins2/src/generic_layout.cpp: Fixed a resizing bug (the invisible controls
Olivier Teulière [Sun, 4 Dec 2005 18:23:30 +0000 (18:23 +0000)]
 * skins2/src/generic_layout.cpp: Fixed a resizing bug (the invisible controls
   were drawn when resizing the layout)

18 years agoimplement net_ConnectUDP() (yet to be used) to create a connected UDP socket,
Rémi Denis-Courmont [Sun, 4 Dec 2005 17:40:59 +0000 (17:40 +0000)]
implement net_ConnectUDP() (yet to be used) to create a connected UDP socket,
and stop doing different things with net_OpenUDP()

18 years ago* modules/codec/realaudio.c: try to detect dropped subpackets so we don't screw-up...
Gildas Bazin [Sun, 4 Dec 2005 17:36:24 +0000 (17:36 +0000)]
* modules/codec/realaudio.c: try to detect dropped subpackets so we don't screw-up the subpackets reordering.

18 years agoFix crash while drawing playlist
Clément Stenac [Sun, 4 Dec 2005 17:15:24 +0000 (17:15 +0000)]
Fix crash while drawing playlist
+ popup compile fix (bonus !)

18 years agoa52tospdif.c: fix regression in recent changes
Sigmund Augdal Helberg [Sun, 4 Dec 2005 17:10:22 +0000 (17:10 +0000)]
a52tospdif.c: fix regression in recent changes

18 years ago * share/skins2/skin.dtd: Video.autoresize defaults to true
Olivier Teulière [Sun, 4 Dec 2005 16:54:17 +0000 (16:54 +0000)]
 * share/skins2/skin.dtd: Video.autoresize defaults to true
 * doc/skins/skins2-howto.xml: Added documentation for this attribute

18 years ago * skins2/macosx/macosx_factory.cpp: compilation fix
Olivier Teulière [Sun, 4 Dec 2005 16:19:28 +0000 (16:19 +0000)]
 * skins2/macosx/macosx_factory.cpp: compilation fix

18 years ago* modules/gui/wxwidgets: display and resizing of the embedded playlist should behave...
Gildas Bazin [Sun, 4 Dec 2005 16:16:54 +0000 (16:16 +0000)]
* modules/gui/wxwidgets: display and resizing of the embedded playlist should behave a lot better now.

18 years ago * share/skins2/winamp2.xml: Change layout on double-clicks
Olivier Teulière [Sun, 4 Dec 2005 16:01:12 +0000 (16:01 +0000)]
 * share/skins2/winamp2.xml: Change layout on double-clicks

18 years agoPopup compile fix
Clément Stenac [Sun, 4 Dec 2005 15:43:03 +0000 (15:43 +0000)]
Popup compile fix

18 years agoImprovements to playtree
Clément Stenac [Sun, 4 Dec 2005 15:35:28 +0000 (15:35 +0000)]
Improvements to playtree

* Don't expand nodes by default
* Distinguish notification types from document to view
  ( update of one item, global change, append of one item)
* Handle item-append
   - Add a command/callback
   - TODO: Only rebuild the tree image if the newly appended item is
     visible
* Rename m_lastPos to m_firstPos as it represents the first position
* Beginning of a general ensureVisible function (not working yet)

18 years ago * skins2: support for custom popup menus, and win32 implementation.
Olivier Teulière [Sun, 4 Dec 2005 14:47:26 +0000 (14:47 +0000)]
 * skins2: support for custom popup menus, and win32 implementation.
   XML example:
       <PopupMenu id="sample_menu">
           <MenuItem label="Play" action="vlc.play()" />
           <MenuItem label="Pause" action="vlc.pause()" />
           <MenuSeparator />
           <MenuItem label="Show playlist" action="playlist_window.show()" />
           <MenuItem label="Hide playlist" action="playlist_window.hide()" />
           <MenuSeparator />
           <MenuItem label="Quick open file" action="dialogs.fileSimple()" />
       </PopupMenu>

   To call the menu:
       <Button action="sample_menu.show()" ... />

   Known bug: the popup disappears when the user clicks "too fast" on the
   button: the control refreshes itself in an asynchronous way, and the popup
   dislikes it... so click slowly :)

18 years agoDetermine the RTSP control URL host dynamically, as seen from the RTSP client
Rémi Denis-Courmont [Sun, 4 Dec 2005 13:44:44 +0000 (13:44 +0000)]
Determine the RTSP control URL host dynamically, as seen from the RTSP client

18 years agoFix RC compilation from source snapshots
Rémi Denis-Courmont [Sun, 4 Dec 2005 13:05:40 +0000 (13:05 +0000)]
Fix RC compilation from source snapshots