]> git.sesse.net Git - vlc/log
vlc
11 years agoSpelling of Ukrainian in NEWS and AUTHORS fixed
Christoph Miebach [Sun, 8 Jul 2012 09:12:00 +0000 (11:12 +0200)]
Spelling of Ukrainian in NEWS and AUTHORS fixed

Signed-off-by: Rafaël Carré <funman@videolan.org>
11 years agoAdding gd to lang list
Christoph Miebach [Sun, 8 Jul 2012 09:11:59 +0000 (11:11 +0200)]
Adding gd to lang list

Signed-off-by: Rafaël Carré <funman@videolan.org>
11 years agoRevert "Adding gd Gaelic to languages list"
Rafaël Carré [Tue, 10 Jul 2012 09:56:05 +0000 (11:56 +0200)]
Revert "Adding gd Gaelic to languages list"

This reverts commit 85b6c1463736907e6fed0900f0e93df05e89d2fa.

11 years agoi18n: Add more languages for selection
Christophe Mutricy [Thu, 2 Feb 2012 23:33:24 +0000 (23:33 +0000)]
i18n: Add more languages for selection

Add languages above 30% to the Win32/Mac list.
(cherry picked from commit bd82be73a578595f1ff8b3d81832bbde237023c9)

Signed-off-by: Rafaël Carré <funman@videolan.org>
11 years agoaudioscrobbler: prevent an endless loop inside the main loop
Fabian Keil [Sun, 17 Jun 2012 11:56:47 +0000 (13:56 +0200)]
audioscrobbler: prevent an endless loop inside the main loop

Fixes the clang complaint: The right operand of '<' is a garbage value

This might fix #6286.

Signed-off-by: Rafaël Carré <funman@videolan.org>
11 years agoopengl:os x build fix
Ilkka Ollakka [Mon, 9 Jul 2012 12:30:20 +0000 (15:30 +0300)]
opengl:os x build fix

11 years agoopengl.c: don't use fixed pipeline with glsl shader code, one step closer for opengl...
Ilkka Ollakka [Mon, 9 Jul 2012 12:00:16 +0000 (15:00 +0300)]
opengl.c: don't use fixed pipeline with glsl shader code, one step closer for opengl es 2

11 years agoopengl: cosmetic
Ilkka Ollakka [Mon, 9 Jul 2012 09:31:59 +0000 (12:31 +0300)]
opengl: cosmetic

11 years agoopengl: restore npot check for really old cards
Ilkka Ollakka [Sun, 8 Jul 2012 19:48:05 +0000 (22:48 +0300)]
opengl: restore npot check for really old cards

11 years agoopengl.c: refactor texture enabling and uniform setting
Ilkka Ollakka [Thu, 5 Jul 2012 15:21:00 +0000 (18:21 +0300)]
opengl.c: refactor texture enabling and uniform setting

11 years agoopengl: fixed compilation for OSX
Felix Paul Kühne [Sun, 8 Jul 2012 12:48:18 +0000 (14:48 +0200)]
opengl: fixed compilation for OSX

11 years agoopengl: disable shaders on older iOS releases so we get a picture
Felix Paul Kühne [Sun, 8 Jul 2012 12:37:05 +0000 (14:37 +0200)]
opengl: disable shaders on older iOS releases so we get a picture

11 years agoopengl: use RV32 instead of RV16 for the OpenGL ES variant, since we got neon assembl...
Felix Paul Kühne [Sun, 8 Jul 2012 11:20:05 +0000 (13:20 +0200)]
opengl: use RV32 instead of RV16 for the OpenGL ES variant, since we got neon assembly optimizations for that

11 years agonsis: remove unsecure options from the installer
Ludovic Fauvet [Thu, 5 Jul 2012 21:25:06 +0000 (23:25 +0200)]
nsis: remove unsecure options from the installer

Because we can't efficiently drop the privileges acquired by the UAC it
is wise to remove the possibility for the user to start VLC or view the
README at the end of the installation process.

Signed-off-by: Rafaël Carré <funman@videolan.org>
11 years agoQt: Early Fix ML "Add to playlist" adding items multiple times"
Francois Cartegnie [Fri, 6 Jul 2012 22:19:00 +0000 (00:19 +0200)]
Qt: Early Fix ML "Add to playlist" adding items multiple times"

