]> git.sesse.net Git - vlc/log
vlc
10 years agoQt: raise the tooltip so it stays in front of the fullscreen controller
Ludovic Fauvet [Wed, 17 Jul 2013 11:45:59 +0000 (13:45 +0200)]
Qt: raise the tooltip so it stays in front of the fullscreen controller

10 years agoQt: fix a visibility issue within the time tooltip
Ludovic Fauvet [Wed, 17 Jul 2013 11:43:04 +0000 (13:43 +0200)]
Qt: fix a visibility issue within the time tooltip

The first show() was never satisfied because the widget was not
initialized at this point.

10 years agohttp access: fix english
Rafaël Carré [Wed, 17 Jul 2013 05:07:59 +0000 (07:07 +0200)]
http access: fix english

10 years agoFix track selection according to user preference.
Denis Charmet [Fri, 12 Jul 2013 00:03:33 +0000 (02:03 +0200)]
Fix track selection according to user preference.

Fix #6375 and may benefit to #8936

10 years agoXCB/XVideo: use ITU-R BT.709 colour space where applicable
Rémi Denis-Courmont [Tue, 16 Jul 2013 20:07:10 +0000 (23:07 +0300)]
XCB/XVideo: use ITU-R BT.709 colour space where applicable

10 years agovdpau: add YUV 444
Rémi Denis-Courmont [Tue, 16 Jul 2013 19:01:35 +0000 (22:01 +0300)]
vdpau: add YUV 444

This is untested due to lack of compatible hardware.

10 years agofourcc: add NV24 semiplanar Y/UV 4:4:4 (partial)
Rémi Denis-Courmont [Tue, 16 Jul 2013 19:01:06 +0000 (22:01 +0300)]
fourcc: add NV24 semiplanar Y/UV 4:4:4 (partial)

It seems impossible to describe this chroma with
vlc_chroma_description_t. Thus picture allocation will fail.

10 years agovdpau: add I422 and NV16
Rémi Denis-Courmont [Tue, 16 Jul 2013 18:24:50 +0000 (21:24 +0300)]
vdpau: add I422 and NV16

This is untested due to lack of adequate hardware.

10 years agofourcc: add missing bits for NV16 chroma
Rémi Denis-Courmont [Tue, 16 Jul 2013 17:41:58 +0000 (20:41 +0300)]
fourcc: add missing bits for NV16 chroma

10 years agovdpau: fix inverted logic
Rémi Denis-Courmont [Tue, 16 Jul 2013 18:25:01 +0000 (21:25 +0300)]
vdpau: fix inverted logic

10 years agovdpau: fix comment cut&paste error
Rémi Denis-Courmont [Tue, 16 Jul 2013 17:38:17 +0000 (20:38 +0300)]
vdpau: fix comment cut&paste error

10 years agodraw OSD widgets taking into-account visible display size
Vittorio Giovara [Mon, 15 Jul 2013 16:00:29 +0000 (18:00 +0200)]
draw OSD widgets taking into-account visible display size

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
10 years agodraw text taking into-account visible display size
Vittorio Giovara [Mon, 15 Jul 2013 16:00:28 +0000 (18:00 +0200)]
draw text taking into-account visible display size

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
10 years agofix video playback when width and height differ from coded_width and coded_height
Vittorio Giovara [Mon, 15 Jul 2013 16:00:27 +0000 (18:00 +0200)]
fix video playback when width and height differ from coded_width and coded_height

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
10 years agoskins2: fix autoresize initial value
Erwan Tulou [Tue, 16 Jul 2013 13:53:01 +0000 (15:53 +0200)]
skins2: fix autoresize initial value

Default values should match with skins.dtd

10 years agovar_buffer_getmemory: invalid memcpy source pointer
Alain Degreffe [Tue, 16 Jul 2013 06:38:29 +0000 (08:38 +0200)]
var_buffer_getmemory: invalid memcpy source pointer

