]> git.sesse.net Git - vlc/log
vlc
15 years agoThanks to Georgi Chorbadzhiyski for some ASF patches.
Jean-Baptiste Kempf [Mon, 11 Aug 2008 16:43:38 +0000 (09:43 -0700)]
Thanks to Georgi Chorbadzhiyski for some ASF patches.

15 years agoNEWS correction
Jean-Baptiste Kempf [Mon, 11 Aug 2008 16:32:44 +0000 (09:32 -0700)]
NEWS correction

15 years agoHeaders: use non-reserved identifiers for multi-inclusion protection
Rémi Denis-Courmont [Mon, 11 Aug 2008 16:13:10 +0000 (19:13 +0300)]
Headers: use non-reserved identifiers for multi-inclusion protection

15 years agodefault aac-profile to low, seems that faac encoder has issues with other
Ilkka Ollakka [Mon, 11 Aug 2008 16:14:29 +0000 (19:14 +0300)]
default aac-profile to low, seems that faac encoder has issues with other
profiles. Should fix ticket #1583 (atleast fixed to me, please review).

15 years agoRemove unuseful debug and move a debug message to a warned one.
Jean-Baptiste Kempf [Mon, 11 Aug 2008 16:10:31 +0000 (09:10 -0700)]
Remove unuseful debug and move a debug message to a warned one.

15 years agobump libkate requirement to 0.1.7, which now uses autotools, and makefile rules for...
Vincent Penquerc'h [Sun, 10 Aug 2008 22:47:59 +0000 (23:47 +0100)]
bump libkate requirement to 0.1.7, which now uses autotools, and makefile rules for contrib build (tested on linux only)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years agoRemember to check MI when you use it in menus.cpp that can be called by skins.
Jean-Baptiste Kempf [Mon, 11 Aug 2008 16:02:52 +0000 (09:02 -0700)]
Remember to check MI when you use it in menus.cpp that can be called by skins.

Close #1846

15 years agoSkins2: use the right id when creating the tree Resolve some bugs related to the...
Fabio Ritrovato [Fri, 18 Jul 2008 14:52:23 +0000 (16:52 +0200)]
Skins2: use the right id when creating the tree Resolve some bugs related to the playlist in Skins2, like adding items in the wrong place, and services discovery not showing.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years agoSkins2: enable playlist saving Is available on qt4, so i don't see why it's not on...
Fabio Ritrovato [Thu, 7 Aug 2008 19:01:35 +0000 (21:01 +0200)]
Skins2: enable playlist saving Is available on qt4, so i don't see why it's not on skins2

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years agoAdd Private Stream 1 case according to the norm.
Jean-Baptiste Kempf [Mon, 11 Aug 2008 00:42:16 +0000 (17:42 -0700)]
Add Private Stream 1 case according to the norm.

15 years agoAccording to ISO 13818-1 page 34, ECM and EMM stream_id values are respectively 0xF0...
Jean-Baptiste Kempf [Sun, 10 Aug 2008 18:42:34 +0000 (11:42 -0700)]
According to ISO 13818-1 page 34, ECM and EMM stream_id values are respectively 0xF0 and 0xF1 and not 0xB0/0xB1.

Fix ECM/EMM values

Patch by Aurelien Nephtali. Close #1845

I also think that we should add "Private Stream 1"for 0xBD; but I am not sure.

15 years agoDocument filter chain API.
Jean-Paul Saman [Mon, 11 Aug 2008 09:21:25 +0000 (17:21 +0800)]
Document filter chain API.

15 years agoImprove comment wording in vlc_block.h
Jean-Paul Saman [Mon, 11 Aug 2008 03:44:17 +0000 (11:44 +0800)]
Improve comment wording in vlc_block.h

15 years agoopencv compilation fix
Nicolas Chauvet [Mon, 11 Aug 2008 11:33:09 +0000 (13:33 +0200)]
opencv compilation fix

This patch seems needed for opencv compilation for vlc-0.9.0

15 years agodistcheck: remove deleted file qt4/pixmaps/toolbar/volume-slider.svg
Derk-Jan Hartman [Mon, 11 Aug 2008 11:21:46 +0000 (13:21 +0200)]
distcheck: remove deleted file qt4/pixmaps/toolbar/volume-slider.svg

15 years agomacosx: fix key capture for hotkeys when setting new ones.
Derk-Jan Hartman [Sun, 10 Aug 2008 23:38:36 +0000 (01:38 +0200)]
macosx: fix key capture for hotkeys when setting new ones.