Previous fix was doing late fixing by skipping multiple entries when
adding, but the multiplication was still done for other ops.
We were just needing to build Indexes list from rows instead of items.

This reverts commit 4cc9d5770a108434038e7f5a4e1bf9b3aafa3d8e.

11 years agoFourCC: use the correct name for real codecs
Jean-Baptiste Kempf [Wed, 4 Jul 2012 16:01:12 +0000 (18:01 +0200)]
FourCC: use the correct name for real codecs

11 years agoogg: Use unlikely()
Hugo Beauzée-Luyssen [Sat, 30 Jun 2012 11:54:16 +0000 (14:54 +0300)]
ogg: Use unlikely()

11 years agoHLS: minor fix
Frédéric Yhuel [Tue, 19 Jun 2012 14:56:30 +0000 (16:56 +0200)]
HLS: minor fix

It seems to me it makes more sense like that.

Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
11 years agoHLS: don't signal dl thread out of the blue in Close()
Frédéric Yhuel [Tue, 19 Jun 2012 14:17:55 +0000 (16:17 +0200)]
HLS: don't signal dl thread out of the blue in Close()

Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
11 years agomacosx: select right screen when fullscreen on startup is enabled
David Fuhrmann [Fri, 6 Jul 2012 12:54:11 +0000 (14:54 +0200)]
macosx: select right screen when fullscreen on startup is enabled

close #7051

11 years agomacosx vout: always use current bounds for picture placements, as we have custom...
David Fuhrmann [Fri, 6 Jul 2012 12:25:28 +0000 (14:25 +0200)]
macosx vout: always use current bounds for picture placements, as we have custom resize constraints in ui code

(in particular, the parameter cfg will not always hold the right window size value)

11 years agomacosx: don't allow a automatic resize beyond the right screen border
David Fuhrmann [Fri, 6 Jul 2012 12:24:27 +0000 (14:24 +0200)]
macosx: don't allow a automatic resize beyond the right screen border

11 years agoextras/package: enable NEON for iOS
Felix Paul Kühne [Thu, 5 Jul 2012 20:31:15 +0000 (22:31 +0200)]
extras/package: enable NEON for iOS

This is introduces a random hack, which is going to be reverted this fall.

11 years agoextras/tools: use Mans Rullgard's gas preprocessor variant instead of David Conrad...
Felix Paul Kühne [Thu, 5 Jul 2012 20:27:05 +0000 (22:27 +0200)]
extras/tools: use Mans Rullgard's gas preprocessor variant instead of David Conrad's since it is more up-to-date

11 years agoAdding gd Gaelic to languages list
Christoph Miebach [Thu, 5 Jul 2012 20:11:04 +0000 (22:11 +0200)]
Adding gd Gaelic to languages list

Signed-off-by: Rafaël Carré <funman@videolan.org>
11 years agoWin32: try to fix compilation
Rémi Denis-Courmont [Thu, 5 Jul 2012 15:46:15 +0000 (18:46 +0300)]
Win32: try to fix compilation

11 years agoQt: the video widget must be a proper window
Rémi Denis-Courmont [Thu, 5 Jul 2012 14:39:10 +0000 (17:39 +0300)]
Qt: the video widget must be a proper window

Otherwise, it might not have a window handle.

11 years agoQt: check embedded video window type at run-time
Rémi Denis-Courmont [Wed, 4 Jul 2012 18:14:53 +0000 (21:14 +0300)]
Qt: check embedded video window type at run-time

With Qt5, the window type must be checked at run-time: the windowing
system is always defined as Q_WS_QPA.

11 years agovout_window: make zero an error value for window type
Rémi Denis-Courmont [Thu, 5 Jul 2012 14:42:50 +0000 (17:42 +0300)]
vout_window: make zero an error value for window type

11 years agoQt: do not hard-code argv table size
Rémi Denis-Courmont [Thu, 5 Jul 2012 14:28:54 +0000 (17:28 +0300)]
Qt: do not hard-code argv table size

11 years agovout/ios: set the display size correctly
Felix Paul Kühne [Thu, 5 Jul 2012 09:57:03 +0000 (11:57 +0200)]
vout/ios: set the display size correctly

11 years agoQt: missing Q_OBJECT
Rémi Denis-Courmont [Thu, 5 Jul 2012 07:23:03 +0000 (10:23 +0300)]
Qt: missing Q_OBJECT

