]> git.sesse.net Git - vlc/log
vlc
14 years agocore: config_GetPsz -> var_CreateGetNonEmptyString
Rémi Denis-Courmont [Thu, 10 Dec 2009 16:44:20 +0000 (18:44 +0200)]
core: config_GetPsz -> var_CreateGetNonEmptyString

14 years agopython-ctypes: define a .value() method for enums in java code
Olivier Aubert [Thu, 10 Dec 2009 14:59:17 +0000 (15:59 +0100)]
python-ctypes: define a .value() method for enums in java code

ATM, java bindings use Enum.ordinal() to convert the enum name to its value. However, this approach is broken in the case of discontinuous enums such as libvlc_media_option_t.
Java bindings maintainers should convert their code to use the enum.value() method.

14 years agopython-ctypes: add support for media stats in java generator
Olivier Aubert [Thu, 10 Dec 2009 14:56:58 +0000 (15:56 +0100)]
python-ctypes: add support for media stats in java generator

14 years agoQt4: check random button if random is set
Rafaël Carré [Thu, 10 Dec 2009 14:43:13 +0000 (15:43 +0100)]
Qt4: check random button if random is set

14 years agomacosx/framework: Fix three leaks in VLCStreamOutput.
Pierre d'Herbemont [Thu, 10 Dec 2009 10:16:29 +0000 (11:16 +0100)]
macosx/framework: Fix three leaks in VLCStreamOutput.

Pointed-out-by Mike Schrag <mschrag@mdimension.com>.

14 years agoshoutcast: Don't leak psz_load.
Pierre d'Herbemont [Thu, 10 Dec 2009 01:04:15 +0000 (02:04 +0100)]
shoutcast: Don't leak psz_load.

14 years agoavi: Don't leak in error code path.
Pierre d'Herbemont [Thu, 10 Dec 2009 01:03:33 +0000 (02:03 +0100)]
avi: Don't leak in error code path.

14 years agoconfig: Don't leak dataDir and configDir in dirs_macos.
Pierre d'Herbemont [Wed, 9 Dec 2009 16:44:49 +0000 (17:44 +0100)]
config: Don't leak dataDir and configDir in dirs_macos.

14 years agomacosx/framework: Fix a leak in VLCTime.
Pierre d'Herbemont [Wed, 9 Dec 2009 16:37:47 +0000 (17:37 +0100)]
macosx/framework: Fix a leak in VLCTime.

14 years agolibvlc: Make sure we don't continue vlc exectution if no modules where found.
Pierre d'Herbemont [Wed, 9 Dec 2009 15:47:31 +0000 (16:47 +0100)]
libvlc: Make sure we don't continue vlc exectution if no modules where found.

This is done to better diagnosticate misconfiguration of libvlc path.

14 years agoSkins2: Add missing return statements.
JP Dinger [Wed, 9 Dec 2009 12:50:07 +0000 (13:50 +0100)]
Skins2: Add missing return statements.
Spotted by Dominique Leuenberger. Thanks.

14 years agomissing: add sout_MuxGetStream
Pierre Ynard [Wed, 9 Dec 2009 12:09:00 +0000 (13:09 +0100)]
missing: add sout_MuxGetStream

14 years agoDon't append option to $PKG-CONFIG if it's empty
Christophe Mutricy [Tue, 8 Dec 2009 23:25:24 +0000 (23:25 +0000)]
Don't append option to $PKG-CONFIG if it's empty

14 years agosignals: ignore SIGHUP if its handler is SIG_IGN
Rémi Denis-Courmont [Tue, 8 Dec 2009 21:13:39 +0000 (23:13 +0200)]
signals: ignore SIGHUP if its handler is SIG_IGN

This works around GNU coreutils nohup not working with VLC.

Pointed-out-by: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
14 years agoMove x11-display config to core
Rémi Denis-Courmont [Tue, 8 Dec 2009 21:00:01 +0000 (23:00 +0200)]
Move x11-display config to core

It is used in many places, namely all X11 plugins _except_ the video
display ones. So it did not make much sense to keep it there IMHO.

14 years agoRevert "Contrib: block FFmpeg revision until dxva2 patch is updated for HEAD"
Laurent Aimar [Tue, 8 Dec 2009 21:00:38 +0000 (22:00 +0100)]
Revert "Contrib: block FFmpeg revision until dxva2 patch is updated for HEAD"