15 years agomtime: we might as well assert for real
Derk-Jan Hartman [Sun, 10 Aug 2008 21:36:48 +0000 (23:36 +0200)]
mtime: we might as well assert for real

15 years agoFix date_Increment when i_divider_den > 1
David Flynn [Thu, 7 Aug 2008 19:39:02 +0000 (19:39 +0000)]
Fix date_Increment when i_divider_den > 1

Previously, calling date_Increment(d,1) with divider_den > 1 would cause:
 - Uncorrectable rounding error due to ordering of / followed by *
 - If i_divider_num / i_divider_den is not integral, a remainder is
   accumulated, but not divided by i_divider_num when added to date.
 => Both cases are evident with num=30000, den=1001.

This fixes both issues.

Signed-off-by: David Flynn <davidf@rd.bbc.co.uk>
15 years agoAnother update of the Dutch translation by Myckel Habets and Thomas de Rocker. 100...
Felix Paul Kühne [Sun, 10 Aug 2008 21:18:10 +0000 (23:18 +0200)]
Another update of the Dutch translation by Myckel Habets and Thomas de Rocker. 100% done nowmake nl.gmo

15 years agoupdate: Various fixes to make it work on Mac OS X.
Pierre d'Herbemont [Sun, 10 Aug 2008 21:10:28 +0000 (23:10 +0200)]
update: Various fixes to make it work on Mac OS X.

15 years agoupdate: Don't release the thread object from this precise thread.
Pierre d'Herbemont [Sun, 10 Aug 2008 20:17:12 +0000 (22:17 +0200)]
update: Don't release the thread object from this precise thread.

This is not safe and not supported.

15 years agobarrier: avoid staticity and pthread-specificity
Rémi Denis-Courmont [Sun, 10 Aug 2008 18:55:10 +0000 (21:55 +0300)]
barrier: avoid staticity and pthread-specificity

15 years agomacosx: Attempt to fix a crash in update code.
Pierre d'Herbemont [Sun, 10 Aug 2008 18:45:41 +0000 (20:45 +0200)]
macosx: Attempt to fix a crash in update code.

(coming from apple-bugreport ml).

15 years agomacosx: Don't yield an item that may be NULL.
Pierre d'Herbemont [Sun, 10 Aug 2008 18:40:44 +0000 (20:40 +0200)]
macosx: Don't yield an item that may be NULL.

This should fix a bunch of bug report we had from apple-bureport mailing-list.

15 years agoThis reverts commit bc9de538a898afed013b5367f64440965e073b22.
Jean-Baptiste Kempf [Sun, 10 Aug 2008 18:22:06 +0000 (11:22 -0700)]
This reverts commit bc9de538a898afed013b5367f64440965e073b22.
This reverts commit 65e6b3354c251e07ec1090c08ed3bad72818277a.
This reverts commit 57eb2fb1fd61f68a9454ea6ba31509b1a430f0bc.
This reverts commit ad1639f5f0fd99ab6add7aa3b15d9fa47b1bcc33.
Try to fix windows segfaults on Open Media

15 years agoavformat: Fix DEMUX_SET_TIME
Derk-Jan Hartman [Sun, 10 Aug 2008 17:36:48 +0000 (19:36 +0200)]
avformat: Fix DEMUX_SET_TIME

15 years agoFix small issue in the slider mask.
Jean-Baptiste Kempf [Sun, 10 Aug 2008 17:15:41 +0000 (10:15 -0700)]
Fix small issue in the slider mask.

15 years agofix visibility of preferences sections
Hannes Domani [Sun, 10 Aug 2008 14:29:25 +0000 (16:29 +0200)]
fix visibility of preferences sections

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years agohotkeys: don't set key-action when we didn't find a suitable action in this particula...
Derk-Jan Hartman [Sun, 10 Aug 2008 15:58:47 +0000 (17:58 +0200)]
hotkeys: don't set key-action when we didn't find a suitable action in this particular set.

15 years agomacosx: fixing hotkey usage.
Derk-Jan Hartman [Sun, 10 Aug 2008 15:55:59 +0000 (17:55 +0200)]
macosx: fixing hotkey usage.

Grah, stupid, annoying and more. Simple bugs should be forbidden :D

15 years agomacosx: directly set "key-action" variable where we can.
Derk-Jan Hartman [Sun, 10 Aug 2008 15:09:16 +0000 (17:09 +0200)]
macosx: directly set "key-action" variable where we can.

