]> git.sesse.net Git - vlc/log
vlc
18 years agoselect first moved item instead of the last one after a drag and drop.
Benjamin Pracht [Sat, 2 Jul 2005 17:26:51 +0000 (17:26 +0000)]
select first moved item instead of the last one after a drag and drop.

18 years ago* Back to the hack for the isItem: inNode function, since this is several orders...
Benjamin Pracht [Sat, 2 Jul 2005 16:47:46 +0000 (16:47 +0000)]
* Back to the hack for the isItem: inNode function, since this is several orders  faster than the high level functions provided by Cocoa... Playlist behaves corectly on big lists again...
* Fixes a bug in drag and drop

18 years ago* Include <sys/socket.h> if the system has it (should fix compilation on OSX/cygwin).
Benjamin Pracht [Sat, 2 Jul 2005 15:39:21 +0000 (15:39 +0000)]
* Include <sys/socket.h> if the system has it (should fix compilation on OSX/cygwin).

18 years agoGenre standardisation patch by Jonas A. Larsen
Antoine Cellerier [Fri, 1 Jul 2005 21:43:42 +0000 (21:43 +0000)]
Genre standardisation patch by Jonas A. Larsen
This (and previous patch) still needs some work as genres containing spaces
aren't parsed correctly

18 years ago* vlc_symbols.h, vlc_playlist.h, view.c : add a function to remove a parent from...
Benjamin Pracht [Fri, 1 Jul 2005 20:48:48 +0000 (20:48 +0000)]
* vlc_symbols.h, vlc_playlist.h, view.c : add a function to remove a parent from the parent list of an item (if anybody wants to make that another way...)
* playlist.m: implements full drag and drop of playlist items. Drop of multiple items and of items and nodes at the same time should be supported. You cannot mode service discovery items. This is a choice and can be changed if wanted.
* Hopes that compiles on current trunk (cannot check since latest comits on net functions broke the built of a half the modules and core of the OSX port...)

