]> git.sesse.net Git - vlc/log
vlc
17 years ago"[PATCH] audioscrobbler plugin connection check" by Ilkka Ollakka
Antoine Cellerier [Thu, 31 May 2007 21:18:59 +0000 (21:18 +0000)]
"[PATCH] audioscrobbler plugin connection check" by Ilkka Ollakka

17 years agoCompilation fix.
Laurent Aimar [Thu, 31 May 2007 20:53:46 +0000 (20:53 +0000)]
Compilation fix.

17 years agoOops vlc_demux.h (r20365)
Laurent Aimar [Thu, 31 May 2007 20:06:34 +0000 (20:06 +0000)]
Oops vlc_demux.h (r20365)

17 years agovlc_demux.h: that one was forgotten in r20365
Damien Fouilleul [Thu, 31 May 2007 19:50:28 +0000 (19:50 +0000)]
vlc_demux.h: that one was forgotten in r20365

17 years agoall: added support for demuxer attachment (Patch by Bernie Purcell)
Laurent Aimar [Thu, 31 May 2007 19:22:27 +0000 (19:22 +0000)]
all: added support for demuxer attachment (Patch by Bernie Purcell)
Use decoder_GetInputAttachment to get attachment from a decoder module.
    You need to release the memory with vlc_input_attachment_Delete.
Untested...