15 years agomacosx: cleanup some of the hotkeys in macosx. Still doesn't solve my issues with...
Derk-Jan Hartman [Sun, 10 Aug 2008 14:51:53 +0000 (16:51 +0200)]
macosx: cleanup some of the hotkeys in macosx. Still doesn't solve my issues with ACTION events, but solves issues with "shit" key-combos.

15 years agoRevert "Add limits.h to fix Win32 and MacOS X compilation (sorry for the breakage)."
Jean-Paul Saman [Sun, 10 Aug 2008 14:09:44 +0000 (22:09 +0800)]
Revert "Add limits.h to fix Win32 and MacOS X compilation (sorry for the breakage)."

This reverts commit 953122c12ea9bec43dd4e16169a3eb15ef676bc4.

Is already fixed by Pierre.

15 years agoFix resource deadlock in OSDmenu code.
Jean-Paul Saman [Sun, 10 Aug 2008 14:06:06 +0000 (22:06 +0800)]
Fix resource deadlock in OSDmenu code.

15 years agoAdd limits.h to fix Win32 and MacOS X compilation (sorry for the breakage).
Jean-Paul Saman [Sun, 10 Aug 2008 12:50:00 +0000 (20:50 +0800)]
Add limits.h to fix Win32 and MacOS X compilation (sorry for the breakage).

15 years agoosd: Fix compilation on osx.
Pierre d'Herbemont [Sun, 10 Aug 2008 13:04:04 +0000 (15:04 +0200)]
osd: Fix compilation on osx.

15 years agomowilla: Fix webplugin distribution on Mac OS X.
Pierre d'Herbemont [Sun, 10 Aug 2008 12:45:55 +0000 (14:45 +0200)]
mowilla: Fix webplugin distribution on Mac OS X.

Please test, as I don't build mozilla.

15 years agoFix previous commit
Rémi Denis-Courmont [Sun, 10 Aug 2008 12:16:23 +0000 (15:16 +0300)]
Fix previous commit

15 years agovlc_cond_timedwait: fix unlikely Win32 DWORD overflow
Rémi Denis-Courmont [Sun, 10 Aug 2008 12:12:41 +0000 (15:12 +0300)]
vlc_cond_timedwait: fix unlikely Win32 DWORD overflow

15 years agoFix crash on exit with osdmenu fixes #1796
Jean-Paul Saman [Sun, 10 Aug 2008 12:07:47 +0000 (20:07 +0800)]
Fix crash on exit with osdmenu fixes #1796

15 years agoFix crash when osdmenu failed loading.
Jean-Paul Saman [Sun, 10 Aug 2008 10:05:06 +0000 (18:05 +0800)]
Fix crash when osdmenu failed loading.

15 years agoasademux: don't print a debug message every time this module is not being used.
Derk-Jan Hartman [Sun, 10 Aug 2008 11:37:10 +0000 (13:37 +0200)]
asademux: don't print a debug message every time this module is not being used.

15 years agobandlimited: Add an audio-filter2 bridge to this audio-filter.
Derk-Jan Hartman [Sun, 10 Aug 2008 11:01:18 +0000 (13:01 +0200)]
bandlimited: Add an audio-filter2 bridge to this audio-filter.

Primary work by Christophe Massiot, Cleaned up and tested by myself.

This should fix #1630 and is the first part of #1835

15 years agovlc_inet_pton: fix return values - fix #1824
Rémi Denis-Courmont [Sun, 10 Aug 2008 07:41:28 +0000 (10:41 +0300)]
vlc_inet_pton: fix return values - fix #1824

15 years agoAdded missing files in previous commit
Felix Paul Kühne [Sat, 9 Aug 2008 23:46:38 +0000 (01:46 +0200)]
Added missing files in previous commit

15 years agomacosx: go back to the IB2 nib file format
Felix Paul Kühne [Sat, 9 Aug 2008 23:45:05 +0000 (01:45 +0200)]
macosx: go back to the IB2 nib file format

It obviously can be opened by IB2 again and is a lot smaller (136 kB compared to 640 kB). Right now, we can't use any IB3 features anyway...

15 years agomacosx: Set nib deplyment target to 10.4, and don't use toolbar from nib as this...
Pierre d'Herbemont [Sat, 9 Aug 2008 22:35:03 +0000 (00:35 +0200)]
macosx: Set nib deplyment target to 10.4, and don't use toolbar from nib as this is not supported in 10.4. (Thanks dj).

Fix #1830 (.nib not 10.4 compatible).

