]> git.sesse.net Git - vlc/log
vlc
13 years agoQt: Simple preferences simplifications
Jean-Baptiste Kempf [Sun, 19 Sep 2010 22:08:48 +0000 (00:08 +0200)]
Qt: Simple preferences simplifications

13 years agolivehttp: add missing , to EXTINF after duration
Ilkka Ollakka [Sun, 19 Sep 2010 20:36:53 +0000 (23:36 +0300)]
livehttp: add missing , to EXTINF after duration

13 years agobroken avi dialog: don't confuse user by asking a binary answer
Francois Cartegnie [Thu, 16 Sep 2010 13:09:39 +0000 (15:09 +0200)]
broken avi dialog: don't confuse user by asking a binary answer

13 years agoTS: prioritize normal audio tracks over special ones
Rémi Denis-Courmont [Fri, 17 Sep 2010 04:09:19 +0000 (07:09 +0300)]
TS: prioritize normal audio tracks over special ones

Otherwise, VLC sometimes selects the impaired track instead of the
usual/default one. This is a major annoyance with YLE, the Finnish
national broadcaster. YLE routinely provides a visual impaired audio
track in Finnish (declared as Dutch for some reason!) in addition to
the original version.

13 years agoFix potential overflow in vlc_readdir()
Rémi Denis-Courmont [Fri, 17 Sep 2010 03:10:17 +0000 (06:10 +0300)]
Fix potential overflow in vlc_readdir()

13 years agoImprove vlc_readdir documentation
Rémi Denis-Courmont [Fri, 17 Sep 2010 03:10:04 +0000 (06:10 +0300)]
Improve vlc_readdir documentation

13 years agoMark http-user-agent private
Rémi Denis-Courmont [Fri, 17 Sep 2010 02:41:53 +0000 (05:41 +0300)]
Mark http-user-agent private

Modifying from the configuration won't work anyway (since VLC overrides it).

13 years agoRestore LibVLC/VERSION at the end of the HTTP user agent
Rémi Denis-Courmont [Fri, 17 Sep 2010 02:25:13 +0000 (05:25 +0300)]
Restore LibVLC/VERSION at the end of the HTTP user agent

13 years agoconfigure.ac: Fix linking plugins with static ffmpeg on Linux 64bit.
Konstantin Pavlov [Tue, 14 Sep 2010 09:56:17 +0000 (13:56 +0400)]
configure.ac: Fix linking plugins with static ffmpeg on Linux 64bit.

13 years agoFix Solaris building
Jean-Baptiste Kempf [Thu, 16 Sep 2010 16:45:16 +0000 (18:45 +0200)]
Fix Solaris building

Close #3040

13 years agoMacOS: fix equalizer 170Hz issue
Jean-Baptiste Kempf [Thu, 16 Sep 2010 15:50:46 +0000 (17:50 +0200)]
MacOS: fix equalizer 170Hz issue

Close #4177

13 years agoAdding posterize filter to effects dialog
Branko Kokanovic [Wed, 15 Sep 2010 22:35:45 +0000 (00:35 +0200)]
Adding posterize filter to effects dialog

Adding posterize filter to Color fun tab of Video effects tab of Effects
and filters dialog

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoskins2: small optimisation
Erwan Tulou [Wed, 15 Sep 2010 15:59:04 +0000 (17:59 +0200)]
skins2: small optimisation

Only update image and notify for those mouse events that we care about.
This removes the job being done twice (once on mouse pressed and once
 on mouse released)

13 years agoadding posterize video filter
Branko Kokanovic [Sat, 11 Sep 2010 16:17:56 +0000 (18:17 +0200)]
adding posterize video filter

Acked-by: Jean-Baptiste Kempf <jb@videolan.org>
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
13 years agoOgg: no tabs in source-code
Jean-Baptiste Kempf [Thu, 16 Sep 2010 00:03:04 +0000 (02:03 +0200)]
Ogg: no tabs in source-code

13 years agoNEWS about libvlc_media_player_navigate
Jean-Baptiste Kempf [Wed, 15 Sep 2010 23:11:34 +0000 (01:11 +0200)]
NEWS about libvlc_media_player_navigate

13 years agoNEWS, po and modules/LIST for AudioQueue
Jean-Baptiste Kempf [Wed, 15 Sep 2010 23:08:00 +0000 (01:08 +0200)]
NEWS, po and modules/LIST for AudioQueue

