]> git.sesse.net Git - vlc/log
vlc
12 years agoAdd LGPL license
Jean-Baptiste Kempf [Wed, 5 Oct 2011 08:59:11 +0000 (10:59 +0200)]
Add LGPL license

This is now needed since libcompat is LGPL :)

12 years agoGPL: remove the end of the license that is useless
Jean-Baptiste Kempf [Wed, 5 Oct 2011 08:57:43 +0000 (10:57 +0200)]
GPL: remove the end of the license that is useless

12 years agostrtok_r: remove tabs
Jean-Baptiste Kempf [Wed, 5 Oct 2011 08:55:32 +0000 (10:55 +0200)]
strtok_r: remove tabs

12 years agoCompat: relicense strtok_r to LGPL
Jean-Baptiste Kempf [Wed, 5 Oct 2011 08:51:47 +0000 (10:51 +0200)]
Compat: relicense strtok_r to LGPL

The code was done by Clement Chesnin, who agreed on the change

12 years agoFix typo in Panjabi
Jean-Baptiste Kempf [Tue, 4 Oct 2011 21:55:00 +0000 (23:55 +0200)]
Fix typo in Panjabi

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoCompat: relicense strsep to LGPL
Jean-Baptiste Kempf [Tue, 4 Oct 2011 21:05:11 +0000 (23:05 +0200)]
Compat: relicense strsep to LGPL

The code was done by Laurent Aimar, in 2008

12 years agoCompat: relicense strcasestr to LGPL
Jean-Baptiste Kempf [Tue, 4 Oct 2011 20:39:00 +0000 (22:39 +0200)]
Compat: relicense strcasestr to LGPL

Work done by Laurent Aimar, Derk-Jan Hartman (back when it was in
demux/util/sub.c in 2003) and Rémi Denis-Courmont

12 years agoCompat: relicense strncasecmp to LGPL
Jean-Baptiste Kempf [Tue, 4 Oct 2011 20:36:59 +0000 (22:36 +0200)]
Compat: relicense strncasecmp to LGPL

Original work in src/extras/libc.c done by:
 - Samuel Hocevar
 - Gildas Bazin
Current work done and adaptation done by:
 - Rémi Denis-Courmont

12 years agoCompat: relicense vasprintf, strlcpy and localtime_r to LGPL
Jean-Baptiste Kempf [Tue, 4 Oct 2011 21:02:10 +0000 (23:02 +0200)]
Compat: relicense vasprintf, strlcpy and localtime_r to LGPL

Code done by Rémi Denis-Courmont

12 years agoCompat: relicense strtoll to LGPL
Jean-Baptiste Kempf [Tue, 4 Oct 2011 20:25:17 +0000 (22:25 +0200)]
Compat: relicense strtoll to LGPL

The main author of this part is:
 - Gildas Bazin

Contributors include:
 - Laurent Aimar
 - Rémi Denis-Courmont

12 years agoCompat: fix copyright
Jean-Baptiste Kempf [Tue, 4 Oct 2011 20:23:11 +0000 (22:23 +0200)]
Compat: fix copyright

12 years agoCompat: relicense some functions to LGPL
Jean-Baptiste Kempf [Tue, 4 Oct 2011 19:46:03 +0000 (21:46 +0200)]
Compat: relicense some functions to LGPL

asprintf, atof, atoll, gmtime_r, lldiv, rewind, strdup, strndup,
strnlen, strtof, strcasecmp

Mostly thanks to Rémi Denis-Courmont.
Some code was inspired from older VLC core code and sometimes trivial.
The old code was done by:
 - Laurent Aimar
 - Samuel Hocevar
 - Derk-Jan Hartman
 - Gildas Bazin

12 years agoCompat: relicense swab to LGPL
Jean-Baptiste Kempf [Tue, 4 Oct 2011 20:19:19 +0000 (22:19 +0200)]
Compat: relicense swab to LGPL

Code done by Laurent Aimar