11 years agovisual: do not pretend to support FI32
Rémi Denis-Courmont [Wed, 4 Jul 2012 19:39:49 +0000 (22:39 +0300)]
visual: do not pretend to support FI32

11 years agoaudio: remove FI32 conversions
Rémi Denis-Courmont [Wed, 4 Jul 2012 19:40:09 +0000 (22:40 +0300)]
audio: remove FI32 conversions

Conversion from FI32 to S16 is already supported by the Laurent's
generic audio format filter. Conversion to FI32 are useless for lack
of (functional) FI32 encoder or output.

11 years agoChannel mixer: drop FI32
Rémi Denis-Courmont [Wed, 4 Jul 2012 19:29:34 +0000 (22:29 +0300)]
Channel mixer: drop FI32

11 years agoVolume mixer: drop FI32
Rémi Denis-Courmont [Wed, 4 Jul 2012 19:26:43 +0000 (22:26 +0300)]
Volume mixer: drop FI32

11 years agoaout: drop FI32 from outputs
Rémi Denis-Courmont [Wed, 4 Jul 2012 19:24:25 +0000 (22:24 +0300)]
aout: drop FI32 from outputs

11 years agoaout: always use S16N (rather than FI32) in absence of FPU
Rémi Denis-Courmont [Wed, 4 Jul 2012 19:43:39 +0000 (22:43 +0300)]
aout: always use S16N (rather than FI32) in absence of FPU

None of the real audio outputs support FI32; they already typically
converted down to S16 internally. Moreover, mixing FI32 requires
64-bits (signed) multiplication, which non-FPU processors typically
do not support natively.

11 years agoauhal: quick fix to get stuff compiled again
David Fuhrmann [Wed, 4 Jul 2012 18:26:47 +0000 (20:26 +0200)]
auhal: quick fix to get stuff compiled again

TODO:
- somehow implement mute callback
- initially report right volume to ui

11 years agoQt: factor some common code
Rémi Denis-Courmont [Wed, 4 Jul 2012 17:47:52 +0000 (20:47 +0300)]
Qt: factor some common code

11 years agomacosx: handle volume apple remote keys as hotkeys, so that osd stuff is shown
David Fuhrmann [Wed, 4 Jul 2012 18:13:28 +0000 (20:13 +0200)]
macosx: handle volume apple remote keys as hotkeys, so that osd stuff is shown

11 years agoextra/package: updated iOS build script
Felix Paul Kühne [Wed, 4 Jul 2012 17:33:08 +0000 (19:33 +0200)]
extra/package: updated iOS build script

11 years agocontrib: taglib: use original patch present in taglib.git
Rafaël Carré [Wed, 4 Jul 2012 17:22:25 +0000 (19:22 +0200)]
contrib: taglib: use original patch present in taglib.git

11 years agoswscale: expand Android hack to iOS
Felix Paul Kühne [Wed, 4 Jul 2012 17:17:01 +0000 (19:17 +0200)]
swscale: expand Android hack to iOS

11 years agoQt4: fix crashes without podcasts
Rémi Denis-Courmont [Wed, 4 Jul 2012 14:19:45 +0000 (17:19 +0300)]
Qt4: fix crashes without podcasts

11 years agoQt4: fix prototype
Rémi Denis-Courmont [Wed, 4 Jul 2012 14:09:28 +0000 (17:09 +0300)]
Qt4: fix prototype

11 years agoQt5: missing #includes
Rémi Denis-Courmont [Wed, 4 Jul 2012 13:47:40 +0000 (16:47 +0300)]
Qt5: missing #includes

11 years agoQt: initial configure detection for Qt5
Rémi Denis-Courmont [Wed, 4 Jul 2012 13:17:07 +0000 (16:17 +0300)]
Qt: initial configure detection for Qt5

VLC needs QtWidgets (which does not exist in Qt4).

11 years agoUse Qt instead of Qt4
Jean-Baptiste Kempf [Tue, 3 Jul 2012 23:34:45 +0000 (01:34 +0200)]
Use Qt instead of Qt4

11 years agoUse qt iso qt4
Jean-Baptiste Kempf [Tue, 3 Jul 2012 23:30:25 +0000 (01:30 +0200)]
Use qt iso qt4

