]> git.sesse.net Git - vlc/log
vlc
18 years agoMeant to set first and last entry for each *track*.
Rocky Bernstein [Sat, 16 Jul 2005 04:47:12 +0000 (04:47 +0000)]
Meant to set first and last entry for each *track*.

18 years agoDon't limit VCD Entries or LIDs to number of MPEG tracks.
Rocky Bernstein [Sat, 16 Jul 2005 04:36:58 +0000 (04:36 +0000)]
Don't limit VCD Entries or LIDs to number of MPEG tracks.
Untabify.

18 years agoRemove gcc 4 uninitialize variable warning.
Rocky Bernstein [Sat, 16 Jul 2005 04:32:18 +0000 (04:32 +0000)]
Remove gcc 4 uninitialize variable warning.

18 years agoDon't use "Track" for VCDX, "Entry" or "LID" should be used.
Rocky Bernstein [Sat, 16 Jul 2005 04:12:28 +0000 (04:12 +0000)]
Don't use "Track" for VCDX, "Entry" or "LID" should be used.

18 years agocdda/info.c: changes for libcddb 1.1.0 API
Rocky Bernstein [Sat, 16 Jul 2005 03:38:58 +0000 (03:38 +0000)]
cdda/info.c: changes for libcddb 1.1.0 API

rest: Add "Probe" for media function in Open Disc.

18 years agoOne needs to #include errno.h in order to use errno. At least on my
Rocky Bernstein [Sat, 16 Jul 2005 03:36:05 +0000 (03:36 +0000)]
One needs to #include errno.h in order to use errno. At least on my
Fedora Core 4 GNU/Linux box.

18 years agoThe last vlc_reduce that was left
Rémi Denis-Courmont [Fri, 15 Jul 2005 18:48:33 +0000 (18:48 +0000)]
The last vlc_reduce that was left

18 years agoSave a call to strlen() in net_vaPrintf (and net_Printf)
Rémi Denis-Courmont [Fri, 15 Jul 2005 15:24:39 +0000 (15:24 +0000)]
Save a call to strlen() in net_vaPrintf (and net_Printf)

18 years ago- Clean up
Rémi Denis-Courmont [Fri, 15 Jul 2005 15:18:46 +0000 (15:18 +0000)]
- Clean up
- Don't avoid non-existent off-by-one bug, ie. use full buffer size

18 years agoFix undefined symbol error
Rémi Denis-Courmont [Fri, 15 Jul 2005 14:24:47 +0000 (14:24 +0000)]
Fix undefined symbol error

18 years ago * Updated Debian build files for a future upload.
Sam Hocevar [Fri, 15 Jul 2005 11:34:10 +0000 (11:34 +0000)]
  * Updated Debian build files for a future upload.