12 years agoCompat: relicense setenv.c to LGPL
Jean-Baptiste Kempf [Tue, 4 Oct 2011 20:10:56 +0000 (22:10 +0200)]
Compat: relicense setenv.c to LGPL

This is work done by Rémi Denis-Courmont

12 years agoCompat: relicense getpid to LGPL
Jean-Baptiste Kempf [Tue, 4 Oct 2011 19:50:48 +0000 (21:50 +0200)]
Compat: relicense getpid to LGPL

Code is Pierre Ynard, aka linkfanel

12 years agoCompat: fix LGPL headers
Jean-Baptiste Kempf [Tue, 4 Oct 2011 19:48:11 +0000 (21:48 +0200)]
Compat: fix LGPL headers

Missing a "Lesser" in the legal part

12 years agoSkip output-only XVideo adapters
Rémi Denis-Courmont [Tue, 4 Oct 2011 20:52:42 +0000 (23:52 +0300)]
Skip output-only XVideo adapters

We need PutImage meaning the Input and the Image bits in type mask.
Output adapters are rather rare (the _exotic_ Xorg V4L2 driver is one).

12 years agoMP4: use strcpsn() and check one malloc()
Rémi Denis-Courmont [Tue, 4 Oct 2011 19:26:44 +0000 (22:26 +0300)]
MP4: use strcpsn() and check one malloc()

