]> git.sesse.net Git - vlc/log
vlc
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

12 years agoContribs: provide libXau URL and proper SHA512SUM.
Konstantin Pavlov [Thu, 29 Sep 2011 13:58:31 +0000 (17:58 +0400)]
Contribs: provide libXau URL and proper SHA512SUM.

12 years agoOMX: try to fix compilation issue on INT_MAX
Jean-Baptiste Kempf [Thu, 29 Sep 2011 13:34:02 +0000 (15:34 +0200)]
OMX: try to fix compilation issue on INT_MAX

12 years agoReorder configure.ac to improve --help readability
Jean-Baptiste Kempf [Thu, 29 Sep 2011 13:11:25 +0000 (15:11 +0200)]
Reorder configure.ac to improve --help readability

12 years agoAudiobar: remove unused variable
Jean-Baptiste Kempf [Thu, 29 Sep 2011 12:44:36 +0000 (14:44 +0200)]
Audiobar: remove unused variable

If you don't actually use the return of a function, don't store it.

12 years agoConfigure: simplify kate detection
Jean-Baptiste Kempf [Thu, 29 Sep 2011 12:44:19 +0000 (14:44 +0200)]
Configure: simplify kate detection

12 years agozsh completion: refactor
Rafaël Carré [Thu, 29 Sep 2011 13:02:28 +0000 (09:02 -0400)]
zsh completion: refactor

12 years agoomxil: ignore software codecs
Ming Hu [Thu, 29 Sep 2011 10:16:54 +0000 (12:16 +0200)]
omxil: ignore software codecs

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoomxil: Simplify the definition of SOURCES_iomx
Martin Storsjö [Thu, 29 Sep 2011 08:47:58 +0000 (11:47 +0300)]
omxil: Simplify the definition of SOURCES_iomx

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoomxil: Avoid warnings about unused parameters in the IOMX C++ file
Martin Storsjö [Thu, 29 Sep 2011 08:47:57 +0000 (11:47 +0300)]
omxil: Avoid warnings about unused parameters in the IOMX C++ file

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoomxil: Avoid warnings about implicitly casting a const char* to OMX_STRING
Martin Storsjö [Thu, 29 Sep 2011 08:33:42 +0000 (11:33 +0300)]
omxil: Avoid warnings about implicitly casting a const char* to OMX_STRING

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoomxil: Include h264_nal.h in the SOURCES of the omxil/iomx modules
Martin Storsjö [Thu, 29 Sep 2011 08:20:54 +0000 (11:20 +0300)]
omxil: Include h264_nal.h in the SOURCES of the omxil/iomx modules

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoomxil: Avoid warnings about differences in signedness
Martin Storsjö [Thu, 29 Sep 2011 08:20:53 +0000 (11:20 +0300)]
omxil: Avoid warnings about differences in signedness

For omxil, the nal size has already been parsed out elsewhere, so
we don't need it returned here.

This fixes this warning:
omxil.c:926: warning: pointer targets in passing argument 7 of 'convert_sps_pps' differ in signedness
h264_nal.h:22: note: expected 'uint32_t *' but argument is of type 'int *'

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoh264_nal: Make the p_nal_size parameter optional
Martin Storsjö [Thu, 29 Sep 2011 08:20:52 +0000 (11:20 +0300)]
h264_nal: Make the p_nal_size parameter optional

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoContribs: update matroska checksum.
Konstantin Pavlov [Thu, 29 Sep 2011 07:43:48 +0000 (11:43 +0400)]
Contribs: update matroska checksum.

12 years agofix zsh completion
Rafaël Carré [Thu, 29 Sep 2011 05:53:31 +0000 (01:53 -0400)]
fix zsh completion

12 years agoremove hack no longer needed for win32
Rafaël Carré [Wed, 28 Sep 2011 22:54:28 +0000 (18:54 -0400)]
remove hack no longer needed for win32

12 years agoQt: fix tooltip events handling on Win32
Ludovic Fauvet [Wed, 28 Sep 2011 22:27:53 +0000 (00:27 +0200)]
Qt: fix tooltip events handling on Win32

Close #4779

12 years agoomxil: Feed H264 in annex b format
Martin Storsjö [Wed, 28 Sep 2011 15:26:40 +0000 (18:26 +0300)]
omxil: Feed H264 in annex b format

The Qualcomm and Samsung OMX decoders (on Nexus One and Nexus S
at least) on android don't handle NAL format (and stagefright
always feeds H264 in annex b format to the decoder, so the same
might apply for many other android devices, too).

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoSplit SPS/PPS parsing and annex b conversion to a reusable utility function
Martin Storsjö [Wed, 28 Sep 2011 15:26:39 +0000 (18:26 +0300)]
Split SPS/PPS parsing and annex b conversion to a reusable utility function

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoskins2: get correct header for _mkdir
Rafaël Carré [Wed, 28 Sep 2011 21:48:02 +0000 (17:48 -0400)]
skins2: get correct header for _mkdir

mingw64 defines it in direct.h
mingw32 fetches the definition from unistd.h

12 years agoskins2 doesn't depend on ctl3d32.dll
Rafaël Carré [Wed, 28 Sep 2011 21:38:58 +0000 (17:38 -0400)]
skins2 doesn't depend on ctl3d32.dll

12 years agowin64: enable qt4 / skins2
Rafaël Carré [Wed, 28 Sep 2011 21:33:38 +0000 (17:33 -0400)]
win64: enable qt4 / skins2

the buildbot has been updated with a qt4 library, soon in a contrib near you
both do not build atm but fix will be easy once we can ensure win32 still builds

12 years agowin32 manifest files: don't force x86 arch
Rafaël Carré [Wed, 28 Sep 2011 21:31:55 +0000 (17:31 -0400)]
win32 manifest files: don't force x86 arch

we make binaries for other arch
having the field set to x86 doesn't prevent binary to run
it doesn't prevent loading 64bits DLLs either, except when it does
(qt4 plugin for example)

12 years agoVoD: inform about RTSP destination syntax change
Rémi Denis-Courmont [Wed, 28 Sep 2011 19:40:12 +0000 (22:40 +0300)]
VoD: inform about RTSP destination syntax change

12 years agoRTP: inform about RTSP destination syntax change
Rémi Denis-Courmont [Wed, 28 Sep 2011 19:39:57 +0000 (22:39 +0300)]
RTP: inform about RTSP destination syntax change

12 years agoRTP: pass path rather than URL to RtspSetup()
Rémi Denis-Courmont [Wed, 28 Sep 2011 19:35:29 +0000 (22:35 +0300)]
RTP: pass path rather than URL to RtspSetup()

12 years agoHTTP: deal with https in warning too
Rémi Denis-Courmont [Wed, 28 Sep 2011 19:43:23 +0000 (22:43 +0300)]
HTTP: deal with https in warning too

12 years agoHTTP out: clarify dst= syntax change error
Rémi Denis-Courmont [Wed, 28 Sep 2011 19:30:21 +0000 (22:30 +0300)]
HTTP out: clarify dst= syntax change error