]> git.sesse.net Git - vlc/log
vlc
18 years agoAny reason why removal of .deps was disabled ??
Rémi Denis-Courmont [Sun, 10 Jul 2005 13:32:43 +0000 (13:32 +0000)]
Any reason why removal of .deps was disabled ??

18 years agoWork around for gcc <= 3.3
Rémi Denis-Courmont [Sun, 10 Jul 2005 13:07:15 +0000 (13:07 +0000)]
Work around for gcc <= 3.3

18 years agoTypo fix
Rémi Denis-Courmont [Sun, 10 Jul 2005 12:05:57 +0000 (12:05 +0000)]
Typo fix

18 years ago- Fix possible buffer overflow (?)
Rémi Denis-Courmont [Sun, 10 Jul 2005 11:51:12 +0000 (11:51 +0000)]
- Fix possible buffer overflow (?)
- Fix unitialised value

According to valgrind there's still an unitialized value at line 2343

18 years agoHTML validation fix
Rémi Denis-Courmont [Sun, 10 Jul 2005 11:50:11 +0000 (11:50 +0000)]
HTML validation fix

18 years agoFix compiler warnings (refs #258)
Rémi Denis-Courmont [Sun, 10 Jul 2005 11:49:42 +0000 (11:49 +0000)]
Fix compiler warnings (refs #258)

18 years agosvn:ignore
Clément Stenac [Sun, 10 Jul 2005 11:09:46 +0000 (11:09 +0000)]
svn:ignore

18 years agoUse -mtune instead of obsoleted -mcpu
Rémi Denis-Courmont [Sun, 10 Jul 2005 11:07:34 +0000 (11:07 +0000)]
Use -mtune instead of obsoleted -mcpu
(even on gcc-2.95 seems to accept the flag)

18 years agoWarning fixes
Clément Stenac [Sun, 10 Jul 2005 10:51:28 +0000 (10:51 +0000)]
Warning fixes

18 years agofix fix
Rémi Denis-Courmont [Sun, 10 Jul 2005 10:16:01 +0000 (10:16 +0000)]
fix fix

18 years agoSome more cleanup / no more warnings
Rémi Denis-Courmont [Sun, 10 Jul 2005 10:03:30 +0000 (10:03 +0000)]
Some more cleanup / no more warnings

18 years agocompile fix
Antoine Cellerier [Sun, 10 Jul 2005 09:50:34 +0000 (09:50 +0000)]
compile fix

18 years agoFaster code
Rémi Denis-Courmont [Sun, 10 Jul 2005 09:35:37 +0000 (09:35 +0000)]
Faster code

18 years agoAll signedness fixes
Rémi Denis-Courmont [Sun, 10 Jul 2005 09:28:13 +0000 (09:28 +0000)]
All signedness fixes

18 years agoWe only have to reduce unsigned fractions in VLC
Rémi Denis-Courmont [Sun, 10 Jul 2005 09:13:20 +0000 (09:13 +0000)]
We only have to reduce unsigned fractions in VLC
(someone show me a screen with a negative pixel resolution)

18 years agotabs => spaces
Rémi Denis-Courmont [Sun, 10 Jul 2005 09:11:16 +0000 (09:11 +0000)]
tabs => spaces

18 years agoFix incorrect free() of const-qualified pointer in services_discovery.c
Rémi Denis-Courmont [Sun, 10 Jul 2005 08:55:16 +0000 (08:55 +0000)]
Fix incorrect free() of const-qualified pointer in services_discovery.c

18 years agostrncmp => memcmp (refs #258)
Rémi Denis-Courmont [Sun, 10 Jul 2005 08:13:48 +0000 (08:13 +0000)]
strncmp => memcmp (refs #258)

ogg.c : FIXME FIXME FIXME
I don't know Ogg format well, but don't we have a possible out-of-bound
read at line 1346 and following ??

18 years agoFix gcc4 warnings (refs #258)
Rémi Denis-Courmont [Sun, 10 Jul 2005 08:00:25 +0000 (08:00 +0000)]
Fix gcc4 warnings (refs #258)

NOTE to developers :
When you want to compare n bytes from two buffers, please use :
  memcmp( buf1, buf2, n )
rather than :
  strncmp( buf1, buf2, n )

strncmp should only be used if either of the buffers might be
nul-terminated within its first n bytes.

18 years agoRemove compiler warning and clean up (refs #258)
Rémi Denis-Courmont [Sun, 10 Jul 2005 07:55:28 +0000 (07:55 +0000)]
Remove compiler warning and clean up (refs #258)

18 years agoFix an old typo
Rémi Denis-Courmont [Sun, 10 Jul 2005 06:17:48 +0000 (06:17 +0000)]
Fix an old typo

18 years agoHmmph, logic fix
Rémi Denis-Courmont [Sun, 10 Jul 2005 06:12:38 +0000 (06:12 +0000)]
Hmmph, logic fix

18 years agoAdd tooltips for entry fields. For VCD and CDDA (at least) some
Rocky Bernstein [Sun, 10 Jul 2005 01:34:53 +0000 (01:34 +0000)]
Add tooltips for entry fields. For VCD and CDDA (at least) some
values have special meanings.

18 years agolastest -> latest
Antoine Cellerier [Sat, 9 Jul 2005 22:05:47 +0000 (22:05 +0000)]
lastest -> latest

18 years agoDon't delete SVN-tracked files with --distclean (closes #251)
Rémi Denis-Courmont [Sat, 9 Jul 2005 19:17:13 +0000 (19:17 +0000)]
Don't delete SVN-tracked files with --distclean (closes #251)

18 years agosvn:ignore
Rémi Denis-Courmont [Sat, 9 Jul 2005 19:07:06 +0000 (19:07 +0000)]
svn:ignore

18 years agoShould not be there
Rémi Denis-Courmont [Sat, 9 Jul 2005 19:01:19 +0000 (19:01 +0000)]
Should not be there

18 years agoSupport for VOC block type 8 (closes #142)
Rémi Denis-Courmont [Sat, 9 Jul 2005 18:54:38 +0000 (18:54 +0000)]
Support for VOC block type 8 (closes #142)

18 years ago- Fix (?) handling of EPSV non-compliant FTP servers
Rémi Denis-Courmont [Sat, 9 Jul 2005 17:19:06 +0000 (17:19 +0000)]
- Fix (?) handling of EPSV non-compliant FTP servers
with EPSV compliant NAT
- Fix socket error value check

18 years agoMake Zorglub less unhappy
Rémi Denis-Courmont [Sat, 9 Jul 2005 06:17:09 +0000 (06:17 +0000)]
Make Zorglub less unhappy

18 years agoAdd audio track entry field for VCD and DVD.
Rocky Bernstein [Sat, 9 Jul 2005 03:41:48 +0000 (03:41 +0000)]
Add audio track entry field for VCD and DVD.
Correct ranges for # of tracks and subtitles allowed in VCD and DVD.

18 years agovcdplayer.c: fix gcc 4-caught uninitialized variable.
Rocky Bernstein [Sat, 9 Jul 2005 01:56:01 +0000 (01:56 +0000)]
vcdplayer.c: fix gcc 4-caught uninitialized variable.
vcd.c: more logical order of macros (I think)

18 years agoFix compiler warning
Rémi Denis-Courmont [Fri, 8 Jul 2005 18:45:05 +0000 (18:45 +0000)]
Fix compiler warning

18 years agoCopyright fixes
Rémi Denis-Courmont [Fri, 8 Jul 2005 18:12:44 +0000 (18:12 +0000)]
Copyright fixes
(da big courmischage)

18 years agoConvert to Unicode
Rémi Denis-Courmont [Fri, 8 Jul 2005 17:57:30 +0000 (17:57 +0000)]
Convert to Unicode

18 years ago * modules/access/dvb/linux_dvb.c: Fixed support of Nexus-S, patch courtesy
Christophe Massiot [Thu, 7 Jul 2005 09:07:16 +0000 (09:07 +0000)]
 * modules/access/dvb/linux_dvb.c: Fixed support of Nexus-S, patch courtesy
   of Michael Ditum.

18 years ago* converted to UTF-8
Felix Paul Kühne [Thu, 7 Jul 2005 08:32:37 +0000 (08:32 +0000)]
* converted to UTF-8

18 years agoRevert wrongly commited files in previous commit
Clément Stenac [Wed, 6 Jul 2005 18:16:26 +0000 (18:16 +0000)]
Revert wrongly commited files in previous commit

18 years agoCompile fix - refs #258
Clément Stenac [Wed, 6 Jul 2005 17:33:04 +0000 (17:33 +0000)]
Compile fix - refs #258

18 years agoPrint Winsock error number
Rémi Denis-Courmont [Wed, 6 Jul 2005 17:14:00 +0000 (17:14 +0000)]
Print Winsock error number

18 years ago * src/misc/cpu.c: Fixed the use of cpuid() on amd64 (thanks to Aison on
Christophe Massiot [Wed, 6 Jul 2005 13:47:37 +0000 (13:47 +0000)]
 * src/misc/cpu.c: Fixed the use of cpuid() on amd64 (thanks to Aison on
   IRC).

18 years agolibvlc.h: Move the open option for the gui preferences
Christophe Mutricy [Wed, 6 Jul 2005 12:34:58 +0000 (12:34 +0000)]
libvlc.h: Move the open option for the gui preferences

18 years agoFix previous commit
Rémi Denis-Courmont [Tue, 5 Jul 2005 18:28:26 +0000 (18:28 +0000)]
Fix previous commit

18 years agoPrint exact error for select() to help tracking x264 threading issue
Rémi Denis-Courmont [Tue, 5 Jul 2005 17:33:54 +0000 (17:33 +0000)]
Print exact error for select() to help tracking x264 threading issue

18 years ago- Clean up net_Gets()
Rémi Denis-Courmont [Tue, 5 Jul 2005 16:44:56 +0000 (16:44 +0000)]
- Clean up net_Gets()

18 years agoForgot this one
Rémi Denis-Courmont [Mon, 4 Jul 2005 17:01:34 +0000 (17:01 +0000)]
Forgot this one

18 years agoIPv6 Source-Specific Multicast support
Rémi Denis-Courmont [Mon, 4 Jul 2005 17:00:25 +0000 (17:00 +0000)]
IPv6 Source-Specific Multicast support
from Hoerdt Mickael with cosmetic changes

18 years agoUnduplicate common socket() code
Rémi Denis-Courmont [Mon, 4 Jul 2005 16:42:22 +0000 (16:42 +0000)]
Unduplicate common socket() code

18 years agoAdd set_visual support in python binding
Olivier Aubert [Mon, 4 Jul 2005 15:39:10 +0000 (15:39 +0000)]
Add set_visual support in python binding

18 years agoUndo braindead [11640]
Rémi Denis-Courmont [Mon, 4 Jul 2005 14:47:36 +0000 (14:47 +0000)]
Undo braindead [11640]

18 years agocompile fix for WIN32, needs review
Damien Fouilleul [Mon, 4 Jul 2005 09:55:51 +0000 (09:55 +0000)]
compile fix for WIN32, needs review

18 years agohey, don't forget win32, folks
Damien Fouilleul [Mon, 4 Jul 2005 09:33:43 +0000 (09:33 +0000)]
hey, don't forget win32, folks

18 years agoCompile fix
Christophe Mutricy [Mon, 4 Jul 2005 09:27:56 +0000 (09:27 +0000)]
Compile fix

18 years agonew --telnet-host option to allow to bind the telnet server on a specific interface.
Benjamin Pracht [Sun, 3 Jul 2005 09:03:44 +0000 (09:03 +0000)]
new --telnet-host option to allow to bind the telnet server on a specific interface.

Patch by Torsten Spindler

Remark : should we keep the --telnet-port option that is now redundant ?

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 :(

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

19 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)

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

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

19 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

19 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)

19 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

19 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.

19 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)

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

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

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

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

19 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

19 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

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

19 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

19 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

19 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...

19 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)

19 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).

19 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.

19 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

19 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.

19 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.

19 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.

19 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

19 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)

19 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

19 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

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

19 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

19 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)

19 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.

19 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

19 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'

19 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

19 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

19 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

19 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 :)