Signed-off-by: Rafaël Carré <funman@videolan.org>
10 years agoQt: remove obsolete workaround for kwin
Ludovic Fauvet [Mon, 15 Jul 2013 17:10:20 +0000 (19:10 +0200)]
Qt: remove obsolete workaround for kwin

10 years agoQt: use Q_OS_* in timetooltip for Win32 and OS/2
Jean-Baptiste Kempf [Mon, 15 Jul 2013 15:23:27 +0000 (17:23 +0200)]
Qt: use Q_OS_* in timetooltip for Win32 and OS/2

It might need more testing in some X11 setups on Windows

10 years agoQt: use Q_OS_MAC define in moc call
Jean-Baptiste Kempf [Mon, 15 Jul 2013 15:11:31 +0000 (17:11 +0200)]
Qt: use Q_OS_MAC define in moc call

10 years agoQt: move from Q_WS to Q_OS in MainInterface, QVLCApp and (part of qt4.cpp)
Jean-Baptiste Kempf [Mon, 15 Jul 2013 15:08:47 +0000 (17:08 +0200)]
Qt: move from Q_WS to Q_OS in MainInterface, QVLCApp and (part of qt4.cpp)

10 years agoQt: move Q_WS => Q_OS in widgets and playlist code
Jean-Baptiste Kempf [Mon, 15 Jul 2013 15:00:33 +0000 (17:00 +0200)]
Qt: move Q_WS => Q_OS in widgets and playlist code

10 years agoQt: QString::toAscii has been deprecated in Qt5
Ludovic Fauvet [Mon, 15 Jul 2013 09:43:21 +0000 (11:43 +0200)]
Qt: QString::toAscii has been deprecated in Qt5

10 years agoQt: use explicit constructor for the xpm
Ludovic Fauvet [Mon, 15 Jul 2013 09:38:11 +0000 (11:38 +0200)]
Qt: use explicit constructor for the xpm

10 years agoQt: reset() within a QAbstractItemModel has been deprecated in Qt5
Ludovic Fauvet [Mon, 15 Jul 2013 09:23:17 +0000 (11:23 +0200)]
Qt: reset() within a QAbstractItemModel has been deprecated in Qt5

10 years agoQt: setClickable has been deprecated in Qt5
Ludovic Fauvet [Mon, 15 Jul 2013 08:47:21 +0000 (10:47 +0200)]
Qt: setClickable has been deprecated in Qt5

10 years agoQt: setResizeMode has been deprecated in Qt5
Ludovic Fauvet [Mon, 15 Jul 2013 08:44:59 +0000 (10:44 +0200)]
Qt: setResizeMode has been deprecated in Qt5

10 years agoQt: QProxyStyle is the new way to extend styles in Qt5
Ludovic Fauvet [Mon, 15 Jul 2013 08:40:13 +0000 (10:40 +0200)]
Qt: QProxyStyle is the new way to extend styles in Qt5

10 years agoQt: setMovable has been deprecated in Qt5
Ludovic Fauvet [Mon, 15 Jul 2013 08:35:49 +0000 (10:35 +0200)]
Qt: setMovable has been deprecated in Qt5

10 years agoQt: QString::fromAscii has been deprecated in Qt5
Ludovic Fauvet [Mon, 15 Jul 2013 08:22:55 +0000 (10:22 +0200)]
Qt: QString::fromAscii has been deprecated in Qt5

10 years agoQt: qFindChild has been deprecated in Qt5
Ludovic Fauvet [Mon, 15 Jul 2013 08:18:26 +0000 (10:18 +0200)]
Qt: qFindChild has been deprecated in Qt5

10 years agoSpecify nosignal picture with an image file
Rafaël Carré [Mon, 15 Jul 2013 12:43:28 +0000 (14:43 +0200)]
Specify nosignal picture with an image file

10 years agodecklink output: black out video if no new pictures are coming
Rafaël Carré [Tue, 9 Jul 2013 12:29:37 +0000 (14:29 +0200)]
decklink output: black out video if no new pictures are coming

