]> git.sesse.net Git - vlc/log
vlc
18 years agoAudio strings, except parametric equalizer (I just don't understand anything) - Refs...
Clément Stenac [Tue, 28 Mar 2006 21:00:15 +0000 (21:00 +0000)]
Audio strings, except parametric equalizer (I just don't understand anything) - Refs:#438

18 years agoString fixes in src (Refs:#438)
Clément Stenac [Tue, 28 Mar 2006 20:29:28 +0000 (20:29 +0000)]
String fixes in src (Refs:#438)

18 years agoFix mosaic wizard on IE. Thanks to Albert on the forum for the tip
Antoine Cellerier [Tue, 28 Mar 2006 17:16:52 +0000 (17:16 +0000)]
Fix mosaic wizard on IE. Thanks to Albert on the forum for the tip

18 years agoFix intf options
Clément Stenac [Tue, 28 Mar 2006 15:50:44 +0000 (15:50 +0000)]
Fix intf options

18 years agoHum ... we still want to strip when using wince
Antoine Cellerier [Tue, 28 Mar 2006 15:40:43 +0000 (15:40 +0000)]
Hum ... we still want to strip when using wince

18 years agoUpdate update checker debian patch
Clément Stenac [Tue, 28 Mar 2006 15:15:16 +0000 (15:15 +0000)]
Update update checker debian patch

18 years agoFix update dialog layout in Windows
Antoine Cellerier [Tue, 28 Mar 2006 14:02:49 +0000 (14:02 +0000)]
Fix update dialog layout in Windows

18 years agoStrings in include/ (Refs:#438)
Clément Stenac [Tue, 28 Mar 2006 13:57:36 +0000 (13:57 +0000)]
Strings in include/ (Refs:#438)

18 years agoDon't strip windows builds when running make package-win-common-devel
Antoine Cellerier [Tue, 28 Mar 2006 13:30:33 +0000 (13:30 +0000)]
Don't strip windows builds when running make package-win-common-devel

18 years agoStrings review for libvlc.h (Refs:#438)
Clément Stenac [Mon, 27 Mar 2006 21:44:30 +0000 (21:44 +0000)]
Strings review for libvlc.h (Refs:#438)

18 years ago* fix x264 compilation
Felix Paul Kühne [Mon, 27 Mar 2006 19:06:33 +0000 (19:06 +0000)]
* fix x264 compilation

18 years agoRemove superfluous (as in implied by the previous one) condition
Rémi Denis-Courmont [Mon, 27 Mar 2006 16:57:57 +0000 (16:57 +0000)]
Remove superfluous (as in implied by the previous one) condition

18 years agoOops
Rémi Denis-Courmont [Mon, 27 Mar 2006 16:48:14 +0000 (16:48 +0000)]
Oops

18 years ago- Use utf_8scandir() and some cleanup
Rémi Denis-Courmont [Mon, 27 Mar 2006 15:35:55 +0000 (15:35 +0000)]
- Use utf_8scandir() and some cleanup
- Fix double free()

18 years agoFix lame encoded URL decoder (closes #613)
Rémi Denis-Courmont [Mon, 27 Mar 2006 14:47:05 +0000 (14:47 +0000)]
Fix lame encoded URL decoder (closes #613)

18 years agoUse utf8_scandir instead of scandir
Rémi Denis-Courmont [Mon, 27 Mar 2006 14:46:14 +0000 (14:46 +0000)]
Use utf8_scandir instead of scandir

18 years agoSupport URL-escape non-ASCII characters properly as far as possible
Rémi Denis-Courmont [Mon, 27 Mar 2006 13:28:24 +0000 (13:28 +0000)]
Support URL-escape non-ASCII characters properly as far as possible
(ie. all characters from the Basic Multilingual Plane from Unicode)

18 years agoutf8_scandir: Unicode wrapper for scandir()
Rémi Denis-Courmont [Mon, 27 Mar 2006 11:26:50 +0000 (11:26 +0000)]
utf8_scandir: Unicode wrapper for scandir()

18 years agoAdd audio/wav and audio/x-wav to available mime types
Antoine Cellerier [Mon, 27 Mar 2006 01:23:54 +0000 (01:23 +0000)]
Add audio/wav and audio/x-wav to available mime types

18 years ago* accept %H:%M:%S and %M:%S as valid syntax as well (additionally to just %S)
Felix Paul Kühne [Sun, 26 Mar 2006 20:50:04 +0000 (20:50 +0000)]
* accept %H:%M:%S and %M:%S as valid syntax as well (additionally to just %S)

18 years ago- Use iconv transliteration instead of custom code
Rémi Denis-Courmont [Sun, 26 Mar 2006 20:25:07 +0000 (20:25 +0000)]
- Use iconv transliteration instead of custom code
- Supposedly fix a memleak
- Fix a few warnings

18 years ago* In case we do scaling on SSA subs, we also need to adjust the canvas size in which...
Derk-Jan Hartman [Sat, 25 Mar 2006 23:21:31 +0000 (23:21 +0000)]
* In case we do scaling on SSA subs, we also need to adjust the canvas size in which we render. (there you go bigben :D ) fixes #562

18 years agomisc/*: 2nd lecture. refs #438
Christophe Mutricy [Sat, 25 Mar 2006 23:10:43 +0000 (23:10 +0000)]
misc/*: 2nd lecture. refs #438

18 years ago- added support for non OLE containers, such as Windows Script Host WScript.CreateObject.
Damien Fouilleul [Sat, 25 Mar 2006 22:15:33 +0000 (22:15 +0000)]
- added support for non OLE containers, such as Windows Script Host WScript.CreateObject.
- made time property persistable, use 'StartTime' under HTML
- removed functions with stdcall suffix from exported functions in DLL

18 years ago* Remove Advanced/Misc
Clément Stenac [Sat, 25 Mar 2006 19:24:05 +0000 (19:24 +0000)]
* Remove Advanced/Misc
* Move out Advanced/Misc/Misc options
* Don't show any Stuff/General category anymore
* For interfaces, split out "General" from main interface settings
* Remove dummy from prefs
* Clean hotkeys settings

(Closes:#598)

18 years ago* playlistinfo.m: update the stats faster after a p_item-switch
Felix Paul Kühne [Sat, 25 Mar 2006 18:54:58 +0000 (18:54 +0000)]
* playlistinfo.m: update the stats faster after a p_item-switch
* both: fixed each one 'comparison of distinct Objective-C types lacks a cast' warnings

18 years ago* update the info panel when switching the currently played p_item
Felix Paul Kühne [Sat, 25 Mar 2006 18:19:53 +0000 (18:19 +0000)]
* update the info panel when switching the currently played p_item

18 years ago*EXPERIMENTAL* Default to disabling vout_synchro, but not dropping of late pictures...
Clément Stenac [Sat, 25 Mar 2006 18:19:13 +0000 (18:19 +0000)]
*EXPERIMENTAL* Default to disabling vout_synchro, but not dropping of late pictures in the video_output thread. (Refs:#593)

Please test heavily against MPEG1/2 streams.

18 years ago* added a new skin variable "vlc.hasVout", true when... there is a vout !
Cyril Deguet [Sat, 25 Mar 2006 16:52:16 +0000 (16:52 +0000)]
* added a new skin variable "vlc.hasVout", true when... there is a vout !

18 years ago* generic_window.cpp: register window visibility variables in
Cyril Deguet [Sat, 25 Mar 2006 16:36:51 +0000 (16:36 +0000)]
* generic_window.cpp: register window visibility variables in
 the var manager, to avoid a crash at exit when an expression
 'not window.isVisible' is used in a skin.

18 years agoShould fix playback of cdda://D:\ under win32. Please test (Refs:#490)
Clément Stenac [Sat, 25 Mar 2006 16:10:33 +0000 (16:10 +0000)]
Should fix playback of cdda://D:\ under win32. Please test (Refs:#490)

18 years agoRetry syncing mpeg audio stream if it failed on first block (Closes:#609)
Clément Stenac [Sat, 25 Mar 2006 15:39:09 +0000 (15:39 +0000)]
Retry syncing mpeg audio stream if it failed on first block (Closes:#609)

18 years agomisc/configuration.c: Use the proper directory separator
Christophe Mutricy [Sat, 25 Mar 2006 15:14:38 +0000 (15:14 +0000)]
misc/configuration.c: Use the proper directory separator

18 years agoSwitch loader to libtool
Rémi Denis-Courmont [Sat, 25 Mar 2006 14:43:43 +0000 (14:43 +0000)]
Switch loader to libtool
(it only works on platforms where libtool works anyway)

18 years agoFix previous commit
Rémi Denis-Courmont [Sat, 25 Mar 2006 14:43:10 +0000 (14:43 +0000)]
Fix previous commit

18 years agoFix duplicate symbol
Rémi Denis-Courmont [Sat, 25 Mar 2006 14:37:36 +0000 (14:37 +0000)]
Fix duplicate symbol

18 years ago* another 1st string review, refs #438
Felix Paul Kühne [Sat, 25 Mar 2006 12:54:27 +0000 (12:54 +0000)]
* another 1st string review, refs #438

18 years agoBug to really-stupid-and-worrisomely-not-fixed-for-more-than-ten-years
Rémi Denis-Courmont [Sat, 25 Mar 2006 12:37:31 +0000 (12:37 +0000)]
Bug to really-stupid-and-worrisomely-not-fixed-for-more-than-ten-years
bug for Winsock DNS resolver, inasmuch as is possible - closes #445.

Should it fail to fix the bug, I'm afraid there would be no solution,
but not to use Windows without its IPv6 stack.

18 years ago* 1st string review, refs #438
Felix Paul Kühne [Sat, 25 Mar 2006 12:28:31 +0000 (12:28 +0000)]
* 1st string review, refs #438

18 years agoRemove debug (Refs:#438)
Clément Stenac [Sat, 25 Mar 2006 12:15:49 +0000 (12:15 +0000)]
Remove debug (Refs:#438)

18 years agoDrop support for VLS specific LPCB because it conflicts with standards. Closes #610
Jean-Paul Saman [Sat, 25 Mar 2006 12:15:42 +0000 (12:15 +0000)]
Drop support for VLS specific LPCB because it conflicts with standards. Closes #610

18 years ago* attribute "nbFrames" of element Bitmap is now "nbframes", as said in the
Cyril Deguet [Sat, 25 Mar 2006 11:01:03 +0000 (11:01 +0000)]
* attribute "nbFrames" of element Bitmap is now "nbframes", as said in the
 documentation (and the old name was inconsistent with other attribute names)
 Sorry for the compatibility break...

18 years agoStrings review in stream_out (Refs:#438). Please review these once more as I changed...
Clément Stenac [Sat, 25 Mar 2006 10:57:34 +0000 (10:57 +0000)]
Strings review in stream_out (Refs:#438). Please review these once more as I changed some quite heavily

18 years agoFinish strings review in misc/ (Refs:#438)
Clément Stenac [Sat, 25 Mar 2006 10:34:38 +0000 (10:34 +0000)]
Finish strings review in misc/ (Refs:#438)

18 years agoStrings review in services_discovery + remove unimplemented sap-cache option (Refs...
Clément Stenac [Sat, 25 Mar 2006 10:00:14 +0000 (10:00 +0000)]
Strings review in services_discovery + remove unimplemented sap-cache option (Refs:#438)

18 years agosap.c: Ressucitate --sap-addr for the lucky one with M-Bone and too much sap announces.
Christophe Mutricy [Fri, 24 Mar 2006 18:26:46 +0000 (18:26 +0000)]
sap.c: Ressucitate --sap-addr for the lucky one with M-Bone and too much sap announces.

18 years agowxwidgets.c: missing from [14902] commit
Christophe Mutricy [Fri, 24 Mar 2006 17:52:47 +0000 (17:52 +0000)]
wxwidgets.c: missing from [14902] commit

18 years agoUse the "charset" variable
Antoine Cellerier [Fri, 24 Mar 2006 14:17:28 +0000 (14:17 +0000)]
Use the "charset" variable

18 years agotry fixing charset problems. I'll launch a win32 nightly, try it out and change it...
Antoine Cellerier [Fri, 24 Mar 2006 14:16:12 +0000 (14:16 +0000)]
try fixing charset problems. I'll launch a win32 nightly, try it out and change it if it still doesn't work.

18 years agoFix windows browser bug: first directory or filename character was removed.
Antoine Cellerier [Fri, 24 Mar 2006 13:41:15 +0000 (13:41 +0000)]
Fix windows browser bug: first directory or filename character was removed.

18 years agoAdd hide/show vlm helper button. Original idea by Albert (http://forum.videolan.org...
Antoine Cellerier [Fri, 24 Mar 2006 13:11:17 +0000 (13:11 +0000)]
Add hide/show vlm helper button. Original idea by Albert (http://forum.videolan.org/viewtopic.php?t=18573)

18 years agoStrings review in visualization/ (Refs:#438)
Clément Stenac [Fri, 24 Mar 2006 11:05:28 +0000 (11:05 +0000)]
Strings review in visualization/ (Refs:#438)

18 years agowx/interfaces.cpp: Add an option to display tool bar buton name.
Christophe Mutricy [Thu, 23 Mar 2006 22:54:31 +0000 (22:54 +0000)]
wx/interfaces.cpp: Add an option to display tool bar buton name.
   Warning hack inside.
   refs #495 close it for linux and win32

18 years agouse p_playlist->p_input
Antoine Cellerier [Thu, 23 Mar 2006 22:46:18 +0000 (22:46 +0000)]
use p_playlist->p_input

18 years ago* Do not make a vlc_object_find to find the playlist, since we may get the item being...
Benjamin Pracht [Thu, 23 Mar 2006 22:19:38 +0000 (22:19 +0000)]
* Do not make a vlc_object_find to find the playlist, since we may get the item being preparsed. Use p_playlist->p_input instead

18 years ago* stupid mars.org being offline all the time. Pull files from our own download servers.
Derk-Jan Hartman [Thu, 23 Mar 2006 21:43:34 +0000 (21:43 +0000)]
* stupid mars.org being offline all the time. Pull files from our own download servers.

18 years agoservices_discovery/*: String review (refs #438) and suppress the sap-addr option
Christophe Mutricy [Thu, 23 Mar 2006 21:41:12 +0000 (21:41 +0000)]
services_discovery/*: String review (refs #438) and suppress the sap-addr option

18 years ago* Fix AMR RTP muxing. patch by Alex Antropoff <alant at transtelecom dot md>.
Derk-Jan Hartman [Thu, 23 Mar 2006 20:25:07 +0000 (20:25 +0000)]
* Fix AMR RTP muxing. patch by Alex Antropoff <alant at transtelecom dot md>.

18 years ago* Use the correct limit when looping
Benjamin Pracht [Thu, 23 Mar 2006 19:57:20 +0000 (19:57 +0000)]
* Use the correct limit when looping

18 years agoString Review. refs #438
Christophe Mutricy [Wed, 22 Mar 2006 22:39:51 +0000 (22:39 +0000)]
String Review. refs #438

18 years agoAdd support for X-Playnow RTSP option
Jean-Paul Saman [Wed, 22 Mar 2006 21:01:09 +0000 (21:01 +0000)]
Add support for X-Playnow RTSP option

18 years ago* copy the http-intf-readme to the OSX-bundle as well
Felix Paul Kühne [Wed, 22 Mar 2006 18:09:55 +0000 (18:09 +0000)]
* copy the http-intf-readme to the OSX-bundle as well

18 years ago * modules/video_output/caca.c: Compilation fixes.
Sam Hocevar [Wed, 22 Mar 2006 17:51:17 +0000 (17:51 +0000)]
  * modules/video_output/caca.c: Compilation fixes.

18 years agoAdd share/http/requests/readme to win target
Antoine Cellerier [Wed, 22 Mar 2006 16:38:46 +0000 (16:38 +0000)]
Add share/http/requests/readme to win target

18 years agoadd requests/readme
Antoine Cellerier [Wed, 22 Mar 2006 16:37:24 +0000 (16:37 +0000)]
add requests/readme

18 years agoList and explain available commands / requests
Antoine Cellerier [Wed, 22 Mar 2006 16:36:48 +0000 (16:36 +0000)]
List and explain available commands / requests

18 years agoinclude:
Rémi Denis-Courmont [Wed, 22 Mar 2006 16:05:11 +0000 (16:05 +0000)]
include:
 * export GetFallbackEncoding()
subsdec:
 * autodetect UTF-8 encoding,
 * use better non-Unicode default encoding from language instead of
 CP1252 when local encoding is UTF-8, and local encoding in all other cases
 (should improve subtitles decoding on POSIX a lot)
 * some memory fixes
 * some cosmetic fixes

18 years agologger.c: Compile fix
Christophe Mutricy [Wed, 22 Mar 2006 14:14:10 +0000 (14:14 +0000)]
logger.c: Compile fix

18 years agoCompile fix
Clément Stenac [Wed, 22 Mar 2006 13:38:50 +0000 (13:38 +0000)]
Compile fix

18 years agoIsUTF8: check if a string is a valid UTF8 sequence without modifying it
Rémi Denis-Courmont [Wed, 22 Mar 2006 12:26:11 +0000 (12:26 +0000)]
IsUTF8: check if a string is a valid UTF8 sequence without modifying it
EnsureUTF8 would replace invalid bytes sequences with question marks.

Most of the code was already there anyway. This allows UTF-8 autodetection
without a dedicated UTF8-to-UTF8 iconv() handle.

18 years agoStrings review in misc/ except dummy and win32text (Refs:#438)
Clément Stenac [Wed, 22 Mar 2006 12:14:30 +0000 (12:14 +0000)]
Strings review in misc/ except dummy and win32text (Refs:#438)

18 years agoClean up
Rémi Denis-Courmont [Wed, 22 Mar 2006 11:24:45 +0000 (11:24 +0000)]
Clean up

18 years agoClean up vlc_iconv prototype
Rémi Denis-Courmont [Wed, 22 Mar 2006 11:14:24 +0000 (11:14 +0000)]
Clean up vlc_iconv prototype

18 years agoStrings review of telnet.c (Refs:#438)
Clément Stenac [Wed, 22 Mar 2006 07:12:10 +0000 (07:12 +0000)]
Strings review of telnet.c (Refs:#438)

18 years agoSlightly better IE and Firefox compatible version of the sort and services discovery...
Antoine Cellerier [Wed, 22 Mar 2006 00:19:29 +0000 (00:19 +0000)]
Slightly better IE and Firefox compatible version of the sort and services discovery menus.

18 years agoAlso update now playing info when playing a new item.
Antoine Cellerier [Tue, 21 Mar 2006 23:41:05 +0000 (23:41 +0000)]
Also update now playing info when playing a new item.

18 years agoSome more IE (crap) fixes
Antoine Cellerier [Tue, 21 Mar 2006 23:26:17 +0000 (23:26 +0000)]
Some more IE (crap) fixes

18 years ago* There is no reason not to allow to open the information panel on nodes
Benjamin Pracht [Tue, 21 Mar 2006 22:08:41 +0000 (22:08 +0000)]
* There is no reason not to allow to open the information panel on nodes
* We now have an (ugly) way to rename nodes

18 years ago* Only enable "Jump To Time" when the stream is seekable
Benjamin Pracht [Tue, 21 Mar 2006 20:56:51 +0000 (20:56 +0000)]
* Only enable "Jump To Time" when the stream is seekable
* Fix enabling of the step forward/backward functions

18 years agoAdd 7zip win32 build targets
Antoine Cellerier [Tue, 21 Mar 2006 20:56:35 +0000 (20:56 +0000)]
Add 7zip win32 build targets

18 years agoI knew I was foolish to expect wxWidgets to work properly.
Rémi Denis-Courmont [Tue, 21 Mar 2006 18:20:48 +0000 (18:20 +0000)]
I knew I was foolish to expect wxWidgets to work properly.

18 years agoAttempt to use wc_str() even if wxWidgets is not built with Unicode.
Rémi Denis-Courmont [Tue, 21 Mar 2006 17:28:09 +0000 (17:28 +0000)]
Attempt to use wc_str() even if wxWidgets is not built with Unicode.
According to the wxWidgets documentation, it works. But of course, you
don't want to trust the wxWidgets documentation, particularly when it
deals with characters encoding. Or rather, you'd like to trust the
documentation, but you can't trust the actual implementation to work
until you tested it.

So lets see if it works, and revert commit it tomorrow if it sucks.

18 years agoAttempt to fix Unicode wxWidgets interface on Win32
Rémi Denis-Courmont [Tue, 21 Mar 2006 17:21:24 +0000 (17:21 +0000)]
Attempt to fix Unicode wxWidgets interface on Win32

18 years ago- FromWide(): converts a wchar_t * to UTF-8 char *
Rémi Denis-Courmont [Tue, 21 Mar 2006 16:42:34 +0000 (16:42 +0000)]
- FromWide(): converts a wchar_t * to UTF-8 char *
  (if local charset is UTF-8, this is similar to wcstombs())
- FromUTF16(): converts a host-order UTF-16 byte sequence to UTF-8

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