]> git.sesse.net Git - vlc/log
vlc
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>
11 years agoTypo: Remove leading space in about-box, use I_PL_ADDPL(=Add to Playlist) for Add...
Christoph Miebach [Sat, 30 Mar 2013 23:08:13 +0000 (00:08 +0100)]
Typo: Remove leading space in about-box, use I_PL_ADDPL(=Add to Playlist) for Add to playlist. Use identical sentence (only differs by -)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
11 years agoFix compilation and functionning of the sndio module for OpenBSD
Alexandre Ratchov [Thu, 28 Mar 2013 18:36:34 +0000 (19:36 +0100)]
Fix compilation and functionning of the sndio module for OpenBSD

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
11 years agofile: fix punctuation
Rémi Denis-Courmont [Mon, 1 Apr 2013 14:49:22 +0000 (17:49 +0300)]
file: fix punctuation

11 years agoskins2: fix text control misfunctioning when changing skin
Erwan Tulou [Mon, 1 Apr 2013 13:15:55 +0000 (15:15 +0200)]
skins2: fix text control misfunctioning when changing skin

and simplify the code a bit for better readability

11 years agoavcodec: check if we can feed variable size frames to audio encoder
Ilkka Ollakka [Mon, 1 Apr 2013 10:42:00 +0000 (13:42 +0300)]
avcodec: check if we can feed variable size frames to audio encoder

11 years agoavcodec: cleanup encodeAudio
Ilkka Ollakka [Mon, 1 Apr 2013 10:41:31 +0000 (13:41 +0300)]
avcodec: cleanup encodeAudio

Handle better cases when we don't have input frame size
same as encoder input frame size. Also gather input samples
untill we get full frame fillet and not just next block.

Set length based on used samples and not frame_size

Also try to make memory calculations cleaner so they don't
overshoot and write stuff all over.

Refs #8265

11 years agoskins2: fix initial text state to reflect documentation
Erwan Tulou [Mon, 1 Apr 2013 10:15:08 +0000 (12:15 +0200)]
skins2: fix initial text state to reflect documentation

In the Web documentation, it reads "text automatically starts scrolling" in automatic mode.

11 years agovout_ios: Don't include ES1 headers
Martin Storsjö [Sat, 30 Mar 2013 21:35:58 +0000 (23:35 +0200)]
vout_ios: Don't include ES1 headers

This vout uses ES2, not ES1. The right headers are included by
opengl.h anyway, this was just confusing and wrong.

Signed-off-by: Martin Storsjö <martin@martin.st>
11 years agoopengl: Do subtexture uploads only for the visible area
Martin Storsjö [Fri, 29 Mar 2013 23:56:52 +0000 (01:56 +0200)]
opengl: Do subtexture uploads only for the visible area

This avoids doing the intermediate copy in some cases.

Signed-off-by: Martin Storsjö <martin@martin.st>
11 years agoopengl: Check whether full_width matches the pitch
Martin Storsjö [Fri, 29 Mar 2013 23:48:29 +0000 (01:48 +0200)]
opengl: Check whether full_width matches the pitch

This is the actual width used in the upload calls if the check
matched, so this is the width we should check for.

Signed-off-by: Martin Storsjö <martin@martin.st>
11 years agoskins2: resize only similar layouts on-the-fly
Erwan Tulou [Mon, 1 Apr 2013 00:10:56 +0000 (02:10 +0200)]
skins2: resize only similar layouts on-the-fly

This fixes a regression brought by ff74e967e9777ed821734077051f55ac84a173a5

Forcefully resizing only makes sense when layouts were designed to be similar
in size in the first place. Furthermore, it cuts off a larger layout if a
smaller one is first defined when loading a skin.

Ideally, the skins2 dtd should be extended for skins developers to explicitly
express whether two layouts are tightly-coupled or not, i.e should always be
kept the same size whatever the subsequent resizing performed by the user.

11 years agoskins2: add a function that differentiates dependent and independent layouts.
Erwan Tulou [Sun, 31 Mar 2013 23:54:55 +0000 (01:54 +0200)]
skins2: add a function that differentiates dependent and independent layouts.

In skins2, a window can have multiple layouts with two different goals.

First goal, layouts have the same original size and only differ in the
presentation (different color, ...). If the active layout gets resized,
the user expects the related inactive layouts with the same size to
automatically resize, should they become active.

