]> git.sesse.net Git - vlc/log
vlc
12 years agoQt: StandardPLPanel: Fix failing locked assertion.
Francois Cartegnie [Wed, 13 Jun 2012 15:23:11 +0000 (17:23 +0200)]
Qt: StandardPLPanel: Fix failing locked assertion.
Unremoved Unlock introduced by 874efde6d6888434ce369c833830ba09c01a0daf

12 years agodemux/mp4: fix typo
Frédéric Yhuel [Tue, 12 Jun 2012 11:41:13 +0000 (13:41 +0200)]
demux/mp4: fix typo

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoUse default values when parsing MKV audio track
Denis Charmet [Tue, 12 Jun 2012 20:07:49 +0000 (22:07 +0200)]
Use default values when parsing MKV audio track

This fixes #6773

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoUpdate NEWS
Jean-Baptiste Kempf [Wed, 13 Jun 2012 00:40:29 +0000 (02:40 +0200)]
Update NEWS

12 years agoMP3: support for TRACKTOTAL in TXXX
Jean-Baptiste Kempf [Tue, 12 Jun 2012 23:53:34 +0000 (01:53 +0200)]
MP3: support for TRACKTOTAL in TXXX

12 years agoAVI: support IFRM as TotalTrack
Jean-Baptiste Kempf [Tue, 12 Jun 2012 23:29:26 +0000 (01:29 +0200)]
AVI: support IFRM as TotalTrack

12 years agoMP4: support more Metadata tags
Jean-Baptiste Kempf [Wed, 13 Jun 2012 00:30:27 +0000 (02:30 +0200)]
MP4: support more Metadata tags

12 years agoMP4: fix trkn parsing and support totaltrack
Jean-Baptiste Kempf [Tue, 12 Jun 2012 23:21:28 +0000 (01:21 +0200)]
MP4: fix trkn parsing and support totaltrack

12 years agoASF: fix a warning
Jean-Baptiste Kempf [Tue, 12 Jun 2012 19:44:41 +0000 (21:44 +0200)]
ASF: fix a warning

12 years agoASF: cosmetics
Jean-Baptiste Kempf [Tue, 12 Jun 2012 19:41:37 +0000 (21:41 +0200)]
ASF: cosmetics

12 years agomacosx: draw vlc.icns instead of a bogus white png with an icon in the about panel
Felix Paul Kühne [Tue, 12 Jun 2012 19:02:05 +0000 (21:02 +0200)]
macosx: draw vlc.icns instead of a bogus white png with an icon in the about panel

no user-visible change. However, we save 29KB and don't need to update that graphic for HiDPI

12 years agomacosx: Cocoa cannot deal with 2 images of the same name in a single bundle even...
Felix Paul Kühne [Tue, 12 Jun 2012 18:29:34 +0000 (20:29 +0200)]
macosx: Cocoa cannot deal with 2 images of the same name in a single bundle even if their type is different

Hence, rename one of them.

12 years agovout_macosx: make sure that we see the entire video instead of the lower left quarter...
Felix Paul Kühne [Tue, 12 Jun 2012 18:23:08 +0000 (20:23 +0200)]
vout_macosx: make sure that we see the entire video instead of the lower left quarter in HiDPI mode

12 years agovout_macosx: fixed typo
Felix Paul Kühne [Tue, 12 Jun 2012 17:34:38 +0000 (19:34 +0200)]
vout_macosx: fixed typo

12 years agovout_macosx: restore compilation support for OS X 10.5 and 10.6
Felix Paul Kühne [Tue, 12 Jun 2012 17:22:36 +0000 (19:22 +0200)]
vout_macosx: restore compilation support for OS X 10.5 and 10.6

12 years agomacosx: enable HiDPI support
Felix Paul Kühne [Tue, 12 Jun 2012 16:55:05 +0000 (18:55 +0200)]
macosx: enable HiDPI support

Note that the @2x artwork is missing at the moment, so there will be artifacts in the main window and the about panel

12 years agovout_macosx: added HiDPI support
Felix Paul Kühne [Tue, 12 Jun 2012 16:50:48 +0000 (18:50 +0200)]
vout_macosx: added HiDPI support

