]> git.sesse.net Git - vlc/log
vlc
14 years agol10n: Estonian translation update
Mihkel [Wed, 7 Apr 2010 23:16:48 +0000 (00:16 +0100)]
l10n: Estonian translation update

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agolua: update the youtube script to the new version of their website
Pierre Ynard [Wed, 7 Apr 2010 21:07:10 +0000 (23:07 +0200)]
lua: update the youtube script to the new version of their website

14 years agoWin32: fix race between vlc_cancel() and vlc_threadvar_set()
Rémi Denis-Courmont [Wed, 7 Apr 2010 19:10:33 +0000 (22:10 +0300)]
Win32: fix race between vlc_cancel() and vlc_threadvar_set()

14 years agoWin32: inline vlc_cancel_self
Rémi Denis-Courmont [Wed, 7 Apr 2010 18:55:17 +0000 (21:55 +0300)]
Win32: inline vlc_cancel_self

14 years agoRemove the Werror stuff for good
Rémi Denis-Courmont [Wed, 7 Apr 2010 18:47:59 +0000 (21:47 +0300)]
Remove the Werror stuff for good

This is not portable across compilers and versions.
This belong in your own personal CFLAGS, not the build system.

14 years agoRevert "xcb_screen: fix compilation by ignoring errors for a type of warnings"
Rémi Denis-Courmont [Wed, 7 Apr 2010 18:27:17 +0000 (21:27 +0300)]
Revert "xcb_screen: fix compilation by ignoring errors for a type of warnings"

This reverts commit c4cb6db2105eda79b29410fd900b351d4c94c751.

Conflicts:

bindings/phonon
bindings/python
configure.ac

14 years agoskins2: add a way to hide Video/Audio/Misc popupmenus
Erwan Tulou [Wed, 7 Apr 2010 16:37:43 +0000 (18:37 +0200)]
skins2: add a way to hide Video/Audio/Misc popupmenus

when one of these three popupmenus is shown, there was no way to hide it
 without first executing an item in the menu. (see for instance, earthox skin)

This patch ensures that the usual way to hide the default PopupMenu is also
used to hide any one of these other three popupmenus.

14 years agoqt4: popupmenu (part2)
Erwan Tulou [Wed, 7 Apr 2010 15:57:40 +0000 (17:57 +0200)]
qt4: popupmenu (part2)

14 years agoqt4: rework popupmenus
Erwan Tulou [Wed, 7 Apr 2010 15:07:41 +0000 (17:07 +0200)]
qt4: rework popupmenus

This patch
   - ensures no accumulation of QMenus
   - removes the root Widget for dialog_provider
   - unifies all four popupmenus in term of API

For skins, it also fixes bugs when trying to hide popupmenus
(Video, Audio and Misc). These were never implemented at the
 qt4 level, but used at the skins level.

14 years agoqt4: fix another QMenu without parent
Erwan Tulou [Wed, 7 Apr 2010 09:40:18 +0000 (11:40 +0200)]
qt4: fix another QMenu without parent

14 years agoQt: correctly recreate the toolbar, taking care about the adv status
Jean-Baptiste Kempf [Wed, 7 Apr 2010 13:34:02 +0000 (15:34 +0200)]
Qt: correctly recreate the toolbar, taking care about the adv status

14 years agoQt: kill a fixme for Fullscreen Control recreation
Jean-Baptiste Kempf [Wed, 7 Apr 2010 13:28:50 +0000 (15:28 +0200)]
Qt: kill a fixme for Fullscreen Control recreation

14 years agoQt: updateSystrayTooltipStatus simplification
Jean-Baptiste Kempf [Wed, 7 Apr 2010 13:14:13 +0000 (15:14 +0200)]
Qt: updateSystrayTooltipStatus simplification

14 years agoQt: remove unuseful code.
Jean-Baptiste Kempf [Wed, 7 Apr 2010 13:03:34 +0000 (15:03 +0200)]
Qt: remove unuseful code.