18 years ago- Automatic versioning info in ActiveX plugin (refs #181)
Rémi Denis-Courmont [Thu, 14 Jul 2005 15:18:50 +0000 (15:18 +0000)]
- Automatic versioning info in ActiveX plugin (refs #181)
- Also include the inf in the distribution

18 years agoThe solution was too simple, I guess
Rémi Denis-Courmont [Thu, 14 Jul 2005 14:35:05 +0000 (14:35 +0000)]
The solution was too simple, I guess

18 years ago- Fix very likely race condition
Rémi Denis-Courmont [Wed, 13 Jul 2005 18:30:46 +0000 (18:30 +0000)]
- Fix very likely race condition
  (whereby psz_bind_addr would be modified by another call to inet_ntoa)
- Use net_GetSockAddress

18 years ago- Use previous API
Rémi Denis-Courmont [Wed, 13 Jul 2005 18:23:09 +0000 (18:23 +0000)]
- Use previous API
- Remove a dynamic allocation

18 years agoNew useful API to combine get(sock|peer)name() and vlc_getnameinfo()
Rémi Denis-Courmont [Wed, 13 Jul 2005 18:11:18 +0000 (18:11 +0000)]
New useful API to combine get(sock|peer)name() and vlc_getnameinfo()

18 years agoForgot these files
Rémi Denis-Courmont [Wed, 13 Jul 2005 18:09:38 +0000 (18:09 +0000)]
Forgot these files

18 years agoRename vlc_reduce to vlc_ureduce so that we won't get into troubles if
Rémi Denis-Courmont [Wed, 13 Jul 2005 17:51:13 +0000 (17:51 +0000)]
Rename vlc_reduce to vlc_ureduce so that we won't get into troubles if
we ever need to reborn vlc_reduce for some unanticipated reason

18 years agoFix warnings (refs #258)
Rémi Denis-Courmont [Wed, 13 Jul 2005 17:16:09 +0000 (17:16 +0000)]
Fix warnings (refs #258)

18 years agoUse ANSI isspace() for crap compilers that don't know about C99 isblank()
Rémi Denis-Courmont [Wed, 13 Jul 2005 14:59:11 +0000 (14:59 +0000)]
Use ANSI isspace() for crap compilers that don't know about C99 isblank()

18 years agoisblank() is not an ANSI function,it should really be tested for
Damien Fouilleul [Wed, 13 Jul 2005 14:17:24 +0000 (14:17 +0000)]
isblank() is not an ANSI function,it should really be tested for

18 years ago* finally converted to the 10.2 and later format, which is faster readable
Felix Paul Kühne [Tue, 12 Jul 2005 20:06:23 +0000 (20:06 +0000)]
* finally converted to the 10.2 and later format, which is faster readable

18 years ago* additional GUI-fixes
Felix Paul Kühne [Tue, 12 Jul 2005 20:03:32 +0000 (20:03 +0000)]
* additional GUI-fixes
* implemented the streaming-method-tab correctly (forgot that previously...)
* implemented MRL-composition when transcoding (still needs to be done for streaming)
* fixed various other stuff here and there

not usable yet - work will be continued after July 21th

(refs #13)

18 years agoMore dead code
Rémi Denis-Courmont [Tue, 12 Jul 2005 18:02:20 +0000 (18:02 +0000)]
More dead code

18 years agoYet another strncmp => memcmp (refs #258)
Rémi Denis-Courmont [Tue, 12 Jul 2005 18:01:14 +0000 (18:01 +0000)]
Yet another strncmp => memcmp (refs #258)

18 years agoEliminate dead code
Rémi Denis-Courmont [Tue, 12 Jul 2005 17:58:09 +0000 (17:58 +0000)]
Eliminate dead code

18 years agoBetter ACL API (full rewrite)
Rémi Denis-Courmont [Tue, 12 Jul 2005 16:00:43 +0000 (16:00 +0000)]
Better ACL API (full rewrite)

18 years agoDiminish buffer size
Rémi Denis-Courmont [Mon, 11 Jul 2005 16:37:40 +0000 (16:37 +0000)]
Diminish buffer size
(still big enough for a pure 256-bits architecture...)

18 years agoAvoid buffer overflow
Rémi Denis-Courmont [Mon, 11 Jul 2005 16:34:47 +0000 (16:34 +0000)]
Avoid buffer overflow
(local account needed, but possibly not same user as VLC)

18 years ago * ALL: miscellaneous unsigned/signed warning fixes and pointer/int casts.
Christophe Massiot [Mon, 11 Jul 2005 16:20:33 +0000 (16:20 +0000)]
 * ALL: miscellaneous unsigned/signed warning fixes and pointer/int casts.

18 years ago * include/vlc_common.h: Fixed I64Fd family for 64-bit processors.
Christophe Massiot [Mon, 11 Jul 2005 16:16:17 +0000 (16:16 +0000)]
 * include/vlc_common.h: Fixed I64Fd family for 64-bit processors.

18 years ago * configure.ac: Fixed ipv6 detection.
Christophe Massiot [Mon, 11 Jul 2005 16:01:01 +0000 (16:01 +0000)]
 * configure.ac: Fixed ipv6 detection.

18 years ago * src/misc/getaddrinfo.c, modules/access/directory.c: Solaris fixes.
Christophe Massiot [Mon, 11 Jul 2005 15:59:36 +0000 (15:59 +0000)]
 * src/misc/getaddrinfo.c, modules/access/directory.c: Solaris fixes.

18 years ago* implemented 3 dialogues, which complain to the user, if s/he didn't provide a file...
Felix Paul Kühne [Mon, 11 Jul 2005 11:52:42 +0000 (11:52 +0000)]
* implemented 3 dialogues, which complain to the user, if s/he didn't provide a file or destination

18 years ago* finished the gui and implemented correct encap-format-selection when transcoding...
Felix Paul Kühne [Mon, 11 Jul 2005 11:18:14 +0000 (11:18 +0000)]
* finished the gui and implemented correct encap-format-selection when transcoding (refs #13) -- still not usable

18 years ago * po/Makefile.in.in: reverted an unexpected change.
Sam Hocevar [Mon, 11 Jul 2005 11:15:31 +0000 (11:15 +0000)]
  * po/Makefile.in.in: reverted an unexpected change.

18 years ago * modules/stream_out/duplicate.c: Fixed ES selection when using both
Christophe Massiot [Mon, 11 Jul 2005 09:45:54 +0000 (09:45 +0000)]
 * modules/stream_out/duplicate.c: Fixed ES selection when using both
   program= and es= for the same destination.

18 years ago * modules/stream_out/switcher.c: New option --no-sout-switcher-mute-audio.
Christophe Massiot [Mon, 11 Jul 2005 09:44:53 +0000 (09:44 +0000)]
 * modules/stream_out/switcher.c: New option --no-sout-switcher-mute-audio.

18 years ago * modules/packetizer/mpegvideo.c: Drop corrupt blocks.
Christophe Massiot [Mon, 11 Jul 2005 09:43:38 +0000 (09:43 +0000)]
 * modules/packetizer/mpegvideo.c: Drop corrupt blocks.

18 years ago * Fixed a bunch of coding errors here and there.
Sam Hocevar [Mon, 11 Jul 2005 08:52:14 +0000 (08:52 +0000)]
  * Fixed a bunch of coding errors here and there.

18 years ago * src/misc/charset.c: if(a<b<c) is a pythonism and doesn't work in C.
Sam Hocevar [Mon, 11 Jul 2005 08:44:39 +0000 (08:44 +0000)]
  * src/misc/charset.c: if(a<b<c) is a pythonism and doesn't work in C.

18 years ago * modules/stream_out/transcode.c: fixed an uninitialised variable.
Sam Hocevar [Mon, 11 Jul 2005 08:33:01 +0000 (08:33 +0000)]
  * modules/stream_out/transcode.c: fixed an uninitialised variable.

18 years ago * legacy changes that might be useful if the gtk plugin is ever revived,
Sam Hocevar [Sun, 10 Jul 2005 20:34:01 +0000 (20:34 +0000)]
  * legacy changes that might be useful if the gtk plugin is ever revived,
    and are just to be utterly ignored otherwise.

18 years agoAdd the "X" deinterlace mode to the list displayed in guis. (We should certainly...
Benjamin Pracht [Sun, 10 Jul 2005 15:45:02 +0000 (15:45 +0000)]
Add the "X" deinterlace mode to the list displayed in guis. (We should certainly find a better name, but I cannot see any).

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