]> git.sesse.net Git - vlc/log
vlc
14 years agoosx dialog provider: minor cleanup
Felix Paul Kühne [Sat, 26 Dec 2009 03:20:19 +0000 (04:20 +0100)]
osx dialog provider: minor cleanup

14 years agoadded a Minimal Dialog Provider for Mac OS X
Felix Paul Kühne [Sat, 26 Dec 2009 03:16:30 +0000 (04:16 +0100)]
added a Minimal Dialog Provider for Mac OS X

Currently only used to display the question, login, error and critical core dialogs whenever VLC runs with a GUI on a Mac.

Disabled by default. The login dialog's layout will need some more love.

14 years agoconfigure: Fix Mac OS X audio detection.
Pierre d'Herbemont [Sat, 26 Dec 2009 01:42:13 +0000 (02:42 +0100)]
configure: Fix Mac OS X audio detection.

14 years agomacosx/framework: Bring back --play-and-pause.
Pierre d'Herbemont [Sat, 26 Dec 2009 00:10:57 +0000 (01:10 +0100)]
macosx/framework: Bring back --play-and-pause.

14 years agoQt: Use the singleton class, to simplify the code
Hugo Beauzee-Luyssen [Mon, 21 Dec 2009 14:31:36 +0000 (15:31 +0100)]
Qt: Use the singleton class, to simplify the code

Use the generic singleton for Bookmarks, ErrorsDialog, extended dialog, GotoTime dialog, every help class, MediaInfo, Messages, OpenURL, Playlist, Plugin, Podcast configuration and VLM. Also fix some memleaks when quitting

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years agoAdding a generic singleton pattern implementation
Hugo Beauzee-Luyssen [Mon, 21 Dec 2009 14:10:05 +0000 (15:10 +0100)]
Adding a generic singleton pattern implementation

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years agovout_macosx: Fix a typo.
Pierre d'Herbemont [Thu, 24 Dec 2009 17:24:27 +0000 (18:24 +0100)]
vout_macosx: Fix a typo.

14 years agomacosx/framework: Factorization.
Pierre d'Herbemont [Thu, 24 Dec 2009 17:05:04 +0000 (18:05 +0100)]
macosx/framework: Factorization.

14 years agomacosx/framework: Use the new "vout display".
Pierre d'Herbemont [Thu, 24 Dec 2009 09:04:54 +0000 (10:04 +0100)]
macosx/framework: Use the new "vout display".

14 years agolibvlc: Fix documentation regarding drawable-nsobject.
Pierre d'Herbemont [Thu, 24 Dec 2009 09:04:16 +0000 (10:04 +0100)]
libvlc: Fix documentation regarding drawable-nsobject.

14 years agoNew "vout display" for macosx.
Pierre d'Herbemont [Thu, 24 Dec 2009 09:01:11 +0000 (10:01 +0100)]
New "vout display" for macosx.

It is non blocking regarding Main Thread.
It is compatible with minimal_macosx in term of drawable-nsobject.
It will only work if a drawable-nsobject is provided.

It removes the glitches there was with minimal_macosx (and gui/macosx) when:
- Displaying the first frames
- Resizing the view.

14 years agomacosx/framework: Renamed all the targets to be more explicit.
Pierre d'Herbemont [Wed, 23 Dec 2009 18:20:42 +0000 (19:20 +0100)]
macosx/framework: Renamed all the targets to be more explicit.

14 years agovod: removing more unused stuff
Pierre Ynard [Wed, 23 Dec 2009 20:36:20 +0000 (21:36 +0100)]
vod: removing more unused stuff

14 years agox264: remove unneeded p_buffer
Ilkka Ollakka [Wed, 23 Dec 2009 20:27:04 +0000 (22:27 +0200)]
x264: remove unneeded p_buffer

14 years agomp4: fix sar_num calculation
Ilkka Ollakka [Wed, 23 Dec 2009 20:13:54 +0000 (22:13 +0200)]
mp4: fix sar_num calculation

14 years agox264: avoid one memcpy
Ilkka Ollakka [Sun, 20 Dec 2009 14:51:00 +0000 (16:51 +0200)]
x264: avoid one memcpy

14 years agoSAP: try to improve playlist category name as earlier
Rémi Denis-Courmont [Wed, 23 Dec 2009 19:22:30 +0000 (21:22 +0200)]
SAP: try to improve playlist category name as earlier

