]> git.sesse.net Git - vlc/log
vlc
16 years ago- mingw32: fix libtool linking.
Damien Fouilleul [Tue, 24 Jul 2007 17:15:59 +0000 (17:15 +0000)]
- mingw32: fix libtool linking.

16 years ago- bootstrap: quick fix for libtooling modules for mingw
Damien Fouilleul [Mon, 23 Jul 2007 22:36:45 +0000 (22:36 +0000)]
- bootstrap: quick fix for libtooling modules for mingw

16 years agohrm. compile before commit. la la la
Christophe Mutricy [Mon, 23 Jul 2007 21:37:33 +0000 (21:37 +0000)]
hrm. compile before commit. la la la

16 years agovlc.desktop: the version in it refers to the standard version not VLC version.
Christophe Mutricy [Mon, 23 Jul 2007 21:29:35 +0000 (21:29 +0000)]
vlc.desktop: the version in it refers to the standard version not VLC version.
       - don't process it with config.status
       - get rif of the duplicate application/x-matroska
   Pointed by kwizart

16 years agocontrib: Provide a glibtool as well as a glibtoolize on Mac OS X.
Pierre d'Herbemont [Mon, 23 Jul 2007 21:01:03 +0000 (21:01 +0000)]
contrib: Provide a glibtool as well as a glibtoolize on Mac OS X.

16 years agolibvlc.dll: libtool fixes
Damien Fouilleul [Mon, 23 Jul 2007 16:26:03 +0000 (16:26 +0000)]
libvlc.dll: libtool fixes

16 years ago- configure.ac: only tests for Osso and Xdsp if X11 is available
Damien Fouilleul [Mon, 23 Jul 2007 09:01:56 +0000 (09:01 +0000)]
- configure.ac: only tests for Osso and Xdsp if X11 is available

16 years agoRemove rtp.c which was added by mistake in [20846]
Christophe Mutricy [Sun, 22 Jul 2007 18:26:32 +0000 (18:26 +0000)]
Remove rtp.c which was added by mistake in [20846]

16 years agoRevert the two previous commit as we are not using svn checkout, thus can't update...
Pierre d'Herbemont [Sun, 22 Jul 2007 16:58:33 +0000 (16:58 +0000)]
Revert the two previous commit as we are not using svn checkout, thus can't update, thus there is no clean solution to properly update the build bot.

16 years agocontrib: Fix previous commit (oops).
Pierre d'Herbemont [Sun, 22 Jul 2007 16:52:07 +0000 (16:52 +0000)]
contrib: Fix previous commit (oops).

16 years agocontrib: Run svn update if needed in ffmpeg.
Pierre d'Herbemont [Sun, 22 Jul 2007 16:49:57 +0000 (16:49 +0000)]
contrib: Run svn update if needed in ffmpeg.

16 years agolibvlc.sym: __module_Exists and decoder_GetInputAttachments are exported by libvlc.
Pierre d'Herbemont [Sun, 22 Jul 2007 11:02:02 +0000 (11:02 +0000)]
libvlc.sym: __module_Exists and decoder_GetInputAttachments are exported by libvlc.

16 years agoMakefile.am: With VLC-release.app make sure to install not to ln.
Pierre d'Herbemont [Sun, 22 Jul 2007 10:45:49 +0000 (10:45 +0000)]
Makefile.am: With VLC-release.app make sure to install not to ln.

16 years agoMakefile.am: Make the VLC-release.app target libtool aware.
Pierre d'Herbemont [Sat, 21 Jul 2007 23:04:43 +0000 (23:04 +0000)]
Makefile.am: Make the VLC-release.app target libtool aware.

16 years agocontrib: dirac-osx.path is unused now.
Pierre d'Herbemont [Sat, 21 Jul 2007 20:52:11 +0000 (20:52 +0000)]
contrib: dirac-osx.path is unused now.

