]> git.sesse.net Git - vlc/log
vlc
18 years ago * modules/demux/mp4: added more comments and debug information to the DRMS
Sam Hocevar [Wed, 1 Feb 2006 09:57:37 +0000 (09:57 +0000)]
  * modules/demux/mp4: added more comments and debug information to the DRMS
    code.

18 years ago* A few Mac OS X intf fixes. To be honest. we should rewrite the thing from scratch...
Derk-Jan Hartman [Wed, 1 Feb 2006 03:36:40 +0000 (03:36 +0000)]
* A few Mac OS X intf fixes. To be honest. we should rewrite the thing from scratch. it's a mess...

18 years ago* Disable the non functional QT/Quartz output on the intel machines. We should first...
Derk-Jan Hartman [Tue, 31 Jan 2006 22:17:30 +0000 (22:17 +0000)]
* Disable the non functional QT/Quartz output on the intel machines. We should first fix it on OSX, and currently it's annoying the intel debugging proces.

18 years agoadd missing images
Antoine Cellerier [Tue, 31 Jan 2006 20:38:35 +0000 (20:38 +0000)]
add missing images

18 years ago* SYS_DARWIN -> __ppc__ || __ppc64__
Derk-Jan Hartman [Tue, 31 Jan 2006 20:27:25 +0000 (20:27 +0000)]
* SYS_DARWIN -> __ppc__ || __ppc64__

18 years ago* Changed the defined( SYS_DARWIN ) of the --altivec option to a __ppc__ || __ppc64_...
Derk-Jan Hartman [Tue, 31 Jan 2006 20:00:49 +0000 (20:00 +0000)]
* Changed the defined( SYS_DARWIN )  of the --altivec option to a __ppc__ || __ppc64__ check

18 years agomisc IE and windows fixes or workarounds.
Antoine Cellerier [Tue, 31 Jan 2006 19:50:50 +0000 (19:50 +0000)]
misc IE and windows fixes or workarounds.

18 years agodefault show full sout interface
Antoine Cellerier [Tue, 31 Jan 2006 16:39:10 +0000 (16:39 +0000)]
default show full sout interface

18 years agofixed the smallest and most elusive leak yet
Sigmund Augdal Helberg [Tue, 31 Jan 2006 16:27:50 +0000 (16:27 +0000)]
fixed the smallest and most elusive leak yet

18 years agovlm.c: fixed minor memleak
Sigmund Augdal Helberg [Tue, 31 Jan 2006 15:18:45 +0000 (15:18 +0000)]
vlm.c: fixed minor memleak