This reverts commit 1e56f368a9662b7fa59bf33242b816c6e0995d2b.

14 years agoFixed a typo in weight computation (dxva2).
Laurent Aimar [Tue, 8 Dec 2009 20:58:41 +0000 (21:58 +0100)]
Fixed a typo in weight computation (dxva2).

Noticed by GBeauchesne.

14 years agoFixed dxva2 patch for latest ffmpeg.
Laurent Aimar [Tue, 8 Dec 2009 20:58:08 +0000 (21:58 +0100)]
Fixed dxva2 patch for latest ffmpeg.

14 years agoQt4: provide the X11 display address through the window provider
Rémi Denis-Courmont [Tue, 8 Dec 2009 16:48:33 +0000 (18:48 +0200)]
Qt4: provide the X11 display address through the window provider

14 years agoXCB/window: pass display string to window owner
Rémi Denis-Courmont [Tue, 8 Dec 2009 20:21:20 +0000 (22:21 +0200)]
XCB/window: pass display string to window owner

14 years agoXCB outputs: use X11 display specified by the window provider
Rémi Denis-Courmont [Mon, 7 Dec 2009 21:59:48 +0000 (23:59 +0200)]
XCB outputs: use X11 display specified by the window provider

14 years agoRoom for window provider to pass the X11 display
Rémi Denis-Courmont [Mon, 7 Dec 2009 21:59:16 +0000 (23:59 +0200)]
Room for window provider to pass the X11 display

14 years agoQt4: check for Windows window system backend rather than platform
Rémi Denis-Courmont [Tue, 8 Dec 2009 16:35:54 +0000 (18:35 +0200)]
Qt4: check for Windows window system backend rather than platform

14 years agoHWND window really can only work inside Windows or WINE code
Rémi Denis-Courmont [Mon, 7 Dec 2009 21:19:48 +0000 (23:19 +0200)]
HWND window really can only work inside Windows or WINE code

14 years agovout_window_t: simplify via anynomous union
Rémi Denis-Courmont [Mon, 7 Dec 2009 21:17:46 +0000 (23:17 +0200)]
vout_window_t: simplify via anynomous union

14 years agoAvoid warning (braindead putenv() prototype!)
Rémi Denis-Courmont [Tue, 8 Dec 2009 16:47:51 +0000 (18:47 +0200)]
Avoid warning (braindead putenv() prototype!)

14 years agoQt4: fix buffer overflow
Rémi Denis-Courmont [Tue, 8 Dec 2009 16:33:35 +0000 (18:33 +0200)]
Qt4: fix buffer overflow

14 years agoFixed avcodec compilation with vaapi enabled.
Laurent Aimar [Tue, 8 Dec 2009 18:47:56 +0000 (19:47 +0100)]
Fixed avcodec compilation with vaapi enabled.

PIX_FMT_DXVA2_VLD is not yet in official ffmpeg.

14 years agoopengl: Link the gl texture to the picture.
Pierre d'Herbemont [Tue, 8 Dec 2009 18:25:03 +0000 (19:25 +0100)]
opengl: Link the gl texture to the picture.

This fixes the opengl "vout display" on Mac OS X.

14 years agoRemoved debug message (opengl).
Laurent Aimar [Tue, 8 Dec 2009 18:27:59 +0000 (19:27 +0100)]
Removed debug message (opengl).

14 years agoFixed picture_sys_t::texture initialisation with opengl for apple.
Laurent Aimar [Tue, 8 Dec 2009 18:25:28 +0000 (19:25 +0100)]
Fixed picture_sys_t::texture initialisation with opengl for apple.

14 years agolibvlccore: export sout_MuxGetStream
Rafaël Carré [Tue, 8 Dec 2009 13:32:57 +0000 (14:32 +0100)]
libvlccore: export sout_MuxGetStream

14 years agoavformat mux : use sout_MuxGetStream
Rafaël Carré [Tue, 8 Dec 2009 13:26:24 +0000 (14:26 +0100)]
avformat mux : use sout_MuxGetStream

14 years agomove MuxGetStream() to libvlccore, bump plugin ABI
Rafaël Carré [Tue, 8 Dec 2009 11:37:49 +0000 (12:37 +0100)]
move MuxGetStream() to libvlccore, bump plugin ABI

