]> git.sesse.net Git - vlc/log
vlc
11 years agoHTTP requests: reindent
Jean-Baptiste Kempf [Mon, 8 Apr 2013 13:27:00 +0000 (15:27 +0200)]
HTTP requests: reindent

11 years agoFix chromaprint dependencies
Jean-Baptiste Kempf [Mon, 8 Apr 2013 12:03:28 +0000 (14:03 +0200)]
Fix chromaprint dependencies

11 years agoMSI: add phony targets
Rafaël Carré [Mon, 8 Apr 2013 11:32:00 +0000 (13:32 +0200)]
MSI: add phony targets

11 years agoMSI: fix target dependency
Rafaël Carré [Mon, 8 Apr 2013 11:31:42 +0000 (13:31 +0200)]
MSI: fix target dependency

11 years agocontrib: disable chromaprint (broken deps)
Rafaël Carré [Mon, 8 Apr 2013 10:26:02 +0000 (12:26 +0200)]
contrib: disable chromaprint (broken deps)

11 years agoskins2: first check for playout existence (generic control)
Erwan Tulou [Mon, 8 Apr 2013 09:49:13 +0000 (11:49 +0200)]
skins2: first check for playout existence (generic control)

11 years agoskins2: add a needed boundary check (playtree control)
Erwan Tulou [Mon, 8 Apr 2013 09:48:06 +0000 (11:48 +0200)]
skins2: add a needed boundary check (playtree control)

11 years agoequalizer: Enforce type correctness for M_PI as well
Ronald Wright [Sat, 6 Apr 2013 20:26:17 +0000 (15:26 -0500)]
equalizer: Enforce type correctness for M_PI as well

It was my expectation that M_PI in the EqzCoeffs function is automatically cast
to a float during compile time, but my expectation turned out to be incorrect.
Specifically, I noticed in GCC's assembly output of equalizer.c that GCC was
doing the inverse by making the program convert all single-precision terms
(excluding 2.0f * M_PI) in the line containing M_PI to double-precision, and
then making it convert the double-precision result to single-precision before
the assignment to f_theta_1.  As a result, M_PI must be explicitly cast to a
float.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
11 years agocontrib: upnp: fix build
Rafaël Carré [Sun, 7 Apr 2013 22:29:01 +0000 (00:29 +0200)]
contrib: upnp: fix build

11 years agolivehttp: use vlc_array to store segment info
Ilkka Ollakka [Tue, 2 Apr 2013 20:14:45 +0000 (23:14 +0300)]
livehttp: use vlc_array to store segment info

This contains filename and url and key_url, so we don't need to
iterate filename again and again and allows for example generate
other style of filenames than just segment-numbers.

Also actually allows to use strftime specifiers in filenames.

11 years agopo: do not translate ""
Rémi Denis-Courmont [Sun, 7 Apr 2013 17:35:27 +0000 (20:35 +0300)]
po: do not translate ""

11 years agoaout: inline one function and simplify
Rémi Denis-Courmont [Sun, 7 Apr 2013 15:45:12 +0000 (18:45 +0300)]
aout: inline one function and simplify

11 years agoaout: fix and partly clean-up the "visual" callback
Rémi Denis-Courmont [Sun, 7 Apr 2013 15:39:24 +0000 (18:39 +0300)]
aout: fix and partly clean-up the "visual" callback

11 years agoSubsdec: fix small parsing issue
Jean-Baptiste Kempf [Sun, 7 Apr 2013 14:35:14 +0000 (16:35 +0200)]
Subsdec: fix small parsing issue

Close #8392