Second goal, layouts are different in size, e.g a reduced layout and an
expanded layout. In this case, resizing the active layout doesn't mean
resizing the other inactive layouts, since they were not meant to be
similar in size in the first place.

This patch creates a function that will be used to differentiate these
two different use of layouts.

11 years agoextras/.../ios: rework the build script
Felix Paul Kühne [Sun, 31 Mar 2013 22:43:52 +0000 (00:43 +0200)]
extras/.../ios: rework the build script

Don't blacklist yuv converters, since those are needed for DVB subtitle display (thanks a bunch, Martin)

Don't blacklist the adjust filter, since it is supported by MobileVLCKit now

Don't build libmad, since libav can decode mp3 just fine

add mooar debug for ARM builds

11 years agoskins2: simplify playlist title
Erwan Tulou [Sat, 30 Mar 2013 19:01:51 +0000 (20:01 +0100)]
skins2: simplify playlist title

Use 'input_item_GetTitleFbName', since this is actually the function used
to display title in the qt4 playlist.

11 years agoskins2: improve $N text variable
Erwan Tulou [Sat, 30 Mar 2013 18:38:32 +0000 (19:38 +0100)]
skins2: improve $N text variable

Instead of hardcoding what we think the name of the current item is, make it
configurable via the --input-title-format parameter.

This change makes skins2 more consistent with qt4 that already uses this
means to set the title of the main window.

Default display will now be "artist + title" instead of just "title".
Users who would still prefer the previous behaviour can get it with
--input-title-format '$t'

This fixes a request described at http://forum.videolan.org/viewtopic.php?f=15&t=108976

11 years agoQt: Selector: remove useless code line
Francois Cartegnie [Sat, 30 Mar 2013 16:37:42 +0000 (17:37 +0100)]
Qt: Selector: remove useless code line

11 years agodtv: More detailed DiSEqC error messages.
Zoran Turalija [Sat, 30 Mar 2013 07:52:18 +0000 (08:52 +0100)]
dtv: More detailed DiSEqC error messages.

Error messages were reused from time when there was no uncommitted
switch support. Now we have support for this feature, and we can
supply better error messages, because we know in more details what
has happened at times when error occured.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
11 years agoLua: do not compile Console code when in WinStoreApp mode
Jean-Baptiste Kempf [Fri, 29 Mar 2013 16:25:37 +0000 (17:25 +0100)]
Lua: do not compile Console code when in WinStoreApp mode

11 years agodecklink access: fix CC decoding with some sources
Rafaël Carré [Fri, 29 Mar 2013 13:54:33 +0000 (14:54 +0100)]
decklink access: fix CC decoding with some sources

These sources have some data appended after the CC units.
Example: 0x91 0xe0 0x65 0x6e 0x67 0x7e 0x3f 0xff
                     e    n    g
Probably a language code.

11 years agodecklink access: remove copy/paste error
Rafaël Carré [Fri, 29 Mar 2013 13:53:32 +0000 (14:53 +0100)]
decklink access: remove copy/paste error

11 years agologger: add --syslog-ident parameter.
Konstantin Pavlov [Fri, 22 Mar 2013 06:42:05 +0000 (10:42 +0400)]
logger: add --syslog-ident parameter.

By default VLC uses "vlc" as syslog ident but in case more than one VLC
is logging this may not be enough.

This commit introduces --syslog-ident parameter which allows setting of
the ident.

Based on patch by Georgi Chorbadzhiyski <gf@unixsol.org>.

11 years agoFix license header
Jean-Baptiste Kempf [Thu, 28 Mar 2013 17:34:24 +0000 (18:34 +0100)]
Fix license header

11 years agoextras/.../ios: disable GPL licensed contribs
Felix Paul Kühne [Thu, 28 Mar 2013 17:17:29 +0000 (18:17 +0100)]
extras/.../ios: disable GPL licensed contribs

11 years agoAdd hotkeys to cycle through previous/next program SIDs.
Zoran Turalija [Thu, 28 Mar 2013 13:46:05 +0000 (14:46 +0100)]
Add hotkeys to cycle through previous/next program SIDs.

Change "cycle through program SIDs" to support cycle both ways (prev/next).
With this commit, it is possible e.g. to quickly change between neighbor
program SIDs back and forth in multi-program stream like DVB streams using
default x/Shift+x keys.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
11 years agoQt: EPGView: default focus to first event
Francois Cartegnie [Thu, 28 Mar 2013 15:51:44 +0000 (16:51 +0100)]
Qt: EPGView: default focus to first event

