]> git.sesse.net Git - vlc/log
vlc
18 years agolibtool: Compile builtins as convenience libraries rather than static ones
Rémi Denis-Courmont [Tue, 21 Mar 2006 16:08:35 +0000 (16:08 +0000)]
libtool: Compile builtins as convenience libraries rather than static ones
Might fix PIC linking issues on amd64

18 years agoA bit explanation of the wxWidgets string conversion mess won't harm
Rémi Denis-Courmont [Tue, 21 Mar 2006 15:39:43 +0000 (15:39 +0000)]
A bit explanation of the wxWidgets string conversion mess won't harm

18 years agoFix G++ 4.1 compilation problem
Rémi Denis-Courmont [Tue, 21 Mar 2006 15:34:34 +0000 (15:34 +0000)]
Fix G++ 4.1 compilation problem
reported by Diego 'Flameeyes' Pettenò

18 years agolooks like someone renamed vlc_obj_exists to vlc_object_exists.
Antoine Cellerier [Tue, 21 Mar 2006 00:45:31 +0000 (00:45 +0000)]
looks like someone renamed vlc_obj_exists to vlc_object_exists.

18 years agoFix test
Clément Stenac [Mon, 20 Mar 2006 23:13:39 +0000 (23:13 +0000)]
Fix test

18 years ago * doc/skins/skins2-howto.xml: Fixed typos.
Olivier Teulière [Mon, 20 Mar 2006 22:34:43 +0000 (22:34 +0000)]
 * doc/skins/skins2-howto.xml: Fixed typos.

18 years ago* the transitional phase of our osx-aout-modules is over :)
Felix Paul Kühne [Mon, 20 Mar 2006 20:42:23 +0000 (20:42 +0000)]
* the transitional phase of our osx-aout-modules is over :)

18 years agofix #478.
Antoine Cellerier [Mon, 20 Mar 2006 20:22:59 +0000 (20:22 +0000)]
fix #478.

You need to escape (with \):
* quotes that are part of a file's name or option's value
* backslashes

18 years agoplugin.cpp: as usual,I forgot to disable my own debug
Damien Fouilleul [Mon, 20 Mar 2006 14:40:42 +0000 (14:40 +0000)]
plugin.cpp: as usual,I forgot to disable my own debug

18 years agoplugin.cpp, plugin.h: delayed initialization of VLC until activation in place in...
Damien Fouilleul [Mon, 20 Mar 2006 14:37:41 +0000 (14:37 +0000)]
plugin.cpp, plugin.h: delayed initialization of VLC until activation in place in user mode only
    this allows the persistable properties to be fully loaded before initialization and allow
    for control to initialize faster in design mode. AUTOLOOP property now works properly
persistpropbag.cpp, vlccontrol.h: decoupled volume property from VLC so that value can be used
    without having VLC initialized
test.html: added volume control