11 years agoavcodec: Map MSS3/MSA1 decoder
Jean-Baptiste Kempf [Tue, 3 Jul 2012 17:37:46 +0000 (19:37 +0200)]
avcodec: Map MSS3/MSA1 decoder

11 years agoAdd fourcc for MSA1
Jean-Baptiste Kempf [Tue, 3 Jul 2012 17:32:32 +0000 (19:32 +0200)]
Add fourcc for MSA1

11 years agoRemove unused 3dnow and mmxext checks
Rafaël Carré [Mon, 2 Jul 2012 21:00:21 +0000 (23:00 +0200)]
Remove unused 3dnow and mmxext checks

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
11 years agoRemove vlc_memcpy
Rafaël Carré [Mon, 2 Jul 2012 21:00:20 +0000 (23:00 +0200)]
Remove vlc_memcpy

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
11 years agos/vlc_memcpy/memcpy/
Rafaël Carré [Mon, 2 Jul 2012 21:00:19 +0000 (23:00 +0200)]
s/vlc_memcpy/memcpy/

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
11 years agoRemove audio_volume_t
Rémi Denis-Courmont [Tue, 3 Jul 2012 15:06:31 +0000 (18:06 +0300)]
Remove audio_volume_t

11 years agoQt4: partly fix volume display
Rémi Denis-Courmont [Tue, 3 Jul 2012 15:03:18 +0000 (18:03 +0300)]
Qt4: partly fix volume display

11 years agoQt4: simplify and partly fix mute tracking
Rémi Denis-Courmont [Tue, 3 Jul 2012 14:42:56 +0000 (17:42 +0300)]
Qt4: simplify and partly fix mute tracking

This fixes a race between requesting mute and the aout actually muting.

There are still at least two known bugs with the mute widget:
 - Qt tries to sets the LibVLC status when LibVLC status changes
   (there is a hack around this for volume but not for mute).
 - Qt tracks the playlist "mute" variable instead of the aout one.

11 years agoaout: remove intricate volume/mute transaction system
Rémi Denis-Courmont [Mon, 2 Jul 2012 20:35:48 +0000 (23:35 +0300)]
aout: remove intricate volume/mute transaction system

Volume and mute states are now independant. There is no need to
update them together in a single transaction.

Furthermore, other processes can change the volume and/or mute state
of VLC playback streams asynchronously. Thus volume-up/volume-down
and mute-toggle are not atomic operations even when protected by the
volume lock. We would need to have toggle and up/down provided by the
to the output plugins. That is probably impossible and overkill.
So accept the small race condition and simplify the code.

11 years agoaout: separate volume and mute callbacks
Rémi Denis-Courmont [Mon, 2 Jul 2012 20:08:27 +0000 (23:08 +0300)]
aout: separate volume and mute callbacks

11 years agoaout: store software amplification and mute separately
Rémi Denis-Courmont [Mon, 2 Jul 2012 19:22:01 +0000 (22:22 +0300)]
aout: store software amplification and mute separately

11 years agoaout_Volume*: use float rather than integer
Rémi Denis-Courmont [Mon, 2 Jul 2012 15:48:56 +0000 (18:48 +0300)]
aout_Volume*: use float rather than integer

11 years agoLibVLC: improve mute documentation
Rémi Denis-Courmont [Mon, 2 Jul 2012 15:00:00 +0000 (18:00 +0300)]
LibVLC: improve mute documentation

11 years agoaout_MuteGet: fix name and add VLC_OBJECT() magic cast
Rémi Denis-Courmont [Mon, 2 Jul 2012 14:51:43 +0000 (17:51 +0300)]
aout_MuteGet: fix name and add VLC_OBJECT() magic cast

11 years agoRC (old): fix muting
Rémi Denis-Courmont [Sun, 1 Jul 2012 17:57:53 +0000 (20:57 +0300)]
RC (old): fix muting

11 years agoaout_MuteSet: fix name and remove unused parameter
Rémi Denis-Courmont [Sun, 1 Jul 2012 17:45:25 +0000 (20:45 +0300)]
aout_MuteSet: fix name and remove unused parameter

11 years agoaout_MuteToggle: fix name and remove unused or misused volume parameter
Rémi Denis-Courmont [Sun, 1 Jul 2012 17:38:20 +0000 (20:38 +0300)]
aout_MuteToggle: fix name and remove unused or misused volume parameter