15 years agomacosx: Cache the input state and properly ask the ugly timer to sync with it.
Pierre d'Herbemont [Sat, 9 Aug 2008 22:17:59 +0000 (00:17 +0200)]
macosx: Cache the input state and properly ask the ugly timer to sync with it.

Should fix #1836 (OSX "waiting" progressbar sometimes doesn't restore to normal state when file starts)

15 years agomacosx: Fix a warning.
Pierre d'Herbemont [Sat, 9 Aug 2008 22:16:54 +0000 (00:16 +0200)]
macosx: Fix a warning.

15 years agoaudio_output: Add a missing lock.
Pierre d'Herbemont [Sat, 9 Aug 2008 21:59:40 +0000 (23:59 +0200)]
audio_output: Add a missing lock.

Should fix  #1191 (Crash in aout_OutputNextBuffer using auhal on Mac OS X).

15 years agoaudio_output: Add a missing lock.
Pierre d'Herbemont [Sat, 9 Aug 2008 21:56:51 +0000 (23:56 +0200)]
audio_output: Add a missing lock.

15 years agoaudio_output: Assert on input lock state.
Pierre d'Herbemont [Sat, 9 Aug 2008 21:56:02 +0000 (23:56 +0200)]
audio_output: Assert on input lock state.

15 years agoaudio_output: Assert on fifo lock.
Pierre d'Herbemont [Sat, 9 Aug 2008 21:55:21 +0000 (23:55 +0200)]
audio_output: Assert on fifo lock.

15 years agoWin32: fix unlikely Sleep() overflow
Rémi Denis-Courmont [Wed, 6 Aug 2008 20:05:53 +0000 (23:05 +0300)]
Win32: fix unlikely Sleep() overflow

15 years agoWin32 condition variable: remove write-only counter
Rémi Denis-Courmont [Sat, 9 Aug 2008 16:28:24 +0000 (19:28 +0300)]
Win32 condition variable: remove write-only counter

15 years agoImprove news
Rémi Denis-Courmont [Sat, 9 Aug 2008 14:50:27 +0000 (17:50 +0300)]
Improve news

15 years agoPresumptively avoid using getaddrinfo for the Windows 2000
Rémi Denis-Courmont [Sat, 9 Aug 2008 09:31:44 +0000 (12:31 +0300)]
Presumptively avoid using getaddrinfo for the Windows 2000

15 years agoCleanup _WIN32_WINNT usage
Rémi Denis-Courmont [Sat, 9 Aug 2008 09:26:56 +0000 (12:26 +0300)]
Cleanup _WIN32_WINNT usage

15 years agoconfig.h comes first
Rémi Denis-Courmont [Sat, 9 Aug 2008 09:26:43 +0000 (12:26 +0300)]
config.h comes first

15 years agoUpdated Dutch translation
Felix Paul Kühne [Sat, 9 Aug 2008 09:14:47 +0000 (11:14 +0200)]
Updated Dutch translation

By Thomas De Rocker and Myckel Habets

15 years agovlc_inet_pton: use getaddrinfo, should fix #1824
Rémi Denis-Courmont [Sat, 9 Aug 2008 08:51:26 +0000 (11:51 +0300)]
vlc_inet_pton: use getaddrinfo, should fix #1824

15 years agonet_vaPrintf: fix error handling
Rémi Denis-Courmont [Sat, 9 Aug 2008 08:50:33 +0000 (11:50 +0300)]
net_vaPrintf: fix error handling

15 years agoDo not use vlc_thread_create for the IPC helper
Rémi Denis-Courmont [Sat, 9 Aug 2008 08:15:25 +0000 (11:15 +0300)]
Do not use vlc_thread_create for the IPC helper

15 years agoChanged audio/video MIME subtype from mpeg4 to mp4
Justus Piater [Sun, 3 Aug 2008 15:26:38 +0000 (17:26 +0200)]
Changed audio/video MIME subtype from mpeg4 to mp4