14 years agoQt: fix switching to minimalView behaviour
Jean-Baptiste Kempf [Wed, 7 Apr 2010 13:02:42 +0000 (15:02 +0200)]
Qt: fix switching to minimalView behaviour

Especially when playlist is opened.

14 years agoNEWS: imem is an access and an access_demux
Jean-Baptiste Kempf [Wed, 7 Apr 2010 12:18:25 +0000 (14:18 +0200)]
NEWS: imem is an access and an access_demux

14 years agoSmem: update a comment.
Jean-Baptiste Kempf [Wed, 7 Apr 2010 09:38:28 +0000 (11:38 +0200)]
Smem: update a comment.

14 years agoDShow: alignment...
Jean-Baptiste Kempf [Wed, 7 Apr 2010 09:01:18 +0000 (11:01 +0200)]
DShow: alignment...

I know spaces are expensive in a source code...

14 years agoDShow: fix RGB24 Colouring
Jean-Baptiste Kempf [Wed, 7 Apr 2010 08:54:24 +0000 (10:54 +0200)]
DShow: fix RGB24 Colouring

Fix #3497
See http://msdn.microsoft.com/en-us/library/dd407253%28VS.85%29.aspx?ppud=4 for more information

14 years agoFixed seeking to I frames in mkv demuxer.
Laurent Aimar [Tue, 6 Apr 2010 18:27:52 +0000 (20:27 +0200)]
Fixed seeking to I frames in mkv demuxer.

14 years agoqt4: Don't create QMenu without parents
Erwan Tulou [Tue, 6 Apr 2010 14:40:11 +0000 (16:40 +0200)]
qt4: Don't create QMenu without parents

This patch ensures that _all_ menus/actions have got a parent widget that
is guaranteed to be deleted.

This patch
   - solves memory leaks for menus and action(children)
   - solves a side effect (crash) pointed out
     by 193e6eacddb63e8a5bda42395ee79b5b27db6408 where
     some vlc objects were no longer properly released for lack
     of a clean menus/actions release chain.

14 years agoQt: more settings fixes (undocked playlist size)
Jakob Leben [Tue, 6 Apr 2010 10:30:50 +0000 (12:30 +0200)]
Qt: more settings fixes (undocked playlist size)

14 years agoQt: use QStackedLayout for playlist views
Jakob Leben [Tue, 6 Apr 2010 09:51:25 +0000 (11:51 +0200)]
Qt: use QStackedLayout for playlist views

14 years agox264: b_vfr_input came in X264_BUILD >= 81
Ilkka Ollakka [Tue, 6 Apr 2010 10:40:06 +0000 (13:40 +0300)]
x264: b_vfr_input came in X264_BUILD >= 81

14 years agoQt: listView, fix and optimize artist and album display
Jakob Leben [Tue, 6 Apr 2010 00:40:41 +0000 (02:40 +0200)]
Qt: listView, fix and optimize artist and album display

Do not show ":" separator if album missing.
Show album even if artist missing.
Optimize a little bit.

14 years agoLua: use config_StringEscape.
Rémi Duraffort [Mon, 5 Apr 2010 20:46:36 +0000 (22:46 +0200)]
Lua: use config_StringEscape.