In particular, show OSD mute icon when mute is enabled, rather than
when volume is nul (which is orthogonal).

11 years agoaout: use float volume in internals and deal with errors
Rémi Denis-Courmont [Sun, 1 Jul 2012 13:44:44 +0000 (16:44 +0300)]
aout: use float volume in internals and deal with errors

11 years agoTypo
Christoph Miebach [Tue, 3 Jul 2012 09:06:21 +0000 (11:06 +0200)]
Typo

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
11 years agoPsychadelic is just wrong
Christoph Miebach [Tue, 3 Jul 2012 09:06:20 +0000 (11:06 +0200)]
Psychadelic is just wrong

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
11 years agoAdded 2 missing spaces
Christoph Miebach [Tue, 3 Jul 2012 09:06:19 +0000 (11:06 +0200)]
Added 2 missing spaces

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
11 years agoRemove trailing space in gettext string
Christoph Miebach [Tue, 3 Jul 2012 09:06:18 +0000 (11:06 +0200)]
Remove trailing space in gettext string

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
11 years agomacosx: fixed time slider alignment issue
Felix Paul Kühne [Tue, 3 Jul 2012 13:06:00 +0000 (15:06 +0200)]
macosx: fixed time slider alignment issue

Pointed by Damien

11 years agomacosx: fixed window button alignment when using the black UI mode
Felix Paul Kühne [Tue, 3 Jul 2012 12:57:58 +0000 (14:57 +0200)]
macosx: fixed window button alignment when using the black UI mode

pointed by Damien.

11 years agomacosx: change handling of arrow keys slightly
David Fuhrmann [Tue, 3 Jul 2012 11:29:54 +0000 (13:29 +0200)]
macosx: change handling of arrow keys slightly

When the key is assigned to an main menu item: In this case the event
is never passed to the controls, so we want to handle it here for these
exeptional cases.

For all other cases: The event is ignored here and handled by the controls
(playlist, or video view, which also sends it to vlc core).

11 years agomacosx: fix handling of shortcuts which include shift
David Fuhrmann [Tue, 3 Jul 2012 11:28:20 +0000 (13:28 +0200)]
macosx: fix handling of shortcuts which include shift

11 years agomacosx: reconnect all links to ibOutlets for plackback menu
David Fuhrmann [Tue, 3 Jul 2012 11:02:57 +0000 (13:02 +0200)]
macosx: reconnect all links to ibOutlets for plackback menu

close #6997

11 years agoextras/package: fixed package script for OS X
Felix Paul Kühne [Tue, 3 Jul 2012 11:14:22 +0000 (13:14 +0200)]
extras/package: fixed package script for OS X

11 years agoRemove the RTMP output too
Jean-Baptiste Kempf [Mon, 2 Jul 2012 14:46:08 +0000 (16:46 +0200)]
Remove the RTMP output too

11 years agoNEWS: merged stuff for 2.0.2
Felix Paul Kühne [Mon, 2 Jul 2012 12:17:24 +0000 (14:17 +0200)]
NEWS: merged stuff for 2.0.2

11 years agoRemove vlc_memset
Rafaël Carré [Mon, 2 Jul 2012 11:10:56 +0000 (13:10 +0200)]
Remove vlc_memset

11 years agoswscale: remove useless global function pointer
Rafaël Carré [Mon, 2 Jul 2012 11:09:05 +0000 (13:09 +0200)]
swscale: remove useless global function pointer

11 years agocontrib: taglib: don't crash with strange files
Rafaël Carré [Sun, 1 Jul 2012 22:40:05 +0000 (00:40 +0200)]
contrib: taglib: don't crash with strange files

Close #7036
Patch sent upstream

11 years agopackage/macosx: enhanced the codesign script to add a designated signature to enhance...
Felix Paul Kühne [Sun, 1 Jul 2012 18:40:25 +0000 (20:40 +0200)]
package/macosx: enhanced the codesign script to add a designated signature to enhance its compatibility

Note 3 things

 - the included hashes are common knowledge, non-exploitable and hence don't constitute a security issue

 - you need a valid Developer ID private key to create GateKeeper compatible signatures

 - If you don't use VideoLAN's Dev ID, that's noticable but doesn't limit the app's behavior in any detail.

This commit also limits the signing process to the compiled lua scripts and no longer signs the entire lua folder since this would limit the usage experience and it isn't reasonable either.