Default delay 5 seconds, configurable with --decklink-vout-nosignal-delay

10 years agomacosx: respect 'playlist-autostart' (close #7272)
Felix Paul Kühne [Mon, 15 Jul 2013 10:35:42 +0000 (12:35 +0200)]
macosx: respect 'playlist-autostart' (close #7272)

10 years agopodcast: be more tolerant with faulty feeds, so just ignore invalid items instead...
Felix Paul Kühne [Mon, 15 Jul 2013 09:43:41 +0000 (11:43 +0200)]
podcast: be more tolerant with faulty feeds, so just ignore invalid items instead of refusing to the list the entire feed (close #8970)

10 years agocontrib: gettext: update to latest release 0.18.3
Rafaël Carré [Mon, 15 Jul 2013 08:03:48 +0000 (10:03 +0200)]
contrib: gettext: update to latest release 0.18.3

drop patch not needed anymore

10 years agovdpau: fix leak on picture pool error
Rémi Denis-Courmont [Sun, 14 Jul 2013 20:08:47 +0000 (23:08 +0300)]
vdpau: fix leak on picture pool error

(same problem as XCB)

10 years agovdpau: use custom picture destroy callback
Rémi Denis-Courmont [Sun, 14 Jul 2013 20:08:14 +0000 (23:08 +0300)]
vdpau: use custom picture destroy callback

10 years agoXCB/XVideo: fix long-standing massive leak on error
Rémi Denis-Courmont [Sun, 14 Jul 2013 19:43:54 +0000 (22:43 +0300)]
XCB/XVideo: fix long-standing massive leak on error

10 years agoXCB/X11: fix long-standing massive leak on error
Rémi Denis-Courmont [Sun, 14 Jul 2013 19:43:42 +0000 (22:43 +0300)]
XCB/X11: fix long-standing massive leak on error

10 years agoXCB: use custom picture destroy callback, simplify
Rémi Denis-Courmont [Sun, 14 Jul 2013 19:30:57 +0000 (22:30 +0300)]
XCB: use custom picture destroy callback, simplify

10 years agopicture: assert that there is a destroy callback
Rémi Denis-Courmont [Sun, 14 Jul 2013 19:20:08 +0000 (22:20 +0300)]
picture: assert that there is a destroy callback

Pictures without destroy callback are allocated on the stack and never
explicitly released.

10 years agopicture: add pf_destroy to picture_resource_t
Rémi Denis-Courmont [Sun, 14 Jul 2013 19:03:08 +0000 (22:03 +0300)]
picture: add pf_destroy to picture_resource_t

10 years agoXCB: rework picture allocation, fix a memory leak in case of error
Rémi Denis-Courmont [Sun, 14 Jul 2013 17:18:29 +0000 (20:18 +0300)]
XCB: rework picture allocation, fix a memory leak in case of error

10 years agoMSW/WinGDI: remove no-op
Rémi Denis-Courmont [Sun, 14 Jul 2013 17:05:45 +0000 (20:05 +0300)]
MSW/WinGDI: remove no-op

free(NULL)

10 years agoMSW/DirectX: keep only picture_sys_t * instead of picture_resource_t
Rémi Denis-Courmont [Sun, 14 Jul 2013 17:04:05 +0000 (20:04 +0300)]
MSW/DirectX: keep only picture_sys_t * instead of picture_resource_t

10 years agoMSW/Direct3D: retain only picture_sys_t* instead of picture_resource_t
Rémi Denis-Courmont [Sun, 14 Jul 2013 16:54:22 +0000 (19:54 +0300)]
MSW/Direct3D: retain only picture_sys_t* instead of picture_resource_t

10 years agokva: fix double free on error, and remove useless struct member
Rémi Denis-Courmont [Sun, 14 Jul 2013 16:31:02 +0000 (19:31 +0300)]
kva: fix double free on error, and remove useless struct member

10 years agoandroidsurface: remove useless member
Rémi Denis-Courmont [Sun, 14 Jul 2013 16:25:00 +0000 (19:25 +0300)]
androidsurface: remove useless member

10 years agoandroidsurface: fix double free on error
Rémi Denis-Courmont [Sun, 14 Jul 2013 16:21:57 +0000 (19:21 +0300)]
androidsurface: fix double free on error

10 years agoXCB/XVideo: keep only SysV segment base address
Rémi Denis-Courmont [Sun, 14 Jul 2013 15:36:49 +0000 (18:36 +0300)]
XCB/XVideo: keep only SysV segment base address

...rather than the whole picture resource structure.

10 years agoXCB/X11: keep SysV segment pointer only
Rémi Denis-Courmont [Sun, 14 Jul 2013 15:33:17 +0000 (18:33 +0300)]
XCB/X11: keep SysV segment pointer only

...rather than the whole picture resource structure.

10 years agoXCB: develop picture free function
Rémi Denis-Courmont [Sun, 14 Jul 2013 15:36:54 +0000 (18:36 +0300)]
XCB: develop picture free function

10 years agoomx: fix memory leak on error
Rémi Denis-Courmont [Sun, 14 Jul 2013 15:06:36 +0000 (18:06 +0300)]
omx: fix memory leak on error

10 years agoomx: remove no-op
Rémi Denis-Courmont [Sun, 14 Jul 2013 15:04:09 +0000 (18:04 +0300)]
omx: remove no-op

These values are already zeroed a few lines above.

10 years agodemux: don't link against IOKit and CoreFoundation since this isn't needed
Felix Paul Kühne [Sun, 14 Jul 2013 14:05:27 +0000 (16:05 +0200)]
demux: don't link against IOKit and CoreFoundation since this isn't needed

10 years agoaccess: don't link against Cocoa since this isn't needed
Felix Paul Kühne [Sun, 14 Jul 2013 14:05:07 +0000 (16:05 +0200)]
access: don't link against Cocoa since this isn't needed

10 years agotest: add coverage for audio output and device functions
Rémi Denis-Courmont [Sun, 14 Jul 2013 12:07:39 +0000 (15:07 +0300)]
test: add coverage for audio output and device functions

10 years agoskins2: fix wrong qualifier (cid #1049814)
Rémi Duraffort [Sat, 13 Jul 2013 21:28:40 +0000 (23:28 +0200)]
skins2: fix wrong qualifier (cid #1049814)

10 years agoFix potential NULL pointer deref (cid #1049834)
Rémi Duraffort [Sat, 13 Jul 2013 21:20:41 +0000 (23:20 +0200)]
Fix potential NULL pointer deref (cid #1049834)

10 years agoskins2: remove self assignment (cid #1049841)
Rémi Duraffort [Sat, 13 Jul 2013 21:16:18 +0000 (23:16 +0200)]
skins2: remove self assignment (cid #1049841)

10 years agoFix potential memleak (cid #1049846)
Rémi Duraffort [Sat, 13 Jul 2013 21:09:55 +0000 (23:09 +0200)]
Fix potential memleak (cid #1049846)

10 years agoFix file descriptor leak (cid #1049847)
Rémi Duraffort [Sat, 13 Jul 2013 21:07:09 +0000 (23:07 +0200)]
Fix file descriptor leak (cid #1049847)

10 years agoskins2: fix wrong break (cid #1049865)
Rémi Duraffort [Sat, 13 Jul 2013 21:01:30 +0000 (23:01 +0200)]
skins2: fix wrong break (cid #1049865)

10 years agoaccess_jack: cleaning
Rémi Duraffort [Sat, 13 Jul 2013 17:30:01 +0000 (19:30 +0200)]
access_jack: cleaning

10 years agopicture: remove invalidated assertion
Rémi Denis-Courmont [Sat, 13 Jul 2013 20:34:53 +0000 (23:34 +0300)]
picture: remove invalidated assertion

gc.p_sys can now be NULL, if the picture has no planes.

10 years agoXCB/X11: pre-allocate and reuse shared memory segment XID
Rémi Denis-Courmont [Sat, 13 Jul 2013 20:09:13 +0000 (23:09 +0300)]
XCB/X11: pre-allocate and reuse shared memory segment XID

The X server supplies a large but nevertheless finite range of XID for
the X client to use. So lets reuse our handles.

10 years agoXCB: pass shared memory segment XID as parameter of picture allocation
Rémi Denis-Courmont [Sat, 13 Jul 2013 20:01:50 +0000 (23:01 +0300)]
XCB: pass shared memory segment XID as parameter of picture allocation

10 years agomacosx: fix 10.6 runtime support
Felix Paul Kühne [Sat, 13 Jul 2013 19:15:48 +0000 (21:15 +0200)]
macosx: fix 10.6 runtime support

10 years agoqtcapture: fix 10.6 runtime support
Felix Paul Kühne [Sat, 13 Jul 2013 19:15:38 +0000 (21:15 +0200)]
qtcapture: fix 10.6 runtime support

10 years agoQt4: simplify Makefile
Rémi Denis-Courmont [Sat, 13 Jul 2013 10:40:16 +0000 (13:40 +0300)]
Qt4: simplify Makefile

10 years agoconfigured: inverted LIBS and LDFLAGS
Rémi Denis-Courmont [Sat, 13 Jul 2013 09:52:00 +0000 (12:52 +0300)]
configured: inverted LIBS and LDFLAGS

10 years agomodules: removed unused Makefile variables
Rémi Denis-Courmont [Sat, 13 Jul 2013 09:51:31 +0000 (12:51 +0300)]
modules: removed unused Makefile variables

10 years agonotify: use Makefile.am directly
Rémi Denis-Courmont [Sat, 13 Jul 2013 09:49:46 +0000 (12:49 +0300)]
notify: use Makefile.am directly

10 years agoFix missing unlock (cid #1047146)
Rémi Duraffort [Sat, 13 Jul 2013 08:37:30 +0000 (10:37 +0200)]
Fix missing unlock (cid #1047146)

10 years agobluray: fix missing unlock (cid #1047147)
Rémi Duraffort [Sat, 13 Jul 2013 08:21:16 +0000 (10:21 +0200)]
bluray: fix missing unlock (cid #1047147)

10 years agomkv: fix missing unlock (cid #1047148)
Rémi Duraffort [Sat, 13 Jul 2013 08:18:36 +0000 (10:18 +0200)]
mkv: fix missing unlock (cid #1047148)

10 years agoFix missing unlock (cid #1047149)
Rémi Duraffort [Sat, 13 Jul 2013 08:16:24 +0000 (10:16 +0200)]
Fix missing unlock (cid #1047149)

10 years agoFix potential missing unlock (cid #1047153)
Rémi Duraffort [Sat, 13 Jul 2013 08:13:18 +0000 (10:13 +0200)]
Fix potential missing unlock (cid #1047153)

10 years agoFix missing unlock (cid #1047154)
Rémi Duraffort [Sat, 13 Jul 2013 08:11:05 +0000 (10:11 +0200)]
Fix missing unlock (cid #1047154)

10 years agorc: fix previous commit (wrong C&P)
Rémi Duraffort [Sat, 13 Jul 2013 08:05:14 +0000 (10:05 +0200)]
rc: fix previous commit (wrong C&P)

10 years agoFix missing unlock (cid #1047159)
Rémi Duraffort [Sat, 13 Jul 2013 07:58:43 +0000 (09:58 +0200)]
Fix missing unlock (cid #1047159)

10 years agolibvlc_audio_output_device_list_get: fix spelling (fixes #8955)
Rémi Denis-Courmont [Sat, 13 Jul 2013 08:00:56 +0000 (11:00 +0300)]
libvlc_audio_output_device_list_get: fix spelling (fixes #8955)

10 years agoPlaylist: fx missing unlocks (cid #1047159 and #1047160)
Rémi Duraffort [Sat, 13 Jul 2013 07:56:38 +0000 (09:56 +0200)]
Playlist: fx missing unlocks (cid #1047159 and #1047160)

10 years agoFix assignment instead of compare
Rémi Duraffort [Sat, 13 Jul 2013 07:44:29 +0000 (09:44 +0200)]
Fix assignment instead of compare

10 years agoFix printf formats
Rémi Duraffort [Sat, 13 Jul 2013 07:42:24 +0000 (09:42 +0200)]
Fix printf formats

10 years agoFix allocation size mismatch (cid #1047373)
Rémi Duraffort [Sat, 13 Jul 2013 06:52:03 +0000 (08:52 +0200)]
Fix allocation size mismatch (cid #1047373)

10 years agoAllocation size mismatch (cid #1047372)
Rémi Duraffort [Sat, 13 Jul 2013 06:45:19 +0000 (08:45 +0200)]
Allocation size mismatch (cid #1047372)

10 years agoFix potential use-after-free (cid #1047503)
Rémi Duraffort [Sat, 13 Jul 2013 06:40:46 +0000 (08:40 +0200)]
Fix potential use-after-free (cid #1047503)

psz_realhost is an alias to psz_socks when using socks.

10 years agoFix use-after-free (cid #1047498 and #1047499)
Rémi Duraffort [Sat, 13 Jul 2013 06:37:54 +0000 (08:37 +0200)]
Fix use-after-free (cid #1047498 and #1047499)

10 years agoFix potential memleak (cid #1047282)
Rémi Duraffort [Sat, 13 Jul 2013 06:33:57 +0000 (08:33 +0200)]
Fix potential memleak (cid #1047282)

10 years agoFix potential double free (#cid 403064)
Rémi Duraffort [Sat, 13 Jul 2013 06:24:26 +0000 (08:24 +0200)]
Fix potential double free (#cid 403064)

10 years agoFix potential double free (cid #1047501 and #1047502))
Rémi Duraffort [Sat, 13 Jul 2013 06:17:56 +0000 (08:17 +0200)]
Fix potential double free (cid #1047501 and #1047502))

10 years agoFix potential double free (cid #1047496 and #1047497)
Rémi Duraffort [Sat, 13 Jul 2013 06:13:35 +0000 (08:13 +0200)]
Fix potential double free (cid #1047496 and #1047497)

10 years agoContribs: build crystalhd SDK on Win32
Jean-Baptiste Kempf [Fri, 12 Jul 2013 15:28:24 +0000 (17:28 +0200)]
Contribs: build crystalhd SDK on Win32

10 years agocontrib: vncserver: update config.*
Rafaël Carré [Fri, 12 Jul 2013 11:21:21 +0000 (13:21 +0200)]
contrib: vncserver: update config.*

10 years agocontrib: vncserver: fix compilation outside of windows
Rafaël Carré [Thu, 11 Jul 2013 20:30:44 +0000 (22:30 +0200)]
contrib: vncserver: fix compilation outside of windows

10 years agopodcasts SD: fix variable handling and minor cleanup (close #8947)
Felix Paul Kühne [Thu, 11 Jul 2013 20:12:02 +0000 (22:12 +0200)]
podcasts SD: fix variable handling and minor cleanup (close #8947)

10 years agomacosx: fix runtime exception when deleting a podcast (close #8948)
Felix Paul Kühne [Thu, 11 Jul 2013 19:36:42 +0000 (21:36 +0200)]
macosx: fix runtime exception when deleting a podcast (close #8948)

10 years agopackage/macosx: dump outdated meta data and bump OS requirement as enforced by the OS
Felix Paul Kühne [Thu, 11 Jul 2013 18:40:15 +0000 (20:40 +0200)]
package/macosx: dump outdated meta data and bump OS requirement as enforced by the OS

10 years agocontribs: disable nls in gnutls
Felix Paul Kühne [Thu, 11 Jul 2013 18:21:27 +0000 (20:21 +0200)]
contribs: disable nls in gnutls