18 years ago* fixed the copying of the re-worked http-interface to our release bundle. (not reall...
Felix Paul Kühne [Mon, 20 Mar 2006 14:13:04 +0000 (14:13 +0000)]
* fixed the copying of the re-worked http-interface to our release bundle. (not really clean, but I don't know how to do this in a better way...)

18 years ago * modules/mux/mpeg/ts.c: New --sout-ts-alignment option.
Christophe Massiot [Mon, 20 Mar 2006 11:18:52 +0000 (11:18 +0000)]
 * modules/mux/mpeg/ts.c: New --sout-ts-alignment option.

18 years ago * modules/control/http: Content-Type should be case-insensitive.
Christophe Massiot [Mon, 20 Mar 2006 11:12:04 +0000 (11:12 +0000)]
 * modules/control/http: Content-Type should be case-insensitive.

18 years agomosaic wizard: change layout & make VLM command batch display optional.
Antoine Cellerier [Mon, 20 Mar 2006 01:51:45 +0000 (01:51 +0000)]
mosaic wizard: change layout & make VLM command batch display optional.

18 years ago* also do vlm options fix on sout.
Antoine Cellerier [Mon, 20 Mar 2006 01:35:15 +0000 (01:35 +0000)]
* also do vlm options fix on sout.

18 years ago* add "fake:" input
Antoine Cellerier [Mon, 20 Mar 2006 01:32:11 +0000 (01:32 +0000)]
* add "fake:" input
* vlm fix. change "input :foo=bar :foo2=bar2" into vlm compatible option handling
* mosaic fix. always enable transcode when using an sout chain

18 years ago* Fix AMR from liveMedia decoding. Patch by Alex Antropoff <alant at transtelecom...
Derk-Jan Hartman [Sun, 19 Mar 2006 22:03:20 +0000 (22:03 +0000)]
* Fix AMR from liveMedia decoding. Patch by Alex Antropoff <alant at transtelecom dot md>

18 years agocaca.c: Typo
Christophe Mutricy [Sun, 19 Mar 2006 18:16:56 +0000 (18:16 +0000)]
caca.c: Typo

18 years ago* sorry about the missing #if
Derk-Jan Hartman [Sun, 19 Mar 2006 18:05:54 +0000 (18:05 +0000)]
* sorry about the missing #if

18 years ago * Support for newer libcaca/libcucul versions.
Sam Hocevar [Sun, 19 Mar 2006 17:17:57 +0000 (17:17 +0000)]
  * Support for newer libcaca/libcucul versions.

18 years agoForgot that one
Benjamin Pracht [Sun, 19 Mar 2006 13:13:09 +0000 (13:13 +0000)]
Forgot that one

18 years ago* fix compilation
Benjamin Pracht [Sun, 19 Mar 2006 13:03:20 +0000 (13:03 +0000)]
* fix compilation

18 years ago* First string review of the OSX interface
Benjamin Pracht [Sun, 19 Mar 2006 12:57:26 +0000 (12:57 +0000)]
* First string review of the OSX interface

18 years ago* fix the liveMedia VERSION_INT (hopefully)
Derk-Jan Hartman [Sun, 19 Mar 2006 11:24:16 +0000 (11:24 +0000)]
* fix the liveMedia VERSION_INT (hopefully)

18 years agoAdd iehacks.css to Makefile.am
Antoine Cellerier [Sun, 19 Mar 2006 01:49:11 +0000 (01:49 +0000)]
Add iehacks.css to Makefile.am

18 years agoA bunch of hacks to fix bugs on IE.
Antoine Cellerier [Sun, 19 Mar 2006 01:46:43 +0000 (01:46 +0000)]
A bunch of hacks to fix bugs on IE.

I really don't like the Sort menu and Services discovery menu code. If
someone has a better idea feal free to change it.

18 years ago* fix ifdef
Derk-Jan Hartman [Sun, 19 Mar 2006 01:28:18 +0000 (01:28 +0000)]
* fix ifdef

18 years agostream_out/*: String review (refs #438)
Christophe Mutricy [Sun, 19 Mar 2006 01:27:21 +0000 (01:27 +0000)]
stream_out/*: String review (refs #438)

18 years ago* Send Keep-A-Live RTSP bogus calls for servers that do not support RTCP reports.
Derk-Jan Hartman [Sun, 19 Mar 2006 01:00:13 +0000 (01:00 +0000)]
* Send Keep-A-Live RTSP bogus calls for servers that do not support RTCP reports.
  Seems to work for WM RTSP. No support yet for Kasenna,
  since I don't have proper access to one at this moment.

  refs #595
  refs #329

18 years agoFix typo
Antoine Cellerier [Sun, 19 Mar 2006 00:02:26 +0000 (00:02 +0000)]
Fix typo

18 years agoUndo r 14546 breakage
Jean-Paul Saman [Sat, 18 Mar 2006 23:11:31 +0000 (23:11 +0000)]
Undo r 14546 breakage

18 years agoDon't expand WX Tree root - Patch by Alexander Gall. Thanks
Clément Stenac [Sat, 18 Mar 2006 22:27:07 +0000 (22:27 +0000)]
Don't expand WX Tree root - Patch by Alexander Gall. Thanks

18 years agoApparently fix WX playlist crash (Closes:#205)
Clément Stenac [Sat, 18 Mar 2006 22:18:16 +0000 (22:18 +0000)]
Apparently fix WX playlist crash (Closes:#205)

18 years agoshare/makefile.am: Typo. Thanks to Albert on the forum for the report
Christophe Mutricy [Sat, 18 Mar 2006 18:14:49 +0000 (18:14 +0000)]
share/makefile.am: Typo. Thanks to Albert on the forum for the report

18 years agoDon't use %f in es_out (Closes:#587)
Clément Stenac [Sat, 18 Mar 2006 18:12:47 +0000 (18:12 +0000)]
Don't use %f in es_out (Closes:#587)

18 years agoAdd some comments and 'fix' display if the mosaic's width is larger than 600px.
Antoine Cellerier [Sat, 18 Mar 2006 17:56:10 +0000 (17:56 +0000)]
Add some comments and 'fix' display if the mosaic's width is larger than 600px.

18 years agoDisplay IP of client in debug
Clément Stenac [Sat, 18 Mar 2006 17:52:31 +0000 (17:52 +0000)]
Display IP of client in debug

18 years agoSpelling fix, again.
Antoine Cellerier [Sat, 18 Mar 2006 17:45:40 +0000 (17:45 +0000)]
Spelling fix, again.

18 years agoSpelling fix
Antoine Cellerier [Sat, 18 Mar 2006 17:43:36 +0000 (17:43 +0000)]
Spelling fix

18 years agoadd some help and feedback
Antoine Cellerier [Sat, 18 Mar 2006 17:42:37 +0000 (17:42 +0000)]
add some help and feedback

18 years agox264.patch: Sync with upstream
Christophe Mutricy [Sat, 18 Mar 2006 17:31:31 +0000 (17:31 +0000)]
x264.patch: Sync with upstream

18 years agoupdate NEWS
Antoine Cellerier [Sat, 18 Mar 2006 17:14:54 +0000 (17:14 +0000)]
update NEWS

18 years agoCode the mosaic wizard
Antoine Cellerier [Sat, 18 Mar 2006 17:14:19 +0000 (17:14 +0000)]
Code the mosaic wizard

18 years agoDon't abort windows position remembering if small playlist size is invalid at the...
Clément Stenac [Sat, 18 Mar 2006 16:22:23 +0000 (16:22 +0000)]
Don't abort windows position remembering if small playlist size is invalid at the beginning (Closes:#557)

18 years agoaccess/dshow: Add option to configure dshow from command line. Patch by Patrick Horn.
Christophe Mutricy [Sat, 18 Mar 2006 15:52:42 +0000 (15:52 +0000)]
access/dshow: Add option to configure dshow from command line. Patch by Patrick Horn.

18 years agoooops
Antoine Cellerier [Sat, 18 Mar 2006 15:06:40 +0000 (15:06 +0000)]
ooops

18 years agoOne more image
Antoine Cellerier [Sat, 18 Mar 2006 15:00:52 +0000 (15:00 +0000)]
One more image

18 years agoAdd new http interface images
Antoine Cellerier [Sat, 18 Mar 2006 14:37:51 +0000 (14:37 +0000)]
Add new http interface images

18 years agoTypo
Christophe Mutricy [Sat, 18 Mar 2006 12:49:51 +0000 (12:49 +0000)]
Typo

18 years ago%f in galaktos (Closes:#585)
Clément Stenac [Sat, 18 Mar 2006 12:38:38 +0000 (12:38 +0000)]
%f in galaktos (Closes:#585)

18 years agoThanks
Clément Stenac [Sat, 18 Mar 2006 11:27:40 +0000 (11:27 +0000)]
Thanks

18 years agoTranscode cropping/padding patch by Udo Richter < udo underscore richter at gmx d0t...
Clément Stenac [Sat, 18 Mar 2006 11:27:10 +0000 (11:27 +0000)]
Transcode cropping/padding patch by Udo Richter < udo underscore richter at gmx d0t de> (with added round-to-16 fix) . Many thanks for this.

Seems to work neatly, please test nevertheless.

Closes:#448

18 years agoDon't use %f in VLM, except for display (Closes:#588)
Clément Stenac [Sat, 18 Mar 2006 10:30:24 +0000 (10:30 +0000)]
Don't use %f in VLM, except for display (Closes:#588)

18 years agoDon't use %f in equalizer (Closes:#586)
Clément Stenac [Sat, 18 Mar 2006 10:20:01 +0000 (10:20 +0000)]
Don't use %f in equalizer (Closes:#586)

18 years agoDon't use %f in HTTP interface (Closes:#584)
Clément Stenac [Sat, 18 Mar 2006 10:14:40 +0000 (10:14 +0000)]
Don't use %f in HTTP interface (Closes:#584)

18 years ago- Avoid using gethostbyname() which is not thread-safe
Rémi Denis-Courmont [Sat, 18 Mar 2006 08:51:19 +0000 (08:51 +0000)]
- Avoid using gethostbyname() which is not thread-safe
- Code simplification

18 years agosvn:ignore
Rémi Denis-Courmont [Sat, 18 Mar 2006 08:46:59 +0000 (08:46 +0000)]
svn:ignore

18 years agoAll: string review (refs: #438)
Christophe Mutricy [Sat, 18 Mar 2006 02:06:16 +0000 (02:06 +0000)]
All: string review (refs: #438)

18 years agoHTTP interface: Display estimated item time when available.
Antoine Cellerier [Sat, 18 Mar 2006 01:22:06 +0000 (01:22 +0000)]
HTTP interface: Display estimated item time when available.

18 years agoHttp interface: make it possible to delete playlist nodes. Don't delete read only...
Antoine Cellerier [Sat, 18 Mar 2006 00:51:57 +0000 (00:51 +0000)]
Http interface: make it possible to delete playlist nodes. Don't delete read only playlist items.

18 years agoExport the fact that a playlist item is read only or can be deleted
Antoine Cellerier [Sat, 18 Mar 2006 00:45:55 +0000 (00:45 +0000)]
Export the fact that a playlist item is read only or can be deleted

18 years agoAdd services discovery handling in http interface.
Antoine Cellerier [Sat, 18 Mar 2006 00:29:57 +0000 (00:29 +0000)]
Add services discovery handling in http interface.

18 years ago* rpn.c: add "services_discovery_add", "services_discovery_remove" and "services_disc...
Antoine Cellerier [Sat, 18 Mar 2006 00:17:53 +0000 (00:17 +0000)]
* rpn.c: add "services_discovery_add", "services_discovery_remove" and "services_discovery_is_loaded" rpn functions.
* macro.c, http.h, mvar.c: add new "object" param2 for foreach macro. It gives a list of all objects matching a capability.

18 years agoAdd small "close/hide" buttons on some of the dialogs
Antoine Cellerier [Fri, 17 Mar 2006 23:13:47 +0000 (23:13 +0000)]
Add small "close/hide" buttons on some of the dialogs

18 years ago[14752] improved, by Daniel Stranger.
Antoine Cellerier [Fri, 17 Mar 2006 23:05:41 +0000 (23:05 +0000)]
[14752] improved, by Daniel Stranger.

18 years agoRevert revision 14781 the sort button was already there.
Jean-Paul Saman [Fri, 17 Mar 2006 22:38:47 +0000 (22:38 +0000)]
Revert revision 14781 the sort button was already there.

18 years agoApply missing sort button to http interface. This was a part of Laurent Mutricy's...
Jean-Paul Saman [Fri, 17 Mar 2006 22:28:15 +0000 (22:28 +0000)]
Apply missing sort button to http interface. This was a part of Laurent Mutricy's patch

18 years agoHTTP interface playlist sort commands based on patch by Laurent Mutricy.
Antoine Cellerier [Fri, 17 Mar 2006 22:01:13 +0000 (22:01 +0000)]
HTTP interface playlist sort commands based on patch by Laurent Mutricy.

18 years ago* don't overwrite existing files
Felix Paul Kühne [Fri, 17 Mar 2006 20:07:25 +0000 (20:07 +0000)]
* don't overwrite existing files

18 years agoAdd a few svn:ignore
Christophe Mutricy [Fri, 17 Mar 2006 17:06:05 +0000 (17:06 +0000)]
Add a few svn:ignore

18 years agoFix old http interface to not refer to the new http interface. Patch by: Laurent...
Jean-Paul Saman [Fri, 17 Mar 2006 14:40:59 +0000 (14:40 +0000)]
Fix old http interface to not refer to the new http interface. Patch by: Laurent Mutricy <laurent dot mutricy _at_ ecl2005 dot ec-lyon dot fr>

18 years agoImplement sort functionality on http interface. Patch by: Laurent Mutricy <laurent...
Jean-Paul Saman [Fri, 17 Mar 2006 14:34:06 +0000 (14:34 +0000)]
Implement sort functionality on http interface. Patch by: Laurent Mutricy <laurent dot mutricy _at_ ecl2005 dot ec-lyon dot fr>

18 years agoMakefile.am: fixed linking of mozilla plugin
Damien Fouilleul [Fri, 17 Mar 2006 01:08:13 +0000 (01:08 +0000)]
Makefile.am: fixed linking of mozilla plugin
npvlc_rc.rc: fixed description and suffixes columns

18 years ago* G726 settings for liveMedia refs #601
Derk-Jan Hartman [Thu, 16 Mar 2006 22:45:11 +0000 (22:45 +0000)]
* G726 settings for liveMedia refs #601

18 years agoReimplement [14768] with a CSS. Patch by Laurent Mutricy.
Christophe Mutricy [Thu, 16 Mar 2006 20:19:54 +0000 (20:19 +0000)]
Reimplement [14768] with a CSS. Patch by Laurent Mutricy.

18 years agohum, forgot to set the default value
Antoine Cellerier [Thu, 16 Mar 2006 17:59:41 +0000 (17:59 +0000)]
hum, forgot to set the default value

18 years agoAdd attribute flat="true/false" to Playtree. When flat is true, only the
Antoine Cellerier [Thu, 16 Mar 2006 16:59:41 +0000 (16:59 +0000)]
Add attribute flat="true/false" to Playtree. When flat is true, only the
leafs will be displayed (like the old style playlist). Once we're sure
that this works fine, we can ditch the old skins2 playlist code.

18 years agoWorkarounds a BeOS segfaulting weirdness
Eric Petit [Thu, 16 Mar 2006 00:38:46 +0000 (00:38 +0000)]
Workarounds a BeOS segfaulting weirdness

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)