13 years agoiOS: audio output module (Based on the AudioQueue API)
Romain Goyet [Sat, 11 Sep 2010 17:17:54 +0000 (19:17 +0200)]
iOS: audio output module (Based on the AudioQueue API)

This audio output is still quite young, but works fine on existing iOS devices.
In theory this can also be used on Mac OS X as well, but for now it's not as powerful as the existing CoreAudio driver.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoQt, selector: cleanup
Jean-Baptiste Kempf [Sat, 11 Sep 2010 19:51:19 +0000 (21:51 +0200)]
Qt, selector: cleanup

Code cleanup, forward declaration and cosmetics

13 years agoRevert "Qt4: don't reset rate when input changes"
Ilkka Ollakka [Tue, 14 Sep 2010 20:48:21 +0000 (23:48 +0300)]
Revert "Qt4: don't reset rate when input changes"

This reverts commit 21ad24ea6b641038a8a95d4a33b817fcfea02820.

I'll try to do it properly in core

13 years agoupdate: remove spurious asprintf (the string is not used).
Rémi Duraffort [Tue, 14 Sep 2010 18:06:52 +0000 (20:06 +0200)]
update: remove spurious asprintf (the string is not used).

13 years agoaccess_http: use the user agent provided by the user: fix #4162
Rémi Duraffort [Tue, 14 Sep 2010 17:16:00 +0000 (19:16 +0200)]
access_http: use the user agent provided by the user: fix #4162

13 years agoFix out of range memory access when APIC frame type is out of the range defined in...
Fargier Sylvain [Mon, 13 Sep 2010 22:24:48 +0000 (00:24 +0200)]
Fix out of range memory access when APIC frame type is out of the range defined in the ID3v2 specification (corrupted tag or vendor defined).

Signed-off-by: Fargier Sylvain <fargier.sylvain@free.fr>
Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
13 years agolua: Update the README.
Rémi Duraffort [Mon, 13 Sep 2010 20:50:26 +0000 (22:50 +0200)]
lua: Update the README.

13 years agolua: remove "bla ? true : false"
Rémi Duraffort [Mon, 13 Sep 2010 18:19:44 +0000 (20:19 +0200)]
lua: remove "bla ? true : false"

13 years agoUpdated contribs for Mac OS X
Felix Paul Kühne [Mon, 13 Sep 2010 17:42:14 +0000 (19:42 +0200)]
Updated contribs for Mac OS X

This also fixes the X11 la file issue on machines running 10.6 and later.

13 years agolua: use msg_Err instead of fprintf (remaining debug).
Rémi Duraffort [Mon, 13 Sep 2010 17:50:33 +0000 (19:50 +0200)]
lua: use msg_Err instead of fprintf (remaining debug).

13 years agolua: also implement timer:getoverrun()
Rémi Duraffort [Mon, 13 Sep 2010 17:46:31 +0000 (19:46 +0200)]
lua: also implement timer:getoverrun()

13 years agocontribs/libcaca: disable X11 support on Mac OS X
Felix Paul Kühne [Mon, 13 Sep 2010 16:20:58 +0000 (18:20 +0200)]
contribs/libcaca: disable X11 support on Mac OS X

13 years agoQt4: don't reset rate when input changes
Ilkka Ollakka [Sun, 12 Sep 2010 20:05:56 +0000 (23:05 +0300)]
Qt4: don't reset rate when input changes

Maybe littlebit hackis implementation and core could be better place to
implement this.

13 years agolua: implement timers in vlc.misc
Rémi Duraffort [Sun, 12 Sep 2010 17:24:10 +0000 (19:24 +0200)]
lua: implement timers in vlc.misc

13 years agolua: cosmetics (use the exact pointer typer not just void*).
Rémi Duraffort [Sun, 12 Sep 2010 16:34:25 +0000 (18:34 +0200)]
lua: cosmetics (use the exact pointer typer not just void*).

13 years agoi420->yuv2 converter: disabled altivec usage if video's width isn't a multiple of 32
Felix Paul Kühne [Sun, 12 Sep 2010 13:19:54 +0000 (15:19 +0200)]
i420->yuv2 converter: disabled altivec usage if video's width isn't a multiple of 32

This fixes the video output on PowerPC based Macs. A proper fix would be welcome.

Forward-port of [c036a9961b04ef03e8ae6951c78f1e550e57395a]