16 years agocontrib: Use dirac-cross.patch on Mac OS X.
Pierre d'Herbemont [Sat, 21 Jul 2007 20:50:38 +0000 (20:50 +0000)]
contrib: Use dirac-cross.patch on Mac OS X.

16 years agoconfigure.ac: Enable libtool on Mac OS X by default.
Pierre d'Herbemont [Sat, 21 Jul 2007 20:12:30 +0000 (20:12 +0000)]
configure.ac: Enable libtool on Mac OS X by default.

16 years agoMakefile.am: Use libtool on Mac OS X.
Pierre d'Herbemont [Sat, 21 Jul 2007 20:10:21 +0000 (20:10 +0000)]
Makefile.am: Use libtool on Mac OS X.

16 years agosmall cleanup missing in the previous commit
Christophe Mutricy [Sat, 21 Jul 2007 14:23:41 +0000 (14:23 +0000)]
small cleanup missing in the previous commit

16 years agoBetter fix for <linux/videodev2.h> . Refs #1238
Christophe Mutricy [Sat, 21 Jul 2007 14:15:29 +0000 (14:15 +0000)]
Better fix for <linux/videodev2.h> . Refs #1238

16 years agobootstrap: Fix previous commit (oops I did it again).
Pierre d'Herbemont [Fri, 20 Jul 2007 22:52:44 +0000 (22:52 +0000)]
bootstrap: Fix previous commit (oops I did it again).

16 years agoboostrap: Fix previous commit (oops)
Pierre d'Herbemont [Fri, 20 Jul 2007 22:44:02 +0000 (22:44 +0000)]
boostrap: Fix previous commit (oops)

16 years agobootstrap: Use libtoolize from contrib by default.
Pierre d'Herbemont [Fri, 20 Jul 2007 22:40:23 +0000 (22:40 +0000)]
bootstrap: Use libtoolize from contrib by default.

16 years agocontrib: Really install libtool on Mac OS X as default version isn't working well...
Pierre d'Herbemont [Fri, 20 Jul 2007 22:36:47 +0000 (22:36 +0000)]
contrib: Really install libtool on Mac OS X as default version isn't working well enough.

16 years agocontrib: Bump libtool version to latest stable 1.5.24.
Pierre d'Herbemont [Fri, 20 Jul 2007 22:34:57 +0000 (22:34 +0000)]
contrib: Bump libtool version to latest stable 1.5.24.

16 years agoWork-around a subtility of the preprocessor and use " instead of <>.
Christophe Mutricy [Fri, 20 Jul 2007 22:16:46 +0000 (22:16 +0000)]
Work-around a subtility of the preprocessor and use " instead of <>.
This will break for the people with a linux/videodev2.h in srcdir or srcdir/modules/access but that's quite unlikely.
Closes #1238

16 years agoRemove dummy stream_t.pf_block
Rémi Denis-Courmont [Fri, 20 Jul 2007 20:55:02 +0000 (20:55 +0000)]
Remove dummy stream_t.pf_block

16 years agoFixed a bunch of warning because of stream_Peek change.
Laurent Aimar [Fri, 20 Jul 2007 19:45:21 +0000 (19:45 +0000)]
Fixed a bunch of warning because of stream_Peek change.

16 years agoFix some const.
Christophe Mutricy [Fri, 20 Jul 2007 17:19:17 +0000 (17:19 +0000)]
Fix some const.

16 years agosvn:props
Rémi Denis-Courmont [Fri, 20 Jul 2007 15:51:26 +0000 (15:51 +0000)]
svn:props

16 years agoUTF-8
Rémi Denis-Courmont [Fri, 20 Jul 2007 15:50:43 +0000 (15:50 +0000)]
UTF-8

16 years ago- Fix a bunch of warnings
Rémi Denis-Courmont [Fri, 20 Jul 2007 14:34:20 +0000 (14:34 +0000)]
- Fix a bunch of warnings
- Fix a bunch of abuse of strncmp (memcmp rulez)

