]> git.sesse.net Git - vlc/log
vlc
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.

18 years agoIf one schedule was disabled, all the folowing schedules weren't shown.
Antoine Cellerier [Sun, 22 Jan 2006 22:52:20 +0000 (22:52 +0000)]
If one schedule was disabled, all the folowing schedules weren't shown.
Could someone explain why this return was put here in the first place ?

18 years agofreetype.c: Revived and revamped old yuva renderer
Sigmund Augdal Helberg [Sun, 22 Jan 2006 22:49:01 +0000 (22:49 +0000)]
freetype.c: Revived and revamped old yuva renderer

Highlights:
  Three rendering modes: Outline, Fat outline and background
  Better looking
Drawbacks:
  White only at the moment
  no yuva blend filter for some chromas

the old renderer is available with the --freetype-yuvp option, since this is
needed at least for dvbsubs encoding. (and for people with no usable blend
filter)

18 years ago* Stupid subtitles with their lack of proper specifications and implementations.....
Derk-Jan Hartman [Sun, 22 Jan 2006 22:27:29 +0000 (22:27 +0000)]
* Stupid subtitles with their lack of proper specifications and implementations.....

18 years ago* The vobsub param is Delay, not delay.
Derk-Jan Hartman [Sun, 22 Jan 2006 22:20:19 +0000 (22:20 +0000)]
* The vobsub param is Delay, not delay.

18 years agoFix the win* package rules for the http intf.
Christophe Mutricy [Sun, 22 Jan 2006 18:13:59 +0000 (18:13 +0000)]
Fix the win* package rules for the http intf.

18 years agomissing in [13991].
Christophe Mutricy [Sun, 22 Jan 2006 18:10:53 +0000 (18:10 +0000)]
missing in [13991].

18 years ago* Make ParseOption (from input) a global service (var_OptionParse)
Clément Stenac [Sun, 22 Jan 2006 17:12:24 +0000 (17:12 +0000)]
* Make ParseOption (from input) a global service (var_OptionParse)
* Add i_options/pp_options to intf_Create