13 years agoExtend libvlc Media Player API for DVD menu navigation
Arnaud Vallat [Fri, 10 Sep 2010 06:47:10 +0000 (08:47 +0200)]
Extend libvlc Media Player API for DVD menu navigation

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
13 years agoRevert "skins2(X11): add missing <limits.h>"
Rémi Denis-Courmont [Fri, 10 Sep 2010 01:45:09 +0000 (04:45 +0300)]
Revert "skins2(X11): add missing <limits.h>"

This reverts commit e209d40a8614c9fbb4c89300f327146528eae397.
This is not needed anymore because of the previous commit.

13 years agoRevert "skins: use readdir_r() instead of readdir()"
Rémi Denis-Courmont [Fri, 10 Sep 2010 01:43:44 +0000 (04:43 +0300)]
Revert "skins: use readdir_r() instead of readdir()"

This reverts commit 4bf419574b51ced5dea893f9e247fe38a2a0d163.

This is not needed. readdir() uses one dirent buffer per DIR pointer,
not per process. In other words, as long as a given DIR pointer is used
in a single thread, readdir() is thread-safe.

13 years agoskins2: fix compiler warnings (missing ())
Rémi Duraffort [Thu, 9 Sep 2010 18:34:30 +0000 (20:34 +0200)]
skins2: fix compiler warnings (missing ())

13 years agoChange %d into %PRId64
Rémi Duraffort [Thu, 9 Sep 2010 18:23:26 +0000 (20:23 +0200)]
Change %d into %PRId64

13 years agolua_intf: also provide the --rc-host option for backward compatibility.
Rémi Duraffort [Thu, 9 Sep 2010 17:57:38 +0000 (19:57 +0200)]
lua_intf: also provide the --rc-host option for backward compatibility.

13 years agolibrivox: some cleanup and add the book author as artist of the item.
Rémi Duraffort [Thu, 9 Sep 2010 17:26:20 +0000 (19:26 +0200)]
librivox: some cleanup and add the book author as artist of the item.

13 years agolibrivox: create a node for each book of the podcast.
Rémi Duraffort [Thu, 9 Sep 2010 16:56:14 +0000 (18:56 +0200)]
librivox: create a node for each book of the podcast.

13 years agolua_sd: warn in cas descriptor function is missing.
Rémi Duraffort [Wed, 8 Sep 2010 18:30:35 +0000 (20:30 +0200)]
lua_sd: warn in cas descriptor function is missing.

13 years agoContribs: fix fluidsynth link
Jean-Baptiste Kempf [Tue, 7 Sep 2010 22:07:48 +0000 (00:07 +0200)]
Contribs: fix fluidsynth link

13 years agoBuild: move subtitles codecs to m/codec/ instead of m/codec/subtitles
Jean-Baptiste Kempf [Tue, 7 Sep 2010 21:46:05 +0000 (23:46 +0200)]
Build: move subtitles codecs to m/codec/ instead of m/codec/subtitles

Most subtitles codecs are still in m/codec/, like dvbsub, svcdsub, cvdsub, libass, spudec.
This makes it consistent.

This also removes an extra folder to compile...

13 years agoQt: simplifiy/rebase messages on QtCreator. Fix Ui Logic
Francois Cartegnie [Tue, 7 Sep 2010 16:24:12 +0000 (18:24 +0200)]
Qt: simplifiy/rebase messages on QtCreator. Fix Ui Logic

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoQt: use dyn layout for messages
Francois Cartegnie [Tue, 7 Sep 2010 13:48:57 +0000 (15:48 +0200)]
Qt: use dyn layout for messages

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoQt4: Only scroll messages if required
Francois Cartegnie [Tue, 7 Sep 2010 13:25:50 +0000 (15:25 +0200)]
Qt4: Only scroll messages if required

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoLIST: fix module accounting
Rémi Duraffort [Tue, 7 Sep 2010 20:53:40 +0000 (22:53 +0200)]
LIST: fix module accounting

13 years agoUpdate LIST.
Rémi Duraffort [Tue, 7 Sep 2010 20:47:03 +0000 (22:47 +0200)]
Update LIST.

13 years agovideo_filter: colorthres.c: check return value of GetPackedYuvOffsets()
Jean-Paul Saman [Tue, 7 Sep 2010 16:21:24 +0000 (18:21 +0200)]
video_filter: colorthres.c: check return value of GetPackedYuvOffsets()