14 years ago--list: do not use colors if stdout is not a TTY
Rémi Denis-Courmont [Wed, 23 Dec 2009 19:20:15 +0000 (21:20 +0200)]
--list: do not use colors if stdout is not a TTY

This is consistent with --help behaviour.

14 years agoRevert "sap: Rename to "Network Streams (SAP)""
Rémi Denis-Courmont [Wed, 23 Dec 2009 19:17:27 +0000 (21:17 +0200)]
Revert "sap: Rename to "Network Streams (SAP)""

This reverts commit a1ab6ede05ac74a1ab75ba8a10b3c4802ae0c14e.
This is not anymore needed with the probe rework.

14 years agoRevert "No need to show service probes in the module list"
Rémi Denis-Courmont [Wed, 23 Dec 2009 19:16:57 +0000 (21:16 +0200)]
Revert "No need to show service probes in the module list"

This reverts commit b2ee1bcfbc8ebbf08c816bb6b18b1e321b7723bb.
This is an ugly and confusing hack.

14 years agoNo need to show service probes in the module list
Fabio Ritrovato [Wed, 23 Dec 2009 16:47:18 +0000 (17:47 +0100)]
No need to show service probes in the module list

14 years agomacosx/framework: Change the name of the default target to "Build Everything"
Pierre d'Herbemont [Wed, 23 Dec 2009 16:15:44 +0000 (17:15 +0100)]
macosx/framework: Change the name of the default target to "Build Everything"

14 years agomacosx/framework: Make sure remainingTime is KVO.
Pierre d'Herbemont [Tue, 22 Dec 2009 19:59:28 +0000 (20:59 +0100)]
macosx/framework: Make sure remainingTime is KVO.

14 years agomacosx/framework: Handle media changed events.
Pierre d'Herbemont [Tue, 22 Dec 2009 19:50:14 +0000 (20:50 +0100)]
macosx/framework: Handle media changed events.

14 years agomedia_player: Emit an event when the root media is changed.
Pierre d'Herbemont [Tue, 22 Dec 2009 19:49:31 +0000 (20:49 +0100)]
media_player: Emit an event when the root media is changed.

14 years agoXCB/XVideo: ignore ARGB picture format
Rémi Denis-Courmont [Wed, 23 Dec 2009 12:55:28 +0000 (14:55 +0200)]
XCB/XVideo: ignore ARGB picture format

14 years agoBall uses sqrt() and roundf() and so needs -lm
Christophe Mutricy [Tue, 22 Dec 2009 20:59:41 +0000 (20:59 +0000)]
Ball uses sqrt() and roundf() and so needs -lm

14 years agops demux: fix overlook when fixing timestamps
Pierre Ynard [Tue, 22 Dec 2009 19:15:29 +0000 (20:15 +0100)]
ps demux: fix overlook when fixing timestamps

14 years agoRemove module_GetModulesNamesForCapability
Rémi Denis-Courmont [Tue, 22 Dec 2009 16:46:29 +0000 (18:46 +0200)]
Remove module_GetModulesNamesForCapability

14 years agoDon't use color when listing modules on Windows
Fabio Ritrovato [Tue, 22 Dec 2009 17:34:24 +0000 (18:34 +0100)]
Don't use color when listing modules on Windows

14 years agomacosx/framework: Bring back default logging value to -1.
Pierre d'Herbemont [Tue, 22 Dec 2009 16:55:09 +0000 (17:55 +0100)]
macosx/framework: Bring back default logging value to -1.

We could probably expose some function to let the client change that on the fly as well. And/Or fix the logging API.

14 years agomacosx/framework: Disable the media library since it is not exposed.
Pierre d'Herbemont [Mon, 21 Dec 2009 14:17:24 +0000 (15:17 +0100)]
macosx/framework: Disable the media library since it is not exposed.

14 years agomacosx/framework: improve comments in VLCMediaPlayer.h.
Pierre d'Herbemont [Mon, 21 Dec 2009 14:16:52 +0000 (15:16 +0100)]
macosx/framework: improve comments in VLCMediaPlayer.h.