14 years agoasf: fix VLC_TS_INVALID comparison spotted by nefrir
Rafaël Carré [Tue, 8 Dec 2009 11:04:03 +0000 (12:04 +0100)]
asf: fix VLC_TS_INVALID comparison spotted by nefrir

14 years agomux_ogg: clearly initialize variables
Rafaël Carré [Tue, 8 Dec 2009 10:47:06 +0000 (11:47 +0100)]
mux_ogg: clearly initialize variables

14 years agomux_asf: use VLC_TS_INVALID (refs #3135)
Rafaël Carré [Tue, 8 Dec 2009 10:26:28 +0000 (11:26 +0100)]
mux_asf: use VLC_TS_INVALID (refs #3135)

14 years agopacketizer_mpegvideo: use VLC_TS_INVALID (refs #3135)
Rafaël Carré [Tue, 8 Dec 2009 10:04:54 +0000 (11:04 +0100)]
packetizer_mpegvideo: use VLC_TS_INVALID (refs #3135)

Note: cc_pts/dts are still set to 0, I can't tell if this value is the
starting timestamp, or if it means the timestamps are not valid.

Better understanding on how pf_get_cc and packetizers are called in
src/input would clarify (fenrir?)

14 years agofix doxygen documentation.
Rémi Duraffort [Tue, 8 Dec 2009 09:33:32 +0000 (10:33 +0100)]
fix doxygen documentation.

14 years agopacketizer_mpeg4video: use VLC_TS_INVALID (refs #3135)
Rafaël Carré [Tue, 8 Dec 2009 09:52:44 +0000 (10:52 +0100)]
packetizer_mpeg4video: use VLC_TS_INVALID (refs #3135)

14 years agopython bindings: indicate that old python bindings are deprecated.
Olivier Aubert [Tue, 8 Dec 2009 09:41:05 +0000 (10:41 +0100)]
python bindings: indicate that old python bindings are deprecated.

To build the old version, you have to pass the --force-deprecated option to the setup.py script.

14 years agolibvlc_media.h: fix documentation
Rémi Duraffort [Tue, 8 Dec 2009 09:11:30 +0000 (10:11 +0100)]
libvlc_media.h: fix documentation

14 years agolibvlc: add two functions
Rémi Duraffort [Tue, 8 Dec 2009 09:04:53 +0000 (10:04 +0100)]
libvlc: add two functions
* set a meta (without changing the file)
* save all meta to the file

14 years agoopengl: Fix a typo that lead to a crash.
Pierre d'Herbemont [Tue, 8 Dec 2009 02:18:30 +0000 (03:18 +0100)]
opengl: Fix a typo that lead to a crash.

Note, the opengl output is still broken on Mac OS X, in the way that no picture are rendered.

14 years agomacosx/framework: Fix a leak in VLCMediaListPlayer.
Pierre d'Herbemont [Mon, 7 Dec 2009 23:37:47 +0000 (00:37 +0100)]
macosx/framework: Fix a leak in VLCMediaListPlayer.

14 years agoFortune
Christophe Mutricy [Tue, 8 Dec 2009 00:23:52 +0000 (00:23 +0000)]
Fortune

14 years agoContrib: block FFmpeg revision until dxva2 patch is updated for HEAD
Jean-Baptiste Kempf [Mon, 7 Dec 2009 23:39:05 +0000 (00:39 +0100)]
Contrib: block FFmpeg revision until dxva2 patch is updated for HEAD

14 years agoContrib: use Qt 4.6.0 for windows.
Jean-Baptiste Kempf [Mon, 7 Dec 2009 23:16:16 +0000 (00:16 +0100)]
Contrib: use Qt 4.6.0 for windows.

14 years agoQt: state machine fixes part 1
Jean-Baptiste Kempf [Sat, 5 Dec 2009 11:42:45 +0000 (12:42 +0100)]
Qt: state machine fixes part 1

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years agomacosx/framework: Make sure the nsobject drawable is never used after being freed.
Pierre d'Herbemont [Mon, 7 Dec 2009 17:49:02 +0000 (18:49 +0100)]
macosx/framework: Make sure the nsobject drawable is never used after being freed.

This issue was pointed out by Sébastien Zwickert.

We ensure this by two things:
- Retaining it by the media player and ensuring we are effectively stopped when releasing it. (ie, no one will use the drawable from now on).
- Retaining it during the life span of the vout. After a stop, the drawable might still be in the progress of receiving the notification of the vout removal, so we need it not to be freed during this period of time.
An alternative would be to create a protocol between drawable->vout to unregister the drawable.

14 years agolibvlc: Make sure the media_player has its own state cached.
Pierre d'Herbemont [Mon, 7 Dec 2009 19:35:10 +0000 (20:35 +0100)]
libvlc: Make sure the media_player has its own state cached.

A weirdness was introduced somehow. We were relying on the media state. (!)

Also, make sure that we always require stop() to be called when the media_player is destroyed. This may prevent some unwanted bad usage, whose consequence might be that _release() will block on input thread destruction.

14 years agomacosx/framework: Print minutes and seconds when there is less than 5 mins remaining...
Pierre d'Herbemont [Mon, 7 Dec 2009 17:13:58 +0000 (18:13 +0100)]
macosx/framework: Print minutes and seconds when there is less than 5 mins remaining in -[VLCTime verboseStringDescription]

14 years agoOops, removed tabs from vlc_vout_opengl.h.
Laurent Aimar [Mon, 7 Dec 2009 20:36:07 +0000 (21:36 +0100)]
Oops, removed tabs from vlc_vout_opengl.h.

14 years agoEnabled glwin32 in "vout display" wrapper.
Laurent Aimar [Mon, 7 Dec 2009 20:17:44 +0000 (21:17 +0100)]
Enabled glwin32 in "vout display" wrapper.

14 years agoConverted glwin32 to vout display.
Laurent Aimar [Mon, 7 Dec 2009 20:15:51 +0000 (21:15 +0100)]
Converted glwin32 to vout display.

14 years agoSplitted reusable code from opengl.c into opengl.h
Laurent Aimar [Sun, 6 Dec 2009 21:04:08 +0000 (22:04 +0100)]
Splitted reusable code from opengl.c into opengl.h

It will be used by opengl vout_displays.

14 years agoAdded vout_opengl_t definitions.
Laurent Aimar [Sun, 6 Dec 2009 21:02:44 +0000 (22:02 +0100)]
Added vout_opengl_t definitions.

14 years agoRevert "rtp sout: implement rtptime parameter"
Pierre Ynard [Mon, 7 Dec 2009 19:28:34 +0000 (20:28 +0100)]
Revert "rtp sout: implement rtptime parameter"

This reverts commit ce7a4746ad10d451e5e2807be44181df9456d6f0.

Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr>
14 years agoRevert "SDP: don't disallow RTCP RR"
Pierre Ynard [Mon, 7 Dec 2009 19:28:03 +0000 (20:28 +0100)]
Revert "SDP: don't disallow RTCP RR"

This reverts commit b377e1af8d5a0df8e9969655a2024b251724c83c.

Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr>
14 years agoRTP out: hint the IP stack we won't be receiving anything on UDP sockets
Rémi Denis-Courmont [Mon, 7 Dec 2009 18:45:59 +0000 (20:45 +0200)]
RTP out: hint the IP stack we won't be receiving anything on UDP sockets

Currently, we never read from RTP and RTCP sockets, so we might as well
set their RX buffer size to zero.

14 years agoSDP: don't disallow RTCP RR
Pierre Ynard [Mon, 7 Dec 2009 17:51:29 +0000 (18:51 +0100)]
SDP: don't disallow RTCP RR

It does more harm than good, since some clients (RealPlayer) will
just throw out a "not enough bandwidth" error and fail to open the
stream.

14 years agoFix make dist
Pierre Ynard [Mon, 7 Dec 2009 17:41:07 +0000 (18:41 +0100)]
Fix make dist

14 years agoinput/decoder_synchro: remove unneeded variable init
Rafaël Carré [Mon, 7 Dec 2009 17:30:49 +0000 (18:30 +0100)]
input/decoder_synchro: remove unneeded variable init

14 years agoinput/es_out : use VLC_TS_INVALID (refs #3135)
Rafaël Carré [Mon, 7 Dec 2009 17:30:30 +0000 (18:30 +0100)]
input/es_out : use VLC_TS_INVALID (refs #3135)

14 years agogoom: use VLC_TS_INVALID (refs #3135)
Rafaël Carré [Mon, 7 Dec 2009 17:23:15 +0000 (18:23 +0100)]
goom: use VLC_TS_INVALID (refs #3135)

14 years agodecoder stats: use VLC_TS_INVALID (refs #3135)
Rafaël Carré [Mon, 7 Dec 2009 17:21:46 +0000 (18:21 +0100)]
decoder stats: use VLC_TS_INVALID (refs #3135)

14 years agosout_rtp: use VLC_TS_INVALID (refs #3135)
Rafaël Carré [Mon, 7 Dec 2009 17:19:11 +0000 (18:19 +0100)]
sout_rtp: use VLC_TS_INVALID (refs #3135)

14 years agobridge: use VLC_TS_INVALID (refs #3135)
Rafaël Carré [Mon, 7 Dec 2009 17:19:03 +0000 (18:19 +0100)]
bridge: use VLC_TS_INVALID (refs #3135)

14 years agosout_display: use VLC_TS_INVALID (refs #3135)
Rafaël Carré [Mon, 7 Dec 2009 17:18:45 +0000 (18:18 +0100)]
sout_display: use VLC_TS_INVALID (refs #3135)

14 years agoautodel: use VLC_TS_INVALID (refs #3135)
Rafaël Carré [Mon, 7 Dec 2009 17:18:30 +0000 (18:18 +0100)]
autodel: use VLC_TS_INVALID (refs #3135)

14 years agosout_switcher: remove useless initialization
Rafaël Carré [Mon, 7 Dec 2009 17:18:13 +0000 (18:18 +0100)]
sout_switcher: remove useless initialization

14 years agotranscode osd: use VLC_TS_INVALID (refs #3135)
Rafaël Carré [Mon, 7 Dec 2009 17:03:41 +0000 (18:03 +0100)]
transcode osd: use VLC_TS_INVALID (refs #3135)

14 years agox264: do not use void* with pointer arithmetic
Rafaël Carré [Mon, 7 Dec 2009 16:54:47 +0000 (17:54 +0100)]
x264: do not use void* with pointer arithmetic

14 years agox264: mention to remove kludge when 0 is a valid timestamp
Rafaël Carré [Mon, 7 Dec 2009 16:53:36 +0000 (17:53 +0100)]
x264: mention to remove kludge when 0 is a valid timestamp

14 years agovorbis: use VLC_TS_INVALID (refs #3135)
Rafaël Carré [Mon, 7 Dec 2009 16:48:12 +0000 (17:48 +0100)]
vorbis: use VLC_TS_INVALID (refs #3135)

Also remove unneeded encoder_sys_t member

14 years agotheora: use VLC_TS_INVALID (refs #3135)
Rafaël Carré [Mon, 7 Dec 2009 16:47:03 +0000 (17:47 +0100)]
theora: use VLC_TS_INVALID (refs #3135)

14 years agosubsusf: use VLC_TS_INVALID (refs #3135)
Rafaël Carré [Mon, 7 Dec 2009 16:44:27 +0000 (17:44 +0100)]
subsusf: use VLC_TS_INVALID (refs #3135)

14 years agosubsdec: use VLC_TS_INVALID (refs #3135)
Rafaël Carré [Mon, 7 Dec 2009 16:44:17 +0000 (17:44 +0100)]
subsdec: use VLC_TS_INVALID (refs #3135)

14 years agospudec: use VLC_TS_INVALID (refs #3135)
Rafaël Carré [Mon, 7 Dec 2009 16:43:12 +0000 (17:43 +0100)]
spudec: use VLC_TS_INVALID (refs #3135)

14 years agospeex: use VLC_TS_INVALID (refs #3135)
Rafaël Carré [Mon, 7 Dec 2009 16:41:57 +0000 (17:41 +0100)]
speex: use VLC_TS_INVALID (refs #3135)

Also remove unneeded encoder_sys_t member

14 years agowmafixed: use VLC_TS_INVALID (refs #3135)
Rafaël Carré [Mon, 7 Dec 2009 16:38:21 +0000 (17:38 +0100)]
wmafixed: use VLC_TS_INVALID (refs #3135)

14 years agosdl_image: use VLC_TS_INVALID (refs #3135)
Rafaël Carré [Mon, 7 Dec 2009 16:37:17 +0000 (17:37 +0100)]
sdl_image: use VLC_TS_INVALID (refs #3135)

14 years agoschroedinger: use VLC_TS_INVALID (refs #3135)
Rafaël Carré [Mon, 7 Dec 2009 16:36:45 +0000 (17:36 +0100)]
schroedinger: use VLC_TS_INVALID (refs #3135)

14 years agorealvideo: use VLC_TS_INVALID (refs #3135)
Rafaël Carré [Mon, 7 Dec 2009 16:35:11 +0000 (17:35 +0100)]
realvideo: use VLC_TS_INVALID (refs #3135)

14 years agorealaudio: use VLC_TS_INVALID (refs #3135)
Rafaël Carré [Mon, 7 Dec 2009 16:34:28 +0000 (17:34 +0100)]
realaudio: use VLC_TS_INVALID (refs #3135)

14 years agorawvideo: use VLC_TS_INVALID (refs #3135)
Rafaël Carré [Mon, 7 Dec 2009 16:34:04 +0000 (17:34 +0100)]
rawvideo: use VLC_TS_INVALID (refs #3135)

14 years agoFix meta writing (inverted logic in the core).
Rémi Duraffort [Mon, 7 Dec 2009 08:25:16 +0000 (09:25 +0100)]
Fix meta writing (inverted logic in the core).

14 years agomacosx/framework: Export -[VLCMediaPlayer remainingTime] and -[VLCTime verboseStringV...
Pierre d'Herbemont [Mon, 7 Dec 2009 07:58:21 +0000 (08:58 +0100)]
macosx/framework: Export -[VLCMediaPlayer remainingTime] and -[VLCTime verboseStringValue].

14 years agoquicktime: use VLC_TS_INVALID (refs #3135)
Rafaël Carré [Mon, 7 Dec 2009 07:48:54 +0000 (08:48 +0100)]
quicktime: use VLC_TS_INVALID (refs #3135)

14 years agopng: use VLC_TS_INVALID (refs #3135)
Rafaël Carré [Mon, 7 Dec 2009 07:47:26 +0000 (08:47 +0100)]
png: use VLC_TS_INVALID (refs #3135)

14 years agompga: use VLC_TS_INVALID (refs #3135)
Rafaël Carré [Mon, 7 Dec 2009 07:47:04 +0000 (08:47 +0100)]
mpga: use VLC_TS_INVALID (refs #3135)

14 years agomash: use VLC_TS_INVALID (refs #3135)
Rafaël Carré [Mon, 7 Dec 2009 07:46:02 +0000 (08:46 +0100)]
mash: use VLC_TS_INVALID (refs #3135)

14 years agolpcm: use VLC_TS_INVALID (refs #3135)
Rafaël Carré [Mon, 7 Dec 2009 07:43:32 +0000 (08:43 +0100)]
lpcm: use VLC_TS_INVALID (refs #3135)

14 years agokate: use VLC_TS_INVALID (refs #3135)
Rafaël Carré [Mon, 7 Dec 2009 07:40:10 +0000 (08:40 +0100)]
kate: use VLC_TS_INVALID (refs #3135)

14 years agoinvmem: use VLC_TS_INVALID (refs #3135)
Rafaël Carré [Mon, 7 Dec 2009 07:38:59 +0000 (08:38 +0100)]
invmem: use VLC_TS_INVALID (refs #3135)

14 years agofluidsynth: use VLC_TS_INVALID (refs #3135)
Rafaël Carré [Mon, 7 Dec 2009 07:38:31 +0000 (08:38 +0100)]
fluidsynth: use VLC_TS_INVALID (refs #3135)

14 years agoflac: use VLC_TS_INVALID (refs #3135)
Rafaël Carré [Mon, 7 Dec 2009 07:37:54 +0000 (08:37 +0100)]
flac: use VLC_TS_INVALID (refs #3135)

14 years agofaad: use VLC_TS_INVALID (refs #3135)
Rafaël Carré [Mon, 7 Dec 2009 07:36:25 +0000 (08:36 +0100)]
faad: use VLC_TS_INVALID (refs #3135)

14 years agodvbsub: use VLC_TS_INVALID (refs #3135)
Rafaël Carré [Mon, 7 Dec 2009 07:35:52 +0000 (08:35 +0100)]
dvbsub: use VLC_TS_INVALID (refs #3135)

14 years agodts: use VLC_TS_INVALID (refs #3135)
Rafaël Carré [Mon, 7 Dec 2009 07:32:39 +0000 (08:32 +0100)]
dts: use VLC_TS_INVALID (refs #3135)