18 years ago* powf -> pow :(
Derk-Jan Hartman [Fri, 1 Jul 2005 20:27:33 +0000 (20:27 +0000)]
* powf -> pow :(

18 years agoPF_* -> AF_*
Rémi Denis-Courmont [Fri, 1 Jul 2005 18:00:04 +0000 (18:00 +0000)]
PF_* -> AF_*

18 years agoThis was pretty useless (if there is no solution, there is no problem)
Rémi Denis-Courmont [Fri, 1 Jul 2005 17:35:35 +0000 (17:35 +0000)]
This was pretty useless (if there is no solution, there is no problem)

18 years agoRemove unused function
Rémi Denis-Courmont [Fri, 1 Jul 2005 15:56:41 +0000 (15:56 +0000)]
Remove unused function

18 years agoUnsigned casts
Rémi Denis-Courmont [Fri, 1 Jul 2005 15:54:27 +0000 (15:54 +0000)]
Unsigned casts

18 years agoRemove unused variable - fix compiler warning
Rémi Denis-Courmont [Fri, 1 Jul 2005 15:47:42 +0000 (15:47 +0000)]
Remove unused variable - fix compiler warning

18 years agoFreeze module entry name (refs #155)
Rémi Denis-Courmont [Fri, 1 Jul 2005 15:27:40 +0000 (15:27 +0000)]
Freeze module entry name (refs #155)

18 years agoUse macros rather than overkill APIs
Rémi Denis-Courmont [Fri, 1 Jul 2005 14:48:29 +0000 (14:48 +0000)]
Use macros rather than overkill APIs

18 years agoALL: Add some set_shorname() so the preferences look nice.
Christophe Mutricy [Fri, 1 Jul 2005 13:44:37 +0000 (13:44 +0000)]
ALL: Add some set_shorname() so the preferences  look nice.

18 years agoOups, forgot this one with [11093] (deprecated option handling)
Christophe Mutricy [Fri, 1 Jul 2005 13:43:58 +0000 (13:43 +0000)]
Oups, forgot this one with [11093] (deprecated option handling)

18 years agoCompile fix
Christophe Mutricy [Fri, 1 Jul 2005 10:22:30 +0000 (10:22 +0000)]
Compile fix

18 years agocompile fix
Sigmund Augdal Helberg [Fri, 1 Jul 2005 08:17:43 +0000 (08:17 +0000)]
compile fix

18 years agoStopSend for UDP access
Rémi Denis-Courmont [Thu, 30 Jun 2005 18:34:43 +0000 (18:34 +0000)]
StopSend for UDP access

18 years agoStopSend for SAP discovery
Rémi Denis-Courmont [Thu, 30 Jun 2005 18:32:54 +0000 (18:32 +0000)]
StopSend for SAP discovery

18 years agoSame as previous commit - for SAP announcer
Rémi Denis-Courmont [Thu, 30 Jun 2005 18:30:41 +0000 (18:30 +0000)]
Same as previous commit - for SAP announcer

18 years agoShutdown UDP socket for receival - hopefully closes #134
Rémi Denis-Courmont [Thu, 30 Jun 2005 18:19:26 +0000 (18:19 +0000)]
Shutdown UDP socket for receival - hopefully closes #134

18 years agoWrappers for shutdown() API
Rémi Denis-Courmont [Thu, 30 Jun 2005 18:17:53 +0000 (18:17 +0000)]
Wrappers for shutdown() API

18 years agoRemove a very old hack that is no longer necessary
Rémi Denis-Courmont [Thu, 30 Jun 2005 17:24:26 +0000 (17:24 +0000)]
Remove a very old hack that is no longer necessary

18 years agoWhy make it complicated when it can be simple
Rémi Denis-Courmont [Thu, 30 Jun 2005 15:55:35 +0000 (15:55 +0000)]
Why make it complicated when it can be simple

18 years ago* Some fixes
Benjamin Pracht [Thu, 30 Jun 2005 15:08:08 +0000 (15:08 +0000)]
* Some fixes
* Store object to move in the class itself, since I just don't manage to deal with NSPasteboards...

18 years ago* implemented reset- and backward-methods (refs #13)
Felix Paul Kühne [Thu, 30 Jun 2005 12:45:05 +0000 (12:45 +0000)]
* implemented reset- and backward-methods (refs #13)

18 years ago* added a summary-tab at the end of the wizard (mostly for debug-reasons, but perhaps...
Felix Paul Kühne [Thu, 30 Jun 2005 10:44:50 +0000 (10:44 +0000)]
* added a summary-tab at the end of the wizard (mostly for debug-reasons, but perhaps we want to keep that for the user as well?)
* implemented the entire logic (except encap-formats while transcoding)
* added data collection of all values
* fixed some l10n issues

The wizard is still not useable for streaming, since it does not communicate the settings to the core yet. Additionally, various things still need to be done (see TODO at the beginning of the file).

18 years ago* modules/stream_out/rtp.c, modules/misc/rtsp.c: attempt at supporting amr nb/wb...
Gildas Bazin [Wed, 29 Jun 2005 20:56:47 +0000 (20:56 +0000)]
* modules/stream_out/rtp.c, modules/misc/rtsp.c: attempt at supporting amr nb/wb for rtsp streaming... doesn't look like livedotcom like it though.

18 years ago* Still some work for playlist drag'n'drop
Benjamin Pracht [Wed, 29 Jun 2005 20:53:06 +0000 (20:53 +0000)]
* Still some work for playlist drag'n'drop

18 years ago* modules/mux/mp4.c: added support for amr nb/wb and h263 in 3gp.
Gildas Bazin [Wed, 29 Jun 2005 19:59:01 +0000 (19:59 +0000)]
* modules/mux/mp4.c: added support for amr nb/wb and h263 in 3gp.

18 years ago* mozilla/vlcplugin.h: fixed mimetypes string.
Gildas Bazin [Wed, 29 Jun 2005 17:13:31 +0000 (17:13 +0000)]
* mozilla/vlcplugin.h: fixed mimetypes string.

18 years ago* mozilla/vlcplugin.h: compilation fix.
Gildas Bazin [Wed, 29 Jun 2005 17:08:54 +0000 (17:08 +0000)]
* mozilla/vlcplugin.h: compilation fix.

18 years ago* Add an option to recusively expand the current node in the playlist context menue.
Benjamin Pracht [Wed, 29 Jun 2005 16:48:38 +0000 (16:48 +0000)]
* Add an option to recusively expand the current node in the playlist context menue.
* Seems to be some issues sometimes, likely related to the fact we do not empty o_outline_dict on playlist refresh

18 years agothis should fix compilation (if someone could backport this fix ... and
Antoine Cellerier [Wed, 29 Jun 2005 05:54:43 +0000 (05:54 +0000)]
this should fix compilation (if someone could backport this fix ... and
test it)

18 years ago* Fix some configuration options declerations and strings
Derk-Jan Hartman [Tue, 28 Jun 2005 23:46:33 +0000 (23:46 +0000)]
* Fix some configuration options declerations and strings

18 years ago* Fix opening of rtsp:// links in VLC
Derk-Jan Hartman [Tue, 28 Jun 2005 23:43:03 +0000 (23:43 +0000)]
* Fix opening of rtsp:// links in VLC

18 years ago* forwardport of [11522]
Derk-Jan Hartman [Tue, 28 Jun 2005 23:41:58 +0000 (23:41 +0000)]
* forwardport of [11522]

18 years ago* Don't select items that are in a selected node for drag'n'drop
Benjamin Pracht [Tue, 28 Jun 2005 23:33:50 +0000 (23:33 +0000)]
* Don't select items that are in a selected node for drag'n'drop

18 years ago* Start of the beginnig of drag'n'drop in the OSX playlist. Items are only copied...
Benjamin Pracht [Tue, 28 Jun 2005 21:37:07 +0000 (21:37 +0000)]
* Start of the beginnig of drag'n'drop in the OSX playlist. Items are only copied in  the pasteboard ATM (at least if I understand OSX's strange protocol to drag'n'drop items correclty)

18 years agoDLL loader stolen from MPlayer CVS.
Rémi Denis-Courmont [Tue, 28 Jun 2005 18:02:01 +0000 (18:02 +0000)]
DLL loader stolen from MPlayer CVS.
Disabled by default, enable with --enable-loader
There's no sanity checks in configure so don't do it if your platform is not compatible.

zorglub and Anil report it works for WMV3 with the dmo decoder plugin.
It seems to crash with Quicktime (after displaying a few frame ?).
There's no RealVideo decoder so, won't do that, but it probably could as well.

Legal considerations
=====================

Section 2 of the GPL puts no restriction on what you link with so long as
you have obtained the program from source (and compiled it yourself), so
this is OK.

It is not clear to me whether it is ok to provide binaries with this
feature enabled. Maybe it would infringe on the GPL and, hence, on VLC's
past contributors intellectual rights. So if in doubt don't put this in
binary package you make.

18 years ago- updated to axvlc.inf used to create http://downloads.videolan.org/pub/videolan...
Damien Fouilleul [Tue, 28 Jun 2005 17:58:34 +0000 (17:58 +0000)]
- updated to axvlc.inf used to create http://downloads.videolan.org/pub/videolan/vlc/latest/win32/axvlc.cab

18 years ago- changed codebase path to 'http://downloads.videolan.org/pub/videolan/vlc/latest...
Damien Fouilleul [Tue, 28 Jun 2005 17:56:26 +0000 (17:56 +0000)]
- changed codebase path to 'http://downloads.videolan.org/pub/videolan/vlc/latest/win32/axvlc.cab'

18 years agoThis doesn't owe in the VLC
Rémi Denis-Courmont [Tue, 28 Jun 2005 15:16:11 +0000 (15:16 +0000)]
This doesn't owe in the VLC

18 years ago * po/fr.po: various fixes
Sam Hocevar [Tue, 28 Jun 2005 09:10:15 +0000 (09:10 +0000)]
  * po/fr.po: various fixes

18 years ago * po/es.po: minor fixes
Sam Hocevar [Tue, 28 Jun 2005 08:48:46 +0000 (08:48 +0000)]
  * po/es.po: minor fixes

18 years agodataobject isn't ready for prime time yet :)
Damien Fouilleul [Tue, 28 Jun 2005 08:02:40 +0000 (08:02 +0000)]
dataobject isn't ready for prime time yet :)

18 years agoFix warning
Clément Stenac [Mon, 27 Jun 2005 21:30:44 +0000 (21:30 +0000)]
Fix warning

18 years agoDon't insult the user - Patch by Torsten Spindler
Clément Stenac [Mon, 27 Jun 2005 21:25:51 +0000 (21:25 +0000)]
Don't insult the user - Patch by Torsten Spindler

18 years agoforward port 11582
Antoine Cellerier [Mon, 27 Jun 2005 20:56:58 +0000 (20:56 +0000)]
forward port 11582

18 years agoforward port 11580
Antoine Cellerier [Mon, 27 Jun 2005 20:27:10 +0000 (20:27 +0000)]
forward port 11580

18 years ago* Add some items to some people
Benjamin Pracht [Mon, 27 Jun 2005 20:20:58 +0000 (20:20 +0000)]
* Add some items to some people
* Add FK and me...

18 years ago* replace '0.8.3-svn' by '0.8.4-svn'
Felix Paul Kühne [Mon, 27 Jun 2005 19:48:16 +0000 (19:48 +0000)]
* replace '0.8.3-svn' by '0.8.4-svn'

18 years ago* modules/demux/playlist/b4s.c: WinCE compilation fix.
Gildas Bazin [Mon, 27 Jun 2005 19:02:06 +0000 (19:02 +0000)]
* modules/demux/playlist/b4s.c: WinCE compilation fix.

18 years agoAlso fix mozilla when not in debug mode
Clément Stenac [Mon, 27 Jun 2005 18:18:55 +0000 (18:18 +0000)]
Also fix mozilla when not in debug mode

18 years ago* modules/codec/mpeg_audio.c: don't use this codec if we don't have an mpgatofixed32...
Gildas Bazin [Mon, 27 Jun 2005 18:17:09 +0000 (18:17 +0000)]
* modules/codec/mpeg_audio.c: don't use this codec if we don't have an mpgatofixed32 audio filter (a bit of a hack but it works :).

18 years ago * src/misc/httpd.c: fixed a crash in IPv4 handling, patch from Maxime Bizon.
Sam Hocevar [Mon, 27 Jun 2005 13:58:06 +0000 (13:58 +0000)]
  * src/misc/httpd.c: fixed a crash in IPv4 handling, patch from Maxime Bizon.

18 years agoplugin.cpp: forgot to initialize the mute variable
Damien Fouilleul [Mon, 27 Jun 2005 12:22:24 +0000 (12:22 +0000)]
plugin.cpp: forgot to initialize the mute variable
AUTHORS: I haven't moved to Germany as far as I know: )

18 years agoall: clean-up, bug fixes so that plugin is now working correctly with Visual Basic...
Damien Fouilleul [Mon, 27 Jun 2005 11:41:16 +0000 (11:41 +0000)]
all: clean-up, bug fixes so that plugin is now working correctly with Visual Basic 6 (which I have tested) and hopefully should also work with .NET (which I havent't tested).

Outstanding issue: the control properties are not persisted

vlc16x16.bmp: toolbar icon for VLC plugin

18 years ago* implemented a general, re-usable help-panel used by all 4 "More Info" buttons ...
Felix Paul Kühne [Sun, 26 Jun 2005 23:55:53 +0000 (23:55 +0000)]
* implemented a general, re-usable help-panel used by all 4 "More Info" buttons (refs #13)
* copied the todo to the file

18 years agoHigher default caching value. Prebuffering should really use the caching value
Clément Stenac [Sun, 26 Jun 2005 18:23:17 +0000 (18:23 +0000)]
Higher default caching value. Prebuffering should really use the caching value

18 years ago* forgot to include the Turkish locale here as well
Felix Paul Kühne [Sun, 26 Jun 2005 17:25:08 +0000 (17:25 +0000)]
* forgot to include the Turkish locale here as well

18 years agoRemove confusing warning
Rémi Denis-Courmont [Sun, 26 Jun 2005 17:17:50 +0000 (17:17 +0000)]
Remove confusing warning

18 years ago* copy the po-files from /tags/0.8.2 to trunk
Felix Paul Kühne [Sun, 26 Jun 2005 17:05:58 +0000 (17:05 +0000)]
* copy the po-files from /tags/0.8.2 to trunk
* run update-po to get them in sync
* forward-port [11506]

18 years agoforward port 11543 (again)
Antoine Cellerier [Sun, 26 Jun 2005 16:03:48 +0000 (16:03 +0000)]
forward port 11543 (again)

18 years agoCompile fix
Rémi Denis-Courmont [Sun, 26 Jun 2005 15:12:10 +0000 (15:12 +0000)]
Compile fix

18 years agoFix compilation
Rémi Denis-Courmont [Sun, 26 Jun 2005 14:54:06 +0000 (14:54 +0000)]
Fix compilation

18 years agoRemove obsoloted check
Rémi Denis-Courmont [Sun, 26 Jun 2005 10:36:35 +0000 (10:36 +0000)]
Remove obsoloted check

18 years agoSet IPV6_V6ONLY option to make my life easier
Rémi Denis-Courmont [Sun, 26 Jun 2005 10:35:06 +0000 (10:35 +0000)]
Set IPV6_V6ONLY option to make my life easier

18 years agoSet IPV6_PROTECTION_LEVEL (yet another Microsoft's stupid idea)
Rémi Denis-Courmont [Sun, 26 Jun 2005 10:29:06 +0000 (10:29 +0000)]
Set IPV6_PROTECTION_LEVEL (yet another Microsoft's stupid idea)
at the "right" place, namely ListenTCP rather than OpenTCP

18 years agoFixes httpd_ClientIP on Win32 & the likes
Rémi Denis-Courmont [Sun, 26 Jun 2005 10:24:35 +0000 (10:24 +0000)]
Fixes httpd_ClientIP on Win32 & the likes

18 years agoMore conservative buffer size
Rémi Denis-Courmont [Sun, 26 Jun 2005 10:14:00 +0000 (10:14 +0000)]
More conservative buffer size

18 years agoForgot this file
Rémi Denis-Courmont [Sun, 26 Jun 2005 09:47:41 +0000 (09:47 +0000)]
Forgot this file

18 years agoUse integer rather than strings for UDP/TCP port numbers
Rémi Denis-Courmont [Sun, 26 Jun 2005 09:12:36 +0000 (09:12 +0000)]
Use integer rather than strings for UDP/TCP port numbers

18 years agoFix case
Rémi Denis-Courmont [Sun, 26 Jun 2005 09:11:54 +0000 (09:11 +0000)]
Fix case

18 years agoSomeone forgot debugging stuff here
Rémi Denis-Courmont [Sun, 26 Jun 2005 05:43:05 +0000 (05:43 +0000)]
Someone forgot debugging stuff here

18 years ago* Stupid 10.2 THOU SHALT OBEY ME
Derk-Jan Hartman [Sun, 26 Jun 2005 01:11:33 +0000 (01:11 +0000)]
* Stupid 10.2 THOU SHALT OBEY ME

18 years agoFix previous commit
Rémi Denis-Courmont [Sat, 25 Jun 2005 18:41:15 +0000 (18:41 +0000)]
Fix previous commit

18 years agoMost compiler warning fixed
Rémi Denis-Courmont [Sat, 25 Jun 2005 17:21:23 +0000 (17:21 +0000)]
Most compiler warning fixed

18 years agofix alphabetically ordered list ...
Antoine Cellerier [Sat, 25 Jun 2005 17:16:58 +0000 (17:16 +0000)]
fix alphabetically ordered list ...

18 years agoadd myself to the authors list ... because i want to be part of the "very cool dudes...
Antoine Cellerier [Sat, 25 Jun 2005 17:13:09 +0000 (17:13 +0000)]
add myself to the authors list ... because i want to be part of the "very cool dudes" list of people with a SVN account.

18 years agoforward port of 11539
Antoine Cellerier [Sat, 25 Jun 2005 13:32:58 +0000 (13:32 +0000)]
forward port of 11539

18 years agoHTTP_PROXY -> http_proxy that's the commit I should have done in the first place
Rémi Denis-Courmont [Sat, 25 Jun 2005 13:08:57 +0000 (13:08 +0000)]
HTTP_PROXY -> http_proxy that's the commit I should have done in the first place

18 years agoForward port of 11534
Rémi Denis-Courmont [Sat, 25 Jun 2005 13:02:07 +0000 (13:02 +0000)]
Forward port of 11534

18 years agoMost of what would fix #14 if we really wanted to
Rémi Denis-Courmont [Sat, 25 Jun 2005 12:47:15 +0000 (12:47 +0000)]
Most of what would fix #14 if we really wanted to

18 years ago- support for Basic HTTP Proxy authentication (closes #149)
Rémi Denis-Courmont [Sat, 25 Jun 2005 11:15:43 +0000 (11:15 +0000)]
- support for Basic HTTP Proxy authentication (closes #149)
- getenv is case-sensitive !!! use HTTP_PROXY instead of http_proxy

18 years agoClean up : use user and pass from vlc_UrlParse
Rémi Denis-Courmont [Sat, 25 Jun 2005 10:56:30 +0000 (10:56 +0000)]
Clean up : use user and pass from vlc_UrlParse

18 years agoUnbreak previous commit - I was a bit too optimistic
Rémi Denis-Courmont [Sat, 25 Jun 2005 10:36:37 +0000 (10:36 +0000)]
Unbreak previous commit - I was a bit too optimistic

18 years agoforwardport
Antoine Cellerier [Sat, 25 Jun 2005 10:25:08 +0000 (10:25 +0000)]
forwardport

18 years ago- Support for parsing user and password in URLs
Rémi Denis-Courmont [Sat, 25 Jun 2005 10:24:11 +0000 (10:24 +0000)]
- Support for parsing user and password in URLs
- Useless (always true) check removed
- Only one strdup() in vlc_UrlParse

18 years agoFix lame compiler warning
Rémi Denis-Courmont [Sat, 25 Jun 2005 10:22:59 +0000 (10:22 +0000)]
Fix lame compiler warning

18 years agoMore conservative buffer size
Rémi Denis-Courmont [Sat, 25 Jun 2005 07:47:46 +0000 (07:47 +0000)]
More conservative buffer size

18 years agoBigger buffer to reduce stuttering
Rémi Denis-Courmont [Sat, 25 Jun 2005 07:45:57 +0000 (07:45 +0000)]
Bigger buffer to reduce stuttering

18 years agoRemove plugins and builtins with make uninstall (closes #231)
Rémi Denis-Courmont [Sat, 25 Jun 2005 06:06:06 +0000 (06:06 +0000)]
Remove plugins and builtins with make uninstall (closes #231)

18 years agoDeletes vlc's aliases upon make uninstall (refs #231)
Rémi Denis-Courmont [Sat, 25 Jun 2005 05:39:06 +0000 (05:39 +0000)]
Deletes vlc's aliases upon make uninstall (refs #231)

18 years ago* new liveMedia version
Derk-Jan Hartman [Fri, 24 Jun 2005 20:09:21 +0000 (20:09 +0000)]
* new liveMedia version

18 years ago* More greenline prevention (opengl sucks ! :D )
Derk-Jan Hartman [Fri, 24 Jun 2005 19:06:58 +0000 (19:06 +0000)]
* More greenline prevention (opengl sucks ! :D )

18 years agoMuch cleaner fix for the "vlc would crash on item deletion" bug.
Benjamin Pracht [Fri, 24 Jun 2005 16:55:01 +0000 (16:55 +0000)]
Much cleaner fix for the "vlc would crash on item deletion" bug.

Not sure this should be backported at this time (at least not without further testing)

18 years agofix use of uninitialized URI string pointer in SAP announce - closes #228
Rémi Denis-Courmont [Thu, 23 Jun 2005 20:15:03 +0000 (20:15 +0000)]
fix use of uninitialized URI string pointer in SAP announce - closes #228

18 years agoFix "intf" saving - Closes #223
Clément Stenac [Thu, 23 Jun 2005 18:57:22 +0000 (18:57 +0000)]
Fix "intf"  saving - Closes #223

18 years ago- Fix infinite loop on TCP connection timeout
Rémi Denis-Courmont [Thu, 23 Jun 2005 15:35:18 +0000 (15:35 +0000)]
- Fix infinite loop on TCP connection timeout
- Really obey the ipv4-timeout to the ms