* add global options to enable file-logging and syslog (Refs:#508)

18 years agoAdd a psz_help field to module_t (Refs:#413)
Clément Stenac [Sun, 22 Jan 2006 17:10:57 +0000 (17:10 +0000)]
Add a psz_help field to module_t (Refs:#413)

18 years agoadd "oc" to the language list
Antoine Cellerier [Sun, 22 Jan 2006 16:45:40 +0000 (16:45 +0000)]
add "oc" to the language list

18 years agosame thing for wince
Antoine Cellerier [Sun, 22 Jan 2006 16:44:54 +0000 (16:44 +0000)]
same thing for wince

18 years agothis should fix the win build. This build system is plain stupid. Why do we
Antoine Cellerier [Sun, 22 Jan 2006 16:42:55 +0000 (16:42 +0000)]
this should fix the win build. This build system is plain stupid. Why do we
have references to the same stuff in http/Makefile.am and Makefile.am ?

18 years agoLess HTTPd debugging
Clément Stenac [Sun, 22 Jan 2006 16:35:59 +0000 (16:35 +0000)]
Less HTTPd debugging

18 years ago.hosts: Provide a template .hosts.
Christophe Mutricy [Sun, 22 Jan 2006 16:18:39 +0000 (16:18 +0000)]
.hosts: Provide a template .hosts.
dialogs/.hosts: Explanation about the empty file.

18 years agofix cut & paste error (bis).
Antoine Cellerier [Sun, 22 Jan 2006 16:18:38 +0000 (16:18 +0000)]
fix cut & paste error (bis).

18 years agofix cut & paste error.
Antoine Cellerier [Sun, 22 Jan 2006 16:18:02 +0000 (16:18 +0000)]
fix cut & paste error.

18 years agoFix build of vcdx module
Clément Stenac [Sun, 22 Jan 2006 16:01:30 +0000 (16:01 +0000)]
Fix build of vcdx module

18 years ago all: handle VLM broadcast and vod elements.
Antoine Cellerier [Sun, 22 Jan 2006 15:59:52 +0000 (15:59 +0000)]
 all: handle VLM broadcast and vod elements.
 todo: - seeking on broadcast elements
       - schedules
       - file(or textbox) load / save. might need some changes to the VLM
         core in order to export commands to a string (and not to a file)

18 years ago * debian/*: new Debian upload.
Sam Hocevar [Sun, 22 Jan 2006 12:52:13 +0000 (12:52 +0000)]
  * debian/*: new Debian upload.

18 years agooops, i forgot to commit this
Antoine Cellerier [Sun, 22 Jan 2006 11:25:48 +0000 (11:25 +0000)]
oops, i forgot to commit this

18 years ago * share/skins/skins2-howto.xml: SVN instead of CVS, and added a link to the DTD.
Olivier Teulière [Sun, 22 Jan 2006 11:12:33 +0000 (11:12 +0000)]
 * share/skins/skins2-howto.xml: SVN instead of CVS, and added a link to the DTD.

18 years ago * debian/vlc.mime: put flags after the command, as per mailcap(5).
Sam Hocevar [Sun, 22 Jan 2006 10:48:06 +0000 (10:48 +0000)]
  * debian/vlc.mime: put flags after the command, as per mailcap(5).

18 years agobegining of a VLM interface and some code organisations changes. The vlm
Antoine Cellerier [Sun, 22 Jan 2006 01:38:28 +0000 (01:38 +0000)]
begining of a VLM interface and some code organisations changes. The vlm
interface should be done pretty soon (i'll try to finish it tomorrow)

 vlm.html : vlm web interface. What works: sending broadcast and vod creation
            commands

 js/vlm.js : add code to handle sending vlm commands.

 requests/vlm_cmd.xml : used to send a vlm command and get the resulting
                        error message

 requests/vlm.xml : export the full vlm media/schedules "tree". I still need
                    to parse that in js/vlm.js in order to display it in
                    dialogs/vlm .

 dialogs/* : dialogs' code which is used as building blocks for the
             main pages. (in order to avoid code duplication)

 mosaic.html, js/mosaic.js, dialogs/mosaic : start of a mosaic help
            page. nothing works and it's almost empty but i didn't feel like
            sorting through the commited files.

18 years agoremove dirty debug messages.
Antoine Cellerier [Sun, 22 Jan 2006 00:11:00 +0000 (00:11 +0000)]
remove dirty debug messages.

18 years agonew "vlm_cmd" (or "vlm_command") rpn function.
Antoine Cellerier [Sun, 22 Jan 2006 00:09:06 +0000 (00:09 +0000)]
new "vlm_cmd" (or "vlm_command") rpn function.

Since vlm commands are often full of spaces, you need to use the ";"
command delimiter to mark the end of a command.

For example : <vlc id="rpn" param1="; broadcast name new vlm_cmd" />

18 years ago* Compile fix
Derk-Jan Hartman [Sat, 21 Jan 2006 23:33:56 +0000 (23:33 +0000)]
* Compile fix

18 years ago* Some cleanup to the QT decoder. Still doesn't function.
Derk-Jan Hartman [Sat, 21 Jan 2006 23:05:00 +0000 (23:05 +0000)]
* Some cleanup to the QT decoder. Still doesn't function.

18 years agothis looks better (thanks to Dnumgis for noticing)
Antoine Cellerier [Sat, 21 Jan 2006 22:05:31 +0000 (22:05 +0000)]
this looks better (thanks to Dnumgis for noticing)

18 years ago* workaround for device drivers that do not support "kAudioDevicePropertyPreferredCha...
Derk-Jan Hartman [Sat, 21 Jan 2006 21:29:07 +0000 (21:29 +0000)]
* workaround for device drivers that do not support "kAudioDevicePropertyPreferredChannelLayout".
  Grmbl @ Digidesign coders...

18 years agolooks nicer this way
Antoine Cellerier [Sat, 21 Jan 2006 20:46:09 +0000 (20:46 +0000)]
looks nicer this way

18 years ago* One more fix for vobsubs with negative times
Derk-Jan Hartman [Sat, 21 Jan 2006 20:38:05 +0000 (20:38 +0000)]
* One more fix for vobsubs with negative times

18 years agoFortune !
Antoine Cellerier [Sat, 21 Jan 2006 20:30:57 +0000 (20:30 +0000)]
Fortune !

18 years agoAdd an "auto-preparse" option (default TRUE) - Refs:#192
Clément Stenac [Sat, 21 Jan 2006 17:59:14 +0000 (17:59 +0000)]
Add an "auto-preparse" option (default TRUE) - Refs:#192

18 years agoUgly bug-to-bug fix for wxWidgets drag'n'drop (closes #507)
Rémi Denis-Courmont [Sat, 21 Jan 2006 17:55:45 +0000 (17:55 +0000)]
Ugly bug-to-bug fix for wxWidgets drag'n'drop (closes #507)

18 years agoDon't bother creating an input thread for non-file
Clément Stenac [Sat, 21 Jan 2006 17:54:02 +0000 (17:54 +0000)]
Don't bother creating an input thread for non-file

18 years agoDon't preparse if we are about to play - Refs:#192
Clément Stenac [Sat, 21 Jan 2006 17:50:55 +0000 (17:50 +0000)]
Don't preparse if we are about to play - Refs:#192

18 years agoPreparse items added through the directory access or directly to the interface (Refs...
Clément Stenac [Sat, 21 Jan 2006 17:44:07 +0000 (17:44 +0000)]
Preparse items added through the directory access or directly to the interface (Refs:#192)

18 years ago * modules/codec/spudec: fixed various (innocuous) buffer overflows and
Sam Hocevar [Sat, 21 Jan 2006 16:49:53 +0000 (16:49 +0000)]
  * modules/codec/spudec: fixed various (innocuous) buffer overflows and
    paved the way for private SPU commands.

18 years agoEnqueue the item ID instead of pointer for preparse
Clément Stenac [Sat, 21 Jan 2006 16:44:36 +0000 (16:44 +0000)]
Enqueue the item ID instead of pointer for preparse
Add a PLAYLIST_PREPARSE flag to tell that the item must be enqueued for preparse on add (not implemented yet).

Refs:#192

18 years agoDon't block item name (Closes:#506)
Clément Stenac [Sat, 21 Jan 2006 16:37:34 +0000 (16:37 +0000)]
Don't block item name (Closes:#506)

18 years agoAudio - Refs:#473
Clément Stenac [Sat, 21 Jan 2006 14:14:36 +0000 (14:14 +0000)]
Audio - Refs:#473

18 years agoGet rid of warning
Clément Stenac [Sat, 21 Jan 2006 13:49:42 +0000 (13:49 +0000)]
Get rid of warning

18 years agoInstall.win32: Add path for pkg-config
Christophe Mutricy [Fri, 20 Jan 2006 23:37:23 +0000 (23:37 +0000)]
Install.win32: Add path for pkg-config

18 years agoFix X includes detection.
Christophe Mutricy [Fri, 20 Jan 2006 18:50:48 +0000 (18:50 +0000)]
Fix X includes detection.

18 years agosvg.c: use conditional includes for system includes (unistd.h, stat.h, types.h)
Olivier Aubert [Fri, 20 Jan 2006 11:59:13 +0000 (11:59 +0000)]
svg.c: use conditional includes for system includes (unistd.h, stat.h, types.h)

18 years agoall: updated mozilla MacOS X bundle, Safari can 'see' it now (didn't run it though)
Damien Fouilleul [Fri, 20 Jan 2006 00:31:44 +0000 (00:31 +0000)]
all: updated mozilla MacOS X bundle, Safari can 'see' it now (didn't run it though)

18 years ago* auhal.c: Another workaround for devices not supporting hogmode
Derk-Jan Hartman [Thu, 19 Jan 2006 16:10:14 +0000 (16:10 +0000)]
* auhal.c: Another workaround for devices not supporting hogmode

18 years agolinux_dvb.c: output "Tuning failed" in dvb status page rather than nothing when we...
Sigmund Augdal Helberg [Thu, 19 Jan 2006 12:47:08 +0000 (12:47 +0000)]
linux_dvb.c: output "Tuning failed" in dvb status page rather than nothing when we have no lock

18 years agoOops. I shall read the diff before commiting
Christophe Mutricy [Thu, 19 Jan 2006 09:01:34 +0000 (09:01 +0000)]
Oops. I shall read the diff before commiting

18 years agoconfigure.ac: Try harder to find the X headers and libs.
Christophe Mutricy [Thu, 19 Jan 2006 00:01:17 +0000 (00:01 +0000)]
configure.ac: Try harder to find the X headers and libs.

18 years agoCopyright dates and svn properties
Christophe Mutricy [Wed, 18 Jan 2006 12:08:03 +0000 (12:08 +0000)]
Copyright dates and svn properties

18 years ago* auhal.c: Some drivers don't support hogmode. Don't fail entirely if this is the...
Derk-Jan Hartman [Wed, 18 Jan 2006 01:39:30 +0000 (01:39 +0000)]
* auhal.c: Some drivers don't support hogmode. Don't fail entirely if this is the case.

18 years agoREADME.TXT: updated documentation
Damien Fouilleul [Tue, 17 Jan 2006 15:38:42 +0000 (15:38 +0000)]
README.TXT: updated documentation

18 years agomediacontrol_internal.h: oops. Superfluous typedef (defined in vlc/mediacontrol.h)
Olivier Aubert [Tue, 17 Jan 2006 11:58:26 +0000 (11:58 +0000)]
mediacontrol_internal.h: oops. Superfluous typedef (defined in vlc/mediacontrol.h)

18 years agomediacontrol API: proper fix for mediacontrol_Instance forward declaration
Olivier Aubert [Tue, 17 Jan 2006 10:26:59 +0000 (10:26 +0000)]
mediacontrol API: proper fix for mediacontrol_Instance forward declaration

18 years agodshow.cpp: Removed default preferred media types (I420) as it was reported by Paul...
Damien Fouilleul [Tue, 17 Jan 2006 10:19:03 +0000 (10:19 +0000)]
dshow.cpp: Removed default preferred media types (I420) as it was reported by Paul Sokolovsky to cause kernel crashes
           with some buggy drivers. I added these media types a while back to get around another bug for drivers that
           didn't offer any preferred media types.
           Hopefully, the latter bug should be indirectly fixed when I added support for IAMStreamConfig.
           Moreover, I modified the selection of a default format in IAMStreamConfig to take
           GetFourCCPriority into a account.

18 years agoWhitespace cleanup
Jean-Paul Saman [Mon, 16 Jan 2006 21:32:56 +0000 (21:32 +0000)]
Whitespace cleanup

18 years ago* Real RTSP sometimes uses pnm://
Derk-Jan Hartman [Mon, 16 Jan 2006 20:22:40 +0000 (20:22 +0000)]
* Real RTSP sometimes uses pnm://

18 years agoMakefile.am: thou shalt test thy changes (self flagellation in progress)
Damien Fouilleul [Mon, 16 Jan 2006 19:44:18 +0000 (19:44 +0000)]
Makefile.am: thou shalt test thy changes (self flagellation in progress)

18 years agoCodingstyle fixes
Jean-Paul Saman [Mon, 16 Jan 2006 19:01:58 +0000 (19:01 +0000)]
Codingstyle fixes

18 years agoDefine vlc_curent_object in include/vlc_objects.h
Jean-Paul Saman [Mon, 16 Jan 2006 19:01:24 +0000 (19:01 +0000)]
Define vlc_curent_object in include/vlc_objects.h

18 years agoDefine vlc_curent_object in include/vlc_objects.h
Jean-Paul Saman [Mon, 16 Jan 2006 19:00:22 +0000 (19:00 +0000)]
Define vlc_curent_object in include/vlc_objects.h

18 years agoDefine mediacontrol_Instance in the right place
Jean-Paul Saman [Mon, 16 Jan 2006 18:58:15 +0000 (18:58 +0000)]
Define mediacontrol_Instance in the right place

18 years agoIndentation and coding style fixes
Jean-Paul Saman [Mon, 16 Jan 2006 18:50:48 +0000 (18:50 +0000)]
Indentation and coding style fixes

18 years agoDefine libvlc_exception_raise() in the proper place
Jean-Paul Saman [Mon, 16 Jan 2006 18:03:14 +0000 (18:03 +0000)]
Define libvlc_exception_raise() in the proper place