12 years agoSupport TotalTracks in MKV
Jean-Baptiste Kempf [Tue, 12 Jun 2012 18:17:37 +0000 (20:17 +0200)]
Support TotalTracks in MKV

12 years agomacos: slightly improved error handling when open files
David Fuhrmann [Tue, 12 Jun 2012 15:11:39 +0000 (17:11 +0200)]
macos: slightly improved error handling when open files

12 years agoQt: PLSelector: Make effectless root entries not selectable
Francois Cartegnie [Tue, 12 Jun 2012 11:43:54 +0000 (13:43 +0200)]
Qt: PLSelector: Make effectless root entries not selectable

12 years agoVorbis: cosmetics
Jean-Baptiste Kempf [Mon, 11 Jun 2012 21:40:56 +0000 (23:40 +0200)]
Vorbis: cosmetics

12 years agoVorbis: extract TotalTrack information
Jean-Baptiste Kempf [Mon, 11 Jun 2012 21:04:46 +0000 (23:04 +0200)]
Vorbis: extract TotalTrack information

12 years agoQt: display the number of tracks
Jean-Baptiste Kempf [Mon, 11 Jun 2012 21:04:16 +0000 (23:04 +0200)]
Qt: display the number of tracks

12 years agoMeta: add a tracktotal value
Jean-Baptiste Kempf [Mon, 11 Jun 2012 21:03:48 +0000 (23:03 +0200)]
Meta: add a tracktotal value

12 years agoBookmarks: use a better naming
Jean-Baptiste Kempf [Mon, 11 Jun 2012 20:18:53 +0000 (22:18 +0200)]
Bookmarks: use a better naming

12 years agochange_prefix: fix help
Rafaël Carré [Mon, 11 Jun 2012 20:04:34 +0000 (16:04 -0400)]
change_prefix: fix help

12 years agoQt: StandardPLPanel: show dropzone on views
Francois Cartegnie [Mon, 11 Jun 2012 19:50:01 +0000 (21:50 +0200)]
Qt: StandardPLPanel: show dropzone on views

12 years agoQt: PLModel: try to agregate inserts for efficiency, take 2
Francois Cartegnie [Mon, 11 Jun 2012 15:07:15 +0000 (17:07 +0200)]
Qt: PLModel: try to agregate inserts for efficiency, take 2

12 years agoRecord: allow better recording of MKV streams
Jean-Baptiste Kempf [Mon, 11 Jun 2012 18:35:03 +0000 (20:35 +0200)]
Record: allow better recording of MKV streams

Notably the ones with vorb/flac with ssa/srt

12 years agoVAAPI: provide more logs to understand what is happenning
Jean-Baptiste Kempf [Mon, 11 Jun 2012 17:16:10 +0000 (19:16 +0200)]
VAAPI: provide more logs to understand what is happenning

12 years agomacosx: sort items before adding to playlist over dock icon
David Fuhrmann [Mon, 11 Jun 2012 16:45:48 +0000 (18:45 +0200)]
macosx: sort items before adding to playlist over dock icon

close #4358

12 years agomacosx: add multiple files dragged to dock icon together
David Fuhrmann [Mon, 11 Jun 2012 16:08:33 +0000 (18:08 +0200)]
macosx: add multiple files dragged to dock icon together

refs #4358