Check return value of GetPackedYuvOffsets().

13 years agoTypos s/hidding/hiding/g
Francois Cartegnie [Tue, 7 Sep 2010 16:27:09 +0000 (18:27 +0200)]
Typos s/hidding/hiding/g

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoContribs: Fluidsynth, warn about 1.1.0 bringing Glib...
Jean-Baptiste Kempf [Tue, 7 Sep 2010 16:17:38 +0000 (18:17 +0200)]
Contribs: Fluidsynth, warn about 1.1.0 bringing Glib...

13 years agoQt: be able to recompute the minimalWidth at anytime
Jean-Baptiste Kempf [Tue, 7 Sep 2010 13:07:20 +0000 (15:07 +0200)]
Qt: be able to recompute the minimalWidth at anytime

Close #3774

13 years agoQt: document MinimalView functions
Jean-Baptiste Kempf [Tue, 7 Sep 2010 13:10:25 +0000 (15:10 +0200)]
Qt: document MinimalView functions

13 years agoQt: do not allow activation of DxVA2 in SPrefs on XP
Jean-Baptiste Kempf [Tue, 7 Sep 2010 10:59:02 +0000 (12:59 +0200)]
Qt: do not allow activation of DxVA2 in SPrefs on XP

XP is too old. Deal with it. Will ease support
Close #3727

13 years agoAdded support for VDR recordings
Tobias Güntner [Tue, 29 Jun 2010 23:36:13 +0000 (01:36 +0200)]
Added support for VDR recordings

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agomozilla: test.html: remove BsSlider JavaScript from page
Jean-Paul Saman [Mon, 6 Sep 2010 13:26:38 +0000 (15:26 +0200)]
mozilla: test.html: remove BsSlider JavaScript from page

Almost nobody has the JavaScript library where this page depended upon.

13 years agomozilla/test.html: kill monitorTimer use MediaPlayer* events only
Jean-Paul Saman [Mon, 6 Sep 2010 12:45:25 +0000 (14:45 +0200)]
mozilla/test.html: kill monitorTimer use MediaPlayer* events only

13 years agomodules/video_filter/deinterlace.c: make unused parameter 'p_old'
Jean-Paul Saman [Sun, 29 Aug 2010 15:24:25 +0000 (17:24 +0200)]
modules/video_filter/deinterlace.c: make unused parameter 'p_old'

13 years agomodules/video_filter/colorthres.c: set default values
Jean-Paul Saman [Sun, 29 Aug 2010 15:19:03 +0000 (17:19 +0200)]
modules/video_filter/colorthres.c: set default values

The compiler complained about possible use uninitialized use of the variables
i_u_offset, i_v_offset and i_y_offset.

13 years agomozilla: activex: update test.html
Jean-Paul Saman [Thu, 20 May 2010 13:53:23 +0000 (15:53 +0200)]
mozilla: activex: update test.html

- use VLC MediaPlayer events
- use unix style EOL

13 years agomozilla: activex: add cache filling level to event MediaPlayerBuffering
Jean-Paul Saman [Tue, 18 May 2010 14:21:37 +0000 (16:21 +0200)]
mozilla: activex: add cache filling level to event MediaPlayerBuffering

Add cache filling level to the MediaPlayerBuffering event.

13 years agomozilla: rework events
Jean-Paul Saman [Fri, 30 Jul 2010 09:51:12 +0000 (11:51 +0200)]
mozilla: rework events

The mozilla webplugin events do not support arguments and expose all events available in libvlc. Most
of these events are not usefull for the webplugins and not being able to pass arguments is another limiting
issue. This patch addresses both problems at the same time.

The mozilla webplugin limits supports to the libvlc_MediaPlayer* events just like the ActiveX webplugin does.
These events are usefull in the context of a webplugin.

Ommit the 'libvlc_' prefix from the libvlc_MediaPlayer* events to obtain the events name that must be
used from JavaScript to listen on the event. Example:

- libvlc_MediaPlayerOpening becomes 'MediaPlayerOpening'
- libvlc_MediaPlayerNothingSpecial becoms 'MediaPlayerNothingSpecial'

Signed-off-by: Jean-Paul Saman <jean-paul.saman@m2x.nl>
Conflicts:

projects/mozilla/vlcplugin.cpp
projects/mozilla/vlcplugin.h