11 years agoopengl: use glEnable when not using shaders
Ilkka Ollakka [Sun, 1 Jul 2012 13:55:07 +0000 (16:55 +0300)]
opengl: use glEnable when not using shaders

11 years agoQt: SearchLineEdit: fix background text after reset()
Francois Cartegnie [Sat, 30 Jun 2012 15:09:04 +0000 (17:09 +0200)]
Qt: SearchLineEdit: fix background text after reset()

11 years agoQt: Queue toolbar rebuild as event instead of delaying popups's deletion
Francois Cartegnie [Thu, 28 Jun 2012 11:03:04 +0000 (13:03 +0200)]
Qt: Queue toolbar rebuild as event instead of delaying popups's deletion
(fix #7016)

This reverts commit 6f1af24d75fd36050d8f3a1a4c7369067e90898f.
This reverts commit e5462dbd3a789e15278afd642833788a8a491724.

11 years agoOnly use vlc's memcpy on windows (also for 3dnow and mmxext)
Rafaël Carré [Sun, 1 Jul 2012 14:00:25 +0000 (16:00 +0200)]
Only use vlc's memcpy on windows (also for 3dnow and mmxext)

11 years agotaglib: read a few more APE tags
Rafaël Carré [Sun, 1 Jul 2012 13:28:45 +0000 (15:28 +0200)]
taglib: read a few more APE tags

Close #5558

11 years agoOnly use optimized memcpy on Windows
Rafaël Carré [Sun, 1 Jul 2012 08:55:03 +0000 (10:55 +0200)]
Only use optimized memcpy on Windows

Reference: <4FA56FA2.6000506@videolan.org>

11 years agoWin32: we need GLew.h before GL.h with the headers we are using
Jean-Baptiste Kempf [Sun, 1 Jul 2012 15:15:29 +0000 (17:15 +0200)]
Win32: we need GLew.h before GL.h with the headers we are using

This is probably not perfect, but our contribs header need that

11 years agoVorbis: fix broken if/else cascade
Jean-Baptiste Kempf [Sun, 1 Jul 2012 14:42:03 +0000 (16:42 +0200)]
Vorbis: fix broken if/else cascade

11 years agoopengl: fix version comparison
Rémi Denis-Courmont [Sun, 1 Jul 2012 12:19:26 +0000 (15:19 +0300)]
opengl: fix version comparison

11 years agoDo not include specific GL provider in generic OpenGL code
Rémi Denis-Courmont [Sun, 1 Jul 2012 12:12:02 +0000 (15:12 +0300)]
Do not include specific GL provider in generic OpenGL code

11 years agoUpdate Qt to 4.8.2 from qt-project
Jean-Baptiste Kempf [Sun, 1 Jul 2012 11:50:34 +0000 (13:50 +0200)]
Update Qt to 4.8.2 from qt-project

11 years agoFaad: do not build DRM(Radio)
Jean-Baptiste Kempf [Sun, 1 Jul 2012 13:41:36 +0000 (15:41 +0200)]
Faad: do not build DRM(Radio)

11 years agovout/opengl: really as in really fix compilation for OS X
Felix Paul Kühne [Sun, 1 Jul 2012 06:55:16 +0000 (08:55 +0200)]
vout/opengl: really as in really fix compilation for OS X

11 years agomacosx: fixed font selector panel on certain setups
Naohiro KORIYAMA [Sat, 30 Jun 2012 23:38:27 +0000 (01:38 +0200)]
macosx: fixed font selector panel on certain setups

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
12 years agomacosx: improve accessibility support for black ui
David Fuhrmann [Sat, 30 Jun 2012 16:33:31 +0000 (18:33 +0200)]
macosx: improve accessibility support for black ui

The commit adds additional attributes to the black windows in order to correctly
link to the close / zoom / maximize buttons. This is needed to get some
tools using this api to work, in particular / e.g. jitouch.

12 years agoogg: use ES_OUT_SET_PCR instead of RESET_PCR in demuxing
Ilkka Ollakka [Fri, 30 Mar 2012 18:52:18 +0000 (21:52 +0300)]
ogg: use ES_OUT_SET_PCR instead of RESET_PCR in demuxing

Only difference seems to be that in ES_OUT_SET_PCR we don't
have msg_Err showing up while playing ogg files