16 years agoMake stream_Peek take a const pointer as it should
Rémi Denis-Courmont [Fri, 20 Jul 2007 14:22:54 +0000 (14:22 +0000)]
Make stream_Peek take a const pointer as it should
(This introduces a lot of warnings)

16 years agoResync gettext with contrib
Rémi Denis-Courmont [Fri, 20 Jul 2007 14:04:50 +0000 (14:04 +0000)]
Resync gettext with contrib

16 years agoTry to fix NLS on Win32
Rémi Denis-Courmont [Fri, 20 Jul 2007 13:53:29 +0000 (13:53 +0000)]
Try to fix NLS on Win32
Somehow gettext fails on mingw32 here, so cannot test

16 years agoStupid typo
Rémi Denis-Courmont [Fri, 20 Jul 2007 13:24:54 +0000 (13:24 +0000)]
Stupid typo

16 years agoClean up
Rémi Denis-Courmont [Fri, 20 Jul 2007 13:13:53 +0000 (13:13 +0000)]
Clean up

16 years agoDon't scale when original widht/height is zero.
Jean-Paul Saman [Fri, 20 Jul 2007 12:46:02 +0000 (12:46 +0000)]
Don't scale when original widht/height is zero.

16 years ago(hopefully) a fix for issue found by Ilkka Ollakka introduced in commit 20729
Bernie Purcell [Thu, 19 Jul 2007 23:05:27 +0000 (23:05 +0000)]
(hopefully) a fix for issue found by Ilkka Ollakka introduced in commit 20729

16 years agobootstrap: Attempt to fix Mac OS X build using libtool. Please review.
Pierre d'Herbemont [Thu, 19 Jul 2007 20:14:50 +0000 (20:14 +0000)]
bootstrap: Attempt to fix Mac OS X build using libtool. Please review.

16 years agoSame as previous commit
Rémi Denis-Courmont [Thu, 19 Jul 2007 19:06:19 +0000 (19:06 +0000)]
Same as previous commit

16 years agoRemove extra whitespace
Rémi Denis-Courmont [Thu, 19 Jul 2007 19:00:17 +0000 (19:00 +0000)]
Remove extra whitespace

16 years agocontrol/event.c: Make sure intall_input_event returns a value.
Pierre d'Herbemont [Thu, 19 Jul 2007 17:57:42 +0000 (17:57 +0000)]
control/event.c: Make sure intall_input_event returns a value.