11 years agoQt: EPGView: fix constness
Francois Cartegnie [Thu, 28 Mar 2013 15:46:24 +0000 (16:46 +0100)]
Qt: EPGView: fix constness

11 years agoQt: EPGItem: fix constness
Francois Cartegnie [Thu, 28 Mar 2013 15:45:00 +0000 (16:45 +0100)]
Qt: EPGItem: fix constness

11 years agoQt: EPGItem: add parental rating
Francois Cartegnie [Mon, 11 Mar 2013 23:31:38 +0000 (00:31 +0100)]
Qt: EPGItem: add parental rating

11 years agovlc_epg: add parental rating from ts streams.
Francois Cartegnie [Mon, 11 Mar 2013 23:31:37 +0000 (00:31 +0100)]
vlc_epg: add parental rating from ts streams.

11 years agoaccess: rdp: relicence.
Francois Cartegnie [Thu, 28 Mar 2013 14:08:21 +0000 (15:08 +0100)]
access: rdp: relicence.

Relicencing by author as it is still not altered.

11 years agoscreen: disable compilation for non-Mac Darwin flavors
Felix Paul Kühne [Thu, 28 Mar 2013 11:00:21 +0000 (12:00 +0100)]
screen: disable compilation for non-Mac Darwin flavors

11 years agovisual: default is none, not any (fixes #8354)
Rémi Denis-Courmont [Wed, 27 Mar 2013 20:50:33 +0000 (22:50 +0200)]
visual: default is none, not any (fixes #8354)

11 years agomkv: mostly useless #include
Rémi Denis-Courmont [Wed, 27 Mar 2013 20:42:28 +0000 (22:42 +0200)]
mkv: mostly useless #include

11 years agoavcodec: hw accel with frame multithreading works since libavcodec 55.01.00
Janne Grunau [Wed, 27 Mar 2013 16:05:44 +0000 (17:05 +0100)]
avcodec: hw accel with frame multithreading works since libavcodec 55.01.00

This is mostly useful if the hw accelerator cannot handle the stream.
The software decoder fallback will then use frame multithreading if it
supports it.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
11 years agoFiner volume-step for scrolling
Jean-Baptiste Kempf [Wed, 27 Mar 2013 14:07:12 +0000 (15:07 +0100)]
Finer volume-step for scrolling

Set to the closest to 5% steps

11 years agoAvcodec: Fix double FPS display
Jean-Baptiste Kempf [Wed, 27 Mar 2013 13:56:13 +0000 (14:56 +0100)]
Avcodec: Fix double FPS display

Close #5671
Patch by "rycius" on trac

11 years agoContribs: simplify gnutls rules
Jean-Baptiste Kempf [Wed, 27 Mar 2013 13:17:19 +0000 (14:17 +0100)]
Contribs: simplify gnutls rules

11 years agoContribs: make OSX use nettle too
Jean-Baptiste Kempf [Wed, 27 Mar 2013 13:16:01 +0000 (14:16 +0100)]
Contribs: make OSX use nettle too

11 years agoQt: UpdateDialog: highlight security changes
Francois Cartegnie [Tue, 26 Mar 2013 16:26:23 +0000 (17:26 +0100)]
Qt: UpdateDialog: highlight security changes

11 years agoQt: updatedialog: fix size.
Francois Cartegnie [Tue, 26 Mar 2013 15:48:55 +0000 (16:48 +0100)]
Qt: updatedialog: fix size.

Default size was wrong.
Text was really hard to real in that tiny box: lots of line breaks and
scrollbars. Text should fit in a single viewport.
Max size has been increased to 500, screen assumed at least 640px wide.

11 years agoOld RC: fix exit
Rémi Denis-Courmont [Tue, 26 Mar 2013 16:09:17 +0000 (18:09 +0200)]
Old RC: fix exit

11 years agoOld RC: cleanup use of p_sys
Rémi Denis-Courmont [Tue, 26 Mar 2013 15:54:20 +0000 (17:54 +0200)]
Old RC: cleanup use of p_sys

Also do not check that playlist is non-NULL (always true).

11 years agoinput: inline vlc_object_kill() and simplify
Rémi Denis-Courmont [Tue, 26 Mar 2013 15:46:38 +0000 (17:46 +0200)]
input: inline vlc_object_kill() and simplify