modules/playlist/* cosmetic.

17 years agoQt4 - Forgotten file in a previous commit ( for the toggleVisible bug in QSystray )
Jean-Baptiste Kempf [Thu, 31 May 2007 17:02:40 +0000 (17:02 +0000)]
Qt4 - Forgotten file in a previous commit ( for the toggleVisible bug in QSystray )

17 years ago- video_chroma: added support for IA-32/64 SSE2 accelaration (128 bit vector integer...
Damien Fouilleul [Thu, 31 May 2007 09:56:25 +0000 (09:56 +0000)]
- video_chroma: added support for IA-32/64 SSE2 accelaration (128 bit vector integer registers), needs LOADS of testing

17 years agoQt4 - SysTrayIcon: change the previous commit after some remarks on IRC and fix the...
Jean-Baptiste Kempf [Wed, 30 May 2007 23:51:00 +0000 (23:51 +0000)]
Qt4 - SysTrayIcon: change the previous commit after some remarks on IRC and fix the toggle/Show-Hide - bug.

17 years agoQt4 - Systray menu order adjustement.
Jean-Baptiste Kempf [Wed, 30 May 2007 20:52:38 +0000 (20:52 +0000)]
Qt4 - Systray menu order adjustement.

17 years agoEnsure that chapter names are utf8 (I failed to find information about
Laurent Aimar [Wed, 30 May 2007 19:39:23 +0000 (19:39 +0000)]
Ensure that chapter names are utf8 (I failed to find information about
chapter encoding, I fear the worst)

17 years agoImplemented (close #1194):
Laurent Aimar [Wed, 30 May 2007 19:30:07 +0000 (19:30 +0000)]
Implemented (close #1194):
 - time/duration display
 - meta info parsing.
 - seek (precise seek if SEEKTABLE presents)
Resampling can still happen but I think it has to do with the
decoder(at least with our ffmpeg wrapper, I haven't tested the
native one).

17 years agoImprove seek precision using ES_OUT_SET_NEXT_DISPLAY_TIME.
Laurent Aimar [Wed, 30 May 2007 19:02:51 +0000 (19:02 +0000)]
Improve seek precision using ES_OUT_SET_NEXT_DISPLAY_TIME.
(Please report any 'seek' regression)

17 years agovideo: fixed preroll
Laurent Aimar [Wed, 30 May 2007 18:50:15 +0000 (18:50 +0000)]
video: fixed preroll
audio: use avcodec_decode_audio2
       use block_Realloc to pad buffer.
   fixed decoding when SplitBuffer is used (flac)

17 years agoCosmetic.
Laurent Aimar [Wed, 30 May 2007 18:24:41 +0000 (18:24 +0000)]
Cosmetic.

17 years agoes_out: do not flush decoder fifo when unwanted (fix broken picture on pause)
Laurent Aimar [Wed, 30 May 2007 18:01:15 +0000 (18:01 +0000)]
es_out: do not flush decoder fifo when unwanted (fix broken picture on pause)
        do not convert pts/dts of prerolled samples
decoder: fixed ES_OUT_SET_NEXT_DISPLAY_TIME implementation (improved seek)
         proper handling of DISCONTINUITY
         reset video picture heap on seek/pause/rate change (avoid old
         pictures)
Please report any regression.

17 years agoImproved BLOCK_FLAG_DISCONTINUITY|BLOCK_FLAG_CORRUPTED handling in packetizers.
Laurent Aimar [Wed, 30 May 2007 17:36:36 +0000 (17:36 +0000)]
Improved BLOCK_FLAG_DISCONTINUITY|BLOCK_FLAG_CORRUPTED handling in packetizers.
(I do not reset timestamp on purpose, it will at least break demuxer using
packetizer)

17 years agoFix memleak.
Jean-Paul Saman [Wed, 30 May 2007 13:26:57 +0000 (13:26 +0000)]
Fix memleak.

17 years agoFix memleaks and some cleanup.
Jean-Paul Saman [Wed, 30 May 2007 12:47:26 +0000 (12:47 +0000)]
Fix memleaks and some cleanup.

17 years agoSmall cleanup.
Jean-Paul Saman [Wed, 30 May 2007 11:17:56 +0000 (11:17 +0000)]
Small cleanup.

17 years agoRemove excess whitespace
Jean-Paul Saman [Wed, 30 May 2007 11:17:25 +0000 (11:17 +0000)]
Remove excess whitespace

17 years agoRemove dead code.
Jean-Paul Saman [Wed, 30 May 2007 11:16:25 +0000 (11:16 +0000)]
Remove dead code.

17 years agoDbus Improvements thanks to Mirsal ENNAIME
Jean-Baptiste Kempf [Tue, 29 May 2007 23:25:47 +0000 (23:25 +0000)]
Dbus Improvements thanks to Mirsal ENNAIME

* Added Loop and Repeat methods in /TrackList
* Added GetMetadata method in /Player
* Fixed "length" metadata item to fit the spec (It should be expressed
        in seconds)

17 years ago* modules/access_filter/timeshift.c: a whole bunch of timeshift improvements.
Gildas Bazin [Tue, 29 May 2007 22:53:13 +0000 (22:53 +0000)]
* modules/access_filter/timeshift.c: a whole bunch of timeshift improvements.

17 years agoSharpen performance improvement by precalculating some values. Patch by Jérémy DEMEUL...
Jean-Baptiste Kempf [Tue, 29 May 2007 22:41:09 +0000 (22:41 +0000)]
Sharpen performance improvement by precalculating some values. Patch by Jérémy DEMEULE, author of the filter.

17 years ago* src/input/input.c: don't use input_EsOutDiscontinuity() on pause for now since...
Gildas Bazin [Tue, 29 May 2007 19:58:05 +0000 (19:58 +0000)]
* src/input/input.c: don't use input_EsOutDiscontinuity() on pause for now since this isn't properly supported by decoders yet and can thus corrupt the decoded stream.

17 years agoFactorize code.
Laurent Aimar [Tue, 29 May 2007 17:46:16 +0000 (17:46 +0000)]
Factorize code.

17 years ago - ffmpeg: fix for frame rate
Damien Fouilleul [Tue, 29 May 2007 10:29:37 +0000 (10:29 +0000)]
 - ffmpeg: fix for frame rate

17 years agopython bindings, vlc_position.c: check against invalid origin or key values
Olivier Aubert [Tue, 29 May 2007 10:01:36 +0000 (10:01 +0000)]
python bindings, vlc_position.c: check against invalid origin or key values

17 years agopython bindings, vlc_mediacontrol.c: cast the py_param variable
Olivier Aubert [Tue, 29 May 2007 09:56:20 +0000 (09:56 +0000)]
python bindings, vlc_mediacontrol.c: cast the py_param variable

17 years agopython bindings, vlc_mediacontrol.c: use PyObject_DEL + cache
Olivier Aubert [Tue, 29 May 2007 09:49:56 +0000 (09:49 +0000)]
python bindings, vlc_mediacontrol.c: use PyObject_DEL + cache
vlcInstance reference in MediaControl object (patch by Jan David Mol)

17 years agopython bindings, vlc_internal.c: use PyObject_DEL (patch by Jan David Mol)
Olivier Aubert [Tue, 29 May 2007 09:48:28 +0000 (09:48 +0000)]
python bindings, vlc_internal.c: use PyObject_DEL (patch by Jan David Mol)

17 years agopython bindings, vlcglue.h: move definition of vlcInstance, add a
Olivier Aubert [Tue, 29 May 2007 09:47:10 +0000 (09:47 +0000)]
python bindings, vlcglue.h: move definition of vlcInstance, add a
vlc_instance pointer to MediaControl object
by Jan David Mol)

17 years agopython bindings, vlc_instance.c: fix memleak + use PyObject_DEL (patch
Olivier Aubert [Tue, 29 May 2007 09:45:21 +0000 (09:45 +0000)]
python bindings, vlc_instance.c: fix memleak + use PyObject_DEL (patch
by Jan David Mol)

17 years agoAdded strnlen replacement (Untested)
Laurent Aimar [Mon, 28 May 2007 20:59:43 +0000 (20:59 +0000)]
Added strnlen replacement (Untested)
Revert back mp4 r20330 !

17 years ago* prefer playlist item's meta title over its name, if available. This work-arounds...
Felix Paul Kühne [Mon, 28 May 2007 20:59:00 +0000 (20:59 +0000)]
* prefer playlist item's meta title over its name, if available. This work-arounds a rare bug: VLC sometimes tends to show a previous item's name instead of the current one.

17 years agobootstrap: Warn if contrib hasn't been built (on Mac OS X). (good for new comers).
Pierre d'Herbemont [Mon, 28 May 2007 18:27:44 +0000 (18:27 +0000)]
bootstrap: Warn if contrib hasn't been built (on Mac OS X). (good for new comers).

17 years agoconfigure.ac: Properly enabled Mac OS X default features.
Pierre d'Herbemont [Mon, 28 May 2007 18:24:15 +0000 (18:24 +0000)]
configure.ac: Properly enabled Mac OS X default features.

17 years agoQt4 - Open: accept more than one file.
Jean-Baptiste Kempf [Mon, 28 May 2007 17:42:05 +0000 (17:42 +0000)]
Qt4 - Open: accept more than one file.

17 years ago modules/gui/wxwidgets/*: bunch of fixes.
Gildas Bazin [Mon, 28 May 2007 14:56:09 +0000 (14:56 +0000)]
 modules/gui/wxwidgets/*: bunch of fixes.

17 years ago* revert the rewrite of MP4_GETSTRINGZ in the previous commit, as strnlen is a GNU...
Felix Paul Kühne [Mon, 28 May 2007 11:13:48 +0000 (11:13 +0000)]
* revert the rewrite of MP4_GETSTRINGZ in the previous commit, as strnlen is a GNU-extension and therefore unavailable on Mac OS X and other platforms. I think this way is easier than writing an own implementation for OSX, but feel free to tell me otherwise. (closes #1213)

17 years agoQt4 - Open: Try to repair Open File. Add the beginning of DirectShow.
Jean-Baptiste Kempf [Mon, 28 May 2007 06:46:34 +0000 (06:46 +0000)]
Qt4 - Open: Try to repair Open File. Add the beginning of DirectShow.

17 years agoDo not unset b_seekable on 401 error.
Laurent Aimar [Sun, 27 May 2007 22:18:37 +0000 (22:18 +0000)]
Do not unset b_seekable on 401 error.

17 years agoQt4 - Open: fix a broken CONNECT, found by Trax.
Jean-Baptiste Kempf [Sun, 27 May 2007 21:06:30 +0000 (21:06 +0000)]
Qt4 - Open: fix a broken CONNECT, found by Trax.

17 years ago* modules/gui/wxwidgets/dialogs/playlist.cpp: use the category view by default.
Gildas Bazin [Sun, 27 May 2007 20:27:33 +0000 (20:27 +0000)]
* modules/gui/wxwidgets/dialogs/playlist.cpp: use the category view by default.

17 years agoCompilation warning fixes.
Laurent Aimar [Sun, 27 May 2007 17:19:07 +0000 (17:19 +0000)]
Compilation warning fixes.

17 years agoFixed compilation warnings.
Laurent Aimar [Sun, 27 May 2007 16:50:56 +0000 (16:50 +0000)]
Fixed compilation warnings.

17 years agoCompilation warnings fixes.
Laurent Aimar [Sun, 27 May 2007 16:30:22 +0000 (16:30 +0000)]
Compilation warnings fixes.

17 years agoFlush ES before deleting it (improves a bit a few mms/ogg/mp4)
Laurent Aimar [Sun, 27 May 2007 16:26:59 +0000 (16:26 +0000)]
Flush ES before deleting it (improves a bit a few mms/ogg/mp4)

17 years agoImplemented GPAC chapter support (but not apple ones).
Laurent Aimar [Sun, 27 May 2007 16:18:08 +0000 (16:18 +0000)]
Implemented GPAC chapter support (but not apple ones).
Fixed a few invalid access on broken files.
Fixed compilation warnings.

17 years agoqt4 - Open: various fixes.
Jean-Baptiste Kempf [Sun, 27 May 2007 13:00:21 +0000 (13:00 +0000)]
qt4 - Open: various fixes.

17 years ago* updated to current live version
Felix Paul Kühne [Sun, 27 May 2007 12:19:28 +0000 (12:19 +0000)]
* updated to current live version

17 years agoQt4 - BDA: set increment for frequency by 1000.
Jean-Baptiste Kempf [Sat, 26 May 2007 23:17:14 +0000 (23:17 +0000)]
Qt4 - BDA: set increment for frequency by 1000.

17 years agobda: fix bandwidth labels
Ken Self [Sat, 26 May 2007 22:58:01 +0000 (22:58 +0000)]
bda: fix bandwidth labels

17 years ago* modules/gui/wxwidgets/*: fix a bunch of warnings.
Gildas Bazin [Sat, 26 May 2007 22:28:21 +0000 (22:28 +0000)]
*  modules/gui/wxwidgets/*: fix a bunch of warnings.

17 years agoQt4 - Open Capture Panel and file Panel: Don't build by hand the ComboChoices...
Jean-Baptiste Kempf [Sat, 26 May 2007 22:26:03 +0000 (22:26 +0000)]
Qt4 - Open Capture Panel and file Panel: Don't build by hand the ComboChoices...
Make it automatic.

17 years ago* configure.ac: allow compilation of wxwidget module with wxwidgets 2.8.x
Gildas Bazin [Sat, 26 May 2007 21:53:17 +0000 (21:53 +0000)]
* configure.ac: allow compilation of wxwidget module with wxwidgets 2.8.x

17 years agobda qt4 gui: add combobox to select bandwidth on dvb-t
Ken Self [Sat, 26 May 2007 17:18:35 +0000 (17:18 +0000)]
bda qt4 gui: add combobox to select bandwidth on dvb-t

17 years agoFixed stream_Block() comment (close #1208)
Laurent Aimar [Fri, 25 May 2007 19:34:40 +0000 (19:34 +0000)]
Fixed stream_Block() comment (close #1208)

17 years agoFixed possible overflow in duration parsing.
Laurent Aimar [Fri, 25 May 2007 19:25:25 +0000 (19:25 +0000)]
Fixed possible overflow in duration parsing.

17 years agoFixed input_ItemNewExt* prototype (mtime_t for duration, close #1205)
Laurent Aimar [Fri, 25 May 2007 19:21:10 +0000 (19:21 +0000)]
Fixed input_ItemNewExt* prototype (mtime_t for duration, close #1205)

17 years agoCompilation warning fix.
Laurent Aimar [Fri, 25 May 2007 19:18:50 +0000 (19:18 +0000)]
Compilation warning fix.

17 years agoCompilation warning fix.
Laurent Aimar [Fri, 25 May 2007 19:18:12 +0000 (19:18 +0000)]
Compilation warning fix.

17 years agoCompilation warning fixes.
Laurent Aimar [Fri, 25 May 2007 19:14:34 +0000 (19:14 +0000)]
Compilation warning fixes.

17 years agoAdded meta parsing (close #624)
Laurent Aimar [Fri, 25 May 2007 18:37:45 +0000 (18:37 +0000)]
Added meta parsing (close #624)

17 years agoImplemented GET_TIME/GET_LENGTH/SET_TIME (close #1207)
Laurent Aimar [Fri, 25 May 2007 18:21:35 +0000 (18:21 +0000)]
Implemented GET_TIME/GET_LENGTH/SET_TIME (close #1207)

17 years agogui/wx: i18n fixes pointed by Cristi Secara
Christophe Mutricy [Fri, 25 May 2007 18:01:31 +0000 (18:01 +0000)]
gui/wx: i18n fixes pointed by Cristi Secara

17 years agoBDA fixes: no dvb-adapter, hide srate for dvb-t, freq always in kHz
Ken Self [Fri, 25 May 2007 17:52:42 +0000 (17:52 +0000)]
BDA fixes: no dvb-adapter, hide srate for dvb-t, freq always in kHz

17 years agoTypo
Christophe Mutricy [Fri, 25 May 2007 15:41:59 +0000 (15:41 +0000)]
Typo

17 years ago- qt4: retrict FileDialog changes to win32
Damien Fouilleul [Fri, 25 May 2007 15:12:10 +0000 (15:12 +0000)]
- qt4: retrict FileDialog changes to win32

17 years agoqt4: improve the layout of files in file open dialog
Damien Fouilleul [Fri, 25 May 2007 14:49:17 +0000 (14:49 +0000)]
qt4: improve the layout of files in file open dialog

17 years agoRomanian l10n by Cristian Secara
Christophe Mutricy [Fri, 25 May 2007 14:12:48 +0000 (14:12 +0000)]
Romanian l10n by Cristian Secara

17 years ago- libmpeg2 codec: uses Y plane pitch rather then picture width as stride, hopefully...
Damien Fouilleul [Thu, 24 May 2007 21:27:14 +0000 (21:27 +0000)]
- libmpeg2 codec: uses Y plane pitch rather then picture width as stride, hopefully closes #1184

17 years agoArgh i will manage it one day
Christophe Mutricy [Wed, 23 May 2007 23:39:37 +0000 (23:39 +0000)]
Argh i will manage it one day

17 years agoMakefile.am: s/version.c/revision.c/ in update-po code
Christophe Mutricy [Wed, 23 May 2007 22:28:19 +0000 (22:28 +0000)]
Makefile.am: s/version.c/revision.c/ in update-po code
POTFILES.in: Refresh it

17 years agoqt4 - Capture: Show Srate for DVB-C AND DVB-S
Jean-Baptiste Kempf [Wed, 23 May 2007 20:55:16 +0000 (20:55 +0000)]
qt4 - Capture: Show Srate for DVB-C AND DVB-S

17 years agoFFmpeg, update description and help.
Jean-Baptiste Kempf [Wed, 23 May 2007 17:25:34 +0000 (17:25 +0000)]
FFmpeg, update description and help.

17 years agoQt4 - Open Capture: Don't limit yourself to 99kHz
Jean-Baptiste Kempf [Wed, 23 May 2007 17:13:12 +0000 (17:13 +0000)]
Qt4 - Open Capture: Don't limit yourself to 99kHz

17 years agovout: attach picture heap to temporary picture, so that modules (such as blend) have...
Damien Fouilleul [Wed, 23 May 2007 16:09:26 +0000 (16:09 +0000)]
vout: attach picture heap to temporary picture, so that modules (such as blend) have access to the extra info in heap

17 years agovlc.c: small fix in use of __wgetmainargs
Damien Fouilleul [Wed, 23 May 2007 14:56:11 +0000 (14:56 +0000)]
vlc.c: small fix in use of __wgetmainargs

17 years ago- win32: retire --fast-mutex and --win-cv-method completely
Damien Fouilleul [Wed, 23 May 2007 14:48:08 +0000 (14:48 +0000)]
- win32: retire --fast-mutex and --win-cv-method completely

17 years agoFix make dist
Christophe Mutricy [Wed, 23 May 2007 12:33:44 +0000 (12:33 +0000)]
Fix make dist

17 years agoDon't use gettext on src/modules/builtin.h
Christophe Mutricy [Wed, 23 May 2007 12:33:06 +0000 (12:33 +0000)]
Don't use gettext on src/modules/builtin.h

17 years ago* Slovenian l10n update by Matej Urbancic.
Christophe Mutricy [Tue, 22 May 2007 22:53:50 +0000 (22:53 +0000)]
* Slovenian l10n update by Matej Urbancic.
* Some files have been renamed -> update POTFILES.in

17 years agoQt4 - when cancel was pressed in the open directory dialog, an empty directory
Jean-Baptiste Kempf [Tue, 22 May 2007 21:41:01 +0000 (21:41 +0000)]
Qt4 - when cancel was pressed in the open directory dialog, an empty directory
string was being added to the playlist, which resulted in an error. Patch  by Nick Vercammen.

17 years agoQt4 - Preferences: Remove Apply button, and fix a few segfaults with Hannes Domani...
Jean-Baptiste Kempf [Tue, 22 May 2007 21:38:44 +0000 (21:38 +0000)]
Qt4 - Preferences: Remove Apply button, and fix a few segfaults with Hannes Domani patches and help

17 years ago- win32 vouts: fiex potential crash (SIGFPE) if the output window geometry is empty
Damien Fouilleul [Tue, 22 May 2007 21:06:49 +0000 (21:06 +0000)]
- win32 vouts: fiex potential crash (SIGFPE) if the output window geometry is empty

17 years ago- blend.c: fix for BlendRV24, needs testing, dionoea ?
Damien Fouilleul [Tue, 22 May 2007 18:50:11 +0000 (18:50 +0000)]
- blend.c: fix for BlendRV24, needs testing, dionoea ?

17 years agoqt4 - Open Dialog: Resize behaviour should be a bit better, still not optimal, but...
Jean-Baptiste Kempf [Mon, 21 May 2007 22:49:06 +0000 (22:49 +0000)]
qt4 - Open Dialog: Resize behaviour should be a bit better, still not optimal, but well :D

17 years agoQt4 - Open Dialog: Make Slave text open only when needed. Fix a bit the subtitles...
Jean-Baptiste Kempf [Mon, 21 May 2007 22:31:59 +0000 (22:31 +0000)]
Qt4 - Open Dialog: Make Slave text open only when needed. Fix a bit the subtitles size when shown.

17 years agoQt4 - Add an advanced option for whiners to have by default the open dialog extended.
Jean-Baptiste Kempf [Mon, 21 May 2007 22:09:44 +0000 (22:09 +0000)]
Qt4 - Add an advanced option for whiners to have by default the open dialog extended.

17 years ago* playlist.c, asx.c: add new --playlist-skip-ads option (default enabled) to skip...
Antoine Cellerier [Mon, 21 May 2007 21:58:42 +0000 (21:58 +0000)]
* playlist.c, asx.c: add new --playlist-skip-ads option (default enabled) to skip autodetected ads. Test playlist: "http://www.zoomin.tv/asx/dsp_asxplaylist.cfm?id=251350&pid=lefigaro&quality=2&WMCache=0&iebr=0". Assumption is: if the playlist states that an item shouldn't be skipped or can't be seeked in, then it's an ad.

17 years agoQt4 - Open Dialog: BDA basic support.
Jean-Baptiste Kempf [Mon, 21 May 2007 21:55:30 +0000 (21:55 +0000)]
Qt4 - Open Dialog: BDA basic support.

17 years ago* include/vlc_url.h: vlc_UrlParse(): forbid use of '/' in login or password. Fixes...
Antoine Cellerier [Mon, 21 May 2007 20:37:23 +0000 (20:37 +0000)]
* include/vlc_url.h: vlc_UrlParse(): forbid use of '/' in login or password. Fixes use of URLs like "http://www.lemonde.fr/web/video/0,47-0@2-3210,54-913109@51-891944,0.html".

17 years agoImplement GET_TIME/LENGTH/POSITION when reading from a dvb device with eit support.
Laurent Aimar [Mon, 21 May 2007 20:28:40 +0000 (20:28 +0000)]
Implement GET_TIME/LENGTH/POSITION when reading from a dvb device with eit support.
(It has to be improved to get the time from the tdt/tot and not from time())

17 years agoReimplemented libvlc_vlm functions (untested)
Laurent Aimar [Mon, 21 May 2007 19:15:54 +0000 (19:15 +0000)]
Reimplemented libvlc_vlm functions (untested)
Not yet implemented: libvlc_vlm_show_media and libvlc_vlm_get_media_title/chapter/seekable.
Is libvlc_vlm_show_media usefull ?

17 years ago- bye, bye "fast-mutex" and "win9x-cv-method" variables
Damien Fouilleul [Mon, 21 May 2007 16:41:45 +0000 (16:41 +0000)]
- bye, bye "fast-mutex" and "win9x-cv-method" variables

17 years agoNo need to use vlc_global here.
Rémi Denis-Courmont [Mon, 21 May 2007 14:50:52 +0000 (14:50 +0000)]
No need to use vlc_global here.

17 years ago* release-howto.txt: mention wiki latest_version template
Yoann Peronneau [Mon, 21 May 2007 14:43:48 +0000 (14:43 +0000)]
* release-howto.txt: mention wiki latest_version template

17 years ago .aclocal should be the last one
Jean-Baptiste Kempf [Sun, 20 May 2007 21:04:31 +0000 (21:04 +0000)]
 .aclocal should be the last one

17 years ago* subtitles.c: case insensitive search for subtitle file extensions.
Antoine Cellerier [Sun, 20 May 2007 20:43:00 +0000 (20:43 +0000)]
* subtitles.c: case insensitive search for subtitle file extensions.