14 years agomacosx/framework: Simplify the API for audio tracks, chapters, titles, and subtitles.
Pierre d'Herbemont [Mon, 21 Dec 2009 10:58:38 +0000 (11:58 +0100)]
macosx/framework: Simplify the API for audio tracks, chapters, titles, and subtitles.

14 years agoskins2(Linux): enable transparency since setOpacity is now available (to be tested)
Erwan Tulou [Tue, 22 Dec 2009 16:45:51 +0000 (17:45 +0100)]
skins2(Linux): enable transparency since setOpacity is now available (to be tested)

14 years agoqt4 and skins2: fix resizing issue when zooming in/out and is_display_filled is enabled
Erwan Tulou [Tue, 22 Dec 2009 15:26:32 +0000 (16:26 +0100)]
qt4 and skins2: fix resizing issue when zooming in/out and is_display_filled is enabled

returning VLC_EGENERIC is no problem, since the vout system is an observer of the change in size and will report the real situation.
returning VLC_SUCCESS is wrong in an asynchronous environmenent, as resizing is only performed later on (or not) depending on GUI configuration.

14 years agovlc core: remove a hack that seems no longer needed
Erwan Tulou [Sun, 20 Dec 2009 19:24:58 +0000 (20:24 +0100)]
vlc core: remove a hack that seems no longer needed

On the other hand, it allows intf-show to really perform its goal
(react on user interaction via hotkey or mouse)

14 years agoskins(x11): use EWMH when possible (especially for fullscreen)
Erwan Tulou [Mon, 21 Dec 2009 12:01:06 +0000 (13:01 +0100)]
skins(x11): use EWMH when possible (especially for fullscreen)

14 years agoSecond (blind) attempt at fixing win and mac.
Antoine Cellerier [Tue, 22 Dec 2009 11:31:10 +0000 (12:31 +0100)]
Second (blind) attempt at fixing win and mac.

14 years agoRevert "Probably fix LoadMessages() on windows. (Untested ... I'm not even sure that...
Antoine Cellerier [Tue, 22 Dec 2009 10:37:34 +0000 (11:37 +0100)]
Revert "Probably fix LoadMessages() on windows. (Untested ... I'm not even sure that the config is initialised when we're called. But that shouldn't matter, we'll just fallback to the default data directory)"

This reverts commit 4c5f93c1dd02cd2d79102c256f43cff4c7f9cb99.

14 years agovlc_probe need not be exported at the moment (fix check)
Rémi Denis-Courmont [Tue, 22 Dec 2009 10:51:01 +0000 (12:51 +0200)]
vlc_probe need not be exported at the moment (fix check)