16 years agosrc/Makefile.am: Only allow libvlc-control symbols that are prefixed by libvlc|mediac...
Pierre d'Herbemont [Thu, 19 Jul 2007 17:34:23 +0000 (17:34 +0000)]
src/Makefile.am: Only allow libvlc-control symbols that are prefixed by libvlc|mediacontrol. (Use to be symbol that contains libvlc or mediacontrol. This is a fix for Mac OS X and libtool.

16 years agoRemove non-libtool targets.
Rémi Denis-Courmont [Thu, 19 Jul 2007 17:28:35 +0000 (17:28 +0000)]
Remove non-libtool targets.
automake could hardly keep up with 700 targets.

16 years agoAlways use libtool here
Rémi Denis-Courmont [Thu, 19 Jul 2007 16:32:23 +0000 (16:32 +0000)]
Always use libtool here

16 years agoCosmetic fix
Rémi Denis-Courmont [Thu, 19 Jul 2007 15:47:50 +0000 (15:47 +0000)]
Cosmetic fix

16 years agoRemove the most useless Makefile statement ever
Rémi Denis-Courmont [Thu, 19 Jul 2007 15:47:06 +0000 (15:47 +0000)]
Remove the most useless Makefile statement ever

16 years agoFix positioning of subpicture regions in osdmenu.
Jean-Paul Saman [Thu, 19 Jul 2007 14:50:53 +0000 (14:50 +0000)]
Fix positioning of subpicture regions in osdmenu.

16 years agoDon't scale when source or destination width/height is zero. Fixes a arithmic excepti...
Jean-Paul Saman [Thu, 19 Jul 2007 13:45:30 +0000 (13:45 +0000)]
Don't scale when source or destination width/height is zero. Fixes a arithmic exception (division by zero).

16 years agoAdd input check.
Philippe Morin [Thu, 19 Jul 2007 12:57:50 +0000 (12:57 +0000)]
Add input check.
Avoid mallocing/freeing a libvlc_exception_t (end).

16 years agoAlso demux YUV4MPEG2 files with the raw video demux. Bump the demux score so that...
Antoine Cellerier [Wed, 18 Jul 2007 22:14:57 +0000 (22:14 +0000)]
Also demux YUV4MPEG2 files with the raw video demux. Bump the demux score so that it's tested before ffmpeg. ( http://wiki.multimedia.cx/index.php?title=YUV4MPEG2 )

16 years agoRemove some useless cruft
Rémi Denis-Courmont [Wed, 18 Jul 2007 19:47:29 +0000 (19:47 +0000)]
Remove some useless cruft

16 years agoAvoid allocating/freeing livlc_exception_t.
Philippe Morin [Wed, 18 Jul 2007 16:54:09 +0000 (16:54 +0000)]
Avoid allocating/freeing livlc_exception_t.

16 years agoContribs: build taglib on Windows. Don't know yet about the detection in main config...
Jean-Baptiste Kempf [Wed, 18 Jul 2007 04:37:24 +0000 (04:37 +0000)]
Contribs:  build taglib on Windows. Don't know yet about the detection in main configure. (Ref #1247)

16 years agoD-Bus: "org.mpris.vlc" adjustement.
Jean-Baptiste Kempf [Wed, 18 Jul 2007 04:29:02 +0000 (04:29 +0000)]
D-Bus: "org.mpris.vlc" adjustement.
Patch from Mirsal, as often.

16 years agoDefault keys for !mac changes:
Jean-Baptiste Kempf [Wed, 18 Jul 2007 04:21:59 +0000 (04:21 +0000)]
Default keys for !mac changes:
The idea is that "Ctrl + small letter" are now reserved to interface for
dialogs/windows showing.

=====
* Subtitles delay are now 'g','h' (g down, h up) instead of Ctrl+'h'|'j'
* Audio delay are now 'k', 'j' ( j down, k up ) in order to mimic
subtitles delay (g h j k are next to each other on most keyboards).

* loop is 'l' instead of shift+l to simplify and match random that is 'r'.

* audio and subtitles tracks are 'b' and 'v', instead of 'l', 'k', used
now for delay, since all delays are regrouped.

* Menus, title and chapter are now alt+  instead of Ctrl+ and are using
'n','p' for next/previous chapter and 'o','b' for other (title) next/previous
(o, b are next to n, p)

History is using alt+g, alt+h instead of ctrl+v , ctrl+b, (g & h are
next to each other)

Record is using now Ctrl+shift+r to mimic dump which is ctrl + shift +d.

16 years agoAdd raw video demux to the NEWS.
Antoine Cellerier [Tue, 17 Jul 2007 22:00:35 +0000 (22:00 +0000)]
Add raw video demux to the NEWS.

16 years agoAutomatically load files with the following extension using the rawvid module (and...
Antoine Cellerier [Tue, 17 Jul 2007 21:59:22 +0000 (21:59 +0000)]
Automatically load files with the following extension using the rawvid module (and set height, width, aspect ratio, chroma and fps correctly): sqcif, qcif, cif, 4cif, 16cif, yuv.

16 years agoAdd aspect ratio and chroma option to the rawvid demux.
Antoine Cellerier [Tue, 17 Jul 2007 21:40:03 +0000 (21:40 +0000)]
Add aspect ratio and chroma option to the rawvid demux.
Add some sanity checks to the options' values.

16 years agoAnd another fortune from funman.
Pavlov Konstantin [Tue, 17 Jul 2007 21:20:00 +0000 (21:20 +0000)]
And another fortune from funman.

16 years agoqt4 - Renaming a function.
Jean-Baptiste Kempf [Tue, 17 Jul 2007 17:54:05 +0000 (17:54 +0000)]
qt4 - Renaming a function.

16 years agoQt4 - Cosmetics on previous commit and comments.
Jean-Baptiste Kempf [Tue, 17 Jul 2007 17:50:35 +0000 (17:50 +0000)]
Qt4 - Cosmetics on previous commit and comments.

16 years agoQt4: Systray Menu segfaults. Don't register the connects if you don't have a systray.
Jean-Baptiste Kempf [Tue, 17 Jul 2007 17:43:28 +0000 (17:43 +0000)]
Qt4: Systray Menu segfaults. Don't register the connects if you don't have a systray.

16 years agoFix locking issues in (embedded) snapshot code
Olivier Aubert [Tue, 17 Jul 2007 13:12:55 +0000 (13:12 +0000)]
Fix locking issues in (embedded) snapshot code

16 years agovlc-config: fixed optimizations by splitting CFLAGS_OPTIM into CFLAGS_OPTIM_SIZE...
Damien Fouilleul [Tue, 17 Jul 2007 11:05:30 +0000 (11:05 +0000)]
vlc-config: fixed optimizations by splitting CFLAGS_OPTIM into CFLAGS_OPTIM_SIZE and CFLAGS_OPTIM_SPEED, and only one of which is used depending on value --enable-optimize-memory, moreover CFLAGS_NOOPTIM is set to -O0 rather than -O2 whenever possible

16 years agoAdd myself.
Pavlov Konstantin [Tue, 17 Jul 2007 10:33:23 +0000 (10:33 +0000)]
Add myself.

16 years ago- contribs: cleanup pthreads for win32 target
Damien Fouilleul [Tue, 17 Jul 2007 10:09:56 +0000 (10:09 +0000)]
- contribs: cleanup pthreads for win32 target

16 years agocontribs: fix lua compile on cygwin/mingw/win32
Damien Fouilleul [Tue, 17 Jul 2007 08:43:14 +0000 (08:43 +0000)]
contribs: fix lua compile on cygwin/mingw/win32

16 years agoFixed access to (potentially) uninitialized data (close #1246, reported by aurelien).
Laurent Aimar [Mon, 16 Jul 2007 20:45:20 +0000 (20:45 +0000)]
Fixed access to (potentially) uninitialized data (close #1246, reported by aurelien).

16 years agoinput/input_internal.h: Provide a more discouraging warning message. (as requested...
Pierre d'Herbemont [Mon, 16 Jul 2007 19:17:28 +0000 (19:17 +0000)]
input/input_internal.h: Provide a more discouraging warning message. (as requested by courmish)

16 years agoinput/input_internal.h: Be more polite in the warning message.
Pierre d'Herbemont [Sun, 15 Jul 2007 17:14:22 +0000 (17:14 +0000)]
input/input_internal.h: Be more polite in the warning message.

16 years agoAdd libvlc_media_instance_release(input) call to correctly release
Philippe Morin [Sun, 15 Jul 2007 08:06:29 +0000 (08:06 +0000)]
Add libvlc_media_instance_release(input) call to correctly release
the media instance.

16 years agoRecognise subsdec-formatted variable when rendering USF and SRT subtitles, and
Bernie Purcell [Sun, 15 Jul 2007 02:08:22 +0000 (02:08 +0000)]
Recognise subsdec-formatted variable when rendering USF and SRT subtitles, and
turn off styling of text if appropriate.

16 years agocontrol/media_instance.c: Work around a missing playlist feature: Playlist should...
Pierre d'Herbemont [Sat, 14 Jul 2007 20:54:33 +0000 (20:54 +0000)]
control/media_instance.c: Work around a missing playlist feature: Playlist should increment the input refcount, and destroy it based upon its refcount value. (this is a temporary hack to allow libvlc usage, until we fix the playlist).

16 years agoBDA - minor bug fix in graph destructor
Ken Self [Fri, 13 Jul 2007 20:38:12 +0000 (20:38 +0000)]
BDA - minor bug fix in graph destructor

16 years agocontrol/media_instance.c: Make sure we initialize every md's variables in _new_from_i...
Pierre d'Herbemont [Fri, 13 Jul 2007 20:32:45 +0000 (20:32 +0000)]
control/media_instance.c: Make sure we initialize every md's variables in _new_from_input_thread.

16 years agomediacontrol: prefix unit conversion functions with private_
Olivier Aubert [Fri, 13 Jul 2007 08:23:25 +0000 (08:23 +0000)]
mediacontrol: prefix unit conversion functions with private_

16 years agomediacontrol:
Olivier Aubert [Thu, 12 Jul 2007 21:05:02 +0000 (21:05 +0000)]
mediacontrol:
 * prefix non-exported function names with private_ (as by Pierre d'Herbemont's suggestion)
 * move private functions definitions to src/control/mediacontrol_internal.h
 * move all structure definitions to include/vlc/mediacontrol_structure.h

16 years agoRefresh patch.
Christophe Mutricy [Thu, 12 Jul 2007 18:41:39 +0000 (18:41 +0000)]
Refresh patch.

16 years agovlc_common.h: fix typo in define variable name
Olivier Aubert [Thu, 12 Jul 2007 16:57:43 +0000 (16:57 +0000)]
vlc_common.h: fix typo in define variable name

16 years agoRevert part of r20746, which indeed broke the build of python bindings
Olivier Aubert [Thu, 12 Jul 2007 16:56:22 +0000 (16:56 +0000)]
Revert part of r20746, which indeed broke the build of python bindings

16 years agoContribs: gnutls 1.6.2 => 1.6.3
Jean-Baptiste Kempf [Wed, 11 Jul 2007 18:09:20 +0000 (18:09 +0000)]
Contribs: gnutls 1.6.2 => 1.6.3

16 years agocontrol/media_instance: More lock sanitization. (oops).
Pierre d'Herbemont [Wed, 11 Jul 2007 18:00:35 +0000 (18:00 +0000)]
control/media_instance: More lock sanitization. (oops).

16 years agoContrib: libpng 1.2.16 => 1.2.18 (fix CVE-2007-2445, VU#684664)
Jean-Baptiste Kempf [Wed, 11 Jul 2007 17:46:26 +0000 (17:46 +0000)]
Contrib: libpng 1.2.16 => 1.2.18 (fix CVE-2007-2445, VU#684664)

16 years agoContribs: Freetype 2.3.4 => 2.3.5
Jean-Baptiste Kempf [Wed, 11 Jul 2007 16:44:40 +0000 (16:44 +0000)]
Contribs: Freetype 2.3.4 => 2.3.5
  Speex 1.2b1 => 1.2b2

16 years agoContrib: Xml2 => 2.6.29
Jean-Baptiste Kempf [Wed, 11 Jul 2007 16:38:41 +0000 (16:38 +0000)]
Contrib: Xml2 => 2.6.29

16 years agoAllow playback of in24 little-endian or big-endian in mov files.
Pavlov Konstantin [Wed, 11 Jul 2007 13:08:55 +0000 (13:08 +0000)]
Allow playback of in24 little-endian or big-endian in mov files.
to check:
ffmpeg -i 01\ Sam\'s\ Town.mp3 -ac 1 -acodec pcm_s24be 24be.mov
ffmpeg -i 01\ Sam\'s\ Town.mp3 -ac 1 -acodec pcm_s24le 24le.mov
Patch by Ilkka Ollakka.

16 years agoQT4: Force need_update on creation so we could view everything on first open of Media...
Pavlov Konstantin [Wed, 11 Jul 2007 12:23:22 +0000 (12:23 +0000)]
QT4: Force need_update on creation so we could view everything on first open of Media Information window
Patch by Hannes Domani, ssbssa -AT- yahoo -boring dot- de

16 years agoQT4: Set advanced checkbox to checked.
Pavlov Konstantin [Wed, 11 Jul 2007 12:18:31 +0000 (12:18 +0000)]
QT4: Set advanced checkbox to checked.
Windows: don't do resizing.
Patch by Hannes Domani, ssbssa -AT- yahoo -boring dot- de

16 years agoQT4: Jump to current item on itemchange. Patch by Ilkka Ollakka.
Pavlov Konstantin [Wed, 11 Jul 2007 12:00:33 +0000 (12:00 +0000)]
QT4: Jump to current item on itemchange. Patch by Ilkka Ollakka.

16 years ago* Adds a raster animation to text tagged with <karaoke> tags (like in USF
Jean-Baptiste Kempf [Tue, 10 Jul 2007 20:15:14 +0000 (20:15 +0000)]
* Adds a raster animation to text tagged with <karaoke> tags (like in USF
  files)The timing of the raster is determined by t= tags contained within
  the tags. For a  demonstration of karaoke refer to the sample file attached.

* Support for bi-directional text needs to behave inside karaoke
  tags. (In right to left text the raster needs to move from right to left
  instead of left to right - it is supporting this feature that makes this
  patch a little more complicated than it would otherwise be)

* Made the internal handling of font color and alpha tags more consistent
  and convenient in a few places by storing in one variable as AARRGGBB,
  rather than 2.

* Some cleanup of other code.

Patch by Bernie Purcell.

16 years agoextras/contrib: Fix dirac patch which was reverted.
Pierre d'Herbemont [Tue, 10 Jul 2007 20:09:08 +0000 (20:09 +0000)]
extras/contrib: Fix dirac patch which was reverted.

16 years agocontrol/media_instance.c: Fix a warning on missing parenthesis in a if statement.
Pierre d'Herbemont [Tue, 10 Jul 2007 18:58:28 +0000 (18:58 +0000)]
control/media_instance.c: Fix a warning on missing parenthesis in a if statement.

16 years agocontrol/media_instance.c: Fix the dead lock reported by Olivier Aubert.
Pierre d'Herbemont [Tue, 10 Jul 2007 18:56:44 +0000 (18:56 +0000)]
control/media_instance.c: Fix the dead lock reported by Olivier Aubert.

16 years agocontrol/media_descriptor.c: Use vlc_gc_* function to prevent input_item_t leak. And...
Pierre d'Herbemont [Mon, 9 Jul 2007 20:52:11 +0000 (20:52 +0000)]
control/media_descriptor.c: Use vlc_gc_* function to prevent input_item_t leak. And prefer p_md over p_media_desc as a variable name.

16 years agocontrol/media_descriptor.c: Don't destroy the input_item, because it might still...
Pierre d'Herbemont [Mon, 9 Jul 2007 19:27:47 +0000 (19:27 +0000)]
control/media_descriptor.c: Don't destroy the input_item, because it might still be needed. We don't have any proper way to do that for now, so we simply leaks it(!).

16 years agofix [20770]
Christophe Mutricy [Mon, 9 Jul 2007 18:58:11 +0000 (18:58 +0000)]
fix [20770]

16 years agocontrol/event.c: Make sure the callback list is initially set to NULL. (Likely fix...
Pierre d'Herbemont [Mon, 9 Jul 2007 17:23:19 +0000 (17:23 +0000)]
control/event.c: Make sure the callback list is initially set to NULL. (Likely fix the crash reported by Olivier Aubert).

16 years agoOups
Christophe Mutricy [Mon, 9 Jul 2007 12:09:18 +0000 (12:09 +0000)]
Oups