Package Details: vlc-git 4.0.0.r31756.g76cd807c24-2

Git Clone URL: https://aur.archlinux.org/vlc-git.git (read-only, click to copy)
Package Base: vlc-git
Description: Multi-platform MPEG, VCD/DVD, and DivX player
Upstream URL: https://code.videolan.org/videolan/vlc
Licenses: GPL-2.0-or-later, LGPL-2.1-or-later
Conflicts: libvlc, vlc
Provides: libvlc, vlc
Submitter: None
Maintainer: xiota (knoelli)
Last Packager: xiota
Votes: 210
Popularity: 1.09
First Submitted: 2008-04-01 12:14 (UTC)
Last Updated: 2024-11-16 22:21 (UTC)

Dependencies (160)

Required by (154)

Sources (3)

Latest Comments

« First ‹ Previous 1 .. 27 28 29 30 31 32 33 34 35 36 37 .. 45 Next › Last »

FredBezies commented on 2014-04-10 09:10 (UTC)

This multiple windows bug is related to... QT5 ! Had it a long time ago. Opened a bug : https://trac.videolan.org/vlc/ticket/9410 To see QT5 progress : https://trac.videolan.org/vlc/ticket/8532

r08 commented on 2014-03-29 16:51 (UTC)

@bamasmu Tools-->Preferences-->Show settings(All)-->Video--> Check the box "Embedded video"-->click save Then exit vlc by Media-->Quit

bamasmu commented on 2014-03-26 18:08 (UTC)

When I make vlc.git, I end up with video playing in a separate window (= two-windowed-vlc; window 1: main interface + window 2: video). sudo pacman -S vlc, doesn't have this issue (=one-windowed-vlc). I made this topic: https://bbs.archlinux.org/viewtopic.php?pid=1397249 Do you guys also get two-windowed-vlc when making latest vlc.git? I'd appreciate if you guys could tell me how to get one-windowed latest vlc.git :)

hussam commented on 2014-02-22 14:31 (UTC)

--- vlc/modules/hw/vdpau/avcodec.c +++ vlc/modules/hw/vdpau/avcodec.c @@ -279,7 +279,7 @@ if (unlikely(sys == NULL)) return VLC_ENOMEM; -#if (LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(55, 26, 0)) +#if (LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(55, 40, 0)) sys->context = av_vdpau_alloc_context(); #else sys->context = calloc(1, sizeof (*sys->context)); so something like this.

hussam commented on 2014-02-22 13:18 (UTC)

in vlc/modules/hw/vdpau/avcodec.c change look for sys->context = av_vdpau_alloc_context(); change the line above it to #if (LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(55, 40, 0))