This is in accordance with RFC 4337 (currently a Proposed Standard,
see http://tools.ietf.org/html/rfc4337), and makes Firefox3 actually
play my .mp4's.

Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
15 years agoMerge branch '0.9.0-libass' of git://git.videolan.org/vlc
Derk-Jan Hartman [Sat, 9 Aug 2008 00:07:55 +0000 (02:07 +0200)]
Merge branch '0.9.0-libass' of git://git.videolan.org/vlc

15 years agoMore DVAUDIO fourCC.
Jean-Baptiste Kempf [Fri, 8 Aug 2008 23:21:53 +0000 (16:21 -0700)]
More DVAUDIO fourCC.

15 years agoFix a very small resizing issue of Open Dialog : Reference: http://forum.videolan...
Jean-Baptiste Kempf [Fri, 8 Aug 2008 22:51:45 +0000 (15:51 -0700)]
Fix a very small resizing issue of Open Dialog : Reference: http://forum.videolan.org/viewtopic.php?f=14&t=48946

15 years agoSmaller Volume Slider due to popular request.
Jean-Baptiste Kempf [Fri, 8 Aug 2008 22:36:59 +0000 (15:36 -0700)]
Smaller Volume Slider due to popular request.

15 years agolibass: upgrade libass contrib with the latest enhancements from Mplayer.
Derk-Jan Hartman [Fri, 8 Aug 2008 22:12:39 +0000 (00:12 +0200)]
libass: upgrade libass contrib with the latest enhancements from Mplayer.

\h patch was removed because it's now include in the mplayer version.

15 years agolibass: Set Arial as the default family.
Derk-Jan Hartman [Fri, 8 Aug 2008 21:54:18 +0000 (23:54 +0200)]
libass: Set Arial as the default family.

This is a fallback option in case we cannot find a match. We don't set a default actual font, since we do not ship one with VLC. We can set one per platform, but I don't think it is worth the trouble.

15 years agolibass: ass_set_fonts_dir() is for a "private" storage place for fonts in case any...
Derk-Jan Hartman [Fri, 8 Aug 2008 21:17:30 +0000 (23:17 +0200)]
libass: ass_set_fonts_dir() is for a "private" storage place for fonts in case any of them need to be extracted.

Since we support fontconfig fontlookup on windows/mac/*nix there should be no real need to actually use this directory, but we still need to set one.

15 years agoFix a segfault in Skins2 interface.
Jean-Baptiste Kempf [Fri, 8 Aug 2008 21:02:37 +0000 (14:02 -0700)]
Fix a segfault in Skins2 interface.

15 years agolibass: swap the R and B color components.
Derk-Jan Hartman [Fri, 8 Aug 2008 21:00:03 +0000 (23:00 +0200)]
libass: swap the R and B color components.

Originally in wrong order because of a blend bug that presented itself on fenrir's setup.

15 years agosvg.c: check fread return value
Olivier Aubert [Fri, 8 Aug 2008 16:48:08 +0000 (18:48 +0200)]
svg.c: check fread return value

15 years agomediacontrol_core: libvlc_media_player_get_length/time return time in ms, no need...
Olivier Aubert [Fri, 8 Aug 2008 16:45:42 +0000 (18:45 +0200)]
mediacontrol_core: libvlc_media_player_get_length/time return time in ms, no need for conversion.
Additionnaly, add check for exception.

15 years agoSpelling fixes
Olivier Aubert [Fri, 8 Aug 2008 16:11:26 +0000 (18:11 +0200)]
Spelling fixes

15 years agolibvlc.h: document the fact that libvlc_media_player_get_length/get_time/set_time...
Olivier Aubert [Fri, 8 Aug 2008 16:07:39 +0000 (18:07 +0200)]
libvlc.h: document the fact that libvlc_media_player_get_length/get_time/set_time use milliseconds.

15 years agomediacontrol: libvlc_media_player_get_time/get_length return times in ms
Olivier Aubert [Fri, 8 Aug 2008 16:04:37 +0000 (18:04 +0200)]
mediacontrol: libvlc_media_player_get_time/get_length return times in ms

15 years agoEmbedded snapshot: properly initialize snapshot-width/-height if they were not specified
Olivier Aubert [Fri, 8 Aug 2008 15:21:04 +0000 (17:21 +0200)]
Embedded snapshot: properly initialize snapshot-width/-height if they were not specified

15 years agoDocument media descriptor, media library, media service discover, vlm and message...
Jean-Paul Saman [Fri, 8 Aug 2008 06:29:16 +0000 (14:29 +0800)]
Document media descriptor, media library, media service discover, vlm and message log functions.

15 years agoEmit statuschange in qt4-interface when video-es change (track-count changes)
Ilkka Ollakka [Fri, 8 Aug 2008 09:32:36 +0000 (12:32 +0300)]
Emit statuschange in qt4-interface when video-es change (track-count changes)
this should fix #1778, because with ts-files you don't allways have info about
video-tracks when input is started (and qt4 interface only called
controls->updateInput when status changed).

I didn't create new callback/signal for this one, but it could be cleaner that way.

15 years agoContribs: Update FFMPEG to HEAD because there were many fixes in H264 decoding lately.
Jean-Baptiste Kempf [Thu, 7 Aug 2008 23:37:59 +0000 (16:37 -0700)]
Contribs: Update FFMPEG to HEAD because there were many fixes in H264 decoding lately.

15 years agoTypo
Christophe Mutricy [Thu, 7 Aug 2008 22:18:29 +0000 (23:18 +0100)]
Typo

15 years agoAdd Poe and Amanpreet
Christophe Mutricy [Thu, 7 Aug 2008 21:27:57 +0000 (22:27 +0100)]
Add Poe and Amanpreet

15 years agoActivates Punjabi translation
Christophe Mutricy [Thu, 7 Aug 2008 21:23:36 +0000 (22:23 +0100)]
Activates Punjabi translation

15 years agoFix tiny memleak
Christophe Mutricy [Thu, 7 Aug 2008 19:40:35 +0000 (20:40 +0100)]
Fix tiny memleak

15 years agoTypo.
Jean-Baptiste Kempf [Thu, 7 Aug 2008 21:42:26 +0000 (14:42 -0700)]
Typo.

15 years agoCompile Fix. Sorry, I messed up with Git...
Jean-Baptiste Kempf [Thu, 7 Aug 2008 19:58:17 +0000 (12:58 -0700)]
Compile Fix. Sorry, I messed up with Git...

15 years agoFix threaded function declaration.
Rémi Duraffort [Thu, 7 Aug 2008 19:03:07 +0000 (21:03 +0200)]
Fix threaded function declaration.

15 years agoconfigure.ac poll: Use an AC_MESG_WARN if !HAVE_POLL on non-Windows platforms
Derk-Jan Hartman [Thu, 7 Aug 2008 20:15:52 +0000 (22:15 +0200)]
configure.ac poll: Use an AC_MESG_WARN if !HAVE_POLL on non-Windows platforms

15 years agopoll() : Define HAVE_POLL on darwin. native poll() on 10.4 and 10.5 is good enough...
Derk-Jan Hartman [Thu, 7 Aug 2008 19:32:10 +0000 (21:32 +0200)]
poll() : Define HAVE_POLL on darwin. native poll() on 10.4 and 10.5 is good enough for usage in VLC. I tested both the rc interface and the SAP module on a G4 with Mac OS X 10.4

15 years agoAvoid undeclared function call
Rémi Denis-Courmont [Thu, 7 Aug 2008 19:57:22 +0000 (22:57 +0300)]
Avoid undeclared function call

(And I claim the right to remove vlc_poll without SO version bump)

15 years agovlc_poll: no conditional symbols
Rémi Denis-Courmont [Thu, 7 Aug 2008 19:49:00 +0000 (22:49 +0300)]
vlc_poll: no conditional symbols

I would rather we move all the replacement functions to a dedicated
static import library (in future versions) though. It kinda sucks to
clutter libvlccore with such symbols.

15 years agoGo and check the configurations values only when needed.
Jean-Baptiste Kempf [Thu, 7 Aug 2008 19:51:16 +0000 (12:51 -0700)]
Go and check the configurations values only when needed.

15 years agoTry to allocate the DShow device list and the buttons ONLY when switching to it and...
Jean-Baptiste Kempf [Thu, 7 Aug 2008 19:36:19 +0000 (12:36 -0700)]
Try to allocate the DShow device list and the buttons ONLY when switching to it and not all the time you open a file.

15 years agoFix a crash in Preferences.
Jean-Baptiste Kempf [Thu, 7 Aug 2008 19:13:45 +0000 (12:13 -0700)]
Fix a crash in Preferences.

15 years agos/wx/Qt.
Jean-Baptiste Kempf [Thu, 7 Aug 2008 18:29:13 +0000 (11:29 -0700)]
s/wx/Qt.

15 years agoremove deleted option from Simple preferences UI.
Jean-Baptiste Kempf [Thu, 7 Aug 2008 18:27:16 +0000 (11:27 -0700)]
remove deleted option from Simple preferences UI.

15 years agoqt4: fix synchronization of advanced buttons in both controllers
Lukas Durfina [Wed, 6 Aug 2008 07:41:50 +0000 (09:41 +0200)]
qt4: fix synchronization of advanced buttons in both controllers

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years agoFix threaded function declaration.
Rémi Duraffort [Thu, 7 Aug 2008 18:34:04 +0000 (20:34 +0200)]
Fix threaded function declaration.