12 years agomacosx: fixed table column duplication by moving the dynamic column generation from...
Felix Paul Kühne [Mon, 11 Jun 2012 12:00:32 +0000 (14:00 +0200)]
macosx: fixed table column duplication by moving the dynamic column generation from VLCPlaylistCommon to VLCPlaylist, where it belongs (close #6928)

12 years agoRevert "Qt: PLModel: try to agregate inserts for efficiency"
Francois Cartegnie [Mon, 11 Jun 2012 08:56:40 +0000 (10:56 +0200)]
Revert "Qt: PLModel: try to agregate inserts for efficiency"

This reverts commit bd0ae7ec66f9e94b877ec1b206fce52eb133b0ae.

Seems a problem with signals, but without test cases I can't fix
it for now.

12 years agoSimple prefs: make the buttons wider.
Jean-Baptiste Kempf [Sun, 10 Jun 2012 13:19:40 +0000 (15:19 +0200)]
Simple prefs: make the buttons wider.

12 years agoMessage dialog: put the clear button in the corner
Jean-Baptiste Kempf [Sun, 10 Jun 2012 13:06:40 +0000 (15:06 +0200)]
Message dialog: put the clear button in the corner

12 years agocontrib: flac location changed
Edward Wang [Sun, 10 Jun 2012 01:19:32 +0000 (21:19 -0400)]
contrib: flac location changed

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
12 years agocontrib: freetype2 location changed
Edward Wang [Sun, 10 Jun 2012 01:19:33 +0000 (21:19 -0400)]
contrib: freetype2 location changed

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
12 years agoCaca: fix compilation for win32
Jean-Baptiste Kempf [Sat, 9 Jun 2012 21:57:39 +0000 (23:57 +0200)]
Caca: fix compilation for win32

12 years agoFix compilation
Jean-Baptiste Kempf [Sat, 9 Jun 2012 21:53:17 +0000 (23:53 +0200)]
Fix compilation

12 years agoQt: fix compilation in case of updateCheck
Jean-Baptiste Kempf [Sat, 9 Jun 2012 21:31:17 +0000 (23:31 +0200)]
Qt: fix compilation in case of updateCheck

12 years agoqt4: remove unneeded includes
Ludovic Fauvet [Fri, 8 Jun 2012 20:33:07 +0000 (22:33 +0200)]
qt4: remove unneeded includes

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoqt4: kill a warning
Ludovic Fauvet [Fri, 8 Jun 2012 20:33:06 +0000 (22:33 +0200)]
qt4: kill a warning

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoqt4: rename a couple of methods to be more explicit
Ludovic Fauvet [Fri, 8 Jun 2012 20:33:05 +0000 (22:33 +0200)]
qt4: rename a couple of methods to be more explicit

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoqt4: add some accelerators
Ludovic Fauvet [Fri, 8 Jun 2012 20:33:04 +0000 (22:33 +0200)]
qt4: add some accelerators

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoqt4: filters messages in real time as you type
Ludovic Fauvet [Fri, 8 Jun 2012 20:33:03 +0000 (22:33 +0200)]
qt4: filters messages in real time as you type

The old verbose-objects syntax is also discarded because it doesn't make
much sense to keep it.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoqt4: the verbosity can't be higher than 2
Ludovic Fauvet [Fri, 8 Jun 2012 20:33:02 +0000 (22:33 +0200)]
qt4: the verbosity can't be higher than 2

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoCosmetic: Max 78 chars/line (bin/winvlc.c)
Cezar Elnazli [Fri, 8 Jun 2012 18:02:55 +0000 (21:02 +0300)]
Cosmetic: Max 78 chars/line (bin/winvlc.c)

Reformat bin/winvlc.c so that no lines are longer than 78 characters.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agomacosx: fix longstanding bug where gray title bar shows window as inactive every...
David Fuhrmann [Sat, 9 Jun 2012 18:06:58 +0000 (20:06 +0200)]
macosx: fix longstanding bug where gray title bar shows window as inactive every time a movie is playing

12 years agocontrib: fixed typo
Felix Paul Kühne [Sat, 9 Jun 2012 09:52:56 +0000 (11:52 +0200)]
contrib: fixed typo

12 years agoopengl: fixed playback of 10bit content on Macs with OpenGL 1.4 drivers, notably...
Felix Paul Kühne [Sat, 9 Jun 2012 09:50:48 +0000 (11:50 +0200)]
opengl: fixed playback of 10bit content on Macs with OpenGL 1.4 drivers, notably using the GMA 950 chipset (close #5973)

We do so by forcefully disabling the 16bit shaders, which the chipset pretends to support, but actually doesn't.

12 years agocontrib: fixed libvpx compilation with Xcode 4.3 and later
Felix Paul Kühne [Fri, 8 Jun 2012 08:30:08 +0000 (10:30 +0200)]
contrib: fixed libvpx compilation with Xcode 4.3 and later

12 years agoRemove VLCKit
Jean-Baptiste Kempf [Fri, 8 Jun 2012 23:59:22 +0000 (01:59 +0200)]
Remove VLCKit

12 years agoQt: PLSelector: expand root level
Francois Cartegnie [Fri, 8 Jun 2012 20:47:56 +0000 (22:47 +0200)]
Qt: PLSelector: expand root level

12 years agoQt: PlPopup: fix logical grouping of actions
Francois Cartegnie [Fri, 8 Jun 2012 20:30:25 +0000 (22:30 +0200)]
Qt: PlPopup: fix logical grouping of actions

12 years agoAvcodec: map Indeo Audio
Jean-Baptiste Kempf [Fri, 8 Jun 2012 14:25:59 +0000 (16:25 +0200)]
Avcodec: map Indeo Audio

12 years agoAvcodec: add a macro for version check working for libav and FFmpeg
Jean-Baptiste Kempf [Fri, 8 Jun 2012 14:25:52 +0000 (16:25 +0200)]
Avcodec: add a macro for version check working for libav and FFmpeg

12 years agoAdd Indeo Audio codecs and wave format tags
Jean-Baptiste Kempf [Fri, 8 Jun 2012 14:13:45 +0000 (16:13 +0200)]
Add Indeo Audio codecs and wave format tags

12 years agoavcodec: fix mpeg-1 encoding
Jean-Baptiste Kempf [Fri, 8 Jun 2012 09:07:54 +0000 (11:07 +0200)]
avcodec: fix mpeg-1 encoding

12 years agolibvlc.h: move comments out of the code itself (including commas)
Olivier Aubert [Fri, 8 Jun 2012 07:33:57 +0000 (09:33 +0200)]
libvlc.h: move comments out of the code itself (including commas)

12 years agoextras/macosx: added the optimization flags removed from configure.ac
Felix Paul Kühne [Thu, 7 Jun 2012 18:08:41 +0000 (20:08 +0200)]
extras/macosx: added the optimization flags removed from configure.ac

These can be triggered by setting the ARCH variable respectively, which will be done by the OS X build script

12 years agoVLCKit: updated libvlc targets to use clang instead of llvm-gcc-4.2
Felix Paul Kühne [Thu, 7 Jun 2012 18:07:18 +0000 (20:07 +0200)]
VLCKit: updated libvlc targets to use clang instead of llvm-gcc-4.2

additionally, update the project file for Xcode 4.3

12 years agoVLCKit: disable the caca vout (which isn't supported by VLCKit's vout architecture...
Felix Paul Kühne [Thu, 7 Jun 2012 18:06:34 +0000 (20:06 +0200)]
VLCKit: disable the caca vout (which isn't supported by VLCKit's vout architecture) and libsamplerate (like we do for VLC.app)

12 years agoRevert "VLCKit: Remove typedef after enum declaration"
Felix Paul Kühne [Thu, 7 Jun 2012 18:02:58 +0000 (20:02 +0200)]
Revert "VLCKit: Remove typedef after enum declaration"

This reverts commit eeb2dbd78d74421306d88d5c6e0792a40e7fe6f9.

12 years agowasapi: get audio session, and set display name
Rémi Denis-Courmont [Thu, 7 Jun 2012 16:29:45 +0000 (19:29 +0300)]
wasapi: get audio session, and set display name

12 years agowasapi: fix leak
Rémi Denis-Courmont [Thu, 7 Jun 2012 16:22:01 +0000 (19:22 +0300)]
wasapi: fix leak

12 years agoQt: use menuRole on OSX
Jean-Baptiste Kempf [Thu, 7 Jun 2012 14:42:16 +0000 (16:42 +0200)]
Qt: use menuRole on OSX

12 years agoqt4: save and restore the position of the GotoTime dialog
Ludovic Fauvet [Thu, 7 Jun 2012 14:27:13 +0000 (16:27 +0200)]
qt4: save and restore the position of the GotoTime dialog

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoqt4: never disable the "Jump to specific time" menu entry (fixes #6669)
Ludovic Fauvet [Thu, 7 Jun 2012 13:06:53 +0000 (15:06 +0200)]
qt4: never disable the "Jump to specific time" menu entry (fixes #6669)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoqt4: fix y-axis positioning bug in the time tooltip
Ludovic Fauvet [Thu, 7 Jun 2012 13:06:52 +0000 (15:06 +0200)]
qt4: fix y-axis positioning bug in the time tooltip

Reported by hivolbill in the forum.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoQt: CoverArtLabel: remove unused slot call chain
Francois Cartegnie [Thu, 7 Jun 2012 11:22:35 +0000 (13:22 +0200)]
Qt: CoverArtLabel: remove unused slot call chain

12 years agoQt: PLModel: try to agregate inserts for efficiency
Francois Cartegnie [Wed, 6 Jun 2012 17:05:58 +0000 (19:05 +0200)]
Qt: PLModel: try to agregate inserts for efficiency

12 years agoQt: PL: Request missing art for visible items
Francois Cartegnie [Wed, 6 Jun 2012 10:45:20 +0000 (12:45 +0200)]
Qt: PL: Request missing art for visible items

12 years agocontribs: osx: additional check for SDKROOT location alternative
Michael Feurstein [Wed, 6 Jun 2012 23:44:03 +0000 (01:44 +0200)]
contribs: osx: additional check for SDKROOT location alternative

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
12 years agoVLCKit: Remove typedef after enum declaration
Andrey Utkin [Wed, 6 Jun 2012 23:41:58 +0000 (01:41 +0200)]
VLCKit: Remove typedef after enum declaration

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
12 years agoSet image-duration as a non-advanced option
Jean-Baptiste Kempf [Wed, 6 Jun 2012 22:10:18 +0000 (00:10 +0200)]
Set image-duration as a non-advanced option

12 years agoomxil: Ignore codecs named OMX.ARICENT.*
Martin Storsjö [Tue, 5 Jun 2012 19:34:02 +0000 (22:34 +0300)]
omxil: Ignore codecs named OMX.ARICENT.*

These have been seen on HTC One V (where they were tried before
the working OMX.qcom.video.decoder.*) - they behave like they
are working, returning buffers and so on, but returns buffers filled
with 0 bytes.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agocaca: X11 availability doesn't mean we use it (on OSX)
Rafaël Carré [Wed, 6 Jun 2012 14:28:35 +0000 (10:28 -0400)]
caca: X11 availability doesn't mean we use it (on OSX)

12 years agoRevert "Win32: set march to pentium"
Rafaël Carré [Wed, 6 Jun 2012 14:17:55 +0000 (10:17 -0400)]
Revert "Win32: set march to pentium"

This reverts commit 551a46554c7ca8cad61d751cdd1f8b9cbefd9bce.

12 years agoQt: do not collapse drop-zones when empty in toolbar dialog
Jean-Baptiste Kempf [Wed, 6 Jun 2012 10:29:56 +0000 (12:29 +0200)]
Qt: do not collapse drop-zones when empty in toolbar dialog

12 years agoDirect Aout: try to fix unresonspiveness of volume change
Jean-Baptiste Kempf [Wed, 6 Jun 2012 00:25:32 +0000 (02:25 +0200)]
Direct Aout: try to fix unresonspiveness of volume change

Ref #6858

12 years agomacosx: also round volume percents
David Fuhrmann [Tue, 5 Jun 2012 17:34:06 +0000 (19:34 +0200)]
macosx: also round volume percents

This prevent cases in which the percent value is one smaller than the
previous adjusted value.

12 years agomacosx: change opacity slider to percent in simple prefs
David Fuhrmann [Tue, 5 Jun 2012 17:30:15 +0000 (19:30 +0200)]
macosx: change opacity slider to percent in simple prefs

12 years agomacosx: mention "macosx-autosave-volume" as obsolete bool
David Fuhrmann [Tue, 5 Jun 2012 15:03:29 +0000 (17:03 +0200)]
macosx: mention "macosx-autosave-volume" as obsolete bool

12 years agomacosx: fixed the 'Play' item in the playlist's right-click menu
Felix Paul Kühne [Tue, 5 Jun 2012 09:19:26 +0000 (11:19 +0200)]
macosx: fixed the 'Play' item in the playlist's right-click menu

12 years agomacosx: don't manipulate the selection when downloadCoverArt was requested (refs...
Felix Paul Kühne [Tue, 5 Jun 2012 09:08:17 +0000 (11:08 +0200)]
macosx: don't manipulate the selection when downloadCoverArt was requested (refs #6892)

12 years agomacosx: add multi-selection support to the playlist's revealItemInFinder (refs #6892)
Felix Paul Kühne [Tue, 5 Jun 2012 09:05:31 +0000 (11:05 +0200)]
macosx: add multi-selection support to the playlist's revealItemInFinder (refs #6892)

12 years agomacosx: add multi-selection support to the playlist's recursiveExpandNode (refs ...
Felix Paul Kühne [Tue, 5 Jun 2012 08:55:37 +0000 (10:55 +0200)]
macosx: add multi-selection support to the playlist's recursiveExpandNode (refs #6892)

12 years agomacosx: don't manipulate the existing selection when right-clicking on the playlist...
Felix Paul Kühne [Tue, 5 Jun 2012 08:44:52 +0000 (10:44 +0200)]
macosx: don't manipulate the existing selection when right-clicking on the playlist table (close #6892)

12 years agocontrib: fix build fail on Fedora 17
Ming Hu [Mon, 4 Jun 2012 07:07:31 +0000 (15:07 +0800)]
contrib: fix build fail on Fedora 17

In Fedora 17 which automake returns /bin/automake, this breaks current automake data directory detection.
This patch tries to guess it from PATH.

Signed-off-by: Rafaël Carré <funman@videolan.org>
12 years agolua sd: fix icecast hash
Francois Cartegnie [Mon, 4 Jun 2012 11:34:30 +0000 (13:34 +0200)]
lua sd: fix icecast hash

12 years agolua sd: add md5 uid for freebox
Francois Cartegnie [Mon, 4 Jun 2012 18:19:21 +0000 (20:19 +0200)]
lua sd: add md5 uid for freebox

12 years agolua sd: add source as meta for faster skipping of unrelated resources
Francois Cartegnie [Mon, 4 Jun 2012 18:15:59 +0000 (20:15 +0200)]
lua sd: add source as meta for faster skipping of unrelated resources

12 years agoQt: CoverArtLabel: fix doubleclick openings using item context
Francois Cartegnie [Mon, 4 Jun 2012 13:34:12 +0000 (15:34 +0200)]
Qt: CoverArtLabel: fix doubleclick openings using item context

12 years agoQt: input manager: allow updating art for not current input_item
Francois Cartegnie [Mon, 4 Jun 2012 13:23:45 +0000 (15:23 +0200)]
Qt: input manager: allow updating art for not current input_item

12 years agomacosx: fixed white spacing errors
Felix Paul Kühne [Mon, 4 Jun 2012 16:01:55 +0000 (18:01 +0200)]
macosx: fixed white spacing errors

Found by the GTM Xcode plugin, which was finally updated for Xcode4

12 years agoRemove mediacontrol bindings
Jean-Baptiste Kempf [Mon, 4 Jun 2012 12:08:03 +0000 (14:08 +0200)]
Remove mediacontrol bindings

They are old, broken and not up-to-date

12 years agomacosx: remove "macosx-autosave-volume" as its already implemented in core
David Fuhrmann [Mon, 4 Jun 2012 11:28:13 +0000 (13:28 +0200)]
macosx: remove "macosx-autosave-volume" as its already implemented in core

12 years agoart fetcher: input_item_GetInfo returns empty string.
Francois Cartegnie [Mon, 4 Jun 2012 11:21:06 +0000 (13:21 +0200)]
art fetcher: input_item_GetInfo returns empty string.

Wrong test used in 8fa822f747921b509857cd3701fbf1942e86d52b.

12 years agomacosx vout: fix framing issue when video opens in detached view
David Fuhrmann [Mon, 4 Jun 2012 08:23:37 +0000 (10:23 +0200)]
macosx vout: fix framing issue when video opens in detached view