]> git.sesse.net Git - vlc/log
vlc
15 years agoSync PO files 0.9.0
Rémi Denis-Courmont [Sun, 24 Aug 2008 19:59:11 +0000 (22:59 +0300)]
Sync PO files

15 years agoFix segfault on 64 bit archs. (0 != NULL)
Antoine Cellerier [Sun, 24 Aug 2008 19:57:43 +0000 (21:57 +0200)]
Fix segfault on 64 bit archs. (0 != NULL)

15 years agoMissing cast with vlc_config_set
Rémi Denis-Courmont [Sun, 24 Aug 2008 19:53:01 +0000 (22:53 +0300)]
Missing cast with vlc_config_set

(What about some GCCisms for static type checking here... later)

15 years agol10n: Dutch update by Myckel Habets
Christophe Mutricy [Sun, 24 Aug 2008 19:31:24 +0000 (20:31 +0100)]
l10n: Dutch update by Myckel Habets

15 years agol10n: Finnish update by Otto Kekäläinen
Christophe Mutricy [Sun, 24 Aug 2008 19:30:04 +0000 (20:30 +0100)]
l10n: Finnish update by Otto Kekäläinen

15 years agoFix warning and remove unneeded function parameters.
Rémi Duraffort [Sun, 24 Aug 2008 19:13:06 +0000 (21:13 +0200)]
Fix warning and remove unneeded function parameters.

