1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-16 16:02:54 +02:00
Commit Graph

1169 Commits

Author SHA1 Message Date
Rémi Denis-Courmont
ed8f436aeb aout: cleanup mixer and rename to volume 2012-07-17 22:49:59 +03:00
Rémi Denis-Courmont
7db7be8bd2 nb: use consistent (if less precise) language code 2012-07-12 18:49:30 +03:00
Rémi Denis-Courmont
9181681e2d po: missing or incorrect language codes 2012-07-12 18:47:06 +03:00
Rémi Denis-Courmont
314084ad1c fr: typo (again) 2012-07-12 18:41:38 +03:00
Rémi Denis-Courmont
01c41858a7 fr: two types in one line
This is the second time this commit is applied. Consider this is the
last warning for French translation. Any new revert of my corrections
without explanation will be re-reverted without further notice.
2012-07-12 18:41:37 +03:00
Rémi Denis-Courmont
970d70aca0 audio: remove FI32 conversions
Conversion from FI32 to S16 is already supported by the Laurent's
generic audio format filter. Conversion to FI32 are useless for lack
of (functional) FI32 encoder or output.
2012-07-04 22:43:55 +03:00
Rémi Denis-Courmont
9b92578482 Volume mixer: drop FI32 2012-07-04 22:43:54 +03:00
Rafaël Carré
1207a36982 Remove vlc_memcpy
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
2012-07-03 18:06:46 +03:00
Jean-Baptiste Kempf
f5957ea517 Remove the RTMP output too 2012-07-02 16:46:08 +02:00
Jean-Baptiste Kempf
7f9f610042 Remove RTMP access module 2012-06-28 16:49:54 +02:00
Felix Paul Kühne
34b9651801 po: revert unintended change in 5e8666c883 2012-05-21 14:48:25 +02:00
Felix Paul Kühne
5e8666c883 macosx: removed the outdated and dysfunctional service discovery menu items from both the playlist and the main menu 2012-05-21 14:40:08 +02:00
Rémi Denis-Courmont
df7a798d19 wasapi: enlist the plugin 2012-05-16 00:01:20 +03:00
Rémi Denis-Courmont
34b0c609d1 fbosd: remove plugin
This plugin is unmaintained, unused and quite buggy.
2012-05-13 23:11:57 +03:00
Rémi Denis-Courmont
5adefde469 xosd: remove plugin completely
Outdated and probably broken since version 1.1.0.
2012-05-13 23:09:02 +03:00
Edward Wang
a7ceba8e9d src: Fix typo
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2012-05-12 03:34:14 +02:00
Rémi Denis-Courmont
3cf1771415 Fix one typo 2012-05-03 23:00:30 +03:00
Rémi Denis-Courmont
86c47f64c5 Implement vlc_ngettext() to deal with plurals 2012-04-16 18:02:50 +03:00
Rémi Denis-Courmont
4d26b98a15 Remove core ACL support
I wrote this as a quick hack after Gildas made the HTTP server bind to
all addresses instead of only loopback by default. It turns out it
lasted a bit longer :D
2012-04-01 23:17:51 +03:00
Rémi Denis-Courmont
0b5239ff64 Lua: remove now unused ACL functions 2012-04-01 23:15:00 +03:00
Rémi Denis-Courmont
789cb0bb15 select: remove plugin that never worked (refs #4866)
This plugin has a systematic deadlock (or assert in debug builds), so
it is pretty safe to assume that nobody uses it.
2012-03-29 18:34:35 +03:00
Ludovic Fauvet
d12a7e6593 Add a trivial audio gain filter
This module is a wrapper around an audio mixer.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
2012-03-29 17:48:15 +03:00
Rafaël Carré
3fd80d21f7 POTFILES.in: remove deleted files 2012-03-26 18:56:31 -04:00
Rémi Denis-Courmont
1250ccb91a vsxu: update POTFILES and NEWS 2012-03-17 14:21:57 +02:00
Rémi Denis-Courmont
3ff3d5775f Provisions for localized key code strings (refs #5974) 2012-03-10 12:49:50 +02:00
Jean-Baptiste Kempf
16d2d11bdd Removing realvideo plugin 2012-02-24 23:54:30 +01:00
Rafaël Carré
90b7695c83 Mention 2.0.0 instead of 1.2.0 2012-02-05 12:46:04 -05:00
Rémi Denis-Courmont
28b099a27b sndio: add OpenBSD (or RoarAudio emulation) audio output
This is untested but at least it compiles with RoarAudio.
2012-02-01 22:10:39 +02:00
Rémi Denis-Courmont
9f8c044ac3 portaudio: remove 2012-02-01 20:09:43 +02:00
Rafaël Carré
20155f800e libav*: remove broken use of log callback
We can only use it at application level
Just use the default libav* callback instead which prints to stderr
We might want to set libav* verbosity with av_log_set_level()
2012-01-31 23:58:30 -05:00
Rémi Denis-Courmont
d0413f1d8b Properly remove the old dvb plugin, fix bootstrapping
(I do not know why it was removed in the first place though - not me!
 As a consequence, we cannot scan TV channels in VLC >= 2.0...)
2012-01-24 19:10:13 +02:00
Pierre Ynard
235d0180b8 i18n: remove moved file 2012-01-20 01:52:05 +01:00
Rafaël Carré
4729c93f0c blend.c was rewritten in C++ 2012-01-16 20:17:58 -05:00
Cheng Sun
10d3c50696 Audio channel remapping filter
This filter allows channels to be remapped. Potential uses include
downmixing, or to correct non-standard channel orders.

Modified-by: Jean-Baptiste Kempf <jb@videolan.org>
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2012-01-12 01:58:57 +01:00
TUDURI Benoît
c912d31a1d Fix typo in French translation
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2011-12-17 04:51:54 +01:00
Jean-Baptiste Kempf
ddb5191fec Fix french mistranslation
Close #5680
2011-12-17 04:04:07 +01:00
Rafaël Carré
c52cfdd034 fix typo in french translation of nvlc 2011-12-13 23:50:18 -05:00
Rafaël Carré
794144bb9c fix ncurses text alignement in french translation 2011-12-01 13:01:00 -05:00
Rémi Denis-Courmont
d4b6d6c2cc Move stats.c to input/ 2011-11-29 22:08:07 +02:00
Rafaël Carré
d70a620035 ncurses: update french translation 2011-11-28 23:09:46 -05:00
Rémi Denis-Courmont
2a70bf3485 Move intf_EJect() out of core 2011-11-25 17:21:19 +02:00
Christophe Mutricy
b1ff303cd6 l10n: Refresh all .po for -pre2 2011-11-25 00:07:59 +00:00
Eric Lassauge
108b63da19 l10n: French update
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
2011-11-25 00:07:38 +00:00
Marián Hikaník
2de269291a l10n: Slovak update
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
2011-11-25 00:07:37 +00:00
Thomas De Rocker
ccd35a7369 l10n: Dutch update
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
2011-11-25 00:07:37 +00:00
Azpidatziak Euskaraz
088f8ae5bc l10n: Basque update
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
2011-11-25 00:07:36 +00:00
Christophe Mutricy
96a8ed476a i18n: refresh vlc.pot for -pre2
Includes some strings from luahttp not currently automatically extracted
2011-11-25 00:07:35 +00:00
Christophe Mutricy
275e6a597b Add more files to POTFILES.in
Some only provides strings for teh list of modules tho.

Pointed-Out-By: Eric Lassauge
2011-11-25 00:07:35 +00:00
Jean-Baptiste Kempf
7011b14f73 NEWS, LIST and POTFILES.in for KVA 2011-11-24 18:39:18 +01:00
Jean-Baptiste Kempf
cabec14a36 NEWS, po, LIST for hqdn3d 2011-11-23 20:38:57 +01:00