13 years agoQt4: module help may be NULL - fix #4144
Rémi Denis-Courmont [Mon, 6 Sep 2010 01:38:01 +0000 (04:38 +0300)]
Qt4: module help may be NULL - fix #4144

13 years agol10n: New Armenian translation
Eduard Babayan [Sun, 5 Sep 2010 21:38:48 +0000 (22:38 +0100)]
l10n: New Armenian translation

Cheery-pick of  [4099d3dda0c311a]
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
13 years agoremove references to removed asademux code
Daniel Mierswa [Fri, 27 Aug 2010 07:02:35 +0000 (09:02 +0200)]
remove references to removed asademux code

62487ef428d02953eaae1c879655d714f38c8562 removed asademux code but not
all references to it vanished

Signed-off-by: Daniel Mierswa <impulze@impulze.org>
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoConfigure: warn is panoramix is disabled
Jean-Baptiste Kempf [Sun, 5 Sep 2010 16:17:35 +0000 (18:17 +0200)]
Configure: warn is panoramix is disabled

13 years agomodules/list.sh: Fix grep usage
Mirsal Ennaime [Sat, 4 Sep 2010 19:16:30 +0000 (21:16 +0200)]
modules/list.sh: Fix grep usage

13 years agomodules/list.sh: Remove useless use of cat
Mirsal Ennaime [Sat, 4 Sep 2010 18:57:41 +0000 (20:57 +0200)]
modules/list.sh: Remove useless use of cat

13 years agoQt: correctly handle Unicode in Win7 jump lists
Jean-Baptiste Kempf [Sat, 4 Sep 2010 18:11:47 +0000 (20:11 +0200)]
Qt: correctly handle Unicode in Win7 jump lists

Closes #4142

13 years agoAssociate .flac to raw muxer
Kaarlo Raiha [Mon, 30 Aug 2010 21:27:06 +0000 (00:27 +0300)]
Associate .flac to raw muxer

Signed-off-by: Rafaël Carré <rafael.carre@gmail.com>
13 years agoSame mute button for lua http interface
Jean-Baptiste Kempf [Sat, 4 Sep 2010 17:58:34 +0000 (19:58 +0200)]
Same mute button for lua http interface

13 years agoAdded mute button to http interface
Adrien Cunin [Sat, 4 Sep 2010 14:25:11 +0000 (16:25 +0200)]
Added mute button to http interface

It lacks an icon for now and doesn't have the "unmute" ability.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoQt/Sout: pass the ttl from the UI to the MRL
Jean-Baptiste Kempf [Sat, 4 Sep 2010 16:34:07 +0000 (18:34 +0200)]
Qt/Sout: pass the ttl from the UI to the MRL

13 years agoQt/Sout: avoid a possible crash
Jean-Baptiste Kempf [Sat, 4 Sep 2010 16:19:45 +0000 (18:19 +0200)]
Qt/Sout: avoid a possible crash

13 years agoNo need to check for ctime_r
Rémi Denis-Courmont [Sat, 4 Sep 2010 05:11:57 +0000 (08:11 +0300)]
No need to check for ctime_r

13 years agoDo not use obsolescent ctime(_r)
Rémi Denis-Courmont [Sat, 4 Sep 2010 05:09:54 +0000 (08:09 +0300)]
Do not use obsolescent ctime(_r)

Use strftime() and localtime_r() instead.

13 years agoQt4: put gradfun in the UI
Jean-Baptiste Kempf [Fri, 3 Sep 2010 20:45:29 +0000 (22:45 +0200)]
Qt4: put gradfun in the UI

13 years agoQt: extended panels, remove last tab and simplify code
Jean-Baptiste Kempf [Fri, 3 Sep 2010 20:34:39 +0000 (22:34 +0200)]
Qt: extended panels, remove last tab and simplify code

13 years agoQt extended panels: do not spam about options about modules that don't exist in 1.2
Jean-Baptiste Kempf [Fri, 3 Sep 2010 20:23:46 +0000 (22:23 +0200)]
Qt extended panels: do not spam about options about modules that don't exist in 1.2

13 years agoQt: extended panels, code simplification and spatializer slider naming
Jean-Baptiste Kempf [Fri, 3 Sep 2010 19:47:42 +0000 (21:47 +0200)]
Qt: extended panels, code simplification and spatializer slider naming

Consistency between Spatializer and Compressor