11 years agoavformat: validate encoding of meta informations (fixes #8390)
Rémi Denis-Courmont [Sat, 6 Apr 2013 21:02:41 +0000 (00:02 +0300)]
avformat: validate encoding of meta informations (fixes #8390)

11 years agoavformat: refactor meta getter, fix title & language and add items
Rémi Denis-Courmont [Sat, 6 Apr 2013 21:01:34 +0000 (00:01 +0300)]
avformat: refactor meta getter, fix title & language and add items

11 years agoQt: CoverArtLabel: missing refcount
Francois Cartegnie [Sat, 6 Apr 2013 19:55:43 +0000 (21:55 +0200)]
Qt: CoverArtLabel: missing refcount

11 years agoQt: move variables.*pp.
Francois Cartegnie [Sat, 6 Apr 2013 19:14:50 +0000 (21:14 +0200)]
Qt: move variables.*pp.

Almost unused, and clearly can't belong to root.

11 years agoextra/../ios: disable chromaprint plugin
Gleb Pinigin [Sat, 6 Apr 2013 13:17:52 +0000 (20:17 +0700)]
extra/../ios: disable chromaprint plugin

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
11 years agofingerprinter: fix dist
Francois Cartegnie [Sat, 6 Apr 2013 14:10:34 +0000 (16:10 +0200)]
fingerprinter: fix dist

11 years agoskins2: fix typo about anchors
Erwan Tulou [Sat, 6 Apr 2013 14:20:56 +0000 (16:20 +0200)]
skins2: fix typo about anchors

11 years agofingerprinter: remove stale file entry
Francois Cartegnie [Sat, 6 Apr 2013 13:54:21 +0000 (15:54 +0200)]
fingerprinter: remove stale file entry

11 years agoskins2: reuse graphics from generic bitmap cache (animbitmap)
Erwan Tulou [Sat, 6 Apr 2013 00:21:41 +0000 (02:21 +0200)]
skins2: reuse graphics from generic bitmap cache (animbitmap)

11 years agoskins2: reuse graphics from generic bitmap cache (radialslider)
Erwan Tulou [Sat, 6 Apr 2013 00:20:59 +0000 (02:20 +0200)]
skins2: reuse graphics from generic bitmap cache (radialslider)

11 years agoskins2: reuse graphics from generic bitmap cache (slider)
Erwan Tulou [Sat, 6 Apr 2013 00:19:49 +0000 (02:19 +0200)]
skins2: reuse graphics from generic bitmap cache (slider)

11 years agoskins2: implement a caching mechanism for graphics
Erwan Tulou [Sat, 6 Apr 2013 12:18:26 +0000 (14:18 +0200)]
skins2: implement a caching mechanism for graphics

This patch will drastically reduce the multiple copies of the same
bitmap as graphics. It is now the GenericBitmap responsability
to create/delete one single read-only copy.

11 years agoskins2: cosmetic
Erwan Tulou [Fri, 5 Apr 2013 20:24:43 +0000 (22:24 +0200)]
skins2: cosmetic

11 years agoQt: VLCStatsView: use 60 samples
Francois Cartegnie [Sat, 6 Apr 2013 10:56:41 +0000 (12:56 +0200)]
Qt: VLCStatsView: use 60 samples

11 years agoQt: InputStatsPanel: label graph
Francois Cartegnie [Sat, 6 Apr 2013 10:55:44 +0000 (12:55 +0200)]
Qt: InputStatsPanel: label graph

11 years agoequalizer: Enforce type correctness for floats
Ronald Wright [Fri, 5 Apr 2013 19:25:22 +0000 (14:25 -0500)]
equalizer: Enforce type correctness for floats

This patch enforces type correctness by changing all double-precision calls
and all double-precision and integral literals in the assignments to floats to
their single-precision equivalents.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
11 years agoQt: Preferences: rename slot too
Francois Cartegnie [Fri, 5 Apr 2013 19:23:25 +0000 (21:23 +0200)]
Qt: Preferences: rename slot too

11 years agoQt: Preferences: rename member var.
Francois Cartegnie [Fri, 5 Apr 2013 19:20:53 +0000 (21:20 +0200)]
Qt: Preferences: rename member var.

Avoid confusion with b_small.

11 years agoQt: Preferences: match window title to current prefs
Francois Cartegnie [Fri, 5 Apr 2013 19:18:58 +0000 (21:18 +0200)]
Qt: Preferences: match window title to current prefs

11 years agomacosx: update audio devices menu on-the-fly
David Fuhrmann [Fri, 5 Apr 2013 18:54:54 +0000 (20:54 +0200)]
macosx: update audio devices menu on-the-fly

Fixes missing updates and state of menu check box

11 years agoauhal: fix device setup when no spidf available
David Fuhrmann [Fri, 5 Apr 2013 18:36:09 +0000 (20:36 +0200)]
auhal: fix device setup when no spidf available

refs #8286

11 years agoskins2: remove range constraint for slider
Erwan Tulou [Fri, 5 Apr 2013 15:52:26 +0000 (17:52 +0200)]
skins2: remove range constraint for slider

Till now, moving a skins2 slider was only possible if the pointer didn't get
too far away from the control (hardcoded parameter of 40 pixels in skins2).
Though this feature can also be seen elsewhere (firefox slider does it too),
the result may not look so natural especially for things like equalizers.
Moreover, qt4 doesn't implement this constraint, and therefore true skins2
sliders and qt4 sliders obtained from the popup menus were behaving differently.

So better remove this limitation and make things consistent throughout vlc
(skins2 + qt4)

11 years agoskins2: cosmetics (no functional change)
Erwan Tulou [Fri, 5 Apr 2013 15:02:37 +0000 (17:02 +0200)]
skins2: cosmetics (no functional change)

11 years agoskins2: remove unneeded code
Erwan Tulou [Fri, 5 Apr 2013 13:16:13 +0000 (15:16 +0200)]
skins2: remove unneeded code

11 years agoskins2: add comparison for two rect
Erwan Tulou [Fri, 5 Apr 2013 12:59:04 +0000 (14:59 +0200)]
skins2: add comparison for two rect

11 years agoskins2: remove unneeded check
Erwan Tulou [Fri, 5 Apr 2013 11:39:33 +0000 (13:39 +0200)]
skins2: remove unneeded check

11 years agohttp: Flowplayer javascript is http 404.
Zoran Turalija [Fri, 5 Apr 2013 15:45:02 +0000 (17:45 +0200)]
http: Flowplayer javascript is http 404.

Flowplayer javascript from static.flowplayer.org is not available
online anymore. Use new working link to point where javascript
can be found.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
11 years agoContribs: add chromaprint
Jean-Baptiste Kempf [Fri, 5 Apr 2013 15:26:39 +0000 (17:26 +0200)]
Contribs: add chromaprint

11 years agocheck_headers: fix regular expression
Alexis Ballier [Fri, 5 Apr 2013 15:09:52 +0000 (18:09 +0300)]
check_headers: fix regular expression

This broke depending on the locale (LC_COLLATE).

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
11 years agoUse an existing version of chromaprint
Jean-Baptiste Kempf [Fri, 5 Apr 2013 15:03:27 +0000 (17:03 +0200)]
Use an existing version of chromaprint

11 years agoequalizer: Optimize calculations of alpha, beta, and gamma constants
Ronald Wright [Thu, 28 Mar 2013 22:58:47 +0000 (17:58 -0500)]
equalizer: Optimize calculations of alpha, beta, and gamma constants

It is easy to see that the computation of the alpha constant is slightly
inefficient, as the root value can be close to 1 for the lower frequencies,
which would result in significant roundoff error if this value is subtracted
from 1.  In this patch, the computation of the alpha, beta, and gamma constants
has been simplified and refactored.

Acked-by: Ilkka Ollakka <ileoo@videolan.org>
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
11 years agolua http: fix rendering on iP_d (fix #8319)
Francois Cartegnie [Fri, 5 Apr 2013 13:43:58 +0000 (15:43 +0200)]
lua http: fix rendering on iP_d (fix #8319)

11 years agoQt: add fingerprinting ui
Francois Cartegnie [Mon, 19 Nov 2012 18:37:30 +0000 (19:37 +0100)]
Qt: add fingerprinting ui

11 years agochromaprint: add fingerprinter module
Francois Cartegnie [Mon, 19 Nov 2012 18:35:43 +0000 (19:35 +0100)]
chromaprint: add fingerprinter module

11 years agochromaprint: add libvlccore definitions
Francois Cartegnie [Mon, 19 Nov 2012 18:34:24 +0000 (19:34 +0100)]
chromaprint: add libvlccore definitions

11 years agochromaprint: add stream out chromaprint module
Francois Cartegnie [Mon, 19 Nov 2012 18:32:30 +0000 (19:32 +0100)]
chromaprint: add stream out chromaprint module

11 years agoQt: VideoWidget: remove unimplemented method
Francois Cartegnie [Thu, 4 Apr 2013 22:27:49 +0000 (00:27 +0200)]
Qt: VideoWidget: remove unimplemented method

11 years agoQt: add events extender
Francois Cartegnie [Thu, 4 Apr 2013 21:20:42 +0000 (23:20 +0200)]
Qt: add events extender

11 years agoadd new modules to the relevant files
Felix Paul Kühne [Thu, 4 Apr 2013 17:47:40 +0000 (19:47 +0200)]
add new modules to the relevant files

11 years agoaudiounit_ios: more cleanup
Felix Paul Kühne [Mon, 1 Apr 2013 15:06:01 +0000 (17:06 +0200)]
audiounit_ios: more cleanup

11 years agoaudiounit_ios: try to handle data drops more efficiently
Felix Paul Kühne [Mon, 1 Apr 2013 14:54:57 +0000 (16:54 +0200)]
audiounit_ios: try to handle data drops more efficiently

Needs mooar testing

11 years agoaudiounit_ios: remove a write-only variable and related code
Felix Paul Kühne [Mon, 1 Apr 2013 14:51:10 +0000 (16:51 +0200)]
audiounit_ios: remove a write-only variable and related code

11 years agoaudiounit_ios: fix multi-channel audio
Felix Paul Kühne [Mon, 1 Apr 2013 14:49:48 +0000 (16:49 +0200)]
audiounit_ios: fix multi-channel audio

11 years agoAudioUnit: adapt 7fec79d9
Felix Paul Kühne [Thu, 28 Mar 2013 11:43:29 +0000 (12:43 +0100)]
AudioUnit: adapt 7fec79d9

11 years agoaudiounit: run an AudioSession when outputting media content, so the user is able...
Felix Paul Kühne [Sat, 9 Mar 2013 17:48:05 +0000 (18:48 +0100)]
audiounit: run an AudioSession when outputting media content, so the user is able to listen to the audio when the silent switch is on

11 years agoNew AudioUnit output module for iOS based on the Mac counterpart code
Felix Paul Kühne [Mon, 4 Mar 2013 23:53:10 +0000 (00:53 +0100)]
New AudioUnit output module for iOS based on the Mac counterpart code

11 years agonew OpenGL ES2 video output module for iOS
Felix Paul Kühne [Tue, 19 Feb 2013 04:18:01 +0000 (20:18 -0800)]
new OpenGL ES2 video output module for iOS

partially derived from the Mac vout code

11 years agoauhal: fix cf0fafe6
Felix Paul Kühne [Thu, 4 Apr 2013 17:31:31 +0000 (19:31 +0200)]
auhal: fix cf0fafe6

11 years agoTPCircularBuffer: merge with upstream
Felix Paul Kühne [Thu, 4 Apr 2013 17:29:46 +0000 (19:29 +0200)]
TPCircularBuffer: merge with upstream

11 years agoextras/.../ios: don't compile taglib since it's disabled at the configure stage anyway
Felix Paul Kühne [Thu, 4 Apr 2013 16:46:12 +0000 (18:46 +0200)]
extras/.../ios: don't compile taglib since it's disabled at the configure stage anyway

11 years agoskins2(win32): improve boundaries check
Erwan Tulou [Thu, 4 Apr 2013 11:29:21 +0000 (13:29 +0200)]
skins2(win32): improve boundaries check

11 years agoskins(x11): improve boundaries check
Erwan Tulou [Thu, 4 Apr 2013 10:47:03 +0000 (12:47 +0200)]
skins(x11): improve boundaries check

11 years agowin32: use gcc import lib instead of using gendef and dlltool
Rafaël Carré [Thu, 4 Apr 2013 15:54:07 +0000 (17:54 +0200)]
win32: use gcc import lib instead of using gendef and dlltool

11 years agoRevert "Generate .def files with gendef"
Rafaël Carré [Thu, 4 Apr 2013 15:47:53 +0000 (17:47 +0200)]
Revert "Generate .def files with gendef"

This reverts commit d49e2ef6ace0de681ca3c5afea5751699908e877.

11 years agoskins2: provide more info to help skin developpers debug their skins
Erwan Tulou [Thu, 4 Apr 2013 13:13:58 +0000 (15:13 +0200)]
skins2: provide more info to help skin developpers debug their skins

Many skins are buggy because the bitmap sizes or the resize policy
are inconsistent with button or checkbox constraints (fixed size)

This patch will help skin developers pinpoint which button or
checkbox is at fault. In addition, the resize policy will be
corrected (guessed from the lefttop parameter). This will enable
buggy and often unmaintained skins to work fine nevertheless.

11 years agoskins: don't create a video control if no size provided
Erwan Tulou [Thu, 4 Apr 2013 14:35:44 +0000 (16:35 +0200)]
skins: don't create a video control if no size provided

11 years agoskins2: cosmetic
Erwan Tulou [Thu, 4 Apr 2013 09:39:53 +0000 (11:39 +0200)]
skins2: cosmetic

11 years agomacosx: use hotkeys for apple remote volume control
David Fuhrmann [Thu, 4 Apr 2013 09:26:18 +0000 (11:26 +0200)]
macosx: use hotkeys for apple remote volume control

partial revert of 9929cc94ce61b48c666dcf1aa2b65c1e7de763c9
Until we find a better solution. As discussed on ML.

11 years agoRevert "Revert "Correctly detect alac in mp4 properties""
Jean-Baptiste Kempf [Wed, 3 Apr 2013 18:43:33 +0000 (20:43 +0200)]
Revert "Revert "Correctly detect alac in mp4 properties""

This reverts commit 6265048ae8665189ea88262cd3aedd2d03abce35.

11 years agomacosx: voutcontroller: remove trailing white space
David Fuhrmann [Wed, 3 Apr 2013 16:38:58 +0000 (18:38 +0200)]
macosx: voutcontroller: remove trailing white space

11 years agomacosx: hide bottom bar of main window only when really necessary
David Fuhrmann [Wed, 3 Apr 2013 16:35:24 +0000 (18:35 +0200)]
macosx: hide bottom bar of main window only when really necessary

11 years agoMediaCodec: handle exceptions on Flush
Jean-Baptiste Kempf [Wed, 3 Apr 2013 13:13:50 +0000 (15:13 +0200)]
MediaCodec: handle exceptions on Flush

11 years agoauhal: possible improvement in thread syncronization
David Fuhrmann [Wed, 3 Apr 2013 12:46:57 +0000 (14:46 +0200)]
auhal: possible improvement in thread syncronization

11 years agoauhal: cleanup and better consistency
David Fuhrmann [Wed, 3 Apr 2013 12:34:37 +0000 (14:34 +0200)]
auhal: cleanup and better consistency

no functional changes

11 years agoequalizer: fix crash and allow custom eq-band values without known preset
David Fuhrmann [Wed, 3 Apr 2013 12:15:38 +0000 (14:15 +0200)]
equalizer: fix crash and allow custom eq-band values without known preset

close #8307

11 years agoskins2: avoid layout resize if size is unchanged
Erwan Tulou [Wed, 3 Apr 2013 12:30:42 +0000 (14:30 +0200)]
skins2: avoid layout resize if size is unchanged

11 years agoskins2: improve layout management
Erwan Tulou [Wed, 3 Apr 2013 09:35:28 +0000 (11:35 +0200)]
skins2: improve layout management

Be more stringent on what it means to be tightly-coupled for two layouts.

Note that directly resizing a playout should not be allowed. Only the skins2
windows manager should be authorized to do it, since other issues are at stake
(anchors, min/max constraints, ....). Yet, this new isTightlyCoupledWith() now
ensures that two layouts are truly identical from the windows manager's
perspective, and thus avoids possible and undesirable side effects.

11 years agoskins2: fix forgotten notify in text control
Erwan Tulou [Tue, 2 Apr 2013 21:38:47 +0000 (23:38 +0200)]
skins2: fix forgotten notify in text control

11 years agoskins2: fix missing initialization
Erwan Tulou [Tue, 2 Apr 2013 21:33:42 +0000 (23:33 +0200)]
skins2: fix missing initialization

11 years agoskins2: cosmetics
Erwan Tulou [Tue, 2 Apr 2013 20:17:10 +0000 (22:17 +0200)]
skins2: cosmetics

11 years agoQt: Plugins list: improve sorting
Francois Cartegnie [Tue, 2 Apr 2013 19:22:32 +0000 (21:22 +0200)]
Qt: Plugins list: improve sorting

11 years agocontrib: gmp: Patch away the ansi2knr mentionings
Martin Storsjö [Tue, 2 Apr 2013 13:28:47 +0000 (16:28 +0300)]
contrib: gmp: Patch away the ansi2knr mentionings

The latest automake versions (as built by extras/tools) have
removed support for ansi2knr altogether, so this is required for
reconfiguration to work. We still need to do the reconf since the
host system ANSI check in the tarball is broken.

Signed-off-by: Martin Storsjö <martin@martin.st>
11 years agocontrib: Set _CMAKE_TOOLCHAIN_PREFIX
Martin Storsjö [Mon, 1 Apr 2013 21:08:31 +0000 (00:08 +0300)]
contrib: Set _CMAKE_TOOLCHAIN_PREFIX

This is required for detecting ar and ranlib properly, required
e.g. when cross compiling for android from OS X.

One can't set CMAKE_AR or CMAKE_RANLIB directly. Normally they
should be set properly automatically within cmake, but those
codepaths seem to be skipped when we set the C/CXX compilers
manually.

Signed-off-by: Martin Storsjö <martin@martin.st>
11 years agocontrib: zlib: Set the CHOST variable
Martin Storsjö [Tue, 2 Apr 2013 09:44:41 +0000 (12:44 +0300)]
contrib: zlib: Set the CHOST variable

This fixes cross compilation from OS X.

Modified-by: Rafaël Carré <funman@videolan.org>
Signed-off-by: Rafaël Carré <funman@videolan.org>
11 years agoconfigure: provide --with options to override default fonts
Luca Barbato [Mon, 1 Apr 2013 19:18:01 +0000 (21:18 +0200)]
configure: provide --with options to override default fonts

Most distributions have fonts in paths different from defaults.

Signed-off-by: Rafaël Carré <funman@videolan.org>
11 years agoRemove loader
Jean-Baptiste Kempf [Tue, 2 Apr 2013 10:42:44 +0000 (12:42 +0200)]
Remove loader

11 years agoDMO: remove loader support
Jean-Baptiste Kempf [Tue, 2 Apr 2013 10:42:04 +0000 (12:42 +0200)]
DMO: remove loader support

11 years agoconfigure: include sys/socket.h when checking HAVE_INET_PTON
KO Myung-Hun [Tue, 2 Apr 2013 03:47:46 +0000 (12:47 +0900)]
configure: include sys/socket.h when checking HAVE_INET_PTON

AF_INET is defined in sys/socket.h

Signed-off-by: Rafaël Carré <funman@videolan.org>
11 years agoskins2: fix video not properly tied to the right video control
Erwan Tulou [Mon, 1 Apr 2013 20:33:23 +0000 (22:33 +0200)]
skins2: fix video not properly tied to the right video control

Certain skins like wmp12 may fail to deal with video controls in some
corner cases. For this skin, no window was set visible and the skin
engine eventually fell back to force the first window to become visible.

This patch is expected to fix trac #8368 (need to be tested on windows)

11 years agoAdd missing parameter documentation.
Olivier Aubert [Mon, 1 Apr 2013 21:39:18 +0000 (23:39 +0200)]
Add missing parameter documentation.

11 years agoFix variable names.
Olivier Aubert [Mon, 1 Apr 2013 21:36:15 +0000 (23:36 +0200)]
Fix variable names.

They did not respect the naming convention (in the include files - the
implementation ones are already correct).

11 years agocontrib: Fix a bug in the old gmp configure script
Martin Storsjö [Mon, 1 Apr 2013 19:55:11 +0000 (22:55 +0300)]
contrib: Fix a bug in the old gmp configure script

The brackets in the config test aren't properly escaped, and thus
don't end up in the final configure script as intended.

When building on a system where the system default compiler is clang,
clang can fail due to the main signature
"int main(int argc, char *argv)" being invalid,
which makes configure believe that the system compiler isn't
ANSI compliant, and it tries to invoke (broken) ANSI2KNR code.

Signed-off-by: Martin Storsjö <martin@martin.st>
11 years agoopengl: Avoid warnings about an unused variable
Martin Storsjö [Mon, 1 Apr 2013 08:53:03 +0000 (11:53 +0300)]
opengl: Avoid warnings about an unused variable

Signed-off-by: Martin Storsjö <martin@martin.st>
11 years agoopengl: Allow using the RGBA shader for the main picture
Martin Storsjö [Mon, 1 Apr 2013 08:50:55 +0000 (11:50 +0300)]
opengl: Allow using the RGBA shader for the main picture

So far, the RGBA shader has only been used for the subpictures.
On ES2, the fixed function pipeline is not available, so we need to
use the shader for drawing the main picture even if it is RGBA.

Signed-off-by: Martin Storsjö <martin@martin.st>
11 years agoauhal: remove misleading error check since TPCircularBufferProduceBytes' return value...
Felix Paul Kühne [Mon, 1 Apr 2013 16:12:52 +0000 (18:12 +0200)]
auhal: remove misleading error check since TPCircularBufferProduceBytes' return value is void

11 years agohttp intf: Manage Streams: Create Mosaic: Capitalize first letter, remove : in the...
Christoph Miebach [Sat, 30 Mar 2013 23:08:14 +0000 (00:08 +0100)]
http intf: Manage Streams: Create Mosaic: Capitalize first letter, remove : in the first column. All except 'Row/Column Border' occur at different places as well

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>