]> git.sesse.net Git - vlc/log
vlc
18 years agochange "videolan.org" to "VideoLAN website"
Antoine Cellerier [Wed, 15 Mar 2006 19:44:02 +0000 (19:44 +0000)]
change "videolan.org" to "VideoLAN website"

18 years ago"[PATCH] http interface : fix the shuffle/loop/repeat buttons" by Laurent Mutricy
Antoine Cellerier [Wed, 15 Mar 2006 19:33:10 +0000 (19:33 +0000)]
"[PATCH] http interface : fix the shuffle/loop/repeat buttons" by Laurent Mutricy

18 years agoFix browsing when file/folder name is using a quote (').
Antoine Cellerier [Wed, 15 Mar 2006 13:23:31 +0000 (13:23 +0000)]
Fix browsing when file/folder name is using a quote (').

18 years ago"[PATCH] http interface workaround to make the play/pause button work well" by Lauren...
Antoine Cellerier [Wed, 15 Mar 2006 13:01:36 +0000 (13:01 +0000)]
"[PATCH] http interface workaround to make the play/pause button work well" by Laurent Mutricy.

18 years ago* Ahum.. compile before you commit...
Derk-Jan Hartman [Wed, 15 Mar 2006 01:12:30 +0000 (01:12 +0000)]
* Ahum.. compile before you commit...

18 years ago* Completly untested G726 support for liveMedia. refs #601
Derk-Jan Hartman [Wed, 15 Mar 2006 01:07:29 +0000 (01:07 +0000)]
* Completly untested G726 support for liveMedia. refs #601
  If anyone has access to such a stream, please test this. The AXIS 241QA has this for instance.

  See also: http://forum.videolan.org/viewtopic.php?t=18287&start=0&postdays=0&postorder=asc&highlight=g726

18 years ago* Fix src/misc/charset on platforms without setlocale. In that case we pass NULL...
Derk-Jan Hartman [Wed, 15 Mar 2006 00:40:18 +0000 (00:40 +0000)]
* Fix src/misc/charset on platforms without setlocale. In that case we pass NULL to FindFallbackEncoding

18 years agoALL: Fix make distcheck
Christophe Mutricy [Tue, 14 Mar 2006 22:40:33 +0000 (22:40 +0000)]
ALL: Fix make distcheck
- add a modules.am for mux/rtp It is just there to please autotools nothing is built by default
- update-po

18 years ago* We are not gonna start naming options to RFCs. Let's just call it LATM, even though...
Derk-Jan Hartman [Tue, 14 Mar 2006 21:59:02 +0000 (21:59 +0000)]
* We are not gonna start naming options to RFCs. Let's just call it LATM, even though it's technically not correct.

18 years agocontrib/Makefile: fix the rights on the bin directory
Christophe Mutricy [Tue, 14 Mar 2006 21:52:53 +0000 (21:52 +0000)]
contrib/Makefile: fix the rights on the bin directory
some more svn:ignore

18 years agoWhoops. Disable by default for now.
Rémi Denis-Courmont [Tue, 14 Mar 2006 21:46:18 +0000 (21:46 +0000)]
Whoops. Disable by default for now.
Maybe the option name could be made better.

18 years agoApply RFC3016 RTP packetizer patch from Alex Antropoff
Rémi Denis-Courmont [Tue, 14 Mar 2006 21:42:07 +0000 (21:42 +0000)]
Apply RFC3016 RTP packetizer patch from Alex Antropoff

The new format is disabled by default,
so we have little risks of regression.

18 years agoFix unsigned int vs int compilation warning.
Antoine Cellerier [Tue, 14 Mar 2006 14:38:45 +0000 (14:38 +0000)]
Fix unsigned int vs int compilation warning.

18 years agoFix sub picture region x and y offset values when using
Antoine Cellerier [Tue, 14 Mar 2006 14:19:37 +0000 (14:19 +0000)]
Fix sub picture region x and y offset values when using
--mosaic-keep-picture with a picture that is bigger than on of the
mosaic's small rectangles.

This allows creation of mosaics like :
AAAAAABBB
A    ABBB
A    ACCC
AAAAAACCC
(where A, B and C are 3 sub streams)

18 years agoLooks like we didn't malloc the right size. (If this was some dirty
Antoine Cellerier [Tue, 14 Mar 2006 13:08:48 +0000 (13:08 +0000)]
Looks like we didn't malloc the right size. (If this was some dirty
hack, please revert my commit and add a comment explaining why it's
needed because)

Thanks to http://forum.videolan.org/viewtopic.php?t=18285 for noticing.

18 years agodebian/patches: Fix the debian package creation
Christophe Mutricy [Tue, 14 Mar 2006 10:01:39 +0000 (10:01 +0000)]
debian/patches: Fix the debian package creation

18 years agoFix browsing directories containing the '&' character
Antoine Cellerier [Mon, 13 Mar 2006 22:43:25 +0000 (22:43 +0000)]
Fix browsing directories containing the '&' character

18 years agoFix playing stuff like http://213.205.97.105:80/tf1jt/jt20d11032006.asf
Antoine Cellerier [Mon, 13 Mar 2006 21:51:36 +0000 (21:51 +0000)]
Fix playing stuff like http://213.205.97.105:80/tf1jt/jt20d11032006.asf
which works using mmst but not mmsh (VLC only tried mmsh previously).

18 years agoContrib: use libshout 2.2. It should solve the .pc probem ( missing theora depedancies)
Christophe Mutricy [Mon, 13 Mar 2006 16:45:00 +0000 (16:45 +0000)]
Contrib: use libshout 2.2. It should solve the .pc probem ( missing theora depedancies)

18 years agoChange Russian charset selection
Rémi Denis-Courmont [Mon, 13 Mar 2006 10:56:56 +0000 (10:56 +0000)]
Change Russian charset selection

18 years agoCandidate language to likely non-UTF8 code page functions
Rémi Denis-Courmont [Mon, 13 Mar 2006 10:52:32 +0000 (10:52 +0000)]
Candidate language to likely non-UTF8 code page functions

18 years agoAdd a tristate for WX playlist mode (normal/embedded/both).
Clément Stenac [Mon, 13 Mar 2006 07:12:18 +0000 (07:12 +0000)]
Add a tristate for WX playlist mode (normal/embedded/both).

For the moment, defaults to normal. (Closes:#494)

18 years ago* Fix x264 compilation on Darwin
Derk-Jan Hartman [Mon, 13 Mar 2006 00:54:40 +0000 (00:54 +0000)]
* Fix x264 compilation on Darwin

18 years ago* Use uint32_t instead of wchar_t to represent UTF32 characters, given wchar_t is...
Rémi Denis-Courmont [Sun, 12 Mar 2006 22:52:25 +0000 (22:52 +0000)]
* Use uint32_t instead of wchar_t to represent UTF32 characters, given wchar_t is not 32-bits on all platforms
* Cosmetic fixes
* Check for invalid UTF-32 sequence
* Accept all non-printable characters within UTF-8 strings (EnsureUTF8's job is to ensure valid UTF8 sequence, not to ensure printable characters)

18 years agoMissing in the previous commit + don't extract gecko-sdk each time
Christophe Mutricy [Sun, 12 Mar 2006 22:46:34 +0000 (22:46 +0000)]
Missing in the previous commit + don't extract gecko-sdk each time

18 years agoshout: Other approach.
Christophe Mutricy [Sun, 12 Mar 2006 21:59:12 +0000 (21:59 +0000)]
shout: Other approach.

18 years agoFile mangler
Clément Stenac [Sun, 12 Mar 2006 21:42:19 +0000 (21:42 +0000)]
File mangler

This can be used to detect crashes due to bad streams (see the end of the program for the files which are tested)

18 years agoAdd libshout on win32
Christophe Mutricy [Sun, 12 Mar 2006 21:22:34 +0000 (21:22 +0000)]
Add libshout on win32

18 years agopo/*: Mea Culpa. make update-po should be run on a clean tree
Christophe Mutricy [Sun, 12 Mar 2006 17:30:46 +0000 (17:30 +0000)]
po/*: Mea Culpa. make update-po should be run on a clean tree

18 years agoFix svn:ignore
Clément Stenac [Sun, 12 Mar 2006 15:06:39 +0000 (15:06 +0000)]
Fix svn:ignore

18 years agoRemove buggy debug
Clément Stenac [Sun, 12 Mar 2006 14:24:54 +0000 (14:24 +0000)]
Remove buggy debug

18 years agoAlways link libintl through libvlc on Win32
Rémi Denis-Courmont [Sun, 12 Mar 2006 12:44:06 +0000 (12:44 +0000)]
Always link libintl through libvlc on Win32

18 years agoPropagate changes from previous commit
Rémi Denis-Courmont [Sun, 12 Mar 2006 10:41:31 +0000 (10:41 +0000)]
Propagate changes from previous commit

18 years ago * Revert my [14546] that doesn't work
Rémi Denis-Courmont [Sun, 12 Mar 2006 09:52:42 +0000 (09:52 +0000)]
 * Revert my [14546] that doesn't work
 * Remove changeset thing from shared libvlc versioning until someone cares to implement it properly within the build system

18 years agoFix compiler warning: Add missing include
Jean-Paul Saman [Sun, 12 Mar 2006 09:27:48 +0000 (09:27 +0000)]
Fix compiler warning: Add missing include

18 years agoDisable update checker in Win32 until it's fixed
Clément Stenac [Sun, 12 Mar 2006 09:12:38 +0000 (09:12 +0000)]
Disable update checker in Win32 until it's fixed

18 years agoRevert [14732]
Clément Stenac [Sun, 12 Mar 2006 09:11:49 +0000 (09:11 +0000)]
Revert [14732]

18 years agoMight fix a bit update layout in win32
Clément Stenac [Sun, 12 Mar 2006 09:08:18 +0000 (09:08 +0000)]
Might fix a bit update layout in win32

18 years agofix bluescreen description
Antoine Cellerier [Sat, 11 Mar 2006 23:30:07 +0000 (23:30 +0000)]
fix bluescreen description

18 years ago* fix make dist for OSX
Felix Paul Kühne [Sat, 11 Mar 2006 23:29:09 +0000 (23:29 +0000)]
* fix make dist for OSX

18 years agoadd note about XSPF not being in 0.8.5-test1
Antoine Cellerier [Sat, 11 Mar 2006 23:23:32 +0000 (23:23 +0000)]
add note about XSPF not being in 0.8.5-test1

18 years agoThanks and news (see previous commit)
Antoine Cellerier [Sat, 11 Mar 2006 23:21:44 +0000 (23:21 +0000)]
Thanks and news (see previous commit)

18 years agosrc/playlist/loadsave.c, modules/demux/playlist/*, modules/gui/*,
Antoine Cellerier [Sat, 11 Mar 2006 23:19:59 +0000 (23:19 +0000)]
src/playlist/loadsave.c, modules/demux/playlist/*, modules/gui/*,
modules/misc/playlist/*, modules/access/http.c: XSPF playlist support
(read and write) by Daniel Stranger. Many thanks

src/misc/modules.c, src/misc/strings.c, include/vlc_strings.h: string
handling functions.

modules/control/http/*, modules/services_discovery/upnp_intel.cpp: use
these string handling functions.

18 years agoka.po: new update by Alexander Dibebulize.
Christophe Mutricy [Sat, 11 Mar 2006 22:40:56 +0000 (22:40 +0000)]
ka.po: new update by Alexander Dibebulize.
All: Run make update-po

18 years agoCheck that destination node is really a node.
Antoine Cellerier [Sat, 11 Mar 2006 21:19:12 +0000 (21:19 +0000)]
Check that destination node is really a node.

18 years ago * Use run-time detection of UTF-8 as current charset instead of hard-coding to be...
Rémi Denis-Courmont [Sat, 11 Mar 2006 19:35:22 +0000 (19:35 +0000)]
 * Use run-time detection of UTF-8 as current charset instead of hard-coding to be if and only if Mac OS X
 * Use CP1252 as a fallback instead of ISO-8859-1 (as far as printable characters are concerned, the first is a superset of the second, and it is the most commonly used charset in the west to date)

18 years ago- Fix memleak when not using Mac OS
Rémi Denis-Courmont [Sat, 11 Mar 2006 19:25:33 +0000 (19:25 +0000)]
- Fix memleak when not using Mac OS
- Error handling clean up

18 years agoDon't use %f in RRD output (Closes:#582)
Clément Stenac [Sat, 11 Mar 2006 19:23:58 +0000 (19:23 +0000)]
Don't use %f in RRD output (Closes:#582)

18 years agoA number of fixes spotted by Sébastien Raud < s d0t raud att yahoo d0t fr >
Clément Stenac [Sat, 11 Mar 2006 18:34:39 +0000 (18:34 +0000)]
A number of fixes spotted by Sébastien Raud < s d0t raud att yahoo d0t fr >
Thanks.

18 years agoWork around what looks like a ...
Clément Stenac [Sat, 11 Mar 2006 18:18:14 +0000 (18:18 +0000)]
Work around what looks like a ...
...
WX bug !
(OnActivateItem not working with enter key on Win32)

(Closes:#348)

18 years agoStrings (Refs:#438)
Clément Stenac [Sat, 11 Mar 2006 17:35:55 +0000 (17:35 +0000)]
Strings (Refs:#438)

18 years ago* updated the copyright-string
Felix Paul Kühne [Sat, 11 Mar 2006 17:19:37 +0000 (17:19 +0000)]
* updated the copyright-string

18 years agoChange some button orders
Clément Stenac [Sat, 11 Mar 2006 13:41:49 +0000 (13:41 +0000)]
Change some button orders
Hide the "OK" button in the preferences (keep "Save")

18 years agoFix crash in TS muxer. Patch by Alex Antropoff.
Clément Stenac [Sat, 11 Mar 2006 13:03:04 +0000 (13:03 +0000)]
Fix crash in TS muxer. Patch by Alex Antropoff.
Thanks.

Closes: #552
18 years agocodec/flac.c: fix preparse with flac
Christophe Mutricy [Sat, 11 Mar 2006 01:29:05 +0000 (01:29 +0000)]
codec/flac.c: fix preparse with flac

18 years agoTell user we disabled EPSV mode _before_ reconnecting so (s)he doesn't get confused
Rémi Denis-Courmont [Fri, 10 Mar 2006 23:19:18 +0000 (23:19 +0000)]
Tell user we disabled EPSV mode _before_ reconnecting so (s)he doesn't get confused

18 years agoFix typo
Rémi Denis-Courmont [Fri, 10 Mar 2006 18:21:34 +0000 (18:21 +0000)]
Fix typo

18 years agoTest distcheck with libtool when using libtool so I can test
Rémi Denis-Courmont [Fri, 10 Mar 2006 18:10:45 +0000 (18:10 +0000)]
Test distcheck with libtool when using libtool so I can test

18 years agoRemove broken lldiv check and only use lldiv replacement on BeOS
Rémi Denis-Courmont [Fri, 10 Mar 2006 17:57:31 +0000 (17:57 +0000)]
Remove broken lldiv check and only use lldiv replacement on BeOS

18 years agoRemove non-existant files
Rémi Denis-Courmont [Fri, 10 Mar 2006 17:48:57 +0000 (17:48 +0000)]
Remove non-existant files

18 years agoUpdate file names
Rémi Denis-Courmont [Fri, 10 Mar 2006 17:35:28 +0000 (17:35 +0000)]
Update file names

18 years agoUse better name for newly introduced file
Rémi Denis-Courmont [Fri, 10 Mar 2006 17:31:15 +0000 (17:31 +0000)]
Use better name for newly introduced file

18 years agoSame as previous commit - for VLC
Rémi Denis-Courmont [Fri, 10 Mar 2006 17:30:32 +0000 (17:30 +0000)]
Same as previous commit - for VLC

18 years agoFix and restore nice file names
Rémi Denis-Courmont [Fri, 10 Mar 2006 17:21:33 +0000 (17:21 +0000)]
Fix and restore nice file names
Shame on me

18 years agoMakefile.am: Add the syntax files, valgrinds false positive suppressions, make nicifi...
Christophe Mutricy [Fri, 10 Mar 2006 14:03:58 +0000 (14:03 +0000)]
Makefile.am: Add the syntax files, valgrinds false positive suppressions, make nicificator to the tarball

18 years agorun make update-po
Antoine Cellerier [Fri, 10 Mar 2006 12:44:17 +0000 (12:44 +0000)]
run make update-po

18 years agoClean up ListenTCP error handling (refs #320)
Rémi Denis-Courmont [Fri, 10 Mar 2006 09:31:17 +0000 (09:31 +0000)]
Clean up ListenTCP error handling (refs #320)

18 years agoSomeone forgot to add an exported symbol
Rémi Denis-Courmont [Fri, 10 Mar 2006 09:28:45 +0000 (09:28 +0000)]
Someone forgot to add an exported symbol
(p_symbols and vlc_symbols.h sucks time, heh? - use shared libvlc/libtool)

18 years agoForgot this
Clément Stenac [Fri, 10 Mar 2006 07:20:41 +0000 (07:20 +0000)]
Forgot this

18 years agoTest1
Clément Stenac [Fri, 10 Mar 2006 07:17:31 +0000 (07:17 +0000)]
Test1

18 years ago- Clean up error message generation with TCP outgoing connections
Rémi Denis-Courmont [Thu, 9 Mar 2006 22:57:30 +0000 (22:57 +0000)]
- Clean up error message generation with TCP outgoing connections
- Fix memleak in case of connection failure

18 years agoCommon socket error handling
Rémi Denis-Courmont [Thu, 9 Mar 2006 22:56:37 +0000 (22:56 +0000)]
Common socket error handling

18 years agoFix make core on Win32 with shared libvlc
Rémi Denis-Courmont [Thu, 9 Mar 2006 22:43:01 +0000 (22:43 +0000)]
Fix make core on Win32 with shared libvlc

18 years agolibvlc.h: preferences tweaking
Christophe Mutricy [Thu, 9 Mar 2006 20:05:53 +0000 (20:05 +0000)]
libvlc.h: preferences tweaking

18 years agoall: move the logger option from video to interface and advanced
Christophe Mutricy [Thu, 9 Mar 2006 19:55:40 +0000 (19:55 +0000)]
all: move the logger option from video to interface and advanced

18 years ago* Use the proper parent object to do var_Get macosx-black on. Fixes the issue where...
Derk-Jan Hartman [Thu, 9 Mar 2006 15:57:48 +0000 (15:57 +0000)]
* Use the proper parent object to do var_Get macosx-black on. Fixes the issue where we failed to mutex_lock.

18 years ago* Don't crash if we want to msg_Dbg on an object that doesn't exist.
Derk-Jan Hartman [Thu, 9 Mar 2006 15:55:13 +0000 (15:55 +0000)]
* Don't crash if we want to msg_Dbg on an object that doesn't exist.

18 years agoUse the fine stack as we can
Rémi Denis-Courmont [Thu, 9 Mar 2006 13:28:48 +0000 (13:28 +0000)]
Use the fine stack as we can

18 years agoAs a work-around, accept both decimal separators when...
Rémi Denis-Courmont [Thu, 9 Mar 2006 13:08:46 +0000 (13:08 +0000)]
As a work-around, accept both decimal separators when...
deserializing floats from configuration (fixes #589)

I know this is NOT the “right” way to fix this.
The “right” way would be to remove floats from the configuration...
but there are approximately one float parameter in the core and 46 ones
in our current plugins set, none of which I use myself. So I am
defintely not going to rewrite all^H^H^Hany of them.

Of course, it would be cleaner to be “strict”  in what we write to
the configuration file, than “liberal” in what we accept... but IMHO,
it is way easier and more robust to be liberal in what we accept in
this particular case (ie. accepting both decimal separators is trivial,
while serializing float numbers manually is complex).

18 years agoRevert [14683]
Rémi Denis-Courmont [Thu, 9 Mar 2006 10:56:53 +0000 (10:56 +0000)]
Revert [14683]
You can definitely declare variable at the beginning of a nested block with gcc 2.95

18 years ago* put a warning to prevent users from reporting known bugs for panel is which won...
Felix Paul Kühne [Thu, 9 Mar 2006 10:04:01 +0000 (10:04 +0000)]
* put a warning to prevent users from reporting known bugs for panel is which won't be included within 0.8.5
* fixed svn propset

18 years agoUpdate e-mail address
Jean-Paul Saman [Thu, 9 Mar 2006 09:47:30 +0000 (09:47 +0000)]
Update e-mail address

18 years ago* improved the wording a bit
Felix Paul Kühne [Thu, 9 Mar 2006 09:31:36 +0000 (09:31 +0000)]
* improved the wording a bit

18 years ago Force lldiv emulation on BeOS
Eric Petit [Wed, 8 Mar 2006 23:52:35 +0000 (23:52 +0000)]
 Force lldiv emulation on BeOS

18 years agoall: reworked gui layout of dialog boxes to get rid of the dark gray background colou...
Damien Fouilleul [Wed, 8 Mar 2006 23:52:29 +0000 (23:52 +0000)]
all: reworked gui layout of dialog boxes to get rid of the dark gray background colour (I hope that wasn't intentional :)

18 years ago Emulate C99's lldiv() if necessary
Eric Petit [Wed, 8 Mar 2006 23:32:08 +0000 (23:32 +0000)]
 Emulate C99's lldiv() if necessary

18 years agortsp.c: BeOS fix. variables can't be declared in the middle of the function.
Christophe Mutricy [Wed, 8 Mar 2006 22:30:53 +0000 (22:30 +0000)]
rtsp.c: BeOS fix. variables can't be declared in the middle of the function.

18 years ago* one part of x264 patch fixed upstream
Derk-Jan Hartman [Wed, 8 Mar 2006 22:03:00 +0000 (22:03 +0000)]
* one part of x264 patch fixed upstream

18 years agoall: for Cygwin, make sure that the program-prefix is empty, so that libgcrypt-config...
Damien Fouilleul [Wed, 8 Mar 2006 17:50:44 +0000 (17:50 +0000)]
all: for Cygwin, make sure that the program-prefix is empty, so that libgcrypt-config & gnutls-config are not prefixed by the target build (i586-mingw32msvc), which causes prevents configures scripts from detecting them

18 years agoWinsock non-blocking kludge for GnuTLS (refs #538)
Rémi Denis-Courmont [Wed, 8 Mar 2006 17:33:29 +0000 (17:33 +0000)]
Winsock non-blocking kludge for GnuTLS (refs #538)

18 years agosvn:ignore
Rémi Denis-Courmont [Wed, 8 Mar 2006 17:25:09 +0000 (17:25 +0000)]
svn:ignore

18 years agomodules/misc/rtsp.c is using us_strtod
Antoine Cellerier [Wed, 8 Mar 2006 17:06:59 +0000 (17:06 +0000)]
modules/misc/rtsp.c is using us_strtod

18 years agoMissing export
Rémi Denis-Courmont [Wed, 8 Mar 2006 13:51:31 +0000 (13:51 +0000)]
Missing export

18 years agoDon't use C (de)serialization for float numbers (closes #583)
Rémi Denis-Courmont [Wed, 8 Mar 2006 13:32:37 +0000 (13:32 +0000)]
Don't use C (de)serialization for float numbers (closes #583)

18 years ago * i18n_strtod: locale-agnostic strtod() (accepts both comma and dot as decimal separ...
Rémi Denis-Courmont [Wed, 8 Mar 2006 12:25:29 +0000 (12:25 +0000)]
 * i18n_strtod: locale-agnostic strtod() (accepts both comma and dot as decimal separator)
 * us_strtod, us_atof: same as i18n_* but only accept dot in any case
   (this will be useful when parsing stream output chain which uses comma to separate
    options)

18 years agoFix TTL range check
Rémi Denis-Courmont [Wed, 8 Mar 2006 12:23:34 +0000 (12:23 +0000)]
Fix TTL range check

18 years agoAvoid ugly non-const cast
Rémi Denis-Courmont [Wed, 8 Mar 2006 11:52:46 +0000 (11:52 +0000)]
Avoid ugly non-const cast

18 years agoi18n_atof(): locale-agnostic atof()
Rémi Denis-Courmont [Wed, 8 Mar 2006 11:32:34 +0000 (11:32 +0000)]
i18n_atof(): locale-agnostic atof()

18 years agoFix wizard matrix on win32. Closes:#531
Clément Stenac [Wed, 8 Mar 2006 09:47:45 +0000 (09:47 +0000)]
Fix wizard matrix on win32. Closes:#531

18 years ago* Fix the issue where sometimes the Menubar wouldn't reappear after exiting fullscreen.
Derk-Jan Hartman [Tue, 7 Mar 2006 23:56:32 +0000 (23:56 +0000)]
* Fix the issue where sometimes the Menubar wouldn't reappear after exiting fullscreen.