14 years agoProbably fix LoadMessages() on windows. (Untested ... I'm not even sure that the...
Antoine Cellerier [Tue, 22 Dec 2009 10:08:59 +0000 (11:08 +0100)]
Probably fix LoadMessages() on windows. (Untested ... I'm not even sure that the config is initialised when we're called. But that shouldn't matter, we'll just fallback to the default data directory)

14 years agoshoutcast: dummy probe support for Internet entries
Rémi Denis-Courmont [Tue, 22 Dec 2009 09:49:47 +0000 (11:49 +0200)]
shoutcast: dummy probe support for Internet entries

TODO: Freebox

14 years agomediadirs: dummy probing support
Rémi Denis-Courmont [Tue, 22 Dec 2009 09:44:18 +0000 (11:44 +0200)]
mediadirs: dummy probing support

Maybe we should check the directories do exist first?

14 years agoBump a few copyright dates.
Antoine Cellerier [Mon, 21 Dec 2009 22:54:41 +0000 (23:54 +0100)]
Bump a few copyright dates.

14 years agoOnly skip \r or \n.
Antoine Cellerier [Mon, 21 Dec 2009 22:52:47 +0000 (23:52 +0100)]
Only skip \r or \n.

14 years agoAdd new common.volume(). Understands use of strings like "+10", "-10" or "10" for...
Antoine Cellerier [Mon, 21 Dec 2009 22:24:30 +0000 (23:24 +0100)]
Add new common.volume(). Understands use of strings like "+10", "-10" or "10" for relative or absolute volume changes. Fixes volume in http interface.

14 years agoPrevent setting volume to outrageous values.
Antoine Cellerier [Mon, 21 Dec 2009 22:12:32 +0000 (23:12 +0100)]
Prevent setting volume to outrageous values.

14 years agoNew video filter : augmented reality. Add a moving ball to the video and handle bounc...
Adrien Maglo [Sun, 20 Dec 2009 12:27:17 +0000 (13:27 +0100)]
New video filter : augmented reality. Add a moving ball to the video and handle bounces on the edges thanks to a Sobel gradient computation.

Signed-off-by: Antoine Cellerier <dionoea@videolan.org>
14 years agoMention the lua intf move in NEWS. Print an error if lua wasn't found and wasn't...
Antoine Cellerier [Sun, 20 Dec 2009 14:57:47 +0000 (15:57 +0100)]
Mention the lua intf move in NEWS. Print an error if lua wasn't found and wasn't explicitly disabled in configure.

14 years agoCleanup playlist status.
Antoine Cellerier [Sun, 20 Dec 2009 14:44:01 +0000 (15:44 +0100)]
Cleanup playlist status.

14 years agoDeprecate the C rc, http and telnet interfaces. They are still available as oldrc...
Antoine Cellerier [Sun, 20 Dec 2009 14:31:23 +0000 (15:31 +0100)]
Deprecate the C rc, http and telnet interfaces. They are still available as oldrc, oldhttp and oldtelnet.

14 years agoFix mutex cancellation.
Antoine Cellerier [Sun, 20 Dec 2009 14:06:22 +0000 (15:06 +0100)]
Fix mutex cancellation.

14 years agoAdd --data-path option. Access the src share directory now works from build tree.
Antoine Cellerier [Sun, 20 Dec 2009 14:05:02 +0000 (15:05 +0100)]
Add --data-path option. Access the src share directory now works from build tree.

14 years agoFix blocking/non-blocking accept in lua interface.
Antoine Cellerier [Sun, 20 Dec 2009 13:24:37 +0000 (14:24 +0100)]
Fix blocking/non-blocking accept in lua interface.

14 years agoAdd a warning
Rémi Denis-Courmont [Mon, 21 Dec 2009 19:45:52 +0000 (21:45 +0200)]
Add a warning

14 years agoXCB/apps: probe if the X server is present
Rémi Denis-Courmont [Mon, 21 Dec 2009 18:39:45 +0000 (20:39 +0200)]
XCB/apps: probe if the X server is present

14 years agoUPnP Intel: dummy probe (untested)
Rémi Denis-Courmont [Mon, 21 Dec 2009 18:28:36 +0000 (20:28 +0200)]
UPnP Intel: dummy probe (untested)

14 years agoupnp: probe support (untested)
Rémi Denis-Courmont [Mon, 21 Dec 2009 18:27:53 +0000 (20:27 +0200)]
upnp: probe support (untested)

14 years agoudev: probe support (untested)
Rémi Denis-Courmont [Mon, 21 Dec 2009 18:26:36 +0000 (20:26 +0200)]
udev: probe support (untested)

This actually checks that udev works.

14 years agopodcast: probing support
Rémi Denis-Courmont [Mon, 21 Dec 2009 18:20:09 +0000 (20:20 +0200)]
podcast: probing support

14 years agoMTP: implement probing (untested)
Rémi Denis-Courmont [Mon, 21 Dec 2009 18:19:25 +0000 (20:19 +0200)]
MTP: implement probing (untested)

14 years agobonjour: probe support (untested)
Rémi Denis-Courmont [Mon, 21 Dec 2009 18:17:50 +0000 (20:17 +0200)]
bonjour: probe support (untested)

14 years agoSAP: implement probe
Rémi Denis-Courmont [Sat, 19 Dec 2009 23:51:54 +0000 (01:51 +0200)]
SAP: implement probe

14 years agoprobe: helpers for services discovery
Rémi Denis-Courmont [Sat, 19 Dec 2009 23:51:38 +0000 (01:51 +0200)]
probe: helpers for services discovery

14 years agovlc_sd_GetNames: use probe
Rémi Denis-Courmont [Sat, 19 Dec 2009 23:27:59 +0000 (01:27 +0200)]
vlc_sd_GetNames: use probe

14 years agoprobe: infrastructure for run-time features probing
Rémi Denis-Courmont [Sat, 19 Dec 2009 18:26:30 +0000 (20:26 +0200)]
probe: infrastructure for run-time features probing

14 years agovlc_sd_GetNames: add object parameter
Rémi Denis-Courmont [Sat, 19 Dec 2009 23:27:07 +0000 (01:27 +0200)]
vlc_sd_GetNames: add object parameter

14 years agoAllocated a direct3d back buffer as large as the whole virtual screen.
Laurent Aimar [Mon, 21 Dec 2009 17:47:27 +0000 (18:47 +0100)]
Allocated a direct3d back buffer as large as the whole virtual screen.

It will allow to resize the video on multiple monitors.

14 years agoFixed msw vout titles.
Laurent Aimar [Wed, 9 Dec 2009 20:05:28 +0000 (21:05 +0100)]
Fixed msw vout titles.

14 years agoFixed fine rate control (hotkeys).
Laurent Aimar [Mon, 21 Dec 2009 10:07:14 +0000 (11:07 +0100)]
Fixed fine rate control (hotkeys).

14 years agoQt4 streaming with dshow mrl fix
xxcv [Sat, 19 Dec 2009 07:58:36 +0000 (18:58 +1100)]
Qt4 streaming with dshow mrl fix

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years agoavformat mux: remove unused variables
Rafaël Carré [Mon, 21 Dec 2009 11:33:27 +0000 (12:33 +0100)]
avformat mux: remove unused variables

14 years agoBuild fix
Pierre Ynard [Mon, 21 Dec 2009 11:05:39 +0000 (12:05 +0100)]
Build fix

Avoid nested /* */ comments

14 years agoIncrease avcodec encoding output buffer size
Rafaël Carré [Mon, 21 Dec 2009 10:54:06 +0000 (11:54 +0100)]
Increase avcodec encoding output buffer size

Make some room for potential headers, You can now output VLC_CODEC_BMP
We use the same arbitrary value of 200 bytes than ffmpeg.c

Note: if we can ask FFmpeg to output RGBA (32bpp) or RGB48 (48bpp) then
the multiplier should be increased to 4 or 6 (needs to be investigated)

Pointed-out-by: ivoire
14 years agoFix and augment libvlc_media_player_(s|g)et_nsobject documentation
Olivier Aubert [Mon, 21 Dec 2009 09:45:19 +0000 (10:45 +0100)]
Fix and augment libvlc_media_player_(s|g)et_nsobject documentation

Note: this should be reviewed and further enhanced by an actual
user/developer of this API.

14 years agosap: Rename to "Network Streams (SAP)"
Pierre d'Herbemont [Mon, 21 Dec 2009 08:11:43 +0000 (09:11 +0100)]
sap: Rename to "Network Streams (SAP)"

Feel free to revert, or to find a better name, or to remove "(SAP)".

14 years agomacosx/framework: Change the repeatMode setter to be a property so that it can evenut...
Pierre d'Herbemont [Mon, 21 Dec 2009 08:01:20 +0000 (09:01 +0100)]
macosx/framework: Change the repeatMode setter to be a property so that it can evenutally be used with Bindings.

14 years agoosx/framework: added methods to access end-user-compliant names of subtitles, audio...
Felix Paul Kühne [Sun, 20 Dec 2009 23:17:19 +0000 (00:17 +0100)]
osx/framework: added methods to access end-user-compliant names of subtitles, audio tracks, etc.

14 years agoosx/framework: fixed a typo and enabled the framework to open external subtitle files
Felix Paul Kühne [Sun, 20 Dec 2009 22:30:27 +0000 (23:30 +0100)]
osx/framework: fixed a typo and enabled the framework to open external subtitle files

14 years agoosx/framework: renamed a few methods for consistency, added an addition subs method
Felix Paul Kühne [Sun, 20 Dec 2009 19:18:36 +0000 (20:18 +0100)]
osx/framework: renamed a few methods for consistency, added an addition subs method

additionally, this changes the playback behavior of VLCKit. play-and-pause is no longer enabled.

14 years agoosx/framework: don't interfere with the NSCell API and fail gracefully if pausing...
Felix Paul Kühne [Sun, 20 Dec 2009 16:16:19 +0000 (17:16 +0100)]
osx/framework: don't interfere with the NSCell API and fail gracefully if pausing throws an exception

14 years agoFixed audio date on rate change in FLAC packetizer.
Laurent Aimar [Sun, 20 Dec 2009 22:52:31 +0000 (23:52 +0100)]
Fixed audio date on rate change in FLAC packetizer.

14 years agoUsed VLC_TS_INVALID/0 in mkv demuxer.
Laurent Aimar [Sun, 20 Dec 2009 22:05:56 +0000 (23:05 +0100)]
Used VLC_TS_INVALID/0 in mkv demuxer.

14 years agoUsed VLC_TS_INVALID/0 in raw mpgv demuxer.
Laurent Aimar [Sun, 20 Dec 2009 22:00:43 +0000 (23:00 +0100)]
Used VLC_TS_INVALID/0 in raw mpgv demuxer.

14 years agoUsed VLC_TS_INVALID/0 in m4v demuxer.
Laurent Aimar [Sun, 20 Dec 2009 21:59:02 +0000 (22:59 +0100)]
Used VLC_TS_INVALID/0 in m4v demuxer.

14 years agoUsed VLC_TS_0 in raw h264 demuxer.
Laurent Aimar [Sun, 20 Dec 2009 21:56:38 +0000 (22:56 +0100)]
Used VLC_TS_0 in raw h264 demuxer.

14 years agoUsed VLC_TS_INVALID/0 in ES demuxer.
Laurent Aimar [Sun, 20 Dec 2009 21:55:34 +0000 (22:55 +0100)]
Used VLC_TS_INVALID/0 in ES demuxer.

14 years agoFixed initial timestamp value in xa demuxer.
Laurent Aimar [Sun, 20 Dec 2009 21:11:17 +0000 (22:11 +0100)]
Fixed initial timestamp value in xa demuxer.

14 years agoFixed initial timestamp value in wav demuxer.
Laurent Aimar [Sun, 20 Dec 2009 21:10:06 +0000 (22:10 +0100)]
Fixed initial timestamp value in wav demuxer.

14 years agoFixed initial timestamp value in VOC demuxer.
Laurent Aimar [Sun, 20 Dec 2009 21:09:14 +0000 (22:09 +0100)]
Fixed initial timestamp value in VOC demuxer.

14 years agoUsed VLC_TS_INVALID/0 in vobsub demuxer.
Laurent Aimar [Sun, 20 Dec 2009 21:08:09 +0000 (22:08 +0100)]
Used VLC_TS_INVALID/0 in vobsub demuxer.

14 years agoUsed VLC_TS_0 in vc1 demuxer.
Laurent Aimar [Sun, 20 Dec 2009 21:05:28 +0000 (22:05 +0100)]
Used VLC_TS_0 in vc1 demuxer.

14 years agoUsed VLC_TS_INVALID/0 in ty demuxer.
Laurent Aimar [Sun, 20 Dec 2009 21:03:36 +0000 (22:03 +0100)]
Used VLC_TS_INVALID/0 in ty demuxer.

14 years agoFixed initial timestamp value in TTA demuxer.
Laurent Aimar [Sun, 20 Dec 2009 20:57:16 +0000 (21:57 +0100)]
Fixed initial timestamp value in TTA demuxer.

14 years agoUsed VLC_TS_INVALID/0 in subtitle demuxer.
Laurent Aimar [Sun, 20 Dec 2009 20:55:00 +0000 (21:55 +0100)]
Used VLC_TS_INVALID/0 in subtitle demuxer.

14 years agoUsed VLC_TS_INVALID/0 in subtitle_asa demuxer.
Laurent Aimar [Sun, 20 Dec 2009 20:41:51 +0000 (21:41 +0100)]
Used VLC_TS_INVALID/0 in subtitle_asa demuxer.

14 years agoUsed VLC_TS_0 in SMF demuxer.
Laurent Aimar [Sun, 20 Dec 2009 20:36:22 +0000 (21:36 +0100)]
Used VLC_TS_0 in SMF demuxer.

14 years agoUsed VLC_TS_INVALID/0 in real demuxer.
Laurent Aimar [Sun, 20 Dec 2009 20:33:05 +0000 (21:33 +0100)]
Used VLC_TS_INVALID/0 in real demuxer.

14 years agoUsed VLC_TS_0 in rawvid demuxer.
Laurent Aimar [Sun, 20 Dec 2009 20:26:27 +0000 (21:26 +0100)]
Used VLC_TS_0 in rawvid demuxer.