13 years agoQt: compressor UI, foolproofing the controls values
Jean-Baptiste Kempf [Fri, 3 Sep 2010 18:57:00 +0000 (20:57 +0200)]
Qt: compressor UI, foolproofing the controls values

And translate strings

13 years agoQt: Add control to the compressor module
Ronald Wright [Fri, 3 Sep 2010 18:18:14 +0000 (20:18 +0200)]
Qt: Add control to the compressor module

Modified by jb@videolan.org

13 years agoNEWS about compressor
Jean-Baptiste Kempf [Fri, 3 Sep 2010 17:07:32 +0000 (19:07 +0200)]
NEWS about compressor

13 years agomacosx: compilation fix
Felix Paul Kühne [Thu, 2 Sep 2010 20:48:03 +0000 (22:48 +0200)]
macosx: compilation fix

13 years agomacosx: remove remnants of a previous VLM GUI draft pointed on IRC by Raim
Felix Paul Kühne [Thu, 2 Sep 2010 19:57:33 +0000 (21:57 +0200)]
macosx: remove remnants of a previous VLM GUI draft pointed on IRC by Raim

13 years agoAdd a lua sd for librivox.
Rémi Duraffort [Wed, 1 Sep 2010 21:20:56 +0000 (23:20 +0200)]
Add a lua sd for librivox.

This SD is really simple for the moment, It can be improve to ease the
navigation through the different books.

13 years agosync NEWS with 1.1.x
Rémi Duraffort [Wed, 1 Sep 2010 17:52:40 +0000 (19:52 +0200)]
sync NEWS with 1.1.x

13 years agosubsdec: NULL dereference (fix #4125)
Rémi Denis-Courmont [Wed, 1 Sep 2010 03:38:11 +0000 (06:38 +0300)]
subsdec: NULL dereference (fix #4125)

13 years agolua_sd: add an sd for magnatune (proof of concept for the moment).
Rémi Duraffort [Tue, 31 Aug 2010 21:15:40 +0000 (23:15 +0200)]
lua_sd: add an sd for magnatune (proof of concept for the moment).

13 years agotest_src_config_chain: fix missing return value.
Rémi Duraffort [Tue, 31 Aug 2010 21:12:04 +0000 (23:12 +0200)]
test_src_config_chain: fix missing return value.

13 years agoFix some typos.
Rémi Duraffort [Tue, 31 Aug 2010 19:53:28 +0000 (21:53 +0200)]
Fix some typos.

13 years agoAdd a test about chain escaping escaping.
Rémi Duraffort [Tue, 31 Aug 2010 19:51:02 +0000 (21:51 +0200)]
Add a test about chain escaping escaping.

13 years agoBe sure audio equalizer filter is inserted first.
Laurent Aimar [Tue, 31 Aug 2010 19:07:50 +0000 (21:07 +0200)]
Be sure audio equalizer filter is inserted first.

13 years agoAdds the compressor module to VLC
Ronald Wright [Thu, 1 Jul 2010 08:32:59 +0000 (03:32 -0500)]
Adds the compressor module to VLC

Signed-off-by: Laurent Aimar <fenrir@videolan.org>
Modified by Laurent Aimar (removed the equalizer part of the initial
patch).

13 years agoQt4: do not create pref tooltip if there is no text
Rémi Denis-Courmont [Sun, 29 Aug 2010 15:14:36 +0000 (18:14 +0300)]
Qt4: do not create pref tooltip if there is no text

By the way, it seems like we should always use NULL rather than "" for
longtext. Not only this avoids the recurrent gettext("") translation
problem, but an empty tool tip makes no sense. There should be no tool
tip at all if there is no text.

13 years agoFix typo
Rémi Denis-Courmont [Sun, 29 Aug 2010 02:57:11 +0000 (05:57 +0300)]
Fix typo

13 years agoskins2(Win32) : fix GDI leak (trac #4101)
Erwan Tulou [Sat, 28 Aug 2010 16:33:36 +0000 (18:33 +0200)]
skins2(Win32) : fix GDI leak (trac #4101)

13 years agoDon't touch stamp-cache file
Rafaël Carré [Thu, 26 Aug 2010 12:43:23 +0000 (14:43 +0200)]
Don't touch stamp-cache file

stamp-cache is a PHONY target

13 years agoFix loading of the VLC icon
Christophe Mutricy [Wed, 25 Aug 2010 22:27:19 +0000 (23:27 +0100)]
Fix loading of the VLC icon

Both in installed and non-installed mode