12 years agoRemove more evil characters with filename_sanitize() (fix #5309)
Rémi Denis-Courmont [Tue, 4 Oct 2011 18:26:56 +0000 (21:26 +0300)]
Remove more evil characters with filename_sanitize() (fix #5309)

12 years agoPulseAudio: negotiate digital pass-through for A/52 and DTS
Rémi Denis-Courmont [Tue, 27 Sep 2011 17:36:04 +0000 (20:36 +0300)]
PulseAudio: negotiate digital pass-through for A/52 and DTS

12 years agoPulseAudio: add stream event callback and handle "format-lost"
Rémi Denis-Courmont [Mon, 3 Oct 2011 18:01:31 +0000 (21:01 +0300)]
PulseAudio: add stream event callback and handle "format-lost"

12 years agoModules: correct LGPL header
Jean-Baptiste Kempf [Tue, 4 Oct 2011 14:53:40 +0000 (16:53 +0200)]
Modules: correct LGPL header

Cool hints:
 - If your header doesn't match "Lesser" 3 times, you are not good
 - If you use LGPLv2, you are not good
 - If you use the old FSF address, you are not good

12 years agoRelicense livehttp output to LGPLv2.1+
Jean-Baptiste Kempf [Tue, 4 Oct 2011 14:37:58 +0000 (16:37 +0200)]
Relicense livehttp output to LGPLv2.1+

Main author is Keary Griffin

Contributors are:
 - Rémi Denis-Courmont

Indirect contributors (mostly includes and parenthesis) are:
 - Laurent Aimar
 - Sam Hocevar
 - Antoine Cellerier
 - Jérome Decoodt
 - Clément Stenac
 - Rémi Duraffort
 - Jean-Paul Saman
 - Christophe Massiot
 - Gildas Bazin

12 years agortsp: Basic authentication
Pierre Ynard [Tue, 4 Oct 2011 02:18:47 +0000 (04:18 +0200)]
rtsp: Basic authentication

12 years agortp out: add glue code to set httpd configuration
Pierre Ynard [Tue, 4 Oct 2011 02:13:14 +0000 (04:13 +0200)]
rtp out: add glue code to set httpd configuration

12 years agortp out: fix spurious error message
Pierre Ynard [Tue, 4 Oct 2011 02:10:42 +0000 (04:10 +0200)]
rtp out: fix spurious error message

12 years agovod: add glue code to set httpd configuration
Pierre Ynard [Tue, 4 Oct 2011 02:02:44 +0000 (04:02 +0200)]
vod: add glue code to set httpd configuration

And reset the rtsp-host variable accordingly. This was broken since
you couldn't set a base path without passing garbage as the host name.

12 years agovod: fix spurious error message
Pierre Ynard [Tue, 4 Oct 2011 02:00:14 +0000 (04:00 +0200)]
vod: fix spurious error message

12 years agoold vod: honour --rtsp-host
Pierre Ynard [Tue, 4 Oct 2011 01:53:02 +0000 (03:53 +0200)]
old vod: honour --rtsp-host

--rtsp-host was used to set vod configuration including the base path.
Restore its parsing to fix this, and reset httpd configuration
variables.

12 years agoold vod: cosmetics
Pierre Ynard [Tue, 4 Oct 2011 01:46:31 +0000 (03:46 +0200)]
old vod: cosmetics

12 years agoHTTP out: add glue code to set httpd configuration
Pierre Ynard [Tue, 4 Oct 2011 01:34:02 +0000 (03:34 +0200)]
HTTP out: add glue code to set httpd configuration

The HTTP output parses the dst parameter to set the http-host and
http-port variables before calling the httpd, as discussed and approved
by Rémi in http://mailman.videolan.org/pipermail/vlc-devel/2011-September/081916.html

12 years agoHTTP out: fix error message
Pierre Ynard [Tue, 4 Oct 2011 01:30:32 +0000 (03:30 +0200)]
HTTP out: fix error message

12 years agohttpd: don't inherit from libvlc object
Pierre Ynard [Tue, 4 Oct 2011 01:24:05 +0000 (03:24 +0200)]
httpd: don't inherit from libvlc object

This will allow normal variable inheritance

12 years agomacosx: fixed handling of plus and minus keys
Felix Paul Kühne [Mon, 3 Oct 2011 18:43:03 +0000 (20:43 +0200)]
macosx: fixed handling of plus and minus keys

12 years agomacosx: fixed hotkeys for non-ascii-character and non-arrow keys
Felix Paul Kühne [Mon, 3 Oct 2011 18:17:08 +0000 (20:17 +0200)]
macosx: fixed hotkeys for non-ascii-character and non-arrow keys

12 years agoUse a timer rather zero padding to trigger the PulseAudio stream
Rémi Denis-Courmont [Mon, 3 Oct 2011 17:12:35 +0000 (20:12 +0300)]
Use a timer rather zero padding to trigger the PulseAudio stream

12 years agoAdd vlc_pa_rttime_free()
Rémi Denis-Courmont [Mon, 3 Oct 2011 16:47:10 +0000 (19:47 +0300)]
Add vlc_pa_rttime_free()

This makes up for the lack of pa_context_rttime_free() in libpulse.

12 years agoFix typo causing gethostname() to fail
Rémi Denis-Courmont [Mon, 3 Oct 2011 17:05:47 +0000 (20:05 +0300)]
Fix typo causing gethostname() to fail

12 years agoUse ifndef for V4L2 hacks
Rémi Denis-Courmont [Mon, 3 Oct 2011 15:56:52 +0000 (18:56 +0300)]
Use ifndef for V4L2 hacks

This should make life easier for *BSD support, and less error-prone on
Linux. Unfortunately, this does not work for enumerations.

12 years agoWork-around V4L2 headers version 2.6.32-2.6.34
Rémi Denis-Courmont [Mon, 3 Oct 2011 15:49:48 +0000 (18:49 +0300)]
Work-around V4L2 headers version 2.6.32-2.6.34

12 years agoAdd undocumented automatic brightness and band-stop V4L2 controls
Rémi Denis-Courmont [Mon, 3 Oct 2011 15:45:09 +0000 (18:45 +0300)]
Add undocumented automatic brightness and band-stop V4L2 controls

12 years agoV4L2_CTRL_FLAG_VOLATILE is in Linux 3.2, not 3.1
Rémi Denis-Courmont [Mon, 3 Oct 2011 15:17:36 +0000 (18:17 +0300)]
V4L2_CTRL_FLAG_VOLATILE is in Linux 3.2, not 3.1

12 years agoOrder vlc.desktop translations really alphabetically (cosmetic)
Rémi Denis-Courmont [Mon, 3 Oct 2011 15:01:00 +0000 (18:01 +0300)]
Order vlc.desktop translations really alphabetically (cosmetic)

12 years agoOSS: remove stray declaration
Pierre Ynard [Sun, 2 Oct 2011 23:39:40 +0000 (01:39 +0200)]
OSS: remove stray declaration

Fix warning

12 years agoOSS: fix Modules.am
Pierre Ynard [Sun, 2 Oct 2011 23:32:42 +0000 (01:32 +0200)]
OSS: fix Modules.am

12 years agoOSS: build fix
Pierre Ynard [Sun, 2 Oct 2011 22:59:30 +0000 (00:59 +0200)]
OSS: build fix

12 years agoRC: try the vlm commands later in the process
Jean-Baptiste Kempf [Sun, 2 Oct 2011 22:20:50 +0000 (00:20 +0200)]
RC: try the vlm commands later in the process

Works-around #5396

12 years agoVLM: better debugging message
Jean-Baptiste Kempf [Sun, 2 Oct 2011 22:18:31 +0000 (00:18 +0200)]
VLM: better debugging message

12 years agoomxil: Remove reference counting in the IOMX wrapper
Martin Storsjö [Sun, 2 Oct 2011 20:06:42 +0000 (23:06 +0300)]
omxil: Remove reference counting in the IOMX wrapper

This is no longer necessary now, when the omxil module keeps
track of the number of initializations of the OMX Core.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoFix building of osdmenu plugin
Jean-Baptiste Kempf [Fri, 30 Sep 2011 16:37:28 +0000 (18:37 +0200)]
Fix building of osdmenu plugin

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoamem: add channel mapping
Sébastien Toque [Sun, 2 Oct 2011 19:15:47 +0000 (21:15 +0200)]
amem: add channel mapping

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
12 years agoomxil: Add reference counting around the OMX Core loading and initialization
Martin Storsjö [Sun, 2 Oct 2011 19:41:30 +0000 (22:41 +0300)]
omxil: Add reference counting around the OMX Core loading and initialization

This avoids deinitializing the global OMX Core if a second
instance of the module is initialized (e.g. for testing whether
it can handle decoding another stream) and deinitialized while
the first instance still is active.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
12 years agoomxil: Avoid a double dll_close if the necessary functions aren't found
Martin Storsjö [Sun, 2 Oct 2011 19:41:29 +0000 (22:41 +0300)]
omxil: Avoid a double dll_close if the necessary functions aren't found

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
12 years agoRemove unused struct member
Tobias Güntner [Mon, 26 Sep 2011 13:31:52 +0000 (13:31 +0000)]
Remove unused struct member

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoConsider non-linear formats as more than 16-bits too
Rémi Denis-Courmont [Sun, 2 Oct 2011 18:12:34 +0000 (21:12 +0300)]
Consider non-linear formats as more than 16-bits too

This should fix a regression on non-FPU builds whereby the built-in
downmix of some decoders was not used anymore.

12 years agoOSS: remove variable callback (refs #5273) and factor error handling
Rémi Denis-Courmont [Sun, 2 Oct 2011 12:45:42 +0000 (15:45 +0300)]
OSS: remove variable callback (refs #5273) and factor error handling

12 years agoALSA: remove variable callback (refs #5273)
Rémi Denis-Courmont [Sun, 2 Oct 2011 12:44:49 +0000 (15:44 +0300)]
ALSA: remove variable callback (refs #5273)

12 years agoRemove unfunctional add_deprecated_alias()
Rémi Denis-Courmont [Sun, 2 Oct 2011 12:28:57 +0000 (15:28 +0300)]
Remove unfunctional add_deprecated_alias()

12 years agoRemove old deprecated aliases and replace new one with obsolete items
Rémi Denis-Courmont [Sun, 2 Oct 2011 12:22:16 +0000 (15:22 +0300)]
Remove old deprecated aliases and replace new one with obsolete items

add_deprecated_alias does not work at all, so lets avoid it. Anyway,
the remaining affected configuration items are not very commonly used.
This works around #5266.

12 years agovout-filter is not quite the same as vout-splitter so not an alias
Rémi Denis-Courmont [Sun, 2 Oct 2011 12:10:21 +0000 (15:10 +0300)]
vout-filter is not quite the same as vout-splitter so not an alias

12 years agoAdd obsolete option for all --*-caching values
Rémi Denis-Courmont [Sun, 2 Oct 2011 12:08:49 +0000 (15:08 +0300)]
Add obsolete option for all --*-caching values

Exceptions:
 - decklink and shm new plugins in VLC 1.2,
 - imem not usable through VLC directly,
 - rtmp never compiled in VLC 1.1 (and VLC 1.2).

12 years agoRemove 0.9.x deprecated aliases, add deprecation version where missing
Rémi Denis-Courmont [Sun, 2 Oct 2011 11:50:34 +0000 (14:50 +0300)]
Remove 0.9.x deprecated aliases, add deprecation version where missing

12 years agoV4L2: also replace commas with underscores (fix #4273)
Rémi Denis-Courmont [Sun, 2 Oct 2011 11:12:00 +0000 (14:12 +0300)]
V4L2: also replace commas with underscores (fix #4273)

12 years agoAdd V4L2 string type controls (fix #5302)
Rémi Denis-Courmont [Sun, 2 Oct 2011 10:55:51 +0000 (13:55 +0300)]
Add V4L2 string type controls (fix #5302)

12 years agoRetrieve current value of V4L2 64-bits control
Rémi Denis-Courmont [Sun, 2 Oct 2011 10:55:32 +0000 (13:55 +0300)]
Retrieve current value of V4L2 64-bits control

12 years agoFix unlikely memory leak
Rémi Denis-Courmont [Sun, 2 Oct 2011 10:55:15 +0000 (13:55 +0300)]
Fix unlikely memory leak

12 years agoAvoid V4L2 enum as they depend on header versions
Rémi Denis-Courmont [Sun, 2 Oct 2011 10:40:28 +0000 (13:40 +0300)]
Avoid V4L2 enum as they depend on header versions

This should fix the warning about 8 not being a valid control type.

12 years agoFix V4L2 compilation with some GCC versions
Pierre Ynard [Sun, 2 Oct 2011 10:36:50 +0000 (13:36 +0300)]
Fix V4L2 compilation with some GCC versions

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
12 years agoV4L2: build fix
Pierre Ynard [Sat, 1 Oct 2011 23:25:12 +0000 (01:25 +0200)]
V4L2: build fix

12 years agoandroid: Use the right STL library directory
Martin Storsjö [Sat, 1 Oct 2011 21:09:00 +0000 (00:09 +0300)]
android: Use the right STL library directory

This changes the path added in
17c3d30124122ca285ce739976cbc49c7b3e6e1c to the right one.

Signed-off-by: Rafaël Carré <funman@videolan.org>
12 years agoUpdate the list of standard user-class V4L2 controls
Rémi Denis-Courmont [Sat, 1 Oct 2011 21:26:21 +0000 (00:26 +0300)]
Update the list of standard user-class V4L2 controls

12 years agoSimplify V4L2 config item strings
Rémi Denis-Courmont [Sat, 1 Oct 2011 20:41:16 +0000 (23:41 +0300)]
Simplify V4L2 config item strings

12 years agoV4L2: mark do-white-balance as obsolete
Rémi Denis-Courmont [Sat, 1 Oct 2011 20:33:50 +0000 (23:33 +0300)]
V4L2: mark do-white-balance as obsolete

Doing the white balance is an action, showing as a "void" variable
in VLC and button control in V4L2. So it made no sense to have an
integer configuration item for it.

12 years agoV4L2: mark black-level obsolete (also kernel 2.6.26)
Rémi Denis-Courmont [Sat, 1 Oct 2011 20:08:39 +0000 (23:08 +0300)]
V4L2: mark black-level obsolete (also kernel 2.6.26)

12 years agoV4L2: mark horizontal and vertical center controls obsolete
Rémi Denis-Courmont [Sat, 1 Oct 2011 19:58:21 +0000 (22:58 +0300)]
V4L2: mark horizontal and vertical center controls obsolete

They were deprecated in Linux version 2.6.26.

12 years agoV4L2: make loudness, horizontal flip and vertical flip booleans
Rémi Denis-Courmont [Sat, 1 Oct 2011 19:55:45 +0000 (22:55 +0300)]
V4L2: make loudness, horizontal flip and vertical flip booleans

12 years agoV4L2: provide sane choices for auto-gain and auto-white-balance
Rémi Denis-Courmont [Sat, 1 Oct 2011 19:54:58 +0000 (22:54 +0300)]
V4L2: provide sane choices for auto-gain and auto-white-balance

12 years agoQt4: avoid integer overflow on V4L2 slider min and max
Rémi Denis-Courmont [Sat, 1 Oct 2011 19:38:12 +0000 (22:38 +0300)]
Qt4: avoid integer overflow on V4L2 slider min and max

Ideally, we should subclass QAbstractSpinBox to support 64-bits values.
But in the mean time, lets at least support the int32_t range.

12 years agoQt4: use a spin box rather than a slider if there is no min/max
Rémi Denis-Courmont [Sat, 1 Oct 2011 19:33:22 +0000 (22:33 +0300)]
Qt4: use a spin box rather than a slider if there is no min/max

12 years agoQt4: do not set V4L2 control step if it is 1 / not specified
Rémi Denis-Courmont [Sat, 1 Oct 2011 19:32:49 +0000 (22:32 +0300)]
Qt4: do not set V4L2 control step if it is 1 / not specified

12 years agoQt4: do not translate object variable names in V4L2 panel
Rémi Denis-Courmont [Sat, 1 Oct 2011 19:32:09 +0000 (22:32 +0300)]
Qt4: do not translate object variable names in V4L2 panel

12 years agoReturn an error with VLC_VAR_GET(MIN|MAX|STEP) of there is no value
Rémi Denis-Courmont [Sat, 1 Oct 2011 19:06:17 +0000 (22:06 +0300)]
Return an error with VLC_VAR_GET(MIN|MAX|STEP) of there is no value

Otherwise, the caller cannot determine that the value is not defined,
such that the vlc_value_t is not set and cannot be used.

12 years agoAdd V4L2 64-bits integer controls (refs #5302)
Rémi Denis-Courmont [Sat, 1 Oct 2011 18:29:49 +0000 (21:29 +0300)]
Add V4L2 64-bits integer controls (refs #5302)

12 years agoOnly reset V4L2 integers, booleans and menus with the reset control
Rémi Denis-Courmont [Sat, 1 Oct 2011 18:03:46 +0000 (21:03 +0300)]
Only reset V4L2 integers, booleans and menus with the reset control

As per the specification, only those three types have default values.

12 years agoV4L2: add bitmask controls (refs #5302)
Rémi Denis-Courmont [Sat, 1 Oct 2011 17:39:47 +0000 (20:39 +0300)]
V4L2: add bitmask controls (refs #5302)

12 years agoRewrite V4L2 controls to keep a list of them (fix #5269)
Rémi Denis-Courmont [Wed, 28 Sep 2011 17:44:27 +0000 (20:44 +0300)]
Rewrite V4L2 controls to keep a list of them (fix #5269)

The V4L2 plug-in is a bit peculiar with dynamically generated object
variables. We need to keep track of which controls/variables we have,
so that we can remove the variables callbacks later. The only other
way to solve this bug, that I could think of, consisted of extending
the VLC variables subsystem (which would be worse in code freeze).

This rewrite also fixes a few other bugs:
 * Support menu with non-zero based minumum choice
 * Support menu with discontinuous choices range
 * Redumdant use the extended controls API as fallback
   (This only makes sense to set more than one control at a time,
    or to set 64-bits and string controls. VLC does none of that.)
 * Unused "controls-update" and "allcontrols" variables.
 * Skipping disabled, read-only and volatile controls.

Support for the legacy control enumeration API (pre-2.6.18 kernel) is
removed; and the code is now independent of the VLC object type (it
could easily be reused for say, a V4L2 video output).

12 years agocontrib: check that dependencies are actually checksummed
Rémi Denis-Courmont [Fri, 30 Sep 2011 06:42:53 +0000 (09:42 +0300)]
contrib: check that dependencies are actually checksummed

This should force a build failure when the checksum file is not in
sync with the list of required sources.

12 years agoRemove OSSO screen unblanking plug-in
Rémi Denis-Courmont [Fri, 30 Sep 2011 07:16:53 +0000 (10:16 +0300)]
Remove OSSO screen unblanking plug-in

This is superseded by the MCE plug-in. libosso is not available on
Maemo 6 while MCE is available on all versions.

12 years agoMCE plug-in for screen unblanking on Maemo devices
Rémi Denis-Courmont [Fri, 30 Sep 2011 07:13:50 +0000 (10:13 +0300)]
MCE plug-in for screen unblanking on Maemo devices

12 years agoQt: Fix corner-case with some top level windows
Ludovic Fauvet [Thu, 29 Sep 2011 16:45:51 +0000 (18:45 +0200)]
Qt: Fix corner-case with some top level windows

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoQt: fix a regression on Linux
Ludovic Fauvet [Thu, 29 Sep 2011 15:59:44 +0000 (17:59 +0200)]
Qt: fix a regression on Linux

Regression introduced in 9367ce0b3a40851a656e136557347fe8e830770c

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoFix configure for Win32 on OpenGL detection
Jean-Baptiste Kempf [Fri, 30 Sep 2011 08:42:17 +0000 (10:42 +0200)]
Fix configure for Win32 on OpenGL detection

glwin32 should be back

12 years agoRemove gitmodules
Jean-Baptiste Kempf [Mon, 4 Jul 2011 12:47:53 +0000 (14:47 +0200)]
Remove gitmodules

This has never been working.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoandroid: Enable the iomx module
Martin Storsjö [Thu, 29 Sep 2011 09:05:12 +0000 (12:05 +0300)]
android: Enable the iomx module

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoOMX: rename GetVlcAudioFormat to OmxToVlcAudioFormat
Jean-Baptiste Kempf [Thu, 29 Sep 2011 22:16:31 +0000 (00:16 +0200)]
OMX: rename GetVlcAudioFormat to OmxToVlcAudioFormat

12 years agoSkip redundant chapters
Tobias Güntner [Thu, 29 Sep 2011 08:50:39 +0000 (08:50 +0000)]
Skip redundant chapters

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoAdd another jpeg2000 fourcc by Lead
Jean-Baptiste Kempf [Thu, 29 Sep 2011 21:08:47 +0000 (23:08 +0200)]
Add another jpeg2000 fourcc by Lead

12 years agoQt4: fix invalid pointer on unknown V4L2 control type (fix #5391)
Rémi Denis-Courmont [Thu, 29 Sep 2011 20:28:32 +0000 (23:28 +0300)]
Qt4: fix invalid pointer on unknown V4L2 control type (fix #5391)

var_Change(VLC_VAR_GETTEXT) fails if there is no text. In that case,
the value is undefined.

12 years agoTry to correct (lack of) ISDB-S with Linux DVB 5.0
Rémi Denis-Courmont [Thu, 29 Sep 2011 15:57:10 +0000 (18:57 +0300)]
Try to correct (lack of) ISDB-S with Linux DVB 5.0

12 years agoProperly disable ISDB-T code with Linux DVB 5.0
Rémi Denis-Courmont [Thu, 29 Sep 2011 15:54:47 +0000 (18:54 +0300)]
Properly disable ISDB-T code with Linux DVB 5.0