14 years agoLua: escape the lua modules names (fix #3492)
Rémi Duraffort [Mon, 5 Apr 2010 20:35:55 +0000 (22:35 +0200)]
Lua: escape the lua modules names (fix #3492)

14 years agoLua documentation: fix typos.
Rémi Duraffort [Mon, 5 Apr 2010 19:27:10 +0000 (21:27 +0200)]
Lua documentation: fix typos.

14 years agoFix Lua documentation (thanks to Dan Brickley)
Rémi Duraffort [Mon, 5 Apr 2010 18:15:48 +0000 (20:15 +0200)]
Fix Lua documentation (thanks to Dan Brickley)

14 years agoOS X framework: fixed packaging failure, which prevented Lunettes execution on some...
Felix Paul Kühne [Mon, 5 Apr 2010 17:09:58 +0000 (19:09 +0200)]
OS X framework: fixed packaging failure, which prevented Lunettes execution on some setups due to a failing libvlc initialization

14 years agoluahttp: fix service discovery loading.
Rémi Duraffort [Mon, 5 Apr 2010 09:35:18 +0000 (11:35 +0200)]
luahttp: fix service discovery loading.

14 years agov4l2: 0 => NULL
Rémi Duraffort [Mon, 5 Apr 2010 09:29:31 +0000 (11:29 +0200)]
v4l2: 0 => NULL

14 years agoLua: fix #3492, and commas around the name and longname.
Rémi Duraffort [Sat, 3 Apr 2010 17:09:40 +0000 (19:09 +0200)]
Lua: fix #3492, and commas around the name and longname.

14 years agoLua: fix a crash (the command is already freeed).
Rémi Duraffort [Sat, 3 Apr 2010 16:55:54 +0000 (18:55 +0200)]
Lua: fix a crash (the command is already freeed).

14 years agoLua_ext: fix race condition.
Rémi Duraffort [Sat, 3 Apr 2010 16:50:57 +0000 (18:50 +0200)]
Lua_ext: fix race condition.

14 years agoTypo (thanks to Austin Burrow).
Rémi Duraffort [Sat, 3 Apr 2010 09:57:31 +0000 (11:57 +0200)]
Typo (thanks to Austin Burrow).

14 years agomediadirs: better detection for recorded material
Erwan Tulou [Sat, 3 Apr 2010 16:42:14 +0000 (18:42 +0200)]
mediadirs: better detection for recorded material

especially, also detect material recorded at the stream filter level

14 years agorecord: signal new record file when done as a stream filter
Erwan Tulou [Thu, 1 Apr 2010 17:07:53 +0000 (19:07 +0200)]
record: signal new record file when done as a stream filter

14 years agonet: fix socket blocking if accept4 not available
Erwan Tulou [Sat, 3 Apr 2010 15:30:17 +0000 (17:30 +0200)]
net: fix socket blocking if accept4 not available

same options needed for vlc_accept as those for vlc_socket

14 years agoaudioscrobbler: check video-es also in playingchange
Ilkka Ollakka [Sat, 3 Apr 2010 08:07:04 +0000 (11:07 +0300)]
audioscrobbler: check video-es also in playingchange

some video seemed to go pass and sended to last.fm otherwise.

14 years agoUpdate FFmpeg credits
Alex Converse [Fri, 2 Apr 2010 10:51:18 +0000 (06:51 -0400)]
Update FFmpeg credits

Signed-off-by: Rafaël Carré <rafael.carre@gmail.com>
14 years agolive555: add "pnm" alias as used for Real streams
Rafaël Carré [Fri, 2 Apr 2010 15:56:55 +0000 (17:56 +0200)]
live555: add "pnm" alias as used for Real streams

radio-france.fr seems to use such URLs
example: http://son.radio-france.fr/chaines/itema/10491/10491_02042010_2010F10491S0092.rm

All hail to our new owners !

14 years agoLua_telnet: if the telnet client program quit, close the connection correctly.
Rémi Duraffort [Thu, 1 Apr 2010 20:26:43 +0000 (22:26 +0200)]
Lua_telnet: if the telnet client program quit, close the connection correctly.

14 years agofr: two typos in one line
Rémi Denis-Courmont [Thu, 1 Apr 2010 20:11:19 +0000 (23:11 +0300)]
fr: two typos in one line

14 years agoQt: settings
Jakob Leben [Thu, 1 Apr 2010 13:58:15 +0000 (15:58 +0200)]
Qt: settings

MainInterface:
  Use same settings context when creating and deleting playlistWidget
  Make beginGroup() / endGroup() pairs explicit.
StandardPLPanel:
  Use same settings context whenever creating treeView

14 years agoQt: main interface, small fixes
Jakob Leben [Wed, 31 Mar 2010 03:47:28 +0000 (05:47 +0200)]
Qt: main interface, small fixes

14 years agox264: actually check limit for level is told between 10 and 51
Ilkka Ollakka [Thu, 1 Apr 2010 11:52:32 +0000 (14:52 +0300)]
x264: actually check limit for level is told between 10 and 51

14 years agofreetype: don't create/show fontcache dialog if config is upto date
Ilkka Ollakka [Wed, 31 Mar 2010 14:46:50 +0000 (17:46 +0300)]
freetype: don't create/show fontcache dialog if config is upto date

This is still blind fix, don't have windows box to test atm. So don't blame
me when it eats your cat and runs to riviera with your money and gf (and free
to revert in those cases). Don't remember if that check works correctly in
windows side.

14 years agox264: don't set default level to 5.1, but let libx264 pick level by default.
Ilkka Ollakka [Tue, 30 Mar 2010 14:27:32 +0000 (17:27 +0300)]
x264: don't set default level to 5.1, but let libx264 pick level by default.

14 years agox264: set b_vfr_input to 0, as it seems to matter now
Ilkka Ollakka [Mon, 29 Mar 2010 12:22:55 +0000 (15:22 +0300)]
x264: set b_vfr_input to 0, as it seems to matter now

I didn't observe any issues with 1.1 or 1.0.5 from file-input, but
lets just set it just in case when we have fps-value.

14 years agomerge xcb keysym-table for video_output and global hotkeys
Ilkka Ollakka [Mon, 29 Mar 2010 12:08:11 +0000 (15:08 +0300)]
merge xcb keysym-table for video_output and global hotkeys

14 years agoCompile fix
Rémi Denis-Courmont [Wed, 31 Mar 2010 20:41:40 +0000 (23:41 +0300)]
Compile fix

14 years agoluahttp: Update the position on the slider. Fix #1671
Rémi Duraffort [Wed, 31 Mar 2010 20:37:20 +0000 (22:37 +0200)]
luahttp: Update the position on the slider. Fix #1671

14 years agocontribs: updated binary packages for Mac to keep in sync with win32's versions
Felix Paul Kühne [Wed, 31 Mar 2010 17:38:28 +0000 (19:38 +0200)]
contribs: updated binary packages for Mac to keep in sync with win32's versions

14 years agoUse vlc_accept()
Rémi Denis-Courmont [Wed, 31 Mar 2010 16:28:41 +0000 (19:28 +0300)]
Use vlc_accept()

This should also fix the accept4() ENOSYS infinite loop in httpd
pointed out by Aurélion Nephtali.

14 years agovlc_accept: accept() with close-on-exec
Rémi Denis-Courmont [Wed, 31 Mar 2010 16:23:47 +0000 (19:23 +0300)]
vlc_accept: accept() with close-on-exec

14 years agouse vlc_socket()
Rémi Denis-Courmont [Wed, 31 Mar 2010 16:08:15 +0000 (19:08 +0300)]
use vlc_socket()

14 years agovlc_socket: create socket with close-on-exec à la vlc_dup()
Rémi Denis-Courmont [Wed, 31 Mar 2010 16:07:47 +0000 (19:07 +0300)]
vlc_socket: create socket with close-on-exec à la vlc_dup()

14 years agoQt: allow clearing of global keys
Jean-Baptiste Kempf [Wed, 31 Mar 2010 14:45:48 +0000 (16:45 +0200)]
Qt: allow clearing of global keys

Original patch from Anik Varshney anik d0t varshney -- gmail d0t com,
that had issues applying (whitespace and git am...)
Fixes from me too.
Close #3045

14 years agoexport vlc_rename
Keary Griffin [Tue, 30 Mar 2010 23:48:42 +0000 (19:48 -0400)]
export vlc_rename

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
14 years agoaudio_intf: fix initial value on increment (fixes #3482)
Francois Cartegnie [Tue, 30 Mar 2010 17:31:14 +0000 (19:31 +0200)]
audio_intf: fix initial value on increment (fixes #3482)

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
14 years agoMMX I420->RGB: avoid text relocations (fixes #1383)
Alexis Ballier [Wed, 31 Mar 2010 09:07:46 +0000 (12:07 +0300)]
MMX I420->RGB: avoid text relocations (fixes #1383)

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
14 years agoFixed an issue where http:// was being appended to certain inputs.
Austin Burrow [Tue, 30 Mar 2010 16:57:14 +0000 (11:57 -0500)]
Fixed an issue where http:// was being appended to certain inputs.

The issue started because VLC would append http:// on any unknown
protocol address. This "feature" has been removed because it caused
users a headache.  Users would try to manually enter an address for,
let's say, udp:// and VLC would then handle it has http://udp://.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
14 years agoFix for trac #3452 VLC fails to compile on OS X with zlib 1.2.4
Julien / Gellule [Tue, 30 Mar 2010 19:05:19 +0000 (09:05 -1000)]
Fix for trac #3452 VLC fails to compile on OS X with zlib 1.2.4

This fix actually removes traces of the libc _LARGEFILE64_SOURCE
transitional API.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
14 years agoAdd translaors to THANKS
Christophe Mutricy [Tue, 30 Mar 2010 22:35:04 +0000 (23:35 +0100)]
Add translaors to THANKS

14 years agol10n: Initial Sinhala translation
H.Shalitha Vikum [Tue, 30 Mar 2010 22:22:03 +0000 (23:22 +0100)]
l10n: Initial Sinhala translation

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Initial Belarusian translation
Сергей Дарьичев [Tue, 30 Mar 2010 22:20:25 +0000 (23:20 +0100)]
l10n: Initial Belarusian translation

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Initial Walloon translation
Gaëtan Rousseaux [Tue, 30 Mar 2010 22:09:41 +0000 (23:09 +0100)]
l10n: Initial Walloon translation

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Initial Tamil translation
Abdul Fousan [Tue, 30 Mar 2010 22:07:18 +0000 (23:07 +0100)]
l10n: Initial Tamil translation

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Initial Norwegian Nynorsk translation
Eirik U. Birkeland [Tue, 30 Mar 2010 22:02:52 +0000 (23:02 +0100)]
l10n: Initial Norwegian Nynorsk translation

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Initial Macedonian translation
Goce Manevski [Tue, 30 Mar 2010 21:59:47 +0000 (22:59 +0100)]
l10n: Initial Macedonian translation

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Initial Malayalam transaltion
sreejith p [Tue, 30 Mar 2010 21:55:34 +0000 (22:55 +0100)]
l10n: Initial Malayalam transaltion

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agoRefresh PO files
Christophe Mutricy [Tue, 30 Mar 2010 21:25:38 +0000 (22:25 +0100)]
Refresh PO files

14 years agol10n: Chinese update
Dean Lee [Tue, 30 Mar 2010 21:19:57 +0000 (22:19 +0100)]
l10n: Chinese update

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Forwardport Turkish translation
Yaşar TAY [Tue, 30 Mar 2010 21:13:32 +0000 (22:13 +0100)]
l10n: Forwardport Turkish translation

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Forwardport Slovenian translation
Matej Urbančič [Tue, 30 Mar 2010 21:04:35 +0000 (22:04 +0100)]
l10n: Forwardport Slovenian translation

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Forwardport Slovak translation
Marián Hikaník [Tue, 30 Mar 2010 21:03:22 +0000 (22:03 +0100)]
l10n: Forwardport Slovak translation

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Forwardport Russian translation
Roustam Ghizdatov [Tue, 30 Mar 2010 21:01:41 +0000 (22:01 +0100)]
l10n: Forwardport Russian translation

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Forwardport Romanian translation
Cristian Secară [Tue, 30 Mar 2010 20:59:54 +0000 (21:59 +0100)]
l10n: Forwardport Romanian translation

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Forwardport Brazilian Portuguese translation
Sidney Doria [Tue, 30 Mar 2010 20:58:11 +0000 (21:58 +0100)]
l10n: Forwardport Brazilian Portuguese translation

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Forwardport Pashto translation
Zabeeh Khan [Tue, 30 Mar 2010 20:56:20 +0000 (21:56 +0100)]
l10n: Forwardport Pashto translation

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Forwardport Polish translation
Michał Trzebiatowski [Tue, 30 Mar 2010 19:55:37 +0000 (20:55 +0100)]
l10n: Forwardport Polish translation

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Forwardport Punjabi translation
A S Alam [Tue, 30 Mar 2010 19:54:09 +0000 (20:54 +0100)]
l10n: Forwardport Punjabi translation

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Forwardport Occitan translation
Tòni Galhard [Tue, 30 Mar 2010 19:50:36 +0000 (20:50 +0100)]
l10n: Forwardport Occitan translation

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Forwardport Dutch translation
Myckel Habets [Tue, 30 Mar 2010 19:49:05 +0000 (20:49 +0100)]
l10n: Forwardport Dutch translation

With contribution of Alexander Henket

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Forwardport Nepalese translation
Animesh Swar [Tue, 30 Mar 2010 19:46:30 +0000 (20:46 +0100)]
l10n: Forwardport Nepalese translation

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Forwardport Malay translation
Mahrazi Mohd Kamal [Tue, 30 Mar 2010 19:42:37 +0000 (20:42 +0100)]
l10n: Forwardport Malay translation

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Forwardport Mongolian translation
Баярсайхан Энхтайван [Tue, 30 Mar 2010 19:40:47 +0000 (20:40 +0100)]
l10n: Forwardport Mongolian translation

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Forwardport Lithuanian translation
Mindaugas Baranauskas [Tue, 30 Mar 2010 19:36:56 +0000 (20:36 +0100)]
l10n: Forwardport Lithuanian translation

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Forwardport Korean translation
airplanez [Tue, 30 Mar 2010 19:34:28 +0000 (20:34 +0100)]
l10n: Forwardport Korean translation

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Forwardport Khmer translation
Khoem Sokhem [Tue, 30 Mar 2010 19:33:34 +0000 (20:33 +0100)]
l10n: Forwardport Khmer translation

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Forwardport Italian translation
Vincenzo Reale [Tue, 30 Mar 2010 19:26:20 +0000 (20:26 +0100)]
l10n: Forwardport Italian translation

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Forwardport Indonesian translation
Luqman Hakim [Tue, 30 Mar 2010 19:25:35 +0000 (20:25 +0100)]
l10n: Forwardport Indonesian translation

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Forwardport Hungarian translation
Gabor Kelemen [Tue, 30 Mar 2010 19:24:23 +0000 (20:24 +0100)]
l10n: Forwardport Hungarian translation

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Forwardport Croatian translation
Dominko Aždajić [Tue, 30 Mar 2010 00:23:45 +0000 (01:23 +0100)]
l10n: Forwardport Croatian translation

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Forwardport Galician translation
Gonçalo Cordeiro [Tue, 30 Mar 2010 00:22:00 +0000 (01:22 +0100)]
l10n: Forwardport Galician translation

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Forwardport Finnish translation
Otto Kekäläinen [Tue, 30 Mar 2010 00:19:49 +0000 (01:19 +0100)]
l10n: Forwardport Finnish translation

With contribution of Tero Pelander

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Forwardport Spanish translation
David González [Tue, 30 Mar 2010 00:12:46 +0000 (01:12 +0100)]
l10n: Forwardport Spanish translation

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Forwardport German translation
Kai Hermann [Tue, 30 Mar 2010 00:10:57 +0000 (01:10 +0100)]
l10n: Forwardport German translation

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Forwardport Danish translation
Niels Fanøe [Tue, 30 Mar 2010 00:09:39 +0000 (01:09 +0100)]
l10n: Forwardport Danish translation

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>