18 years agologger.c: put in header prefix for syslog output (still missing for text
Sigmund Augdal Helberg [Tue, 31 Jan 2006 15:11:08 +0000 (15:11 +0000)]
logger.c: put in header prefix for syslog output (still missing for text
and html)

18 years agoGenerate correct originating address in SAP header
Rémi Denis-Courmont [Tue, 31 Jan 2006 10:48:47 +0000 (10:48 +0000)]
Generate correct originating address in SAP header
in case of IPv4 advertisement on a IPv6-enabled OS

18 years agoFix error handling in (From|To)Locale
Rémi Denis-Courmont [Mon, 30 Jan 2006 22:02:47 +0000 (22:02 +0000)]
Fix error handling in (From|To)Locale

18 years agofix nasm url
Antoine Cellerier [Mon, 30 Jan 2006 21:47:38 +0000 (21:47 +0000)]
fix nasm url

18 years ago* Get a NASM cvs snapshot from the VLC download servers, because their server regurly...
Derk-Jan Hartman [Mon, 30 Jan 2006 18:14:05 +0000 (18:14 +0000)]
* Get a NASM cvs snapshot from the VLC download servers, because their server regurly times out, which is annoying.

18 years agoRemove .vlt with mostlyclean
Rémi Denis-Courmont [Mon, 30 Jan 2006 17:44:38 +0000 (17:44 +0000)]
Remove .vlt with mostlyclean

18 years agoAdd missing file
Rémi Denis-Courmont [Mon, 30 Jan 2006 17:39:42 +0000 (17:39 +0000)]
Add missing file

18 years agoHopefully fixes .vlt build
Rémi Denis-Courmont [Mon, 30 Jan 2006 17:38:27 +0000 (17:38 +0000)]
Hopefully fixes .vlt build

18 years ago* Add "Stream and media info panel" ( http/dialogs/main,
Antoine Cellerier [Mon, 30 Jan 2006 17:33:05 +0000 (17:33 +0000)]
* Add "Stream and media info panel" ( http/dialogs/main,
  http/images/info.png, http/style.css, http/js/functions.js )

* Make instance playlist position consitent with position used in
  inputdeln (starts from 1 and not 0) ( src/misc/vlm.c, http/js/vlm.js )

* Make it possible to use "enter key" in some text boxes to confirm (*)

18 years agoDon't distribute generated files - fixes build
Rémi Denis-Courmont [Mon, 30 Jan 2006 16:59:29 +0000 (16:59 +0000)]
Don't distribute generated files - fixes build

18 years ago* Fix the mactel contrib of x264
Derk-Jan Hartman [Mon, 30 Jan 2006 16:07:35 +0000 (16:07 +0000)]
* Fix the mactel contrib of x264

18 years agovlm.c: changed quite a few free() into vlm_MessageDelete, fixing small memleaks here...
Sigmund Augdal Helberg [Mon, 30 Jan 2006 12:20:37 +0000 (12:20 +0000)]
vlm.c: changed quite a few free() into vlm_MessageDelete, fixing small memleaks here and there

18 years agomessages.c: fixed one more leak related to vlm prefix on messages.
Sigmund Augdal Helberg [Mon, 30 Jan 2006 11:13:11 +0000 (11:13 +0000)]
messages.c: fixed one more leak related to vlm prefix on messages.
This one happened each time the message queue was overflowed.
Also (hopefully) fixed a leak that would happen each time no message
queue were found. I don't know if this condition can ever appear though

18 years agoShould fix skins stuff build
Clément Stenac [Sun, 29 Jan 2006 22:58:42 +0000 (22:58 +0000)]
Should fix skins stuff build

18 years agoShould fix CDDA build
Clément Stenac [Sun, 29 Jan 2006 22:47:31 +0000 (22:47 +0000)]
Should fix CDDA build

18 years ago* Open the .sub file of the vobsubs, with the ToLocale version of the path. Should...
Derk-Jan Hartman [Sun, 29 Jan 2006 22:11:04 +0000 (22:11 +0000)]
* Open the .sub file of the vobsubs, with the ToLocale version of the path. Should fix issues where the path of the vobsubs contains non-ascii chars. The .sub could then not be opened in some cases since it would try to open with the UTF-8 path. (We should check VLC modules for other cases of this annoying problem)

18 years agoUse uncompressed VLT in svn instead of compressed and compress on build
Clément Stenac [Sun, 29 Jan 2006 21:45:13 +0000 (21:45 +0000)]
Use uncompressed VLT in svn instead of compressed and compress on build

18 years agoTest some things
Clément Stenac [Sun, 29 Jan 2006 19:13:35 +0000 (19:13 +0000)]
Test some things

18 years agoFix a crasher in exception handling
Clément Stenac [Sun, 29 Jan 2006 19:04:07 +0000 (19:04 +0000)]
Fix a crasher in exception handling
Add some playlist functions

18 years agoinfopanels: Redimension the text area. implement modifiable
Christophe Mutricy [Sun, 29 Jan 2006 17:33:55 +0000 (17:33 +0000)]
infopanels: Redimension the text area. implement modifiable
iteminfo: Use infopanel.

18 years agoSkeleton for testing libvlc
Clément Stenac [Sun, 29 Jan 2006 17:00:31 +0000 (17:00 +0000)]
Skeleton for testing libvlc

18 years agomain, functions.js, slider_*.png : add position slider
Antoine Cellerier [Sun, 29 Jan 2006 16:44:04 +0000 (16:44 +0000)]
main, functions.js, slider_*.png : add position slider
status.xml : add "seek" command
vlm, refresh.png : add refresh buttons (page doesn't autorefresh)

18 years ago* FORTUNE !!!! :D
Derk-Jan Hartman [Sun, 29 Jan 2006 15:25:07 +0000 (15:25 +0000)]
* FORTUNE !!!! :D

18 years agosrc/misc/vlm.c : export the current playlist item's index for each instance
Antoine Cellerier [Sun, 29 Jan 2006 14:26:57 +0000 (14:26 +0000)]
src/misc/vlm.c : export the current playlist item's index for each instance
share/http/* : display instances for vlm media elements
               some layout changes (inputs and outputs)

18 years agoPrompt for password again after displaying "Wrong password."
Antoine Cellerier [Sun, 29 Jan 2006 14:19:37 +0000 (14:19 +0000)]
Prompt for password again after displaying "Wrong password."

18 years agoFix warnings
Clément Stenac [Sun, 29 Jan 2006 11:38:15 +0000 (11:38 +0000)]
Fix warnings

18 years agoadd boolean option "snapshot-preview" to enable/disable the snapshot's
Antoine Cellerier [Sun, 29 Jan 2006 11:01:37 +0000 (11:01 +0000)]
add boolean option "snapshot-preview" to enable/disable the snapshot's
preview display in the top left corner of the screen.

18 years agoRemove debug messages
Rémi Denis-Courmont [Sun, 29 Jan 2006 10:36:46 +0000 (10:36 +0000)]
Remove debug messages

18 years agoRemove erroneous debug message
Rémi Denis-Courmont [Sun, 29 Jan 2006 10:35:30 +0000 (10:35 +0000)]
Remove erroneous debug message

18 years agouse vlc-https instead of vlc-http when using TLS
Rémi Denis-Courmont [Sun, 29 Jan 2006 09:11:11 +0000 (09:11 +0000)]
use vlc-https instead of vlc-http when using TLS

18 years agoFix output stream leak in case of Avahi error
Rémi Denis-Courmont [Sun, 29 Jan 2006 09:03:15 +0000 (09:03 +0000)]
Fix output stream leak in case of Avahi error

18 years agoClean up
Rémi Denis-Courmont [Sun, 29 Jan 2006 09:00:31 +0000 (09:00 +0000)]
Clean up

18 years agomodules/control/http/mvar.c : explore vlm_message_t trees all the way
Antoine Cellerier [Sun, 29 Jan 2006 00:11:22 +0000 (00:11 +0000)]
modules/control/http/mvar.c : explore vlm_message_t trees all the way
                              (instead of stoping after a depth of 2)

src/misc/vlm.c : minor instance information reporting change

18 years agoconfihure.ac: don't overwrite user options even if we have contrib
Christophe Mutricy [Sat, 28 Jan 2006 23:51:57 +0000 (23:51 +0000)]
confihure.ac: don't overwrite user options even if we have contrib

18 years agoDon't check syslog value if we don't have syslog.h
Clément Stenac [Sat, 28 Jan 2006 22:31:23 +0000 (22:31 +0000)]
Don't check syslog value if we don't have syslog.h

18 years agoffmpeg-cvs-wince.patch: removed duplicate patches/updated to ffmpeg latest version
Damien Fouilleul [Sat, 28 Jan 2006 22:05:18 +0000 (22:05 +0000)]
ffmpeg-cvs-wince.patch: removed duplicate patches/updated to ffmpeg latest version

18 years agocdda.c: don't forget to include <errno.h> when using errno
Damien Fouilleul [Sat, 28 Jan 2006 20:42:36 +0000 (20:42 +0000)]
cdda.c: don't forget to include <errno.h> when using errno

18 years agoGet stats on block inputs (Refs:#473)
Clément Stenac [Sat, 28 Jan 2006 18:53:58 +0000 (18:53 +0000)]
Get stats on block inputs (Refs:#473)

18 years agoLink cdda with iconv on osx
Clément Stenac [Sat, 28 Jan 2006 18:49:32 +0000 (18:49 +0000)]
Link cdda with iconv on osx

18 years ago misc/vlm.c : export some p_input variables (state, position, time, length, rate...
Antoine Cellerier [Sat, 28 Jan 2006 18:44:54 +0000 (18:44 +0000)]
 misc/vlm.c : export some p_input variables (state, position, time, length, rate, title, chapter and seekable) when using the vlm "show (media)" command.

18 years agowin32 rules: make it more dirty to be able to produce debug package
Christophe Mutricy [Sat, 28 Jan 2006 18:43:13 +0000 (18:43 +0000)]
win32 rules: make it more dirty to be able to produce debug package

18 years agoAdd CDDB support to CDDA module (Refs:#459)
Clément Stenac [Sat, 28 Jan 2006 18:11:12 +0000 (18:11 +0000)]
Add CDDB support to CDDA module (Refs:#459)

18 years agoadd warning about javascript support being needed if the browser doesn't
Antoine Cellerier [Sat, 28 Jan 2006 16:10:26 +0000 (16:10 +0000)]
add warning about javascript support being needed if the browser doesn't
support javascript.

18 years agomake sure that local variables are local variables.
Antoine Cellerier [Sat, 28 Jan 2006 16:05:50 +0000 (16:05 +0000)]
make sure that local variables are local variables.

18 years agofreetype.c: don't render empty subtitles.
Sigmund Augdal Helberg [Sat, 28 Jan 2006 14:41:33 +0000 (14:41 +0000)]
freetype.c: don't render empty subtitles.
Some files uses an empty (only holding a space) subtitle to mark the end of
the previous subtitle. These caused a little gray box to appear with
--freetype-effect 3 before this change

18 years agoFix refcount problem
Clément Stenac [Sat, 28 Jan 2006 14:25:56 +0000 (14:25 +0000)]
Fix refcount problem

18 years agointeraction.c: Don't crash in certain condition
Sigmund Augdal Helberg [Sat, 28 Jan 2006 13:30:33 +0000 (13:30 +0000)]
interaction.c: Don't crash in certain condition

18 years agotelnet.c: a few more minor (potensial) memleaks
Sigmund Augdal Helberg [Sat, 28 Jan 2006 11:49:22 +0000 (11:49 +0000)]
telnet.c: a few more minor (potensial) memleaks

18 years agoFixes for prehistoric build system
Clément Stenac [Sat, 28 Jan 2006 11:38:49 +0000 (11:38 +0000)]
Fixes for prehistoric build system

18 years agotelnet.c: fix a very minor memleak in Open
Sigmund Augdal Helberg [Sat, 28 Jan 2006 11:36:30 +0000 (11:36 +0000)]
telnet.c: fix a very minor memleak in Open

18 years agovlm.c: Add some asyncronity to schedule execution.
Sigmund Augdal Helberg [Sat, 28 Jan 2006 11:32:05 +0000 (11:32 +0000)]
vlm.c: Add some asyncronity to schedule execution.
Should fix issues when schedules add or delete new schedules. Closes:#510

Also fixes a minor memleak in schedule creation/deletion

18 years agoMove old HTTP interface to http/old so it can be used by ppl without JS. Todo: use...
Clément Stenac [Sat, 28 Jan 2006 11:18:39 +0000 (11:18 +0000)]
Move old HTTP interface to http/old so it can be used by ppl without JS. Todo: use <noscript> :)

18 years agoImprove doc
Clément Stenac [Sat, 28 Jan 2006 10:58:48 +0000 (10:58 +0000)]
Improve doc

18 years agoRRD output (Refs:#473)
Clément Stenac [Sat, 28 Jan 2006 10:56:47 +0000 (10:56 +0000)]
RRD output (Refs:#473)
This is a quick hack, which should in the end be merged in a way to expose stats

18 years agoCompute global input/output stats (Refs:#473)
Clément Stenac [Sat, 28 Jan 2006 10:45:13 +0000 (10:45 +0000)]
Compute global input/output stats (Refs:#473)

18 years agoDon't print debug messages and don't do interaction on preparsing
Clément Stenac [Fri, 27 Jan 2006 20:35:42 +0000 (20:35 +0000)]
Don't print debug messages and don't do interaction on preparsing

18 years ago* Improve timers (Refs:#473)
Clément Stenac [Fri, 27 Jan 2006 18:28:45 +0000 (18:28 +0000)]
* Improve timers (Refs:#473)
* AccessOutWrite can be called with input already detached (Closes:#523)

18 years ago * added NASM to the contribs (OS X x86 only) so that we can build x264.
Sam Hocevar [Fri, 27 Jan 2006 14:19:52 +0000 (14:19 +0000)]
  * added NASM to the contribs (OS X x86 only) so that we can build x264.

18 years agoUpdate copyright dates used in interfaces and binaries (2005 -> 2006)
Antoine Cellerier [Fri, 27 Jan 2006 14:11:55 +0000 (14:11 +0000)]
Update copyright dates used in interfaces and binaries (2005 -> 2006)

18 years ago rpn.c : vlm_cmd now adds a "vlm_value" variable
Antoine Cellerier [Fri, 27 Jan 2006 13:54:47 +0000 (13:54 +0000)]
 rpn.c : vlm_cmd now adds a "vlm_value" variable
 AUTHORS : add the HTTP interface rewrite

18 years ago * : it's now possible to enter a batch of commands or export the VLM
Antoine Cellerier [Fri, 27 Jan 2006 13:48:28 +0000 (13:48 +0000)]
 * : it's now possible to enter a batch of commands or export the VLM
     configuration

18 years agoadd "export" command. It behaves exactly like "save" except that commands
Antoine Cellerier [Fri, 27 Jan 2006 12:58:05 +0000 (12:58 +0000)]
add "export" command. It behaves exactly like "save" except that commands
are printed in a vlm_message and not in a file.

18 years ago * extras/contrib/src/Makefile: removed a nonexistent patch that I did not
Sam Hocevar [Fri, 27 Jan 2006 09:48:54 +0000 (09:48 +0000)]
  * extras/contrib/src/Makefile: removed a nonexistent patch that I did not
    commit.

18 years ago * Various patches to allow more contribs to build on OS X x86. Only x264
Sam Hocevar [Thu, 26 Jan 2006 23:13:34 +0000 (23:13 +0000)]
  * Various patches to allow more contribs to build on OS X x86. Only x264
    and goom still do not build. I successfully built a native VLC using
    the current contribs and the following configuration line:

    ./configure --disable-x11 --disable-xvideo --disable-glx --disable-gtk \
       --enable-sdl --enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac \
       --with-ffmpeg-zlib --enable-mad --enable-dvbpsi --enable-a52 \
       --disable-dvdplay --enable-dvdnav --enable-faad --enable-vorbis \
       --enable-ogg --enable-theora --enable-faac --enable-mkv \
       --enable-freetype --disable-cddax --disable-vcdx --enable-speex \
       --enable-flac --disable-goom --enable-livedotcom --enable-caca \
       --disable-skins2 --disable-wxwidgets --enable-modplug --enable-daap \
       --enable-x264 --enable-shout --enable-twolame --enable-debug

    Apparently the native video output does not work yet, but sound and codecs
    seem rather OK.

18 years ago * extras/contrib/bootstrap: support i686-apple-darwin8.
Sam Hocevar [Thu, 26 Jan 2006 20:33:25 +0000 (20:33 +0000)]
  * extras/contrib/bootstrap: support i686-apple-darwin8.

18 years ago * modules/visualization/visual/visual.c: SECT_TEXT is a reserved Mach-O
Sam Hocevar [Thu, 26 Jan 2006 20:27:37 +0000 (20:27 +0000)]
  * modules/visualization/visual/visual.c: SECT_TEXT is a reserved Mach-O
    name, renamed it into SSECT_TEXT (for "spectral section").

18 years ago * configure.ac: vec_ld() is not sufficient to check for AltiVec support on
Sam Hocevar [Thu, 26 Jan 2006 20:22:00 +0000 (20:22 +0000)]
  * configure.ac: vec_ld() is not sufficient to check for AltiVec support on
    OS X x86, because it's just an undefined function; so we use the keyword
    "vector" to make sure.

18 years ago * src/misc/cpu.c: do not assume SYS_DARWIN means powerpc, so that we can
Sam Hocevar [Thu, 26 Jan 2006 20:08:33 +0000 (20:08 +0000)]
  * src/misc/cpu.c: do not assume SYS_DARWIN means powerpc, so that we can
    properly detect CPU features on a MacIntel.

18 years ago * modules/video_chroma/*: use .p2align instead of .align for data alignment,
Sam Hocevar [Thu, 26 Jan 2006 19:51:06 +0000 (19:51 +0000)]
  * modules/video_chroma/*: use .p2align instead of .align for data alignment,
    because .align's behaviour changes across platforms: on Linux x86 ELF its
    argument is a byte count, on OS X x86 Mach-O it's a log2.

18 years agoFix UDP broadcast
Rémi Denis-Courmont [Thu, 26 Jan 2006 17:29:07 +0000 (17:29 +0000)]
Fix UDP broadcast

18 years agomodules/demux/ts.c: Fixed a very very minor memleak
Sigmund Augdal Helberg [Thu, 26 Jan 2006 17:14:09 +0000 (17:14 +0000)]
modules/demux/ts.c: Fixed a very very minor memleak

18 years agoaccess_output/udp.c: Fixed an old memleak.
Sigmund Augdal Helberg [Thu, 26 Jan 2006 17:05:57 +0000 (17:05 +0000)]
access_output/udp.c: Fixed an old  memleak.
This leak is triggered each time the udp access out is started, so it
could be the cause of some of these "slow memleak with udp streaming"
reports we have had, if these users where streaming a file in repeat

18 years agosrc/misc/messages.c: Fixed a nasty memleak recently introduced
Sigmund Augdal Helberg [Thu, 26 Jan 2006 16:51:47 +0000 (16:51 +0000)]
src/misc/messages.c: Fixed a nasty memleak recently introduced
vlc_input.h: Fixed a not so nasty memleak recently introduced

Thank you very much zorglub

18 years agoconfigure.ac: Use AC_PATH_XTRA.
Christophe Mutricy [Tue, 24 Jan 2006 23:06:43 +0000 (23:06 +0000)]
configure.ac: Use AC_PATH_XTRA.
      Still got to find a cleaner way to determine if we have Xv.so or Xv_pic, ...

18 years agoconfigure.ac: No X11 on win32
Christophe Mutricy [Tue, 24 Jan 2006 23:02:35 +0000 (23:02 +0000)]
configure.ac: No X11 on win32

18 years agoAdd a timing facility (Refs:#473)
Clément Stenac [Tue, 24 Jan 2006 22:42:16 +0000 (22:42 +0000)]
Add a timing facility (Refs:#473)

It is only available in debug mode.

To use: stats_TimerStart( vlc_object_t* , char *name );
stats_TimerStop( vlc_object_t *, char *name );

stats_TimerDump( vlc_object_t* , char *name ) will print a line

TIMER name : last_time - total_time / number of samples (average time)

stats_TimersDumpAll is not implemented yet

18 years agouse wxTR_HAS_VARIABLE_ROW_HEIGHT in the meta data tree (usefull is a line is
Antoine Cellerier [Tue, 24 Jan 2006 22:25:15 +0000 (22:25 +0000)]
use wxTR_HAS_VARIABLE_ROW_HEIGHT in the meta data tree (usefull is a line is
full of \n)

18 years ago * bindings/java/Makefile.am: use JAVACXXFLAGS and JAVALDFLAGS instead of
Sam Hocevar [Tue, 24 Jan 2006 12:09:06 +0000 (12:09 +0000)]
  * bindings/java/Makefile.am: use JAVACXXFLAGS and JAVALDFLAGS instead of
    the reserved words CXXFLAGS and LDFLAGS.
  * configure.ac: remove spaces inside parentheses that confuse automake.
  * Makefile.am: do not use both = and += inside conditionals.

18 years agoDon't put contextual menu on the recycle bin. Thanks to Razer in the forum (closes...
Christophe Mutricy [Tue, 24 Jan 2006 09:53:53 +0000 (09:53 +0000)]
Don't put contextual menu on the recycle bin. Thanks to Razer in the forum (closes #511)

18 years ago* Fake the PCR/SCR on MPEG PES streams (VDR for instance).
Derk-Jan Hartman [Tue, 24 Jan 2006 05:52:40 +0000 (05:52 +0000)]
* Fake the PCR/SCR on MPEG PES streams (VDR for instance).
  Don't worry, it's if()'ed such that it's almost impossible for a normal PS file to trigger the hack.
  It worked for all my VDR PES files and was never triggered for my entire PS collection.

18 years agoGather some sout stats (Refs:#473)
Clément Stenac [Mon, 23 Jan 2006 21:21:19 +0000 (21:21 +0000)]
Gather some sout stats (Refs:#473)

18 years ago* Don't crash if the hdlr in a mov has no name.
Derk-Jan Hartman [Mon, 23 Jan 2006 21:10:49 +0000 (21:10 +0000)]
* Don't crash if the hdlr in a mov has no name.
* spelling correction and debug for out of bound child boxes.

18 years agoAdd global options for netsync and showintf and hide them from interface (Closes...
Clément Stenac [Mon, 23 Jan 2006 19:09:22 +0000 (19:09 +0000)]
Add global options for netsync and showintf and hide them from interface (Closes:#508)

18 years agohttp.c: add an option to disable bonjour (closes #509).
Christophe Mutricy [Mon, 23 Jan 2006 15:35:02 +0000 (15:35 +0000)]
http.c: add an option to disable bonjour (closes #509).
Please review and improve the option text and longtext strings.

18 years agoplugin.cpp, oleobject.cpp: fix for ShowDisplay/Visible on activation
Damien Fouilleul [Mon, 23 Jan 2006 12:00:00 +0000 (12:00 +0000)]
plugin.cpp, oleobject.cpp: fix for ShowDisplay/Visible on activation
vlccontrol.cpp: fixed small mem leak

18 years agooops, last commit wasn't meant to happen
Antoine Cellerier [Mon, 23 Jan 2006 01:04:16 +0000 (01:04 +0000)]
oops, last commit wasn't meant to happen

18 years agofix subtitles position (aspect ratio)
Antoine Cellerier [Mon, 23 Jan 2006 01:02:54 +0000 (01:02 +0000)]
fix subtitles position (aspect ratio)

the subtitle was displayed fine but since aspect ratios didn't match it
wasn't positioned correctly on the vout. ie:
--------------
|            |
|            |
|      subtit|
|            |
-------------- ( http://people.videolan.org/~dionoea/vlcsubs.png )

now it's displayed in the center but the letters are scaled horrizontaly
(which doesn't look too good ... but at least everything is displayed)
( http://people.videolan.org/~dionoea/vlcsubs2.png )

18 years ago* Fix the opacity and color settings for the YUVA renderer.
Derk-Jan Hartman [Mon, 23 Jan 2006 00:34:33 +0000 (00:34 +0000)]
* Fix the opacity and color settings for the YUVA renderer.
PS: It seems the YUVA blend has an UV subsample bug which can cause unwanted offsets of 1

18 years ago dialogs/vlm, js/vlm.js : add schedule support
Antoine Cellerier [Mon, 23 Jan 2006 00:23:14 +0000 (00:23 +0000)]
 dialogs/vlm, js/vlm.js : add schedule support
 * : some code cleanup.

18 years ago* Pass along the SSA header in mkv files to the decoder.
Derk-Jan Hartman [Sun, 22 Jan 2006 22:54:57 +0000 (22:54 +0000)]
* Pass along the SSA header in mkv files to the decoder.