15 years agoFix memleak (should fix #1081)
Rémi Duraffort [Sun, 24 Aug 2008 18:56:56 +0000 (20:56 +0200)]
Fix memleak (should fix #1081)

15 years agoQt: enable UDP address edit when RTP is toggled
Jean-Philippe Andre [Sun, 24 Aug 2008 19:05:34 +0000 (15:05 -0400)]
Qt: enable UDP address edit when RTP is toggled

15 years agoBump SO revision
Rémi Denis-Courmont [Sun, 24 Aug 2008 18:53:50 +0000 (21:53 +0300)]
Bump SO revision

15 years agoFix previous commit logic... Copy/Paste error.
Jean-Baptiste Kempf [Sun, 24 Aug 2008 18:50:34 +0000 (11:50 -0700)]
Fix previous commit logic... Copy/Paste error.

15 years agoEsc key in the FileDialog should close it.
Jean-Baptiste Kempf [Sun, 24 Aug 2008 18:44:55 +0000 (11:44 -0700)]
Esc key in the FileDialog should close it.

15 years agoOpen Dialog: Close #1912
Jean-Baptiste Kempf [Sun, 24 Aug 2008 18:30:43 +0000 (11:30 -0700)]
Open Dialog: Close #1912

15 years agoWin32: (restore) support for Unicode command line...
Rémi Denis-Courmont [Sun, 24 Aug 2008 18:17:02 +0000 (21:17 +0300)]
Win32: (restore) support for Unicode command line...

...and use Windows built-in function for command line parsing.

15 years agoMemory error handling
Rémi Denis-Courmont [Sun, 24 Aug 2008 18:15:56 +0000 (21:15 +0300)]
Memory error handling

15 years agoQt: ID column in playlist sucked. Also, don't show ID by default.
Jean-Philippe Andre [Sun, 24 Aug 2008 17:50:43 +0000 (13:50 -0400)]
Qt: ID column in playlist sucked. Also, don't show ID by default.
Note: this is still buggy as deletng items does not update other item's IDs

15 years agoAvoid runtime warning: directory.c does not give any meta information
Jean-Philippe Andre [Sun, 24 Aug 2008 17:05:37 +0000 (13:05 -0400)]
Avoid runtime warning: directory.c does not give any meta information

15 years agoVLC resource file is only for Win32
Rémi Denis-Courmont [Sun, 24 Aug 2008 15:33:13 +0000 (18:33 +0300)]
VLC resource file is only for Win32

15 years agoWin32: link libvlccore with the resource file
Rémi Denis-Courmont [Sun, 24 Aug 2008 15:32:49 +0000 (18:32 +0300)]
Win32: link libvlccore with the resource file

15 years agoVLC needs libvlc, not just libvlccore
Rémi Denis-Courmont [Sun, 24 Aug 2008 15:26:47 +0000 (18:26 +0300)]
VLC needs libvlc, not just libvlccore

15 years agoseamcarving was removed
Rémi Denis-Courmont [Sun, 24 Aug 2008 15:20:28 +0000 (18:20 +0300)]
seamcarving was removed

15 years agoAdded extension information to browse.xml
Vicente Jimenez Aguilar [Tue, 1 Jul 2008 23:30:06 +0000 (01:30 +0200)]
Added extension information to browse.xml

Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
15 years agobrowse.xml from lua's HTTP interface include all keys from vlc.net.stat returned...
Vicente Jimenez Aguilar [Tue, 1 Jul 2008 23:25:39 +0000 (01:25 +0200)]
browse.xml from lua's HTTP interface include all keys from vlc.net.stat returned table

Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
15 years ago[demux/ogg] Revise oggDirac support
David Flynn [Sat, 23 Aug 2008 21:39:18 +0000 (22:39 +0100)]
[demux/ogg] Revise oggDirac support

Updated to use revised granule_position in oggDirac mapping.

15 years ago[codec/schroedinger] If pts is unavaliable, do not fall back to dts
David Flynn [Sat, 23 Aug 2008 21:08:09 +0000 (22:08 +0100)]
[codec/schroedinger] If pts is unavaliable, do not fall back to dts

It is more reliable to interpolate pts at the output of the decoder
than to use dts.

This requires demuxers that only provide dts (such as avi) to provide
an initial value of pts so that the decoder may interpolate correctly.

15 years ago[codec/flac] Fix 24bit flac support
David Flynn [Sun, 24 Aug 2008 01:33:43 +0000 (02:33 +0100)]
[codec/flac] Fix 24bit flac support

 - Enable signaling of 24bit fourcc
 - Fix interleaving:
    - 24bit audio is output by flac in 32bit words.
    - VLC treats 24bit auido as 24bit words.

15 years agoRemove useless and unfinished seamcarving resizer plugin. (We don't want experimentat...
Antoine Cellerier [Sun, 24 Aug 2008 14:30:56 +0000 (16:30 +0200)]
Remove useless and unfinished seamcarving resizer plugin. (We don't want experimentations in a release do we? :p)

15 years agoClarifications.
Antoine Cellerier [Sun, 24 Aug 2008 14:26:23 +0000 (16:26 +0200)]
Clarifications.

15 years agoIf mosaic item has an alpha plane keep it even after resizing the picture.
Antoine Cellerier [Sun, 24 Aug 2008 14:00:37 +0000 (16:00 +0200)]
If mosaic item has an alpha plane keep it even after resizing the picture.

15 years agoFix compilation warning and alpha discarding.
Antoine Cellerier [Sun, 24 Aug 2008 13:52:34 +0000 (15:52 +0200)]
Fix compilation warning and alpha discarding.

15 years agoFix cross conversions between YUVA and RGBA. Closes #1658.
Antoine Cellerier [Sun, 24 Aug 2008 13:45:00 +0000 (15:45 +0200)]
Fix cross conversions between YUVA and RGBA. Closes #1658.

15 years agoSimplify.
Antoine Cellerier [Sun, 24 Aug 2008 13:44:51 +0000 (15:44 +0200)]
Simplify.

15 years agoRemove trailing space.
Antoine Cellerier [Sun, 24 Aug 2008 13:36:05 +0000 (15:36 +0200)]
Remove trailing space.

15 years agoExport function to copy pixels between 2 plane_t structures.
Antoine Cellerier [Sun, 24 Aug 2008 13:35:09 +0000 (15:35 +0200)]
Export function to copy pixels between 2 plane_t structures.

15 years agopng comes with an alpha plane (RV32 isn't assumed to have a usable alpha plane in...
Antoine Cellerier [Sun, 24 Aug 2008 13:16:23 +0000 (15:16 +0200)]
png comes with an alpha plane (RV32 isn't assumed to have a usable alpha plane in VLC).

15 years agoWork around^W^WFix VLM multiple thread join (closes #1907)
Rémi Denis-Courmont [Sun, 24 Aug 2008 12:48:05 +0000 (15:48 +0300)]
Work around^W^WFix VLM multiple thread join (closes #1907)

Educational advisory:
This commit is not suitable for developpers yet in training.

15 years agoAvoid pushing a full structure onto the stack
Rémi Denis-Courmont [Sun, 24 Aug 2008 12:35:02 +0000 (15:35 +0300)]
Avoid pushing a full structure onto the stack

15 years agoThis doesn't need to be an info message.
Antoine Cellerier [Sun, 24 Aug 2008 12:26:58 +0000 (14:26 +0200)]
This doesn't need to be an info message.

15 years agoFix #1899 as far as I can test it (in all cse this change is good).
Rémi Duraffort [Sun, 24 Aug 2008 12:22:30 +0000 (14:22 +0200)]
Fix #1899 as far as I can test it (in all cse this change is good).

15 years agomacosx: set the correct node when we add items and play them at once.
Derk-Jan Hartman [Sun, 24 Aug 2008 12:09:06 +0000 (14:09 +0200)]
macosx: set the correct node when we add items and play them at once.

This fixes #1807
For Mac OS X that is. We might want to consider changing the default behaviour of playlist_Control( PLAYLIST_VIEWPLAY )

15 years agoplaylist: use get_current_status_node()
Derk-Jan Hartman [Sun, 24 Aug 2008 11:49:51 +0000 (13:49 +0200)]
playlist: use get_current_status_node()

15 years agoBlind attempt to fix the OS X builds
Felix Paul Kühne [Sun, 24 Aug 2008 10:02:24 +0000 (12:02 +0200)]
Blind attempt to fix the OS X builds

More to come as soon as I'm returned from work. Meaning, in 12 hours.

15 years agoRevert "Don't mess with the build system a single day (git revert 83b35c64b6e1f7c90b5...
Rémi Denis-Courmont [Sun, 24 Aug 2008 09:42:39 +0000 (12:42 +0300)]
Revert "Don't mess with the build system a single day (git revert 83b35c64b6e1f7c90b577724d3e3a1fa57b7b747 -n!) before a major (git revert 83b35c64b6e1f7c90b577724d3e3a1fa57b7b747 -n) release"

Unbreak Linux build.

This reverts commit f806629f32ed6d19dc510983348653c29a227441.

15 years agoDon't mess with the build system a single day (git revert 83b35c64b6e1f7c90b577724d3e...
Felix Paul Kühne [Sun, 24 Aug 2008 09:32:22 +0000 (11:32 +0200)]
Don't mess with the build system a single day (git revert 83b35c64b6e1f7c90b577724d3e3a1fa57b7b747 -n!) before a major (git revert 83b35c64b6e1f7c90b577724d3e3a1fa57b7b747 -n) release

15 years ago2 notes on security updates. Please check and add 2 CVE numbers as approbiate
Felix Paul Kühne [Sun, 24 Aug 2008 08:35:40 +0000 (10:35 +0200)]
2 notes on security updates. Please check and add 2 CVE numbers as approbiate

15 years agoFix win32 compiling
Jean-Baptiste Kempf [Sun, 24 Aug 2008 07:25:42 +0000 (00:25 -0700)]
Fix win32 compiling

15 years agoFix windows packaging.
Jean-Baptiste Kempf [Sun, 24 Aug 2008 07:24:17 +0000 (00:24 -0700)]
Fix windows packaging.

15 years agoDeactivate FS controller on Windows on 8-bit displays.
Jean-Baptiste Kempf [Sun, 24 Aug 2008 07:14:09 +0000 (00:14 -0700)]
Deactivate FS controller on Windows on 8-bit displays.

Close #1758.

15 years agoVideo Widget cleaning. Corrections of previous commits.
Jean-Baptiste Kempf [Sun, 24 Aug 2008 06:29:23 +0000 (23:29 -0700)]
Video Widget cleaning. Corrections of previous commits.

zoom and resize when stop should be fixed. #1652 and #1716

15 years agoRemove trailing sapce.
Jean-Baptiste Kempf [Sun, 24 Aug 2008 06:25:13 +0000 (23:25 -0700)]
Remove trailing sapce.

15 years agoMMS integers handling fixes, including buffer overflow
Rémi Denis-Courmont [Sun, 24 Aug 2008 06:22:22 +0000 (09:22 +0300)]
MMS integers handling fixes, including buffer overflow

Pointed-out-by: Pınar Yanardağ
15 years agoDo not read directory twice. This solves #1761 but this may not be the real solution...
Jean-Philippe Andre [Sun, 24 Aug 2008 04:49:38 +0000 (00:49 -0400)]
Do not read directory twice. This solves #1761 but this may not be the real solution. See the origin of the segfault in my comments on the trac.

15 years agol10n: Slovak update by Marián Hikaník
Christophe Mutricy [Sat, 23 Aug 2008 23:27:29 +0000 (00:27 +0100)]
l10n: Slovak update by Marián Hikaník

15 years agol10n: Finnish update by Otto Kekäläinen
Christophe Mutricy [Sat, 23 Aug 2008 23:26:09 +0000 (00:26 +0100)]
l10n: Finnish update by Otto Kekäläinen

15 years agol10n:Galician update by Iván Seoane Pardo
Christophe Mutricy [Sat, 23 Aug 2008 23:22:46 +0000 (00:22 +0100)]
l10n:Galician update by Iván Seoane Pardo

15 years agol10n: Romanian update by Cristian Secară
Christophe Mutricy [Sat, 23 Aug 2008 18:30:05 +0000 (19:30 +0100)]
l10n: Romanian update by Cristian Secară

15 years agoQt: hide record button when the record access-filter is not present
Jean-Philippe Andre [Sat, 23 Aug 2008 22:38:11 +0000 (18:38 -0400)]
Qt: hide record button when the record access-filter is not present
If this stays too counter-intuitive, revert this commit, 672c3f35c4e4
and 7fe659bf364.
IMHO, the user who enables the record access-filter knows what he does.

15 years agotelnet: Fix crash when the telnet port cannot be bound
Aurelien Nephtali [Sat, 23 Aug 2008 22:08:45 +0000 (00:08 +0200)]
telnet: Fix crash when the telnet port cannot be bound

Fixes #1902

Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
15 years agots demux: fix potential crash in EIT events
Derk-Jan Hartman [Sat, 23 Aug 2008 22:03:33 +0000 (00:03 +0200)]
ts demux: fix potential crash in EIT events

15 years agomacosx: fixed distribution of the *.mo files *coughcough*
Felix Paul Kühne [Sat, 23 Aug 2008 21:58:09 +0000 (23:58 +0200)]
macosx: fixed distribution of the *.mo files *coughcough*

15 years agomacosx: compilation fix for the 10.4u SDK and removal of a hack
Felix Paul Kühne [Sat, 23 Aug 2008 21:37:21 +0000 (23:37 +0200)]
macosx: compilation fix for the 10.4u SDK and removal of a hack

Note that all NS*Integer types were introduced on 10.5 only. They can tollfree bridged with the respective plain ints. They are undocumented anyway...

15 years agomacosx: Fix compilation. (NSUInteger) is 10.5 api change ???
Derk-Jan Hartman [Sat, 23 Aug 2008 21:29:51 +0000 (23:29 +0200)]
macosx: Fix compilation. (NSUInteger) is 10.5 api change ???

15 years agoFix double free on mkv files with V_QUICKTIME track
Sigmund Augdal [Sat, 23 Aug 2008 18:12:00 +0000 (20:12 +0200)]
Fix double free on mkv files with V_QUICKTIME track

15 years agomacosx: Make sure VLCIntf gets NULL-ify when VLC ends.
Pierre d'Herbemont [Sat, 23 Aug 2008 17:56:09 +0000 (19:56 +0200)]
macosx: Make sure VLCIntf gets NULL-ify when VLC ends.

15 years agomacosx: Don't use a textured Window if we have the leopard window style.
Pierre d'Herbemont [Sat, 23 Aug 2008 17:36:28 +0000 (19:36 +0200)]
macosx: Don't use a textured Window if we have the leopard window style.

Proposed by Georg Seifert.

15 years agol10n: Gerogian translation update by Alexander Didebulidze
Christophe Mutricy [Sat, 23 Aug 2008 17:09:22 +0000 (18:09 +0100)]
l10n: Gerogian translation update by Alexander Didebulidze

15 years agol10n: New Bulgarian translation by Ivo Ivanov
Christophe Mutricy [Sat, 23 Aug 2008 17:08:34 +0000 (18:08 +0100)]
l10n: New Bulgarian translation by Ivo Ivanov

15 years agoDon't send failure messages when probing filter. (It unfortunately seems impossible...
Antoine Cellerier [Sat, 23 Aug 2008 17:07:19 +0000 (19:07 +0200)]
Don't send failure messages when probing filter. (It unfortunately seems impossible to check if a filter is being probed or asked for explicitly)

15 years agoFix forced audio filter2 usage in transcode (when using afilter=). Downmixing now...
Antoine Cellerier [Sat, 23 Aug 2008 17:01:07 +0000 (19:01 +0200)]
Fix forced audio filter2 usage in transcode (when using afilter=). Downmixing now works with channels=1 (auto probed filter) or afilter=mono.

15 years agoFix divide by 0 when repacketizing a Flac stream of known rate
David Flynn [Sat, 23 Aug 2008 16:17:24 +0000 (16:17 +0000)]
Fix divide by 0 when repacketizing a Flac stream of known rate

Before setting end_date, remember to initialize the divider for future
calculations.

Signed-off-by: David Flynn <davidf@rd.bbc.co.uk>
Signed-off-by: Antoine Cellerier <dionoea@videolan.org>
15 years agoPrefer mono over trivial (in case trivial somehow wants to work).
Antoine Cellerier [Sat, 23 Aug 2008 16:44:07 +0000 (18:44 +0200)]
Prefer mono over trivial (in case trivial somehow wants to work).

15 years agoRe-enable mono, it works fine. Example command line:
Antoine Cellerier [Sat, 23 Aug 2008 16:38:38 +0000 (18:38 +0200)]
Re-enable mono, it works fine. Example command line:
18:36 antoine@macbook ~/videolan/vlc-build% ./vlc ~/media/music/Greenday/American\ Idiot/01\ -\ American\ Idiot.mp3 --sout '#transcode{acodec=mpga,ab=32,channels=1}:std{access=file,mux=raw,dst=/tmp/a.mp3}' -vvv -I dummy --no-media-library

(with pre 9107e1e0bcfa6b31cedeafd3dea257b14dbffd67 builds you need to add --sout-mono-downmix to the command line)

15 years agoAdd debug message and quit if channel or rate conversion failed.
Antoine Cellerier [Sat, 23 Aug 2008 16:37:45 +0000 (18:37 +0200)]
Add debug message and quit if channel or rate conversion failed.

15 years agoPrefer downmixing from channel extracting.
Antoine Cellerier [Sat, 23 Aug 2008 16:36:52 +0000 (18:36 +0200)]
Prefer downmixing from channel extracting.

15 years agoFix error message.
Antoine Cellerier [Sat, 23 Aug 2008 16:24:34 +0000 (18:24 +0200)]
Fix error message.

15 years agoOops.
Antoine Cellerier [Sat, 23 Aug 2008 15:49:06 +0000 (17:49 +0200)]
Oops.

15 years agoConsistency fixes.
Antoine Cellerier [Sat, 23 Aug 2008 15:47:52 +0000 (17:47 +0200)]
Consistency fixes.

15 years agoUse the same order for buttons in the fullscreen interface than in the normal interfa...
Antoine Cellerier [Sat, 23 Aug 2008 15:39:48 +0000 (17:39 +0200)]
Use the same order for buttons in the fullscreen interface than in the normal interface (there's still an extra space between the next and fullscreen toggle buttons ... don't know how to remove it)

15 years agoRemove some files without translations
Rémi Denis-Courmont [Sat, 23 Aug 2008 15:25:36 +0000 (18:25 +0300)]
Remove some files without translations

15 years agoChange the fullscreen button in the fullscreen controller (since clicking it switches...
Antoine Cellerier [Sat, 23 Aug 2008 15:13:25 +0000 (17:13 +0200)]
Change the fullscreen button in the fullscreen controller (since clicking it switches from fullscreen and not to fullscreen).

15 years agoDisable fast install for now due to libtool brain damage
Rémi Denis-Courmont [Sat, 23 Aug 2008 15:12:51 +0000 (18:12 +0300)]
Disable fast install for now due to libtool brain damage

15 years agoMove the executables out of src/
Rémi Denis-Courmont [Sat, 23 Aug 2008 15:12:40 +0000 (18:12 +0300)]
Move the executables out of src/

15 years agoProperly handle input state in InputSourceInit.
Laurent Aimar [Sat, 23 Aug 2008 14:51:39 +0000 (16:51 +0200)]
Properly handle input state in InputSourceInit.

15 years agoRevert "Keep p_input->i_state when adding a subtitle on the fly.
Laurent Aimar [Sat, 23 Aug 2008 14:50:53 +0000 (16:50 +0200)]
Revert "Keep p_input->i_state when adding a subtitle on the fly.

I will properly fix it.

This reverts commit 1e6d10864e1887856f6bf0e9e59b7603a52f9b79.

15 years agoMove libvlccore test to their dir
Rémi Denis-Courmont [Sat, 23 Aug 2008 14:50:25 +0000 (17:50 +0300)]
Move libvlccore test to their dir

15 years agoKeep p_input->i_state when adding a subtitle on the fly. This prevents i_state from...
Antoine Cellerier [Sat, 23 Aug 2008 14:33:54 +0000 (16:33 +0200)]
Keep p_input->i_state when adding a subtitle on the fly. This prevents i_state from being changed to BUFFERING_S (which would in turn prevent the input from being paused). This should close #1904. (Should be backported in 0.8.6 if we keep that branch)

15 years agoFix gettext syntax
Rémi Denis-Courmont [Sat, 23 Aug 2008 14:33:35 +0000 (17:33 +0300)]
Fix gettext syntax

15 years agomacosx: Save avi-index.
Pierre d'Herbemont [Sat, 23 Aug 2008 13:23:24 +0000 (15:23 +0200)]
macosx: Save avi-index.

Reported by Georg Seifert.

15 years agomacosx: Remove some #define abuses and assert() when casting a type.
Pierre d'Herbemont [Sat, 23 Aug 2008 13:21:43 +0000 (15:21 +0200)]
macosx: Remove some #define abuses and assert() when casting a type.

15 years agomacosx: Save a reference to the view in the voutgl.
Pierre d'Herbemont [Sat, 23 Aug 2008 11:33:48 +0000 (13:33 +0200)]
macosx: Save a reference to the view in the voutgl.

15 years agomacosx: fixed non-localised main menu item
Felix Paul Kühne [Sat, 23 Aug 2008 10:19:07 +0000 (12:19 +0200)]
macosx: fixed non-localised main menu item

15 years agoMono downmix is broken - document it
Rémi Denis-Courmont [Sat, 23 Aug 2008 09:52:13 +0000 (12:52 +0300)]
Mono downmix is broken - document it

Most likely due to the late and incomplete filter rework

15 years agoFix #1896
Jean-Baptiste Kempf [Sat, 23 Aug 2008 06:36:43 +0000 (23:36 -0700)]
Fix #1896

15 years agoQt: by default resize main interface so that it shows all MenuBar entries
Jean-Philippe Andre [Sat, 23 Aug 2008 06:04:34 +0000 (02:04 -0400)]
Qt: by default resize main interface so that it shows all MenuBar entries

15 years agoTry to close ticket '#1775' (Qt intf startup size is too big)
Jean-Philippe Andre [Sat, 23 Aug 2008 05:59:08 +0000 (01:59 -0400)]
Try to close ticket '#1775' (Qt intf startup size is too big)
Simply resize to sizeHint() on startup.

15 years agoThis is an attempt to close '#1716' (zoom has to be clicked twice)
Jean-Philippe Andre [Sat, 23 Aug 2008 05:53:07 +0000 (01:53 -0400)]
This is an attempt to close '#1716' (zoom has to be clicked twice)
The only thing it does is re-calculating the sizeHint for MainInterface,
using videoWidget's sizeHint() instead of size().

15 years agoImplement 'record' button in Qt intf
Jean-Philippe Andre [Sat, 23 Aug 2008 00:34:01 +0000 (20:34 -0400)]
Implement 'record' button in Qt intf

15 years agoAdd a variable + callback to toggle the record status.
Jean-Philippe Andre [Sat, 23 Aug 2008 00:33:27 +0000 (20:33 -0400)]
Add a variable + callback to toggle the record status.

15 years agoRevert b1cea0a301d6bc partially (bad warning fix)
Jean-Philippe Andre [Fri, 22 Aug 2008 22:57:00 +0000 (18:57 -0400)]
Revert b1cea0a301d6bc partially (bad warning fix)

Sorry I pushed this.

15 years agoFix demuxdump MRL generation in Sout (Qt part of #1853 )
Jean-Baptiste Kempf [Fri, 22 Aug 2008 23:58:43 +0000 (16:58 -0700)]
Fix demuxdump MRL generation in Sout (Qt part of #1853 )

15 years agoUpdate modules/LIST
Rémi Duraffort [Fri, 22 Aug 2008 23:14:40 +0000 (01:14 +0200)]
Update modules/LIST